2022-11-23T01:33:29.3530974Z Requested labels: windows.4xlarge 2022-11-23T01:33:29.3531044Z Job defined at: pytorch/pytorch/.github/workflows/_win-test.yml@refs/heads/master 2022-11-23T01:33:29.3531065Z Waiting for a runner to pick up this job... 2022-11-23T01:33:29.7412214Z Job is about to start running on the runner: i-05c3958d34a35372d (organization) 2022-11-23T01:33:34.7754307Z Current runner version: '2.299.1' 2022-11-23T01:33:34.7761934Z Runner name: 'i-05c3958d34a35372d' 2022-11-23T01:33:34.7762362Z Runner group name: 'Default' 2022-11-23T01:33:34.7762993Z Machine name: 'EC2AMAZ-A10PA24' 2022-11-23T01:33:34.7766414Z ##[group]GITHUB_TOKEN Permissions 2022-11-23T01:33:34.7766972Z Actions: write 2022-11-23T01:33:34.7767270Z Checks: write 2022-11-23T01:33:34.7767511Z Contents: write 2022-11-23T01:33:34.7767740Z Deployments: write 2022-11-23T01:33:34.7768017Z Discussions: write 2022-11-23T01:33:34.7768309Z Issues: write 2022-11-23T01:33:34.7768526Z Metadata: read 2022-11-23T01:33:34.7768774Z Packages: write 2022-11-23T01:33:34.7769012Z Pages: write 2022-11-23T01:33:34.7769221Z PullRequests: write 2022-11-23T01:33:34.7769496Z RepositoryProjects: write 2022-11-23T01:33:34.7771097Z SecurityEvents: write 2022-11-23T01:33:34.7771320Z Statuses: write 2022-11-23T01:33:34.7771561Z ##[endgroup] 2022-11-23T01:33:34.7774677Z Secret source: Actions 2022-11-23T01:33:34.7775215Z Prepare workflow directory 2022-11-23T01:33:34.8869637Z Prepare all required actions 2022-11-23T01:33:34.9151515Z Getting action download info 2022-11-23T01:33:35.1008797Z Download action repository 'pytorch/pytorch@master' (SHA:1cfd3858ac54fe3883534309081631a0a892ba3f) 2022-11-23T01:34:26.5881753Z Download action repository 'pytorch/test-infra@main' (SHA:c57ff4d9a93667a5571a80a0e92c3e2674aeedfd) 2022-11-23T01:34:28.8385197Z Download action repository 'seemethere/download-artifact-s3@v4' (SHA:4a8bfae15cc25cc0785c1603ee87a9da8fd442ea) 2022-11-23T01:34:29.7594069Z Getting action download info 2022-11-23T01:34:29.9225869Z Download action repository 'malfet/checkout@silent-checkout' (SHA:c7b8fef48edfe1bca0044a44b1f7f7c4318a3076) 2022-11-23T01:34:30.6470297Z Uses: pytorch/pytorch/.github/workflows/_win-test.yml 2022-11-23T01:34:30.6471846Z ##[group] Inputs 2022-11-23T01:34:30.6472126Z build-environment: win-vs2019-cuda11.6-py3 2022-11-23T01:34:30.6472358Z cuda-version: 11.6 2022-11-23T01:34:30.6473140Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 5, runner: "windows.8xlarge.nvidia.gpu" }, { config: "default", shard: 2, num_shards: 5, runner: "windows.8xlarge.nvidia.gpu" }, { config: "default", shard: 3, num_shards: 5, runner: "windows.8xlarge.nvidia.gpu" }, { config: "default", shard: 4, num_shards: 5, runner: "windows.8xlarge.nvidia.gpu" }, { config: "default", shard: 5, num_shards: 5, runner: "windows.8xlarge.nvidia.gpu" }, { config: "functorch", shard: 1, num_shards: 1, runner: "windows.8xlarge.nvidia.gpu" }, { config: "force_on_cpu", shard: 1, num_shards: 1, runner: "windows.4xlarge" }, ]} 2022-11-23T01:34:30.6473845Z sync-tag: 2022-11-23T01:34:30.6473999Z ##[endgroup] 2022-11-23T01:34:30.6474433Z Complete job name: win-vs2019-cuda11.6-py3 / test (force_on_cpu, 1, 1, windows.4xlarge) 2022-11-23T01:34:30.8079040Z ##[group]Run git config --global core.symlinks true 2022-11-23T01:34:30.8079443Z git config --global core.symlinks true 2022-11-23T01:34:30.8111003Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T01:34:30.8111282Z env: 2022-11-23T01:34:30.8111443Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:34:30.8111624Z ##[endgroup] 2022-11-23T01:34:31.4052450Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@master 2022-11-23T01:34:31.4052786Z with: 2022-11-23T01:34:31.4052950Z no-sudo: true 2022-11-23T01:34:31.4053115Z submodules: recursive 2022-11-23T01:34:31.4053288Z fetch-depth: 0 2022-11-23T01:34:31.4053445Z env: 2022-11-23T01:34:31.4053597Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:34:31.4053773Z ##[endgroup] 2022-11-23T01:34:31.4346344Z ##[group]Run retry () { 2022-11-23T01:34:31.4346583Z retry () { 2022-11-23T01:34:31.4346810Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2022-11-23T01:34:31.4347055Z } 2022-11-23T01:34:31.4347233Z echo "${GITHUB_WORKSPACE}" 2022-11-23T01:34:31.4348384Z if [ -z "${NO_SUDO}" ]; then 2022-11-23T01:34:31.4348591Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2022-11-23T01:34:31.4348785Z else 2022-11-23T01:34:31.4349020Z  retry rm -rf "${GITHUB_WORKSPACE}" 2022-11-23T01:34:31.4349194Z fi 2022-11-23T01:34:31.4349368Z mkdir "${GITHUB_WORKSPACE}" 2022-11-23T01:34:31.4375424Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T01:34:31.4375694Z env: 2022-11-23T01:34:31.4375865Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:34:31.4376045Z NO_SUDO: true 2022-11-23T01:34:31.4376195Z ##[endgroup] 2022-11-23T01:34:31.4627589Z C:\actions-runner\_work\pytorch\pytorch 2022-11-23T01:34:31.6906942Z ##[group]Run malfet/checkout@silent-checkout 2022-11-23T01:34:31.6907185Z with: 2022-11-23T01:34:31.6907362Z ref: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:34:31.6907564Z fetch-depth: 0 2022-11-23T01:34:31.6907739Z submodules: recursive 2022-11-23T01:34:31.6907929Z quiet-checkout: true 2022-11-23T01:34:31.6908114Z repository: pytorch/pytorch 2022-11-23T01:34:31.6908461Z token: *** 2022-11-23T01:34:31.6908624Z ssh-strict: true 2022-11-23T01:34:31.6908805Z persist-credentials: true 2022-11-23T01:34:31.6908991Z clean: true 2022-11-23T01:34:31.6909149Z lfs: false 2022-11-23T01:34:31.6909310Z set-safe-directory: true 2022-11-23T01:34:31.6909483Z env: 2022-11-23T01:34:31.6909646Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:34:31.6909808Z ##[endgroup] 2022-11-23T01:34:35.7405781Z Syncing repository: pytorch/pytorch 2022-11-23T01:34:35.7407109Z ##[group]Getting Git version info 2022-11-23T01:34:35.7407387Z Working directory is 'C:\actions-runner\_work\pytorch\pytorch' 2022-11-23T01:34:35.7462186Z [command]"C:\Program Files\Git\cmd\git.exe" version 2022-11-23T01:34:35.7652669Z git version 2.38.1.windows.1 2022-11-23T01:34:35.7690521Z ##[endgroup] 2022-11-23T01:34:35.7706585Z Copying 'C:\Users\runneruser\.gitconfig' to 'C:\actions-runner\_work\_temp\0eed7b4b-1140-471a-afae-2a2a20554cab\.gitconfig' 2022-11-23T01:34:35.7765465Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\0eed7b4b-1140-471a-afae-2a2a20554cab' before making global git config changes 2022-11-23T01:34:35.7765922Z Adding repository directory to the temporary git global config as a safe directory 2022-11-23T01:34:35.7773816Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\pytorch\pytorch 2022-11-23T01:34:35.8003021Z Deleting the contents of 'C:\actions-runner\_work\pytorch\pytorch' 2022-11-23T01:34:35.8011691Z ##[group]Initializing the repository 2022-11-23T01:34:35.8018520Z [command]"C:\Program Files\Git\cmd\git.exe" init C:\actions-runner\_work\pytorch\pytorch 2022-11-23T01:34:35.8372140Z Initialized empty Git repository in C:/actions-runner/_work/pytorch/pytorch/.git/ 2022-11-23T01:34:35.8409610Z [command]"C:\Program Files\Git\cmd\git.exe" remote add origin https://github.com/pytorch/pytorch 2022-11-23T01:34:35.8657555Z ##[endgroup] 2022-11-23T01:34:35.8657960Z ##[group]Disabling automatic garbage collection 2022-11-23T01:34:35.8663761Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0 2022-11-23T01:34:35.8907374Z ##[endgroup] 2022-11-23T01:34:35.8907827Z ##[group]Setting up auth 2022-11-23T01:34:35.8917555Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2022-11-23T01:34:35.9134920Z [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:34:36.6918038Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-11-23T01:34:36.7134103Z [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:34:37.1064435Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2022-11-23T01:34:37.1341662Z ##[endgroup] 2022-11-23T01:34:37.1342051Z ##[group]Fetching the repository 2022-11-23T01:34:37.1351657Z [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:35:47.5823156Z [command]"C:\Program Files\Git\cmd\git.exe" rev-parse --verify --quiet 1cfd3858ac54fe3883534309081631a0a892ba3f^{object} 2022-11-23T01:35:47.6025793Z 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:35:47.6057761Z ##[endgroup] 2022-11-23T01:35:47.6058123Z ##[group]Determining the checkout info 2022-11-23T01:35:47.6059212Z ##[endgroup] 2022-11-23T01:35:47.6059521Z ##[group]Checking out the ref 2022-11-23T01:35:47.6066307Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --quiet --force 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:36:06.2102993Z ##[endgroup] 2022-11-23T01:36:06.2103459Z ##[group]Setting up auth for fetching submodules 2022-11-23T01:36:06.2112234Z [command]"C:\Program Files\Git\cmd\git.exe" config --global http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2022-11-23T01:36:06.2416053Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --unset-all url.https://github.com/.insteadOf 2022-11-23T01:36:06.2668423Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add url.https://github.com/.insteadOf git@github.com: 2022-11-23T01:36:06.2898117Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2022-11-23T01:36:06.3123378Z ##[endgroup] 2022-11-23T01:36:06.3123752Z ##[group]Fetching submodules 2022-11-23T01:36:06.3129309Z [command]"C:\Program Files\Git\cmd\git.exe" submodule sync --recursive 2022-11-23T01:36:06.7073004Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 submodule update --init --force --recursive 2022-11-23T01:36:07.1755745Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2022-11-23T01:36:07.1756315Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2022-11-23T01:36:07.1756819Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2022-11-23T01:36:07.1758137Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2022-11-23T01:36:07.1758661Z Submodule 'third_party/QNNPACK' (https://github.com/pytorch/QNNPACK) registered for path 'third_party/QNNPACK' 2022-11-23T01:36:07.1759222Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2022-11-23T01:36:07.1759775Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2022-11-23T01:36:07.1760710Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2022-11-23T01:36:07.1761309Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2022-11-23T01:36:07.1761944Z Submodule 'third_party/cub' (https://github.com/NVlabs/cub.git) registered for path 'third_party/cub' 2022-11-23T01:36:07.1762632Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2022-11-23T01:36:07.1763136Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2022-11-23T01:36:07.1763545Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2022-11-23T01:36:07.1764100Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2022-11-23T01:36:07.1764554Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2022-11-23T01:36:07.1764989Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2022-11-23T01:36:07.1765384Z Submodule 'third_party/foxi' (https://github.com/houseroad/foxi.git) registered for path 'third_party/foxi' 2022-11-23T01:36:07.1765823Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:36:07.1766284Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2022-11-23T01:36:07.1766728Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2022-11-23T01:36:07.1767135Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2022-11-23T01:36:07.1767567Z Submodule 'third_party/ios-cmake' (https://github.com/Yangqing/ios-cmake.git) registered for path 'third_party/ios-cmake' 2022-11-23T01:36:07.1767996Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2022-11-23T01:36:07.1768451Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2022-11-23T01:36:07.1768840Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2022-11-23T01:36:07.1769307Z Submodule 'third_party/neon2sse' (https://github.com/intel/ARM_NEON_2_x86_SSE.git) registered for path 'third_party/neon2sse' 2022-11-23T01:36:07.1769735Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2022-11-23T01:36:07.1770137Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2022-11-23T01:36:07.1770550Z Submodule 'third_party/onnx-tensorrt' (https://github.com/onnx/onnx-tensorrt) registered for path 'third_party/onnx-tensorrt' 2022-11-23T01:36:07.1770999Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2022-11-23T01:36:07.1771450Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2022-11-23T01:36:07.1771905Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2022-11-23T01:36:07.1772772Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2022-11-23T01:36:07.1773229Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2022-11-23T01:36:07.1935270Z Submodule 'third_party/python-enum' (https://github.com/PeachPy/enum34.git) registered for path 'third_party/python-enum' 2022-11-23T01:36:07.1935820Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2022-11-23T01:36:07.1936288Z Submodule 'third_party/python-six' (https://github.com/benjaminp/six.git) registered for path 'third_party/python-six' 2022-11-23T01:36:07.1936698Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2022-11-23T01:36:07.1937088Z Submodule 'third_party/tbb' (https://github.com/01org/tbb) registered for path 'third_party/tbb' 2022-11-23T01:36:07.1937508Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2022-11-23T01:36:07.1938035Z Submodule 'third_party/zstd' (https://github.com/facebook/zstd.git) registered for path 'third_party/zstd' 2022-11-23T01:36:07.6504038Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2022-11-23T01:36:08.0090659Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2022-11-23T01:36:08.3724324Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2022-11-23T01:36:08.9220427Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2022-11-23T01:36:09.3176343Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/QNNPACK'... 2022-11-23T01:36:12.1387417Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2022-11-23T01:36:19.8876999Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2022-11-23T01:36:20.4155259Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2022-11-23T01:36:21.1281077Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2022-11-23T01:36:23.1098544Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cub'... 2022-11-23T01:36:25.1409559Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2022-11-23T01:36:26.8258818Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cutlass'... 2022-11-23T01:36:33.5205707Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/eigen'... 2022-11-23T01:36:34.5617856Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2022-11-23T01:36:36.6538514Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2022-11-23T01:36:38.1701260Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2022-11-23T01:36:38.4628306Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/foxi'... 2022-11-23T01:36:39.3793138Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2022-11-23T01:36:39.8675208Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2022-11-23T01:36:41.3231943Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2022-11-23T01:36:41.9268154Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2022-11-23T01:36:42.2414446Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ios-cmake'... 2022-11-23T01:36:42.6379507Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ittapi'... 2022-11-23T01:36:45.4972039Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2022-11-23T01:36:46.1281138Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/nccl/nccl'... 2022-11-23T01:36:46.6405711Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/neon2sse'... 2022-11-23T01:36:54.6147060Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/nlohmann'... 2022-11-23T01:36:57.0921645Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2022-11-23T01:36:57.7454896Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt'... 2022-11-23T01:36:58.1298250Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2022-11-23T01:37:04.8158711Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2022-11-23T01:37:05.2911525Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2022-11-23T01:37:05.6368495Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2022-11-23T01:37:06.9396468Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2022-11-23T01:37:07.3960116Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/python-enum'... 2022-11-23T01:37:07.9005225Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2022-11-23T01:37:08.4031798Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/python-six'... 2022-11-23T01:37:09.3022762Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2022-11-23T01:37:13.7457968Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tbb'... 2022-11-23T01:37:14.5844829Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2022-11-23T01:37:17.5359711Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/zstd'... 2022-11-23T01:37:17.6711451Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2022-11-23T01:37:17.7687923Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2022-11-23T01:37:17.8411634Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2022-11-23T01:37:18.0346175Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2022-11-23T01:37:18.4209333Z Submodule path 'third_party/QNNPACK': checked out '7d2a4e9931a82adc3814275b6219a03e24e36b4c' 2022-11-23T01:37:19.0693715Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2022-11-23T01:37:32.2233426Z Submodule path 'third_party/XNNPACK': checked out 'ae108ef49aa5623b896fc93d4298c49d1750d9ba' 2022-11-23T01:37:32.5882094Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-11-23T01:37:34.7900629Z Submodule path 'third_party/cpuinfo': checked out '8ec7bd91ad0470e61cf38f618cc1f270dede599c' 2022-11-23T01:37:35.1404466Z Submodule path 'third_party/cub': checked out 'd106ddb991a56c3df1b6d51b2409e36ba8181ce4' 2022-11-23T01:37:40.4950344Z Submodule path 'third_party/cudnn_frontend': checked out '171a7a986f7fbd9ed71bd0cf3c7ad4f55843d6b3' 2022-11-23T01:37:46.3044051Z Submodule path 'third_party/cutlass': checked out 'b72cbf957df8cf84a6d0ff91c190ad51a9c1d24a' 2022-11-23T01:37:49.2339762Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2022-11-23T01:37:50.5821718Z Submodule path 'third_party/fbgemm': checked out '4d1738b3142a6cb0c032cd639e239566010b054a' 2022-11-23T01:37:50.5980168Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:37:50.5980660Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:37:50.5981135Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:37:50.5981652Z Submodule 'third_party/hipify_torch' (https://github.com/ROCmSoftwarePlatform/hipify_torch.git) registered for path 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:37:52.6595632Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2022-11-23T01:37:53.4715794Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2022-11-23T01:37:54.9209588Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2022-11-23T01:37:55.4065427Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2022-11-23T01:37:55.8810141Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2022-11-23T01:37:57.0752667Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2022-11-23T01:37:57.6457134Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2022-11-23T01:37:57.7594000Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '1840658c184f3eeba787dae0f06c45756c1daaf5' 2022-11-23T01:37:59.4381229Z Submodule path 'third_party/flatbuffers': checked out 'd0cede9c90c5257537c293517a21376408b549fa' 2022-11-23T01:38:00.1227342Z Submodule path 'third_party/fmt': checked out '7bdf0628b1276379886c7f6dda2cef2b3b374f0b' 2022-11-23T01:38:00.2095004Z Submodule path 'third_party/foxi': checked out 'c278588e34e535f0bb8f00df3880d26928038cad' 2022-11-23T01:38:00.5901078Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2022-11-23T01:38:00.9243631Z Submodule path 'third_party/gloo': checked out '4a5e339b764261d20fc409071dc7a8b8989aa195' 2022-11-23T01:38:01.7066289Z Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2022-11-23T01:38:01.8459143Z Submodule path 'third_party/ideep': checked out '5ddc65efe0428bbce2942b3ce5e3ce15239abe2f' 2022-11-23T01:38:01.8584283Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2022-11-23T01:38:14.6400129Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2022-11-23T01:38:17.5857652Z Submodule path 'third_party/ideep/mkl-dnn': checked out 'd19d0f795c60695bd32f894c6f01771b2dfbe24d' 2022-11-23T01:38:17.5987343Z Submodule 'third_party/oneDNN' (https://github.com/oneapi-src/oneDNN.git) registered for path 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:38:27.3204387Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn/third_party/oneDNN'... 2022-11-23T01:38:32.1720879Z Submodule path 'third_party/ideep/mkl-dnn/third_party/oneDNN': checked out '650085b2f3643aad05c629425983491d63b5c289' 2022-11-23T01:38:32.2669701Z Submodule path 'third_party/ios-cmake': checked out '8abaed637d56f1337d6e1d2c4026e25c1eade724' 2022-11-23T01:38:32.3790070Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2022-11-23T01:38:32.9763970Z Submodule path 'third_party/kineto': checked out '6c1629809068efd78a8d56b4aa479c7ec49ae562' 2022-11-23T01:38:32.9917583Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:38:32.9918214Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:38:34.7619820Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2022-11-23T01:38:36.1642657Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2022-11-23T01:38:36.7128887Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '2591ab91c3898c9f6544fff04660276537d32ffd' 2022-11-23T01:38:37.0783487Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2022-11-23T01:38:37.2938883Z Submodule path 'third_party/nccl/nccl': checked out 'f89fd4777d2ef9229c039ff750ae21da01626f52' 2022-11-23T01:38:37.3724846Z Submodule path 'third_party/neon2sse': checked out '97a126f08ce318023be604d03f88bf0820a9464a' 2022-11-23T01:38:38.5195287Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2022-11-23T01:38:42.3600628Z Submodule path 'third_party/onnx': checked out 'f7ee1ac60d06abe8e26c9b6bbe1e3db5286b614b' 2022-11-23T01:38:42.3767836Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx/third_party/benchmark' 2022-11-23T01:38:42.3768371Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2022-11-23T01:38:43.1565546Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/benchmark'... 2022-11-23T01:38:44.4183325Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2022-11-23T01:38:44.6139607Z Submodule path 'third_party/onnx/third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-11-23T01:38:45.0305017Z Submodule path 'third_party/onnx/third_party/pybind11': checked out 'ffa346860b306c9bbfb341aed9c14c067751feb8' 2022-11-23T01:38:45.1537978Z Submodule path 'third_party/onnx-tensorrt': checked out 'c153211418a7c57ce071d9ce2a41f8d1c85a878f' 2022-11-23T01:38:45.1661354Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:38:46.9330403Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx'... 2022-11-23T01:38:48.6767643Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx': checked out '765f5ee823a67a866f4bd28a9860e81f3c811ce8' 2022-11-23T01:38:48.6957575Z 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-23T01:38:48.6958204Z 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-23T01:38:49.1912531Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark'... 2022-11-23T01:38:50.1301035Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11'... 2022-11-23T01:38:50.2482155Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark': checked out 'e776aa0275e293707b6a0901e0e8d8a8a3679508' 2022-11-23T01:38:50.4970129Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11': checked out 'a1041190c8b8ff0cd9e2f0752248ad5e3789ea0c' 2022-11-23T01:38:50.5098751Z 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-23T01:38:50.8552462Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang'... 2022-11-23T01:38:50.9276254Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-11-23T01:38:51.0063941Z Submodule path 'third_party/pocketfft': checked out 'ea778e37710c07723435b1be58235996d1d43a5a' 2022-11-23T01:38:58.1771697Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2022-11-23T01:38:58.1971952Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:38:58.1972523Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2022-11-23T01:38:58.8634091Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2022-11-23T01:39:00.0505645Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2022-11-23T01:39:00.2428380Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2022-11-23T01:39:00.8596779Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2022-11-23T01:39:00.9710465Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2022-11-23T01:39:01.0652187Z Submodule path 'third_party/pthreadpool': checked out 'a134dd5d4cee80cce15db81a72e7f929d71dd413' 2022-11-23T01:39:01.4987035Z Submodule path 'third_party/pybind11': checked out '80dc998efced8ceb2be59756668a7e90e8bef917' 2022-11-23T01:39:01.6200786Z Submodule path 'third_party/python-enum': checked out '4cfedc426c4e2fc52e3f5c2b4297e15ed8d6b8c7' 2022-11-23T01:39:02.1698553Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2022-11-23T01:39:02.2463988Z Submodule path 'third_party/python-six': checked out '15e31431af97e5e64b80af0a3f598d382bcdd49a' 2022-11-23T01:39:02.6079817Z Submodule path 'third_party/sleef': checked out 'e0a003ee838b75d11763aa9c3ef17bf71a725bff' 2022-11-23T01:39:05.7620059Z Submodule path 'third_party/tbb': checked out 'a51a90bc609bb73db8ea13841b5cf7aa4344d4a9' 2022-11-23T01:39:06.2149724Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2022-11-23T01:39:06.2347073Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:39:06.2347599Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:39:06.2348071Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:39:06.2350391Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:39:07.6249744Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2022-11-23T01:39:08.0703260Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2022-11-23T01:39:09.9405998Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2022-11-23T01:39:11.5487645Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2022-11-23T01:39:12.1474475Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2022-11-23T01:39:12.3460561Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2022-11-23T01:39:13.4156678Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2022-11-23T01:39:13.7520768Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2022-11-23T01:39:13.7649737Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:39:14.1727582Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2022-11-23T01:39:14.2323904Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-11-23T01:39:15.1020140Z Submodule path 'third_party/zstd': checked out 'aec56a52fbab207fc639a1937d1e708a282edca8' 2022-11-23T01:39:15.1231116Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local gc.auto 0" 2022-11-23T01:39:15.5024758Z Entering 'android/libs/fbjni' 2022-11-23T01:39:15.5466648Z Entering 'third_party/FP16' 2022-11-23T01:39:15.5905804Z Entering 'third_party/FXdiv' 2022-11-23T01:39:15.6352106Z Entering 'third_party/NNPACK' 2022-11-23T01:39:15.6808067Z Entering 'third_party/QNNPACK' 2022-11-23T01:39:15.7251370Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:39:15.7683973Z Entering 'third_party/XNNPACK' 2022-11-23T01:39:15.8128268Z Entering 'third_party/benchmark' 2022-11-23T01:39:15.8577426Z Entering 'third_party/cpuinfo' 2022-11-23T01:39:15.9024012Z Entering 'third_party/cub' 2022-11-23T01:39:15.9478708Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:39:15.9966779Z Entering 'third_party/cutlass' 2022-11-23T01:39:16.0403880Z Entering 'third_party/eigen' 2022-11-23T01:39:16.0850996Z Entering 'third_party/fbgemm' 2022-11-23T01:39:16.1303269Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:39:16.1750238Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:39:16.2196511Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:39:16.2641084Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:39:16.3093036Z Entering 'third_party/flatbuffers' 2022-11-23T01:39:16.3537373Z Entering 'third_party/fmt' 2022-11-23T01:39:16.3971206Z Entering 'third_party/foxi' 2022-11-23T01:39:16.4417273Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:39:16.4910421Z Entering 'third_party/gloo' 2022-11-23T01:39:16.5346094Z Entering 'third_party/googletest' 2022-11-23T01:39:16.5806438Z Entering 'third_party/ideep' 2022-11-23T01:39:16.6235900Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:39:16.6671605Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:39:16.7190450Z Entering 'third_party/ios-cmake' 2022-11-23T01:39:16.7662277Z Entering 'third_party/ittapi' 2022-11-23T01:39:16.8121735Z Entering 'third_party/kineto' 2022-11-23T01:39:16.8552692Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:39:16.8993948Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:39:16.9456374Z Entering 'third_party/nccl/nccl' 2022-11-23T01:39:16.9893586Z Entering 'third_party/neon2sse' 2022-11-23T01:39:17.0355516Z Entering 'third_party/nlohmann' 2022-11-23T01:39:17.0792195Z Entering 'third_party/onnx' 2022-11-23T01:39:17.1234043Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:39:17.1686070Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:39:17.2138574Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:39:17.2735052Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:39:17.3178333Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:39:17.3631035Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:39:17.4072278Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:39:17.4616462Z Entering 'third_party/pocketfft' 2022-11-23T01:39:17.5057870Z Entering 'third_party/protobuf' 2022-11-23T01:39:17.5509752Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:39:17.5952010Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:39:17.6429120Z Entering 'third_party/psimd' 2022-11-23T01:39:17.6882383Z Entering 'third_party/pthreadpool' 2022-11-23T01:39:17.7325772Z Entering 'third_party/pybind11' 2022-11-23T01:39:17.7802019Z Entering 'third_party/python-enum' 2022-11-23T01:39:17.8242354Z Entering 'third_party/python-peachpy' 2022-11-23T01:39:17.8677356Z Entering 'third_party/python-six' 2022-11-23T01:39:17.9114720Z Entering 'third_party/sleef' 2022-11-23T01:39:17.9554642Z Entering 'third_party/tbb' 2022-11-23T01:39:18.0009375Z Entering 'third_party/tensorpipe' 2022-11-23T01:39:18.0433535Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:39:18.0912305Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:39:18.1365472Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:39:18.1828024Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:39:18.2269258Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:39:18.2757883Z Entering 'third_party/zstd' 2022-11-23T01:39:18.3264447Z ##[endgroup] 2022-11-23T01:39:18.3265552Z ##[group]Persisting credentials for submodules 2022-11-23T01:39:18.3274941Z [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-23T01:39:18.7170523Z Entering 'android/libs/fbjni' 2022-11-23T01:39:18.7710557Z Entering 'third_party/FP16' 2022-11-23T01:39:18.8236456Z Entering 'third_party/FXdiv' 2022-11-23T01:39:18.8784439Z Entering 'third_party/NNPACK' 2022-11-23T01:39:18.9295425Z Entering 'third_party/QNNPACK' 2022-11-23T01:39:18.9813181Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:39:19.0337568Z Entering 'third_party/XNNPACK' 2022-11-23T01:39:19.0874139Z Entering 'third_party/benchmark' 2022-11-23T01:39:19.1376183Z Entering 'third_party/cpuinfo' 2022-11-23T01:39:19.1879547Z Entering 'third_party/cub' 2022-11-23T01:39:19.2405382Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:39:19.2952451Z Entering 'third_party/cutlass' 2022-11-23T01:39:19.3466531Z Entering 'third_party/eigen' 2022-11-23T01:39:19.3978644Z Entering 'third_party/fbgemm' 2022-11-23T01:39:19.4461447Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:39:19.4979380Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:39:19.5498492Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:39:19.6017409Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:39:19.6556212Z Entering 'third_party/flatbuffers' 2022-11-23T01:39:19.7086673Z Entering 'third_party/fmt' 2022-11-23T01:39:19.7599194Z Entering 'third_party/foxi' 2022-11-23T01:39:19.8108534Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:39:19.8625788Z Entering 'third_party/gloo' 2022-11-23T01:39:19.9155547Z Entering 'third_party/googletest' 2022-11-23T01:39:19.9668965Z Entering 'third_party/ideep' 2022-11-23T01:39:20.0164353Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:39:20.0663669Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:39:20.1223500Z Entering 'third_party/ios-cmake' 2022-11-23T01:39:20.1749297Z Entering 'third_party/ittapi' 2022-11-23T01:39:20.2258884Z Entering 'third_party/kineto' 2022-11-23T01:39:20.2756813Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:39:20.3298841Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:39:20.4076561Z Entering 'third_party/nccl/nccl' 2022-11-23T01:39:20.4587225Z Entering 'third_party/neon2sse' 2022-11-23T01:39:20.5096341Z Entering 'third_party/nlohmann' 2022-11-23T01:39:20.5608771Z Entering 'third_party/onnx' 2022-11-23T01:39:20.6120550Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:39:20.6636684Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:39:20.7157674Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:39:20.7655262Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:39:20.8213094Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:39:20.8753194Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:39:20.9285185Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:39:20.9898685Z Entering 'third_party/pocketfft' 2022-11-23T01:39:21.0411321Z Entering 'third_party/protobuf' 2022-11-23T01:39:21.0910948Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:39:21.1419638Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:39:21.1982458Z Entering 'third_party/psimd' 2022-11-23T01:39:21.2500680Z Entering 'third_party/pthreadpool' 2022-11-23T01:39:21.3009503Z Entering 'third_party/pybind11' 2022-11-23T01:39:21.3517122Z Entering 'third_party/python-enum' 2022-11-23T01:39:21.4043489Z Entering 'third_party/python-peachpy' 2022-11-23T01:39:21.4553180Z Entering 'third_party/python-six' 2022-11-23T01:39:21.5055066Z Entering 'third_party/sleef' 2022-11-23T01:39:21.5575747Z Entering 'third_party/tbb' 2022-11-23T01:39:21.6087516Z Entering 'third_party/tensorpipe' 2022-11-23T01:39:21.6624277Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:39:21.7140768Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:39:21.7698804Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:39:21.8219662Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:39:21.8739794Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:39:21.9300692Z Entering 'third_party/zstd' 2022-11-23T01:39:21.9920898Z [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-23T01:39:22.3783839Z Entering 'android/libs/fbjni' 2022-11-23T01:39:22.4340708Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2022-11-23T01:39:22.4488424Z Entering 'third_party/FP16' 2022-11-23T01:39:22.5068560Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2022-11-23T01:39:22.5220075Z Entering 'third_party/FXdiv' 2022-11-23T01:39:22.5771525Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2022-11-23T01:39:22.5918283Z Entering 'third_party/NNPACK' 2022-11-23T01:39:22.6486159Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2022-11-23T01:39:22.6640017Z Entering 'third_party/QNNPACK' 2022-11-23T01:39:22.7245284Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/QNNPACK/config remote.origin.url 2022-11-23T01:39:22.7397730Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:39:22.7977664Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2022-11-23T01:39:22.8124242Z Entering 'third_party/XNNPACK' 2022-11-23T01:39:22.8683663Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2022-11-23T01:39:22.8842925Z Entering 'third_party/benchmark' 2022-11-23T01:39:22.9424931Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2022-11-23T01:39:22.9576059Z Entering 'third_party/cpuinfo' 2022-11-23T01:39:23.0123833Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2022-11-23T01:39:23.0278328Z Entering 'third_party/cub' 2022-11-23T01:39:23.0849171Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cub/config remote.origin.url 2022-11-23T01:39:23.1002948Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:39:23.1607908Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2022-11-23T01:39:23.1758542Z Entering 'third_party/cutlass' 2022-11-23T01:39:23.2319168Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2022-11-23T01:39:23.2482075Z Entering 'third_party/eigen' 2022-11-23T01:39:23.3359182Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2022-11-23T01:39:23.3517852Z Entering 'third_party/fbgemm' 2022-11-23T01:39:23.4093775Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2022-11-23T01:39:23.4228722Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:39:23.4819512Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/asmjit/config remote.origin.url 2022-11-23T01:39:23.4973693Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:39:23.5576272Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/config remote.origin.url 2022-11-23T01:39:23.5731767Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:39:23.6307352Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/googletest/config remote.origin.url 2022-11-23T01:39:23.6458590Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:39:23.7058634Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/config remote.origin.url 2022-11-23T01:39:23.7235725Z Entering 'third_party/flatbuffers' 2022-11-23T01:39:23.7809401Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2022-11-23T01:39:23.7962581Z Entering 'third_party/fmt' 2022-11-23T01:39:23.8532924Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2022-11-23T01:39:23.8689365Z Entering 'third_party/foxi' 2022-11-23T01:39:23.9251156Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/foxi/config remote.origin.url 2022-11-23T01:39:23.9402269Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:39:23.9949375Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2022-11-23T01:39:24.0098756Z Entering 'third_party/gloo' 2022-11-23T01:39:24.0668211Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2022-11-23T01:39:24.0841197Z Entering 'third_party/googletest' 2022-11-23T01:39:24.1431711Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2022-11-23T01:39:24.1581574Z Entering 'third_party/ideep' 2022-11-23T01:39:24.2146697Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2022-11-23T01:39:24.2284063Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:39:24.2843204Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2022-11-23T01:39:24.2988064Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:39:24.3548115Z 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-23T01:39:24.3751728Z Entering 'third_party/ios-cmake' 2022-11-23T01:39:24.4316230Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ios-cmake/config remote.origin.url 2022-11-23T01:39:24.4467151Z Entering 'third_party/ittapi' 2022-11-23T01:39:24.5026951Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2022-11-23T01:39:24.5174762Z Entering 'third_party/kineto' 2022-11-23T01:39:24.5724871Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2022-11-23T01:39:24.5867784Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:39:24.7094407Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2022-11-23T01:39:24.7242752Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:39:24.7815158Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2022-11-23T01:39:24.7985246Z Entering 'third_party/nccl/nccl' 2022-11-23T01:39:24.8566924Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2022-11-23T01:39:24.8713324Z Entering 'third_party/neon2sse' 2022-11-23T01:39:24.9270646Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/neon2sse/config remote.origin.url 2022-11-23T01:39:24.9429922Z Entering 'third_party/nlohmann' 2022-11-23T01:39:24.9982540Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2022-11-23T01:39:25.0136954Z Entering 'third_party/onnx' 2022-11-23T01:39:25.0701733Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2022-11-23T01:39:25.0848385Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:39:25.1421912Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-11-23T01:39:25.1568748Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:39:25.2142195Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-11-23T01:39:25.2324588Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:39:25.2907571Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/config remote.origin.url 2022-11-23T01:39:25.3052408Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:39:25.3635574Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/config remote.origin.url 2022-11-23T01:39:25.3778869Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:39:25.4352716Z 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-23T01:39:25.4504348Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:39:25.5112364Z 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-23T01:39:25.5247659Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:39:25.5826651Z 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-23T01:39:25.6031841Z Entering 'third_party/pocketfft' 2022-11-23T01:39:25.6587037Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2022-11-23T01:39:25.6742433Z Entering 'third_party/protobuf' 2022-11-23T01:39:25.7325372Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2022-11-23T01:39:25.7462659Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:39:25.8039811Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2022-11-23T01:39:25.8187137Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:39:25.8732875Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2022-11-23T01:39:25.8898608Z Entering 'third_party/psimd' 2022-11-23T01:39:25.9451482Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2022-11-23T01:39:25.9601300Z Entering 'third_party/pthreadpool' 2022-11-23T01:39:26.0159569Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2022-11-23T01:39:26.0329714Z Entering 'third_party/pybind11' 2022-11-23T01:39:26.0873502Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2022-11-23T01:39:26.1021498Z Entering 'third_party/python-enum' 2022-11-23T01:39:26.1746167Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-enum/config remote.origin.url 2022-11-23T01:39:26.1897565Z Entering 'third_party/python-peachpy' 2022-11-23T01:39:26.2448401Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2022-11-23T01:39:26.2601852Z Entering 'third_party/python-six' 2022-11-23T01:39:26.3190535Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-six/config remote.origin.url 2022-11-23T01:39:26.3337549Z Entering 'third_party/sleef' 2022-11-23T01:39:26.3887438Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2022-11-23T01:39:26.4038614Z Entering 'third_party/tbb' 2022-11-23T01:39:26.4618487Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tbb/config remote.origin.url 2022-11-23T01:39:26.4774309Z Entering 'third_party/tensorpipe' 2022-11-23T01:39:26.5314836Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2022-11-23T01:39:26.5454904Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:39:26.6011852Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2022-11-23T01:39:26.6158043Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:39:26.6725518Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2022-11-23T01:39:26.6874174Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:39:26.7462097Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2022-11-23T01:39:26.7612648Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:39:26.8159371Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2022-11-23T01:39:26.8298423Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:39:26.8924011Z 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-23T01:39:26.9111473Z Entering 'third_party/zstd' 2022-11-23T01:39:26.9682511Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/zstd/config remote.origin.url 2022-11-23T01:39:27.2487317Z [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-23T01:39:27.6562283Z Entering 'android/libs/fbjni' 2022-11-23T01:39:27.7026055Z Entering 'third_party/FP16' 2022-11-23T01:39:27.7464521Z Entering 'third_party/FXdiv' 2022-11-23T01:39:27.7919504Z Entering 'third_party/NNPACK' 2022-11-23T01:39:27.8355055Z Entering 'third_party/QNNPACK' 2022-11-23T01:39:27.8788951Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:39:27.9225819Z Entering 'third_party/XNNPACK' 2022-11-23T01:39:27.9703663Z Entering 'third_party/benchmark' 2022-11-23T01:39:28.0157101Z Entering 'third_party/cpuinfo' 2022-11-23T01:39:28.0586996Z Entering 'third_party/cub' 2022-11-23T01:39:28.1031593Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:39:28.1474074Z Entering 'third_party/cutlass' 2022-11-23T01:39:28.1928499Z Entering 'third_party/eigen' 2022-11-23T01:39:28.2371084Z Entering 'third_party/fbgemm' 2022-11-23T01:39:28.2795058Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:39:28.3240446Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:39:28.3682051Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:39:28.4120127Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:39:28.4569780Z Entering 'third_party/flatbuffers' 2022-11-23T01:39:28.5008137Z Entering 'third_party/fmt' 2022-11-23T01:39:28.5453506Z Entering 'third_party/foxi' 2022-11-23T01:39:28.5906302Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:39:28.6337811Z Entering 'third_party/gloo' 2022-11-23T01:39:28.6813391Z Entering 'third_party/googletest' 2022-11-23T01:39:28.7261318Z Entering 'third_party/ideep' 2022-11-23T01:39:28.7704344Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:39:28.8154776Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:39:28.8647953Z Entering 'third_party/ios-cmake' 2022-11-23T01:39:28.9086944Z Entering 'third_party/ittapi' 2022-11-23T01:39:28.9528309Z Entering 'third_party/kineto' 2022-11-23T01:39:28.9960642Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:39:29.0411362Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:39:29.0861697Z Entering 'third_party/nccl/nccl' 2022-11-23T01:39:29.1318028Z Entering 'third_party/neon2sse' 2022-11-23T01:39:29.1767563Z Entering 'third_party/nlohmann' 2022-11-23T01:39:29.2188768Z Entering 'third_party/onnx' 2022-11-23T01:39:29.2619075Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:39:29.3067862Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:39:29.3528649Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:39:29.3956632Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:39:29.4408671Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:39:29.4855429Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:39:29.5284815Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:39:29.5792613Z Entering 'third_party/pocketfft' 2022-11-23T01:39:29.6245866Z Entering 'third_party/protobuf' 2022-11-23T01:39:29.6670403Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:39:29.7116569Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:39:29.7581824Z Entering 'third_party/psimd' 2022-11-23T01:39:29.8025916Z Entering 'third_party/pthreadpool' 2022-11-23T01:39:29.8497025Z Entering 'third_party/pybind11' 2022-11-23T01:39:29.8935762Z Entering 'third_party/python-enum' 2022-11-23T01:39:29.9396799Z Entering 'third_party/python-peachpy' 2022-11-23T01:39:29.9847793Z Entering 'third_party/python-six' 2022-11-23T01:39:30.0290652Z Entering 'third_party/sleef' 2022-11-23T01:39:30.0733707Z Entering 'third_party/tbb' 2022-11-23T01:39:30.1178568Z Entering 'third_party/tensorpipe' 2022-11-23T01:39:30.1601890Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:39:30.2078993Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:39:30.2558457Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:39:30.3013109Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:39:30.3458821Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:39:30.3945084Z Entering 'third_party/zstd' 2022-11-23T01:39:30.4474040Z [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-23T01:39:30.8612102Z Entering 'android/libs/fbjni' 2022-11-23T01:39:30.9063547Z Entering 'third_party/FP16' 2022-11-23T01:39:30.9514466Z Entering 'third_party/FXdiv' 2022-11-23T01:39:30.9953949Z Entering 'third_party/NNPACK' 2022-11-23T01:39:31.0393534Z Entering 'third_party/QNNPACK' 2022-11-23T01:39:31.0830185Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:39:31.1285166Z Entering 'third_party/XNNPACK' 2022-11-23T01:39:31.1734495Z Entering 'third_party/benchmark' 2022-11-23T01:39:31.2191298Z Entering 'third_party/cpuinfo' 2022-11-23T01:39:31.2628727Z Entering 'third_party/cub' 2022-11-23T01:39:31.3092236Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:39:31.3556781Z Entering 'third_party/cutlass' 2022-11-23T01:39:31.4016553Z Entering 'third_party/eigen' 2022-11-23T01:39:31.4459920Z Entering 'third_party/fbgemm' 2022-11-23T01:39:31.4900394Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:39:31.5358366Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:39:31.5814638Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:39:31.6249779Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:39:31.6720855Z Entering 'third_party/flatbuffers' 2022-11-23T01:39:31.7168440Z Entering 'third_party/fmt' 2022-11-23T01:39:31.7602963Z Entering 'third_party/foxi' 2022-11-23T01:39:31.8060518Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:39:31.8519804Z Entering 'third_party/gloo' 2022-11-23T01:39:31.8964987Z Entering 'third_party/googletest' 2022-11-23T01:39:31.9415627Z Entering 'third_party/ideep' 2022-11-23T01:39:31.9850920Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:39:32.0295803Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:39:32.0796853Z Entering 'third_party/ios-cmake' 2022-11-23T01:39:32.1246156Z Entering 'third_party/ittapi' 2022-11-23T01:39:32.1687307Z Entering 'third_party/kineto' 2022-11-23T01:39:32.2124545Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:39:32.2590712Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:39:32.3422227Z Entering 'third_party/nccl/nccl' 2022-11-23T01:39:32.3866226Z Entering 'third_party/neon2sse' 2022-11-23T01:39:32.4313961Z Entering 'third_party/nlohmann' 2022-11-23T01:39:32.4757016Z Entering 'third_party/onnx' 2022-11-23T01:39:32.5193766Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:39:32.5646823Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:39:32.6119799Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:39:32.6565544Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:39:32.7015771Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:39:32.7485495Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:39:32.7932201Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:39:32.8444369Z Entering 'third_party/pocketfft' 2022-11-23T01:39:32.8902369Z Entering 'third_party/protobuf' 2022-11-23T01:39:32.9339672Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:39:32.9806529Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:39:33.0274490Z Entering 'third_party/psimd' 2022-11-23T01:39:33.0718255Z Entering 'third_party/pthreadpool' 2022-11-23T01:39:33.1183970Z Entering 'third_party/pybind11' 2022-11-23T01:39:33.1634057Z Entering 'third_party/python-enum' 2022-11-23T01:39:33.2093644Z Entering 'third_party/python-peachpy' 2022-11-23T01:39:33.2561472Z Entering 'third_party/python-six' 2022-11-23T01:39:33.2989601Z Entering 'third_party/sleef' 2022-11-23T01:39:33.3419734Z Entering 'third_party/tbb' 2022-11-23T01:39:33.3877755Z Entering 'third_party/tensorpipe' 2022-11-23T01:39:33.4305101Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:39:33.4774494Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:39:33.5214130Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:39:33.5659794Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:39:33.6083571Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:39:33.6574849Z Entering 'third_party/zstd' 2022-11-23T01:39:33.7115682Z ##[endgroup] 2022-11-23T01:39:33.7375234Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format='%H' 2022-11-23T01:39:33.7577148Z '1cfd3858ac54fe3883534309081631a0a892ba3f' 2022-11-23T01:39:33.8051652Z Prepare all required actions 2022-11-23T01:39:33.8052136Z Getting action download info 2022-11-23T01:39:34.0042358Z Download action repository 'actions/setup-python@v4' (SHA:13ae5bb136fac2878aff31522b9efb785519f984) 2022-11-23T01:39:34.6954028Z ##[group]Run ./.github/actions/setup-win 2022-11-23T01:39:34.6954235Z with: 2022-11-23T01:39:34.6954404Z cuda-version: 11.6 2022-11-23T01:39:34.6954558Z env: 2022-11-23T01:39:34.6954730Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:39:34.6954917Z ##[endgroup] 2022-11-23T01:39:34.7074132Z ##[group]Run set -euo pipefail 2022-11-23T01:39:34.7074379Z set -euo pipefail 2022-11-23T01:39:34.7074577Z function get_ec2_metadata() { 2022-11-23T01:39:34.7074880Z  # Pulled from instance metadata endpoint for EC2 2022-11-23T01:39:34.7075243Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2022-11-23T01:39:34.7075530Z  category=$1 2022-11-23T01:39:34.7075815Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2022-11-23T01:39:34.7076024Z } 2022-11-23T01:39:34.7076224Z echo "ami-id: $(get_ec2_metadata ami-id)" 2022-11-23T01:39:34.7076487Z echo "instance-id: $(get_ec2_metadata instance-id)" 2022-11-23T01:39:34.7076755Z echo "instance-type: $(get_ec2_metadata instance-type)" 2022-11-23T01:39:34.7077006Z echo "system info $(uname -a)" 2022-11-23T01:39:34.7103136Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T01:39:34.7103438Z env: 2022-11-23T01:39:34.7103615Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:39:34.7104275Z ##[endgroup] 2022-11-23T01:39:34.7539556Z ami-id: ami-0bac16a0d43e93376 2022-11-23T01:39:34.7721794Z instance-id: i-05c3958d34a35372d 2022-11-23T01:39:34.7904699Z instance-type: c5d.4xlarge 2022-11-23T01:39:34.8131514Z 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-23T01:39:34.8279694Z ##[group]Run Set-ItemProperty -Path "HKLM:\\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 2022-11-23T01:39:34.8280198Z Set-ItemProperty -Path "HKLM:\\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 2022-11-23T01:39:34.8302170Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T01:39:34.8302444Z env: 2022-11-23T01:39:34.8302615Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:39:34.8302784Z ##[endgroup] 2022-11-23T01:39:35.2191102Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T01:39:35.3022191Z Finished 2022-11-23T01:39:35.3497541Z ##[group]Run Add-MpPreference -ExclusionPath $(Get-Location).tostring() -ErrorAction Ignore 2022-11-23T01:39:35.3497930Z Add-MpPreference -ExclusionPath $(Get-Location).tostring() -ErrorAction Ignore 2022-11-23T01:39:35.3520240Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T01:39:35.3520499Z env: 2022-11-23T01:39:35.3520652Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:39:35.3520835Z ##[endgroup] 2022-11-23T01:39:35.7989211Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T01:39:35.8928667Z Finished 2022-11-23T01:39:36.4821776Z ##[group]Run .\.circleci\scripts\vs_install.ps1 2022-11-23T01:39:36.4822025Z .\.circleci\scripts\vs_install.ps1 2022-11-23T01:39:36.4868580Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T01:39:36.4868845Z env: 2022-11-23T01:39:36.4869005Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:39:36.4869264Z VS_VERSION: 16.8.6 2022-11-23T01:39:36.4869536Z INSTALL_WINDOWS_SDK: 1 2022-11-23T01:39:36.4869699Z ##[endgroup] 2022-11-23T01:39:36.8580984Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T01:39:36.9413417Z Finished 2022-11-23T01:39:37.4793285Z Found correctly versioned existing BuildTools installation in C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools 2022-11-23T01:39:37.5089545Z ##[group]Run .circleci/scripts/windows_cuda_install.sh 2022-11-23T01:39:37.5089833Z .circleci/scripts/windows_cuda_install.sh 2022-11-23T01:39:37.5090121Z .circleci/scripts/windows_cudnn_install.sh 2022-11-23T01:39:37.5117505Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T01:39:37.5117768Z env: 2022-11-23T01:39:37.5117938Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:39:37.5118112Z CUDA_VERSION: 11.6 2022-11-23T01:39:37.5118283Z ##[endgroup] 2022-11-23T01:39:37.5589962Z + case ${CUDA_VERSION} in 2022-11-23T01:39:37.5590269Z + cuda_installer_name=cuda_11.6.0_511.23_windows 2022-11-23T01:39:37.5590756Z + cuda_install_packages='thrust_11.6 nvcc_11.6 cuobjdump_11.6 nvprune_11.6 nvprof_11.6 cupti_11.6 cublas_11.6 cublas_dev_11.6 cudart_11.6 cufft_11.6 cufft_dev_11.6 curand_11.6 curand_dev_11.6 cusolver_11.6 cusolver_dev_11.6 cusparse_11.6 cusparse_dev_11.6 npp_11.6 npp_dev_11.6 nvrtc_11.6 nvrtc_dev_11.6 nvml_dev_11.6' 2022-11-23T01:39:37.5591250Z + [[ -f /c/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.6/bin/nvcc.exe ]] 2022-11-23T01:39:37.5592746Z + echo 'Existing CUDA v11.6 installation found, skipping install' 2022-11-23T01:39:37.5593017Z Existing CUDA v11.6 installation found, skipping install 2022-11-23T01:39:37.5593427Z + [[ -f /c/Program Files/NVIDIA Corporation/NvToolsExt/bin/x64/nvToolsExt64_1.dll ]] 2022-11-23T01:39:37.5778047Z + echo 'Existing nvtools installation found, skipping install' 2022-11-23T01:39:37.5778341Z Existing nvtools installation found, skipping install 2022-11-23T01:39:37.6050932Z + windows_s3_link=https://ossci-windows.s3.amazonaws.com 2022-11-23T01:39:37.6051237Z + case ${CUDA_VERSION} in 2022-11-23T01:39:37.6051486Z + cudnn_file_name=cudnn-windows-x86_64-8.3.2.44_cuda11.5-archive 2022-11-23T01:39:37.6051746Z + cudnn_installer_name=cudnn_installer.zip 2022-11-23T01:39:37.6052097Z + cudnn_installer_link=https://ossci-windows.s3.amazonaws.com/cudnn-windows-x86_64-8.3.2.44_cuda11.5-archive.zip 2022-11-23T01:39:37.6052541Z + cudnn_install_folder='C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.6/' 2022-11-23T01:39:37.6052857Z + [[ -f C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.6//include/cudnn.h ]] 2022-11-23T01:39:37.6104773Z + echo 'Existing cudnn installation found, skipping install...' 2022-11-23T01:39:37.6105105Z Existing cudnn installation found, skipping install... 2022-11-23T01:39:37.6259358Z ##[group]Run actions/setup-python@v4 2022-11-23T01:39:37.6259551Z with: 2022-11-23T01:39:37.6259719Z python-version: 3.x 2022-11-23T01:39:37.6259901Z check-latest: false 2022-11-23T01:39:37.6260058Z cache: pip 2022-11-23T01:39:37.6260400Z cache-dependency-path: **/requirements.txt **/.circleci/docker/requirements-ci.txt **/.github/requirements-gha-cache.txt 2022-11-23T01:39:37.6260850Z token: *** 2022-11-23T01:39:37.6261025Z update-environment: true 2022-11-23T01:39:37.6261184Z env: 2022-11-23T01:39:37.6261343Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:39:37.6261516Z ##[endgroup] 2022-11-23T01:39:38.0646851Z Version 3.x was not found in the local cache 2022-11-23T01:39:38.3132816Z Version 3.x is available for downloading 2022-11-23T01:39:38.3133841Z Download from "https://github.com/actions/python-versions/releases/download/3.11.0-3328127706/python-3.11.0-win32-x64.zip" 2022-11-23T01:39:38.5834740Z Extract downloaded archive 2022-11-23T01:39:38.5951361Z [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\b4d31dbb-dd1f-4809-9290-897cfcfac01a', 'C:\actions-runner\_work\_temp\fef4c5ef-0087-4ff3-ba2e-c2b762457026')" 2022-11-23T01:39:39.3160939Z Execute installation script 2022-11-23T01:39:39.8154390Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T01:39:39.9032339Z Finished 2022-11-23T01:39:39.9477929Z Check if Python hostedtoolcache folder exist... 2022-11-23T01:39:39.9478320Z 2022-11-23T01:39:39.9492137Z Create Python toolcache folder 2022-11-23T01:39:39.9492502Z 2022-11-23T01:39:39.9520380Z Check if current Python version is installed... 2022-11-23T01:39:39.9520602Z 2022-11-23T01:39:39.9549697Z No Python3.11.* found 2022-11-23T01:39:39.9549936Z 2022-11-23T01:39:39.9554899Z Remove registry entries for Python 3.11(x64)... 2022-11-23T01:39:39.9555151Z 2022-11-23T01:39:40.1932408Z Create Python 3.11.0 folder in C:\actions-runner\_work\_tool\Python 2022-11-23T01:39:40.1932649Z 2022-11-23T01:39:40.1950871Z Copy Python binaries to C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:39:40.1951119Z 2022-11-23T01:39:40.8438002Z Install Python 3.11.0 in C:\actions-runner\_work\_tool\Python... 2022-11-23T01:39:40.8439201Z 2022-11-23T01:40:13.0682744Z Create python3 symlink 2022-11-23T01:40:13.0683503Z 2022-11-23T01:40:13.1083564Z 2022-11-23T01:40:13.1087934Z Directory: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:40:13.1089197Z Mode LastWriteTime Length Name 2022-11-23T01:40:13.1091644Z ---- ------------- ------ ---- 2022-11-23T01:40:13.1095124Z -a---l 11/23/2022 1:40 AM 0 python3.exe 2022-11-23T01:40:13.1100898Z Install and upgrade Pip 2022-11-23T01:40:13.1101599Z 2022-11-23T01:40:15.0464006Z Looking in links: c:\Users\runneruser\AppData\Local\Temp\tmp1k52ifyu 2022-11-23T01:40:15.0487860Z Requirement already satisfied: setuptools in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (65.5.0) 2022-11-23T01:40:15.0499187Z Requirement already satisfied: pip in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (22.3) 2022-11-23T01:40:15.7343015Z Requirement already satisfied: pip in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (22.3) 2022-11-23T01:40:15.8596414Z Collecting pip 2022-11-23T01:40:15.8878657Z Downloading pip-22.3.1-py3-none-any.whl (2.1 MB) 2022-11-23T01:40:16.0189546Z 2022-11-23T01:40:16.0190443Z ---------------------------------------- 2.1/2.1 MB 14.5 MB/s eta 0:00:00 2022-11-23T01:40:16.0192248Z 2022-11-23T01:40:16.0820171Z Installing collected packages: pip 2022-11-23T01:40:16.0820442Z Attempting uninstall: pip 2022-11-23T01:40:16.0849626Z Found existing installation: pip 22.3 2022-11-23T01:40:16.4791693Z Uninstalling pip-22.3: 2022-11-23T01:40:16.5012940Z Successfully uninstalled pip-22.3 2022-11-23T01:40:21.3654059Z Successfully installed pip-22.3.1 2022-11-23T01:40:21.5270155Z Create complete file 2022-11-23T01:40:21.5270334Z 2022-11-23T01:40:21.5281099Z 2022-11-23T01:40:21.5281714Z 2022-11-23T01:40:21.5579041Z Successfully set up CPython (3.11.0) 2022-11-23T01:40:37.1829888Z Received 11658366 of 11658366 (100.0%), 68.6 MBs/sec 2022-11-23T01:40:37.1831759Z Cache Size: ~11 MB (11658366 B) 2022-11-23T01:40:37.1878912Z [command]C:\Windows\System32\tar.exe -z -xf C:/actions-runner/_work/_temp/0afcfb4b-3145-43eb-82a4-197b6b41993e/cache.tgz -P -C C:/actions-runner/_work/pytorch/pytorch 2022-11-23T01:40:37.3952302Z Cache restored successfully 2022-11-23T01:40:37.3978240Z Cache restored from key: setup-python-Windows-python-3.11.0-pip-cea00ec539b2709af8423a66810a978e4769be06900e3cb8842e8370b70b0daf 2022-11-23T01:40:37.4752908Z ##[group]Run pytorch/test-infra/.github/actions/setup-ssh@main 2022-11-23T01:40:37.4753204Z with: 2022-11-23T01:40:37.4753719Z github-secret: *** 2022-11-23T01:40:37.4753928Z activate-with-label: false 2022-11-23T01:40:37.4754121Z label: with-ssh 2022-11-23T01:40:37.4754316Z remove-existing-keys: true 2022-11-23T01:40:37.4754498Z env: 2022-11-23T01:40:37.4754655Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:40:37.4754912Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:40:37.4755233Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T01:40:37.4755546Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:40:37.4755838Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:40:37.4756132Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:40:37.4756344Z ##[endgroup] 2022-11-23T01:40:37.6576801Z Not on pull request and ciflow reference could not be extracted, skipping adding ssh keys 2022-11-23T01:40:37.6905138Z ##[group]Run python3 -m pip install psutil==5.9.1 2022-11-23T01:40:37.6905515Z python3 -m pip install psutil==5.9.1 2022-11-23T01:40:37.6905755Z python3 -m pip install pynvml==11.4.1 2022-11-23T01:40:37.6906017Z python3 -m tools.stats.monitor > usage_log.txt 2>&1 & 2022-11-23T01:40:37.6906305Z echo "monitor-script-pid=${!}" >> "${GITHUB_OUTPUT}" 2022-11-23T01:40:37.6935797Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T01:40:37.6936073Z env: 2022-11-23T01:40:37.6936249Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:40:37.6936497Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:40:37.6936823Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T01:40:37.6937139Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:40:37.6937478Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:40:37.6937763Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:40:37.6938098Z ##[endgroup] 2022-11-23T01:40:38.4460882Z Collecting psutil==5.9.1 2022-11-23T01:40:38.4747864Z Downloading psutil-5.9.1.tar.gz (479 kB) 2022-11-23T01:40:38.4925518Z ------------------------------------- 479.1/479.1 kB 29.3 MB/s eta 0:00:00 2022-11-23T01:40:38.9642449Z Installing build dependencies: started 2022-11-23T01:40:42.5138849Z Installing build dependencies: finished with status 'done' 2022-11-23T01:40:42.5152621Z Getting requirements to build wheel: started 2022-11-23T01:40:43.2868733Z Getting requirements to build wheel: finished with status 'done' 2022-11-23T01:40:43.2960234Z Preparing metadata (pyproject.toml): started 2022-11-23T01:40:43.9196920Z Preparing metadata (pyproject.toml): finished with status 'done' 2022-11-23T01:40:43.9475247Z Building wheels for collected packages: psutil 2022-11-23T01:40:43.9502194Z Building wheel for psutil (pyproject.toml): started 2022-11-23T01:40:54.9795031Z Building wheel for psutil (pyproject.toml): finished with status 'done' 2022-11-23T01:40:54.9943143Z Created wheel for psutil: filename=psutil-5.9.1-cp311-cp311-win_amd64.whl size=246141 sha256=a57a93d332e4498c38bf39fa4d1ef461c262cdccbf0fcf6aab127e6bee825f9e 2022-11-23T01:40:54.9944328Z Stored in directory: c:\users\runneruser\appdata\local\pip\cache\wheels\ab\69\a8\5976ca75168498f119e90888241407862bd58c619118f8920c 2022-11-23T01:40:55.0006039Z Successfully built psutil 2022-11-23T01:40:55.0469052Z Installing collected packages: psutil 2022-11-23T01:40:55.4338220Z Successfully installed psutil-5.9.1 2022-11-23T01:40:56.2299399Z Collecting pynvml==11.4.1 2022-11-23T01:40:56.2502448Z Downloading pynvml-11.4.1-py3-none-any.whl (46 kB) 2022-11-23T01:40:56.2591560Z ---------------------------------------- 47.0/47.0 kB ? eta 0:00:00 2022-11-23T01:40:56.3187462Z Installing collected packages: pynvml 2022-11-23T01:40:56.4237025Z Successfully installed pynvml-11.4.1 2022-11-23T01:40:56.5435993Z ##[group]Run seemethere/download-artifact-s3@v4 2022-11-23T01:40:56.5436283Z with: 2022-11-23T01:40:56.5436467Z name: win-vs2019-cuda11.6-py3 2022-11-23T01:40:56.5436667Z path: C:\3528293554\build-results 2022-11-23T01:40:56.5436874Z s3-bucket: gha-artifacts 2022-11-23T01:40:56.5437070Z region: us-east-1 2022-11-23T01:40:56.5437232Z env: 2022-11-23T01:40:56.5437398Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:40:56.5438953Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:40:56.5439343Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T01:40:56.5439662Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:40:56.5439958Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:40:56.5440251Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:40:56.5440481Z ##[endgroup] 2022-11-23T01:40:57.5458713Z Found 3 objects with prefix pytorch/pytorch/3528293554/win-vs2019-cuda11.6-py3/ 2022-11-23T01:40:57.5464045Z Starting download (1/3): C:\3528293554\build-results\.ninja_log 2022-11-23T01:40:57.7618147Z Finished download (1/3): C:\3528293554\build-results\.ninja_log 2022-11-23T01:40:57.7619595Z Starting download (2/3): C:\3528293554\build-results\.pytorch-test-times.json 2022-11-23T01:40:57.8456443Z Finished download (2/3): C:\3528293554\build-results\.pytorch-test-times.json 2022-11-23T01:40:57.8458619Z Starting download (3/3): C:\3528293554\build-results\win-vs2019-cuda11.6-py3-1cfd3858ac54fe3883534309081631a0a892ba3f.7z 2022-11-23T01:41:01.6435632Z Finished download (3/3): C:\3528293554\build-results\win-vs2019-cuda11.6-py3-1cfd3858ac54fe3883534309081631a0a892ba3f.7z 2022-11-23T01:41:01.6435920Z 2022-11-23T01:41:01.6449777Z ##[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-23T01:41:01.6457508Z Artifact download has finished successfully 2022-11-23T01:41:01.7723936Z ##[group]Run tree /F C:\$Env:GITHUB_RUN_ID\build-results 2022-11-23T01:41:01.7724272Z tree /F C:\$Env:GITHUB_RUN_ID\build-results 2022-11-23T01:41:01.7746530Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T01:41:01.7746787Z env: 2022-11-23T01:41:01.7746959Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:41:01.7747218Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:41:01.7747542Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T01:41:01.7747857Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:41:01.7748140Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:41:01.7748427Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:41:01.7748647Z ##[endgroup] 2022-11-23T01:41:02.1648738Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T01:41:02.2485253Z Finished 2022-11-23T01:41:02.7989018Z Folder PATH listing 2022-11-23T01:41:02.7989309Z Volume serial number is 0241-89EB 2022-11-23T01:41:02.7989529Z C:\3528293554\BUILD-RESULTS 2022-11-23T01:41:02.7991000Z .ninja_log 2022-11-23T01:41:02.7991300Z .pytorch-test-times.json 2022-11-23T01:41:02.7991604Z win-vs2019-cuda11.6-py3-1cfd3858ac54fe3883534309081631a0a892ba3f.7z 2022-11-23T01:41:02.7992617Z 2022-11-23T01:41:02.7992899Z No subfolders exist 2022-11-23T01:41:02.7993068Z 2022-11-23T01:41:02.8301999Z ##[group]Run COMMIT_MESSAGES=$(git cherry -v "origin/${GIT_DEFAULT_BRANCH:-master}") 2022-11-23T01:41:02.8302462Z COMMIT_MESSAGES=$(git cherry -v "origin/${GIT_DEFAULT_BRANCH:-master}") 2022-11-23T01:41:02.8302689Z  2022-11-23T01:41:02.8302914Z # sanitize the input commit message and PR body here: 2022-11-23T01:41:02.8303141Z # 2022-11-23T01:41:02.8303402Z # trim all new lines from commit messages + PR_BODY to avoid issues with batch environment 2022-11-23T01:41:02.8303789Z # variable copying. see https://github.com/pytorch/pytorch/pull/80043#issuecomment-1167796028 2022-11-23T01:41:02.8304111Z COMMIT_MESSAGES="${COMMIT_MESSAGES//[$'\n\r']}" 2022-11-23T01:41:02.8304343Z PR_BODY="${PR_BODY//[$'\n\r']}" 2022-11-23T01:41:02.8304514Z  2022-11-23T01:41:02.8304777Z # then trim all special characters like single and double quotes to avoid unescaped inputs to 2022-11-23T01:41:02.8305119Z # wreak havoc internally 2022-11-23T01:41:02.8305357Z export COMMIT_MESSAGES="${COMMIT_MESSAGES//[\'\"]}" 2022-11-23T01:41:02.8305595Z export PR_BODY="${PR_BODY//[\'\"]}" 2022-11-23T01:41:02.8305770Z  2022-11-23T01:41:02.8305955Z .jenkins/pytorch/win-test.sh 2022-11-23T01:41:02.8334217Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T01:41:02.8334471Z env: 2022-11-23T01:41:02.8334644Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:41:02.8334903Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:41:02.8335223Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T01:41:02.8335535Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:41:02.8335831Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:41:02.8336184Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:41:02.8336447Z USE_CUDA: 1 2022-11-23T01:41:02.8336625Z INSTALL_WINDOWS_SDK: 1 2022-11-23T01:41:02.8336812Z PYTHON_VERSION: 3.8 2022-11-23T01:41:02.8336999Z PYTORCH_RETRY_TEST_CASES: 1 2022-11-23T01:41:02.8337193Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-11-23T01:41:02.8337389Z VC_PRODUCT: BuildTools 2022-11-23T01:41:02.8337667Z VC_VERSION: 2022-11-23T01:41:02.8337835Z VS_VERSION: 16.8.6 2022-11-23T01:41:02.8338004Z VC_YEAR: 2019 2022-11-23T01:41:02.8338173Z AWS_DEFAULT_REGION: us-east-1 2022-11-23T01:41:02.8338356Z PR_NUMBER: 2022-11-23T01:41:02.8338554Z SHA1: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:41:02.8338758Z CUDA_VERSION: 11.6 2022-11-23T01:41:02.8338982Z PYTORCH_FINAL_PACKAGE_DIR: /c/3528293554/build-results/ 2022-11-23T01:41:02.8339231Z BUILD_ENVIRONMENT: win-vs2019-cuda11.6-py3 2022-11-23T01:41:02.8339514Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2022-11-23T01:41:02.8339749Z SHARD_NUMBER: 1 2022-11-23T01:41:02.8339919Z NUM_TEST_SHARDS: 1 2022-11-23T01:41:02.8340098Z TEST_CONFIG: force_on_cpu 2022-11-23T01:41:02.8340274Z PR_BODY: 2022-11-23T01:41:02.8340433Z TORCH_CUDA_ARCH_LIST: 7.0 2022-11-23T01:41:02.8340633Z PYTORCH_TEST_CUDA_MEM_LEAK_CHECK: 0 2022-11-23T01:41:02.8340850Z PYTORCH_TEST_RERUN_DISABLED_TESTS: 0 2022-11-23T01:41:02.8341043Z ##[endgroup] 2022-11-23T01:41:02.9243076Z +++ dirname .jenkins/pytorch/win-test.sh 2022-11-23T01:41:02.9765168Z ++ cd .jenkins/pytorch 2022-11-23T01:41:02.9770765Z ++ pwd 2022-11-23T01:41:02.9775657Z + SCRIPT_PARENT_DIR=/c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch 2022-11-23T01:41:02.9776076Z + source /c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/common.sh 2022-11-23T01:41:02.9863593Z +++ dirname /c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/common.sh 2022-11-23T01:41:02.9950995Z ++ source /c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/common_utils.sh 2022-11-23T01:41:02.9958069Z +++ declare -f -t trap_add 2022-11-23T01:41:02.9963173Z ++ set -ex 2022-11-23T01:41:02.9963393Z ++ [[ win-vs2019-cuda11.6-py3 == *rocm* ]] 2022-11-23T01:41:02.9963621Z ++ BUILD_TEST_LIBTORCH=0 2022-11-23T01:41:03.0044418Z ++ git rev-parse HEAD 2022-11-23T01:41:03.0294676Z + IMAGE_COMMIT_ID=1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:41:03.0294972Z + export IMAGE_COMMIT_ID 2022-11-23T01:41:03.0295281Z + export IMAGE_COMMIT_TAG=win-vs2019-cuda11.6-py3-1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:41:03.0295670Z + IMAGE_COMMIT_TAG=win-vs2019-cuda11.6-py3-1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:41:03.0295948Z + [[ '' == *\d\e\v\e\l\o\p* ]] 2022-11-23T01:41:03.0296214Z + export TMP_DIR=/c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2022-11-23T01:41:03.0296525Z + TMP_DIR=/c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2022-11-23T01:41:03.0363939Z ++ cygpath -w /c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2022-11-23T01:41:03.0744025Z + TMP_DIR_WIN='C:\actions-runner\_work\pytorch\pytorch\build\win_tmp' 2022-11-23T01:41:03.0744316Z + export TMP_DIR_WIN 2022-11-23T01:41:03.0744581Z + export PROJECT_DIR=/c/actions-runner/_work/pytorch/pytorch 2022-11-23T01:41:03.0744909Z + PROJECT_DIR=/c/actions-runner/_work/pytorch/pytorch 2022-11-23T01:41:03.0813510Z ++ cygpath -w /c/actions-runner/_work/pytorch/pytorch 2022-11-23T01:41:03.0927699Z + PROJECT_DIR_WIN='C:\actions-runner\_work\pytorch\pytorch' 2022-11-23T01:41:03.0927993Z + export PROJECT_DIR_WIN 2022-11-23T01:41:03.0928249Z + export TEST_DIR=/c/actions-runner/_work/pytorch/pytorch/test 2022-11-23T01:41:03.0928543Z + TEST_DIR=/c/actions-runner/_work/pytorch/pytorch/test 2022-11-23T01:41:03.0996005Z ++ cygpath -w /c/actions-runner/_work/pytorch/pytorch/test 2022-11-23T01:41:03.1107019Z + TEST_DIR_WIN='C:\actions-runner\_work\pytorch\pytorch\test' 2022-11-23T01:41:03.1107309Z + export TEST_DIR_WIN 2022-11-23T01:41:03.1107580Z + export PYTORCH_FINAL_PACKAGE_DIR=/c/3528293554/build-results/ 2022-11-23T01:41:03.1107846Z + PYTORCH_FINAL_PACKAGE_DIR=/c/3528293554/build-results/ 2022-11-23T01:41:03.1174659Z ++ cygpath -w /c/3528293554/build-results/ 2022-11-23T01:41:03.1286438Z + PYTORCH_FINAL_PACKAGE_DIR_WIN='C:\3528293554\build-results\' 2022-11-23T01:41:03.1286745Z + export PYTORCH_FINAL_PACKAGE_DIR_WIN 2022-11-23T01:41:03.1287052Z + mkdir -p /c/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch 2022-11-23T01:41:03.1575576Z + CI_SCRIPTS_DIR=/c/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts 2022-11-23T01:41:03.1575963Z + mkdir -p /c/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts 2022-11-23T01:41:03.1791629Z ++ ls '/c/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts/*' 2022-11-23T01:41:03.2171131Z ls: cannot access '/c/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts/*': No such file or directory 2022-11-23T01:41:03.2174104Z + '[' -n '' ']' 2022-11-23T01:41:03.2174565Z + export SCRIPT_HELPERS_DIR=/c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers 2022-11-23T01:41:03.2174978Z + SCRIPT_HELPERS_DIR=/c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers 2022-11-23T01:41:03.2175277Z + [[ force_on_cpu = \f\o\r\c\e\_\o\n\_\c\p\u ]] 2022-11-23T01:41:03.2175484Z + export USE_CUDA=0 2022-11-23T01:41:03.2175659Z + USE_CUDA=0 2022-11-23T01:41:03.2175876Z + [[ win-vs2019-cuda11.6-py3 == *cuda* ]] 2022-11-23T01:41:03.2176120Z + export PYTORCH_TESTING_DEVICE_ONLY_FOR=cuda 2022-11-23T01:41:03.2176348Z + PYTORCH_TESTING_DEVICE_ONLY_FOR=cuda 2022-11-23T01:41:03.2176699Z + run_tests 2022-11-23T01:41:03.2177188Z + for path in '/c/Program Files/NVIDIA Corporation/NVSMI/nvidia-smi.exe' /c/Windows/System32/nvidia-smi.exe 2022-11-23T01:41:03.2177567Z + [[ -x /c/Program Files/NVIDIA Corporation/NVSMI/nvidia-smi.exe ]] 2022-11-23T01:41:03.2179064Z + '/c/Program Files/NVIDIA Corporation/NVSMI/nvidia-smi.exe' 2022-11-23T01:41:03.3570172Z 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-23T01:41:03.3570631Z 2022-11-23T01:41:03.3594699Z + echo true 2022-11-23T01:41:03.3594902Z true 2022-11-23T01:41:03.3595075Z + break 2022-11-23T01:41:03.3595280Z + [[ force_on_cpu == *functorch* ]] 2022-11-23T01:41:03.3595484Z + [[ 1 -eq 1 ]] 2022-11-23T01:41:03.3595786Z + /c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers/test_python_shard.bat 2022-11-23T01:41:03.3771028Z 2022-11-23T01:41:03.3771633Z C:\actions-runner\_work\pytorch\pytorch>call C:/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers\setup_pytorch_env.bat 2022-11-23T01:41:03.3783388Z 2022-11-23T01:41:03.3783780Z 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-23T01:41:03.3784267Z call C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts/pytorch_env_restore.bat 2022-11-23T01:41:03.3784664Z exit /b 0 2022-11-23T01:41:03.3784838Z ) 2022-11-23T01:41:03.3786474Z 2022-11-23T01:41:03.3787731Z 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-23T01:41:03.3789584Z 2022-11-23T01:41:03.3790224Z C:\actions-runner\_work\pytorch\pytorch>set INSTALLER_DIR=C:/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers\installation-helpers 2022-11-23T01:41:03.3792555Z 2022-11-23T01:41:03.3792905Z 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-23T01:41:03.3805190Z 2022-11-23T01:41:03.3805753Z C:\actions-runner\_work\pytorch\pytorch>if "win-vs2019-cuda11.6-py3" == "" (set CONDA_PARENT_DIR=C:\actions-runner\_work\pytorch\pytorch ) else (set CONDA_PARENT_DIR=C:\Jenkins ) 2022-11-23T01:41:03.3810384Z 2022-11-23T01:41:03.3810675Z C:\actions-runner\_work\pytorch\pytorch>if not exist C:\Jenkins\Miniconda3 (set INSTALL_FRESH_CONDA=1 ) 2022-11-23T01:41:03.3813616Z 2022-11-23T01:41:03.3813883Z C:\actions-runner\_work\pytorch\pytorch>if "" == "1" ( 2022-11-23T01:41:03.3814450Z 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-23T01:41:03.3814925Z if errorlevel 1 exit /b 2022-11-23T01:41:03.3815142Z if not errorlevel 0 exit /b 2022-11-23T01:41:03.3815582Z 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-23T01:41:03.3815994Z if errorlevel 1 exit /b 2022-11-23T01:41:03.3816205Z if not errorlevel 0 exit /b 2022-11-23T01:41:03.3816375Z ) 2022-11-23T01:41:03.3816619Z 2022-11-23T01:41:03.3817086Z C:\actions-runner\_work\pytorch\pytorch>call C:\Jenkins\Miniconda3\Scripts\activate.bat C:\Jenkins\Miniconda3 2022-11-23T01:41:07.6295363Z 2022-11-23T01:41:07.6295916Z (base) C:\actions-runner\_work\pytorch\pytorch>if "" == "1" ( 2022-11-23T01:41:07.6296519Z call conda install -y -q numpy"<1.23" cffi pyyaml boto3 libuv 2022-11-23T01:41:07.6296812Z if errorlevel 1 exit /b 2022-11-23T01:41:07.6297040Z if not errorlevel 0 exit /b 2022-11-23T01:41:07.6297299Z call conda install -y -q -c conda-forge cmake=3.22.3 2022-11-23T01:41:07.6297542Z if errorlevel 1 exit /b 2022-11-23T01:41:07.6297754Z if not errorlevel 0 exit /b 2022-11-23T01:41:07.6297943Z ) 2022-11-23T01:41:07.6322434Z 2022-11-23T01:41:07.6322881Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 exit /b 2022-11-23T01:41:07.6323089Z 2022-11-23T01:41:07.6323266Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 exit /b 2022-11-23T01:41:07.6323458Z 2022-11-23T01:41:07.6323637Z (base) C:\actions-runner\_work\pytorch\pytorch>if NOT "win-vs2019-cuda11.6-py3" == "" ( 2022-11-23T01:41:07.6324003Z call conda install -y -q mkl protobuf numba scipy=1.6.2 typing_extensions dataclasses 2022-11-23T01:41:07.6324285Z if errorlevel 1 exit /b 2022-11-23T01:41:07.6324506Z if not errorlevel 0 exit /b 2022-11-23T01:41:07.6324674Z ) 2022-11-23T01:41:13.5757755Z Collecting package metadata (current_repodata.json): ...working... done 2022-11-23T01:41:14.7389764Z Solving environment: ...working... done 2022-11-23T01:41:14.9176600Z 2022-11-23T01:41:14.9177009Z # All requested packages already installed. 2022-11-23T01:41:14.9177213Z 2022-11-23T01:41:14.9852563Z Retrieving notices: ...working... done 2022-11-23T01:41:15.8183018Z 2022-11-23T01:41:15.8183465Z (base) C:\actions-runner\_work\pytorch\pytorch>pushd . 2022-11-23T01:41:15.8187801Z 2022-11-23T01:41:15.8188649Z (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-23T01:41:15.9317680Z ********************************************************************** 2022-11-23T01:41:15.9318013Z ** Visual Studio 2019 Developer Command Prompt v16.8.6 2022-11-23T01:41:15.9318286Z ** Copyright (c) 2020 Microsoft Corporation 2022-11-23T01:41:15.9318528Z ********************************************************************** 2022-11-23T01:41:16.4237570Z [vcvarsall.bat] Environment initialized for: 'x64' 2022-11-23T01:41:16.4271008Z 2022-11-23T01:41:16.4271534Z (base) C:\actions-runner\_work\pytorch\pytorch>popd 2022-11-23T01:41:16.4276115Z 2022-11-23T01:41:16.4276730Z (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-23T01:41:17.3917414Z Requirement already satisfied: ninja==1.10.0.post1 in c:\jenkins\miniconda3\lib\site-packages (1.10.0.post1) 2022-11-23T01:41:17.3933257Z Requirement already satisfied: future in c:\jenkins\miniconda3\lib\site-packages (0.18.2) 2022-11-23T01:41:17.3940579Z Requirement already satisfied: hypothesis==5.35.1 in c:\jenkins\miniconda3\lib\site-packages (5.35.1) 2022-11-23T01:41:17.3947624Z Requirement already satisfied: expecttest==0.1.3 in c:\jenkins\miniconda3\lib\site-packages (0.1.3) 2022-11-23T01:41:17.3956670Z Requirement already satisfied: librosa>=0.6.2 in c:\jenkins\miniconda3\lib\site-packages (0.9.2) 2022-11-23T01:41:17.3963587Z Requirement already satisfied: scipy==1.6.3 in c:\jenkins\miniconda3\lib\site-packages (1.6.3) 2022-11-23T01:41:17.3971003Z Requirement already satisfied: psutil in c:\jenkins\miniconda3\lib\site-packages (5.9.1) 2022-11-23T01:41:17.3976304Z Requirement already satisfied: pillow in c:\jenkins\miniconda3\lib\site-packages (9.2.0) 2022-11-23T01:41:17.3987043Z Requirement already satisfied: unittest-xml-reporting<=3.2.0,>=2.0.0 in c:\jenkins\miniconda3\lib\site-packages (3.2.0) 2022-11-23T01:41:17.3992670Z Requirement already satisfied: pytest in c:\jenkins\miniconda3\lib\site-packages (7.1.3) 2022-11-23T01:41:17.3998217Z Requirement already satisfied: pytest-xdist in c:\jenkins\miniconda3\lib\site-packages (2.5.0) 2022-11-23T01:41:17.4005919Z Requirement already satisfied: pytest-shard in c:\jenkins\miniconda3\lib\site-packages (0.1.2) 2022-11-23T01:41:17.4011582Z Requirement already satisfied: pytest-rerunfailures in c:\jenkins\miniconda3\lib\site-packages (10.2) 2022-11-23T01:41:17.4018726Z Requirement already satisfied: sympy in c:\jenkins\miniconda3\lib\site-packages (1.11.1) 2022-11-23T01:41:17.4025472Z Requirement already satisfied: xdoctest==1.0.2 in c:\jenkins\miniconda3\lib\site-packages (1.0.2) 2022-11-23T01:41:17.4032230Z Requirement already satisfied: pygments==2.12.0 in c:\jenkins\miniconda3\lib\site-packages (2.12.0) 2022-11-23T01:41:17.4041632Z Requirement already satisfied: opt-einsum>=3.3 in c:\jenkins\miniconda3\lib\site-packages (3.3.0) 2022-11-23T01:41:17.4495699Z 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-23T01:41:17.4502098Z Requirement already satisfied: attrs>=19.2.0 in c:\jenkins\miniconda3\lib\site-packages (from hypothesis==5.35.1) (22.1.0) 2022-11-23T01:41:17.4646080Z 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-23T01:41:17.7548071Z Requirement already satisfied: six in c:\jenkins\miniconda3\lib\site-packages (from xdoctest==1.0.2) (1.16.0) 2022-11-23T01:41:17.7974270Z Requirement already satisfied: packaging>=20.0 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (21.3) 2022-11-23T01:41:17.7987385Z Requirement already satisfied: numba>=0.45.1 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (0.56.3) 2022-11-23T01:41:17.7996294Z Requirement already satisfied: resampy>=0.2.2 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (0.4.2) 2022-11-23T01:41:17.8003867Z 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-23T01:41:17.8012750Z Requirement already satisfied: pooch>=1.0 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (1.6.0) 2022-11-23T01:41:17.8019728Z Requirement already satisfied: soundfile>=0.10.2 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (0.11.0) 2022-11-23T01:41:17.8028561Z Requirement already satisfied: joblib>=0.14 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (1.2.0) 2022-11-23T01:41:17.8035611Z Requirement already satisfied: audioread>=2.1.9 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (3.0.0) 2022-11-23T01:41:17.8042781Z Requirement already satisfied: decorator>=4.0.10 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (5.1.1) 2022-11-23T01:41:17.8532275Z 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-23T01:41:17.8745824Z Requirement already satisfied: tomli>=1.0.0 in c:\jenkins\miniconda3\lib\site-packages (from pytest) (2.0.1) 2022-11-23T01:41:17.8756218Z Requirement already satisfied: iniconfig in c:\jenkins\miniconda3\lib\site-packages (from pytest) (1.1.1) 2022-11-23T01:41:17.8763262Z Requirement already satisfied: py>=1.8.2 in c:\jenkins\miniconda3\lib\site-packages (from pytest) (1.11.0) 2022-11-23T01:41:17.8772024Z Requirement already satisfied: colorama in c:\jenkins\miniconda3\lib\site-packages (from pytest) (0.4.4) 2022-11-23T01:41:17.8782496Z Requirement already satisfied: pluggy<2.0,>=0.12 in c:\jenkins\miniconda3\lib\site-packages (from pytest) (1.0.0) 2022-11-23T01:41:17.8921108Z Requirement already satisfied: pytest-forked in c:\jenkins\miniconda3\lib\site-packages (from pytest-xdist) (1.4.0) 2022-11-23T01:41:17.8932156Z Requirement already satisfied: execnet>=1.1 in c:\jenkins\miniconda3\lib\site-packages (from pytest-xdist) (1.9.0) 2022-11-23T01:41:17.9123765Z Requirement already satisfied: setuptools>=40.0 in c:\jenkins\miniconda3\lib\site-packages (from pytest-rerunfailures) (65.5.0) 2022-11-23T01:41:17.9225028Z Requirement already satisfied: mpmath>=0.19 in c:\jenkins\miniconda3\lib\site-packages (from sympy) (1.2.1) 2022-11-23T01:41:18.0227669Z 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-23T01:41:18.0399295Z 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-23T01:41:18.0660092Z 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-23T01:41:18.0668924Z 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-23T01:41:18.1111188Z 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-23T01:41:18.1119384Z 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-23T01:41:18.1128415Z 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-23T01:41:18.1136437Z 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-23T01:41:18.2085595Z 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-23T01:41:18.2312181Z 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-23T01:41:18.2402381Z 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-23T01:41:18.6584120Z 2022-11-23T01:41:18.6584706Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 exit /b 2022-11-23T01:41:18.6584940Z 2022-11-23T01:41:18.6585112Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 exit /b 2022-11-23T01:41:18.6586216Z 2022-11-23T01:41:18.6586572Z (base) C:\actions-runner\_work\pytorch\pytorch>set DISTUTILS_USE_SDK=1 2022-11-23T01:41:18.6589179Z 2022-11-23T01:41:18.6589748Z (base) C:\actions-runner\_work\pytorch\pytorch>if not "0" == "1" goto cuda_build_end 2022-11-23T01:41:18.6592191Z 2022-11-23T01:41:18.6592530Z (base) C:\actions-runner\_work\pytorch\pytorch>set PYTHONPATH=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build; 2022-11-23T01:41:18.6595878Z 2022-11-23T01:41:18.6596186Z (base) C:\actions-runner\_work\pytorch\pytorch>if NOT "win-vs2019-cuda11.6-py3" == "" ( 2022-11-23T01:41:18.6596562Z pushd C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build 2022-11-23T01:41:18.6597044Z copy /Y C:\3528293554\build-results\\win-vs2019-cuda11.6-py3-1cfd3858ac54fe3883534309081631a0a892ba3f.7z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\ 2022-11-23T01:41:18.6597604Z 7z x C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\win-vs2019-cuda11.6-py3-1cfd3858ac54fe3883534309081631a0a892ba3f.7z -aos 2022-11-23T01:41:18.6597941Z popd 2022-11-23T01:41:18.6598274Z ) else (xcopy /s C:\Jenkins\Miniconda3\Lib\site-packages\torch C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ ) 2022-11-23T01:41:18.7559556Z 1 file(s) copied. 2022-11-23T01:41:18.9089183Z 2022-11-23T01:41:18.9089640Z 7-Zip 22.01 (x64) : Copyright (c) 1999-2022 Igor Pavlov : 2022-07-15 2022-11-23T01:41:18.9089844Z 2022-11-23T01:41:18.9089959Z Scanning the drive for archives: 2022-11-23T01:41:18.9090182Z 1 file, 184390338 bytes (176 MiB) 2022-11-23T01:41:18.9090482Z 2022-11-23T01:41:18.9090780Z Extracting archive: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\win-vs2019-cuda11.6-py3-1cfd3858ac54fe3883534309081631a0a892ba3f.7z 2022-11-23T01:41:33.4335869Z -- 2022-11-23T01:41:33.4336369Z Path = C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\win-vs2019-cuda11.6-py3-1cfd3858ac54fe3883534309081631a0a892ba3f.7z 2022-11-23T01:41:33.4336780Z Type = 7z 2022-11-23T01:41:33.4337015Z Physical Size = 184390338 2022-11-23T01:41:33.4337217Z Headers Size = 131520 2022-11-23T01:41:33.4339190Z Method = LZMA2:24 BCJ 2022-11-23T01:41:33.4339555Z Solid = + 2022-11-23T01:41:33.4339850Z Blocks = 2 2022-11-23T01:41:33.4340026Z 2022-11-23T01:41:33.4340161Z Everything is Ok 2022-11-23T01:41:33.4340328Z 2022-11-23T01:41:33.4340413Z Folders: 604 2022-11-23T01:41:33.4340591Z Files: 11127 2022-11-23T01:41:33.4340754Z Size: 1184901478 2022-11-23T01:41:33.4340957Z Compressed: 184390338 2022-11-23T01:41:33.5146804Z 2022-11-23T01:41:33.5147527Z (base) C:\actions-runner\_work\pytorch\pytorch>if NOT "win-vs2019-cuda11.6-py3" == "" ( 2022-11-23T01:41:33.5148033Z echo @echo off 1>>C:\actions-runner\_work\pytorch\pytorch\build\win_tmp/ci_scripts/pytorch_env_restore_helper.bat 2022-11-23T01:41:33.5148589Z 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-23T01:41:33.5149205Z 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-23T01:41:33.5149728Z aws s3 cp "s3://ossci-windows/Restore PyTorch Environment.lnk" "C:\Users\circleci\Desktop\Restore PyTorch Environment.lnk" 2022-11-23T01:41:33.5150040Z ) 2022-11-23T01:41:34.8928545Z Completed 2.3 KiB/2.3 KiB (45.5 KiB/s) with 1 file(s) remaining 2022-11-23T01:41:34.8929033Z download: s3://ossci-windows/Restore PyTorch Environment.lnk to ..\..\..\..\Users\circleci\Desktop\Restore PyTorch Environment.lnk 2022-11-23T01:41:34.9820290Z 2022-11-23T01:41:34.9821018Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2022-11-23T01:41:34.9821383Z echo "setup pytorch env failed" 2022-11-23T01:41:34.9821586Z echo 0 2022-11-23T01:41:34.9821759Z exit /b 2022-11-23T01:41:34.9822078Z ) 2022-11-23T01:41:34.9822182Z 2022-11-23T01:41:34.9822332Z (base) C:\actions-runner\_work\pytorch\pytorch>pushd test 2022-11-23T01:41:34.9827433Z 2022-11-23T01:41:34.9828006Z (base) C:\actions-runner\_work\pytorch\pytorch\test>set GFLAGS_EXE="C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\gflags.exe" 2022-11-23T01:41:34.9831013Z 2022-11-23T01:41:34.9831763Z (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-23T01:41:34.9832110Z echo Some smoke tests 2022-11-23T01:41:34.9832487Z "C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\gflags.exe" /i python.exe +sls 2022-11-23T01:41:34.9832958Z python C:/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers\run_python_nn_smoketests.py 2022-11-23T01:41:34.9833270Z if ERRORLEVEL 1 goto fail 2022-11-23T01:41:34.9833572Z "C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\gflags.exe" /i python.exe -sls 2022-11-23T01:41:34.9833859Z if ERRORLEVEL 1 goto fail 2022-11-23T01:41:34.9834042Z ) ) 2022-11-23T01:41:34.9834209Z Some smoke tests 2022-11-23T01:41:35.3843701Z Current Registry Settings for python.exe executable are: 00000002 2022-11-23T01:41:35.3844011Z sls - Show Loader Snaps 2022-11-23T01:41:51.4535958Z Checking that torch is available 2022-11-23T01:41:51.4536239Z Command: python -c import torch 2022-11-23T01:41:51.4536468Z Checking that MKL is available 2022-11-23T01:41:51.4536770Z Command: python -c import torch; exit(0 if torch.backends.mkl.is_available() else 1) 2022-11-23T01:41:51.4668770Z Current Registry Settings for python.exe executable are: 00000000 2022-11-23T01:41:51.4682561Z 2022-11-23T01:41:51.4683015Z (base) C:\actions-runner\_work\pytorch\pytorch\test>echo Copying over test times file 2022-11-23T01:41:51.4683465Z Copying over test times file 2022-11-23T01:41:51.4685246Z 2022-11-23T01:41:51.4685589Z (base) C:\actions-runner\_work\pytorch\pytorch\test>copy /Y "C:\3528293554\build-results\\.pytorch-test-times.json" "C:\actions-runner\_work\pytorch\pytorch" 2022-11-23T01:41:51.4696243Z 1 file(s) copied. 2022-11-23T01:41:51.4698081Z 2022-11-23T01:41:51.4698392Z (base) C:\actions-runner\_work\pytorch\pytorch\test>echo Run nn tests 2022-11-23T01:41:51.4698803Z Run nn tests 2022-11-23T01:41:51.4700047Z 2022-11-23T01:41:51.4700444Z (base) C:\actions-runner\_work\pytorch\pytorch\test>python run_test.py --exclude-jit-executor --exclude-distributed-tests --shard "1" "1" --verbose 2022-11-23T01:41:53.9675814Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:41:53.9676538Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:41:53.9676902Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:41:54.6201607Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:1134: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. 2022-11-23T01:41:54.6202127Z if torch.version.cuda is not None and LooseVersion(torch.version.cuda) >= "11.6": 2022-11-23T01:41:54.6252578Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:1152: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. 2022-11-23T01:41:54.6253011Z LooseVersion(torch.version.cuda) >= "11.5" and 2022-11-23T01:41:54.6253429Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:1153: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. 2022-11-23T01:41:54.6253836Z LooseVersion(torch.version.cuda) <= "11.6" 2022-11-23T01:41:54.6269650Z Excluding test_cpp_extensions_aot_ninja on Windows 2022-11-23T01:41:54.6270152Z Excluding test_cpp_extensions_aot_no_ninja on Windows 2022-11-23T01:41:54.6271202Z Selected tests: 2022-11-23T01:41:54.6271426Z backends/xeon/test_launch 2022-11-23T01:41:54.6271662Z benchmark_utils/test_benchmark_utils 2022-11-23T01:41:54.6271907Z distributions/test_distributions 2022-11-23T01:41:54.6272107Z dynamo/test_aot_autograd 2022-11-23T01:41:54.6272316Z dynamo/test_aot_cudagraphs 2022-11-23T01:41:54.6272525Z dynamo/test_dynamic_shapes 2022-11-23T01:41:54.6272778Z dynamo/test_export 2022-11-23T01:41:54.6273033Z dynamo/test_export_mutations 2022-11-23T01:41:54.6273232Z dynamo/test_functions 2022-11-23T01:41:54.6273426Z dynamo/test_global 2022-11-23T01:41:54.6273639Z dynamo/test_global_declaration 2022-11-23T01:41:54.6273848Z dynamo/test_minifier 2022-11-23T01:41:54.6274043Z dynamo/test_misc 2022-11-23T01:41:54.6276206Z dynamo/test_model_output 2022-11-23T01:41:54.6276519Z dynamo/test_modules 2022-11-23T01:41:54.6276823Z dynamo/test_no_fake_tensors 2022-11-23T01:41:54.6277113Z dynamo/test_nops 2022-11-23T01:41:54.6277400Z dynamo/test_optimizations 2022-11-23T01:41:54.6277706Z dynamo/test_optimizers 2022-11-23T01:41:54.6277969Z dynamo/test_python_autograd 2022-11-23T01:41:54.6278276Z dynamo/test_recompile_ux 2022-11-23T01:41:54.6278533Z dynamo/test_replay_record 2022-11-23T01:41:54.6278733Z dynamo/test_repros 2022-11-23T01:41:54.6278935Z dynamo/test_skip_non_tensor 2022-11-23T01:41:54.6279123Z dynamo/test_subgraphs 2022-11-23T01:41:54.6279341Z dynamo/test_torchxla_integration 2022-11-23T01:41:54.6279547Z dynamo/test_unspec 2022-11-23T01:41:54.6279916Z dynamo/test_verify_correctness 2022-11-23T01:41:54.6280132Z inductor/test_minifier 2022-11-23T01:41:54.6280333Z inductor/test_perf 2022-11-23T01:41:54.6280507Z inductor/test_smoke 2022-11-23T01:41:54.6280714Z inductor/test_torchinductor 2022-11-23T01:41:54.6280947Z inductor/test_torchinductor_opinfo 2022-11-23T01:41:54.6281168Z lazy/test_bindings 2022-11-23T01:41:54.6281362Z lazy/test_debug_util 2022-11-23T01:41:54.6281555Z lazy/test_extract_compiled_graph 2022-11-23T01:41:54.6281764Z lazy/test_meta_kernel 2022-11-23T01:41:54.6281955Z lazy/test_reuse_ir 2022-11-23T01:41:54.6282151Z lazy/test_step_closures 2022-11-23T01:41:54.6282346Z lazy/test_ts_opinfo 2022-11-23T01:41:54.6282522Z nn/test_convolution 2022-11-23T01:41:54.6282710Z nn/test_dropout 2022-11-23T01:41:54.6282941Z nn/test_embedding 2022-11-23T01:41:54.6283130Z nn/test_lazy_modules 2022-11-23T01:41:54.6283326Z nn/test_module_hooks 2022-11-23T01:41:54.6283521Z nn/test_packed_sequence 2022-11-23T01:41:54.6283701Z nn/test_pooling 2022-11-23T01:41:54.6283909Z profiler/test_memory_profiler 2022-11-23T01:41:54.6284123Z profiler/test_profiler 2022-11-23T01:41:54.6284334Z profiler/test_profiler_tree 2022-11-23T01:41:54.6284539Z test_ao_sparsity 2022-11-23T01:41:54.6284702Z test_autocast 2022-11-23T01:41:54.6284952Z test_autograd 2022-11-23T01:41:54.6285146Z test_binary_ufuncs 2022-11-23T01:41:54.6285344Z test_bundled_inputs 2022-11-23T01:41:54.6285542Z test_comparison_utils 2022-11-23T01:41:54.6285711Z test_complex 2022-11-23T01:41:54.6285896Z test_cpp_api_parity 2022-11-23T01:41:54.6286099Z test_cpp_extensions_jit 2022-11-23T01:41:54.6286339Z test_cpp_extensions_open_device_registration 2022-11-23T01:41:54.6286558Z test_cuda 2022-11-23T01:41:54.6286724Z test_cuda_nvml_based_avail 2022-11-23T01:41:54.6286927Z test_cuda_primary_ctx 2022-11-23T01:41:54.6287122Z test_cuda_sanitizer 2022-11-23T01:41:54.6287310Z test_cuda_trace 2022-11-23T01:41:54.6287496Z test_dataloader 2022-11-23T01:41:54.6287659Z test_datapipe 2022-11-23T01:41:54.6287840Z test_decomp 2022-11-23T01:41:54.6288017Z test_deploy 2022-11-23T01:41:54.6288187Z test_dispatch 2022-11-23T01:41:54.6288365Z test_dlpack 2022-11-23T01:41:54.6288535Z test_dynamic_shapes 2022-11-23T01:41:54.6288732Z test_expanded_weights 2022-11-23T01:41:54.6288925Z test_fake_tensor 2022-11-23T01:41:54.6289213Z test_foreach 2022-11-23T01:41:54.6289408Z test_function_schema 2022-11-23T01:41:54.6289615Z test_functional_autograd_benchmark 2022-11-23T01:41:54.6289834Z test_functional_optim 2022-11-23T01:41:54.6290039Z test_functionalization 2022-11-23T01:41:54.6290231Z test_futures 2022-11-23T01:41:54.6290405Z test_fx 2022-11-23T01:41:54.6290566Z test_fx_experimental 2022-11-23T01:41:54.6290754Z test_fx_passes 2022-11-23T01:41:54.6290943Z test_fx_reinplace_pass 2022-11-23T01:41:54.6291129Z test_hub 2022-11-23T01:41:54.6291307Z test_import_stats 2022-11-23T01:41:54.6291473Z test_indexing 2022-11-23T01:41:54.6291651Z test_itt 2022-11-23T01:41:54.6291813Z test_jit 2022-11-23T01:41:54.6291983Z test_jit_autocast 2022-11-23T01:41:54.6292169Z test_jit_cuda_fuser 2022-11-23T01:41:54.6292339Z test_jit_disabled 2022-11-23T01:41:54.6292523Z test_jit_fuser_te 2022-11-23T01:41:54.6292709Z test_jit_llga_fuser 2022-11-23T01:41:54.6292897Z test_jiterator 2022-11-23T01:41:54.6293059Z test_license 2022-11-23T01:41:54.6293232Z test_linalg 2022-11-23T01:41:54.6293405Z test_logging 2022-11-23T01:41:54.6293580Z test_masked 2022-11-23T01:41:54.6293760Z test_maskedtensor 2022-11-23T01:41:54.6293930Z test_matmul_cuda 2022-11-23T01:41:54.6294111Z test_meta 2022-11-23T01:41:54.6294286Z test_mkl_verbose 2022-11-23T01:41:54.6294464Z test_mkldnn 2022-11-23T01:41:54.6294643Z test_mkldnn_fusion 2022-11-23T01:41:54.6294818Z test_mkldnn_verbose 2022-11-23T01:41:54.6295013Z test_mobile_optimizer 2022-11-23T01:41:54.6295211Z test_model_dump 2022-11-23T01:41:54.6295398Z test_module_init 2022-11-23T01:41:54.6296044Z test_modules 2022-11-23T01:41:54.6296219Z test_monitor 2022-11-23T01:41:54.6296409Z test_multiprocessing 2022-11-23T01:41:54.6296630Z test_multiprocessing_spawn 2022-11-23T01:41:54.6296837Z test_namedtensor 2022-11-23T01:41:54.6297038Z test_namedtuple_return_api 2022-11-23T01:41:54.6297228Z test_native_functions 2022-11-23T01:41:54.6297424Z test_native_mha 2022-11-23T01:41:54.6297614Z test_nestedtensor 2022-11-23T01:41:54.6297793Z test_nn 2022-11-23T01:41:54.6297975Z test_numba_integration 2022-11-23T01:41:54.6298187Z test_numpy_interop 2022-11-23T01:41:54.6298383Z test_nvfuser_dynamo 2022-11-23T01:41:54.6298581Z test_nvfuser_frontend 2022-11-23T01:41:54.6298748Z test_openmp 2022-11-23T01:41:54.6298919Z test_ops 2022-11-23T01:41:54.6299100Z test_ops_fwd_gradients 2022-11-23T01:41:54.6299294Z test_ops_gradients 2022-11-23T01:41:54.6299478Z test_ops_jit 2022-11-23T01:41:54.6299636Z test_optim 2022-11-23T01:41:54.6299821Z test_overrides 2022-11-23T01:41:54.6300006Z test_package 2022-11-23T01:41:54.6300199Z test_per_overload_api 2022-11-23T01:41:54.6300392Z test_prims 2022-11-23T01:41:54.6300552Z test_proxy_tensor 2022-11-23T01:41:54.6300748Z test_pruning_op 2022-11-23T01:41:54.6300942Z test_public_bindings 2022-11-23T01:41:54.6301138Z test_python_dispatch 2022-11-23T01:41:54.6301307Z test_pytree 2022-11-23T01:41:54.6301497Z test_quantization 2022-11-23T01:41:54.6301684Z test_reductions 2022-11-23T01:41:54.6301886Z test_scatter_gather_ops 2022-11-23T01:41:54.6302084Z test_schema_check 2022-11-23T01:41:54.6302256Z test_serialization 2022-11-23T01:41:54.6302479Z test_set_default_mobile_cpu_allocator 2022-11-23T01:41:54.6302689Z test_shape_ops 2022-11-23T01:41:54.6302875Z test_show_pickle 2022-11-23T01:41:54.6303064Z test_sort_and_select 2022-11-23T01:41:54.6303232Z test_sparse 2022-11-23T01:41:54.6303416Z test_sparse_csr 2022-11-23T01:41:54.6303608Z test_spectral_ops 2022-11-23T01:41:54.6303794Z test_stateless 2022-11-23T01:41:54.6303982Z test_subclass 2022-11-23T01:41:54.6304157Z test_tensor_creation_ops 2022-11-23T01:41:54.6304360Z test_tensorboard 2022-11-23T01:41:54.6304548Z test_tensorexpr 2022-11-23T01:41:54.6304752Z test_tensorexpr_pybind 2022-11-23T01:41:54.6304941Z test_testing 2022-11-23T01:41:54.6305093Z test_torch 2022-11-23T01:41:54.6305369Z test_transformers 2022-11-23T01:41:54.6305552Z test_type_hints 2022-11-23T01:41:54.6305734Z test_type_info 2022-11-23T01:41:54.6305920Z test_type_promotion 2022-11-23T01:41:54.6306093Z test_unary_ufuncs 2022-11-23T01:41:54.6306275Z test_utils 2022-11-23T01:41:54.6306449Z test_view_ops 2022-11-23T01:41:54.6306625Z test_vmap 2022-11-23T01:41:54.6306795Z test_vulkan 2022-11-23T01:41:54.6306970Z test_xnnpack_integration 2022-11-23T01:41:54.6307157Z doctests 2022-11-23T01:41:54.7007613Z parallel (file granularity) tests: 2022-11-23T01:41:54.7007991Z backends/xeon/test_launch 2022-11-23T01:41:54.7008327Z benchmark_utils/test_benchmark_utils 2022-11-23T01:41:54.7008700Z dynamo/test_aot_autograd 2022-11-23T01:41:54.7009027Z dynamo/test_aot_cudagraphs 2022-11-23T01:41:54.7009297Z dynamo/test_dynamic_shapes 2022-11-23T01:41:54.7009584Z dynamo/test_export 2022-11-23T01:41:54.7009842Z dynamo/test_export_mutations 2022-11-23T01:41:54.7010049Z dynamo/test_functions 2022-11-23T01:41:54.7010254Z dynamo/test_global 2022-11-23T01:41:54.7010441Z dynamo/test_global_declaration 2022-11-23T01:41:54.7010650Z dynamo/test_minifier 2022-11-23T01:41:54.7010843Z dynamo/test_misc 2022-11-23T01:41:54.7011038Z dynamo/test_model_output 2022-11-23T01:41:54.7011234Z dynamo/test_modules 2022-11-23T01:41:54.7011416Z dynamo/test_no_fake_tensors 2022-11-23T01:41:54.7011616Z dynamo/test_nops 2022-11-23T01:41:54.7011865Z dynamo/test_optimizations 2022-11-23T01:41:54.7012072Z dynamo/test_optimizers 2022-11-23T01:41:54.7012282Z dynamo/test_python_autograd 2022-11-23T01:41:54.7012509Z dynamo/test_recompile_ux 2022-11-23T01:41:54.7012890Z dynamo/test_replay_record 2022-11-23T01:41:54.7013097Z dynamo/test_repros 2022-11-23T01:41:54.7013297Z dynamo/test_skip_non_tensor 2022-11-23T01:41:54.7013498Z dynamo/test_subgraphs 2022-11-23T01:41:54.7013696Z dynamo/test_torchxla_integration 2022-11-23T01:41:54.7013902Z dynamo/test_unspec 2022-11-23T01:41:54.7014108Z dynamo/test_verify_correctness 2022-11-23T01:41:54.7014324Z inductor/test_minifier 2022-11-23T01:41:54.7014521Z inductor/test_perf 2022-11-23T01:41:54.7014694Z inductor/test_smoke 2022-11-23T01:41:54.7014900Z inductor/test_torchinductor 2022-11-23T01:41:54.7015099Z lazy/test_bindings 2022-11-23T01:41:54.7015289Z lazy/test_debug_util 2022-11-23T01:41:54.7015501Z lazy/test_extract_compiled_graph 2022-11-23T01:41:54.7015694Z lazy/test_meta_kernel 2022-11-23T01:41:54.7015883Z lazy/test_reuse_ir 2022-11-23T01:41:54.7016079Z lazy/test_step_closures 2022-11-23T01:41:54.7016274Z lazy/test_ts_opinfo 2022-11-23T01:41:54.7016466Z nn/test_convolution 2022-11-23T01:41:54.7016634Z nn/test_dropout 2022-11-23T01:41:54.7016819Z nn/test_embedding 2022-11-23T01:41:54.7017006Z nn/test_lazy_modules 2022-11-23T01:41:54.7017198Z nn/test_module_hooks 2022-11-23T01:41:54.7017394Z nn/test_packed_sequence 2022-11-23T01:41:54.7017589Z profiler/test_memory_profiler 2022-11-23T01:41:54.7017842Z profiler/test_profiler 2022-11-23T01:41:54.7018058Z profiler/test_profiler_tree 2022-11-23T01:41:54.7018300Z test_ao_sparsity 2022-11-23T01:41:54.7018479Z test_autocast 2022-11-23T01:41:54.7018642Z test_binary_ufuncs 2022-11-23T01:41:54.7018833Z test_bundled_inputs 2022-11-23T01:41:54.7019033Z test_comparison_utils 2022-11-23T01:41:54.7019218Z test_complex 2022-11-23T01:41:54.7019398Z test_cuda_sanitizer 2022-11-23T01:41:54.7019565Z test_dataloader 2022-11-23T01:41:54.7019745Z test_datapipe 2022-11-23T01:41:54.7019919Z test_decomp 2022-11-23T01:41:54.7020091Z test_deploy 2022-11-23T01:41:54.7020262Z test_dlpack 2022-11-23T01:41:54.7020422Z test_dynamic_shapes 2022-11-23T01:41:54.7020617Z test_expanded_weights 2022-11-23T01:41:54.7020806Z test_foreach 2022-11-23T01:41:54.7020990Z test_function_schema 2022-11-23T01:41:54.7021206Z test_functional_autograd_benchmark 2022-11-23T01:41:54.7021405Z test_functional_optim 2022-11-23T01:41:54.7021609Z test_functionalization 2022-11-23T01:41:54.7021799Z test_futures 2022-11-23T01:41:54.7022092Z test_fx_experimental 2022-11-23T01:41:54.7022282Z test_fx_passes 2022-11-23T01:41:54.7022452Z test_fx_reinplace_pass 2022-11-23T01:41:54.7022636Z test_hub 2022-11-23T01:41:54.7022811Z test_import_stats 2022-11-23T01:41:54.7022986Z test_itt 2022-11-23T01:41:54.7023154Z test_jit 2022-11-23T01:41:54.7023306Z test_jit_autocast 2022-11-23T01:41:54.7023489Z test_jit_fuser_te 2022-11-23T01:41:54.7023715Z test_jit_llga_fuser 2022-11-23T01:41:54.7023903Z test_jiterator 2022-11-23T01:41:54.7024116Z test_license 2022-11-23T01:41:54.7024273Z test_logging 2022-11-23T01:41:54.7024444Z test_masked 2022-11-23T01:41:54.7024625Z test_maskedtensor 2022-11-23T01:41:54.7024810Z test_matmul_cuda 2022-11-23T01:41:54.7024986Z test_meta 2022-11-23T01:41:54.7025140Z test_mkl_verbose 2022-11-23T01:41:54.7025314Z test_mkldnn 2022-11-23T01:41:54.7025491Z test_mkldnn_fusion 2022-11-23T01:41:54.7025680Z test_mkldnn_verbose 2022-11-23T01:41:54.7025867Z test_model_dump 2022-11-23T01:41:54.7026032Z test_module_init 2022-11-23T01:41:54.7026206Z test_monitor 2022-11-23T01:41:54.7026383Z test_namedtensor 2022-11-23T01:41:54.7026571Z test_native_functions 2022-11-23T01:41:54.7026743Z test_native_mha 2022-11-23T01:41:54.7026926Z test_nestedtensor 2022-11-23T01:41:54.7027119Z test_numba_integration 2022-11-23T01:41:54.7027313Z test_numpy_interop 2022-11-23T01:41:54.7027504Z test_nvfuser_dynamo 2022-11-23T01:41:54.7027680Z test_nvfuser_frontend 2022-11-23T01:41:54.7027913Z test_openmp 2022-11-23T01:41:54.7028067Z test_optim 2022-11-23T01:41:54.7028238Z test_package 2022-11-23T01:41:54.7028500Z test_per_overload_api 2022-11-23T01:41:54.7028697Z test_proxy_tensor 2022-11-23T01:41:54.7028879Z test_pruning_op 2022-11-23T01:41:54.7029047Z test_public_bindings 2022-11-23T01:41:54.7029240Z test_python_dispatch 2022-11-23T01:41:54.7029422Z test_pytree 2022-11-23T01:41:54.7029647Z test_quantization 2022-11-23T01:41:54.7029842Z test_scatter_gather_ops 2022-11-23T01:41:54.7030022Z test_schema_check 2022-11-23T01:41:54.7030205Z test_serialization 2022-11-23T01:41:54.7030456Z test_set_default_mobile_cpu_allocator 2022-11-23T01:41:54.7030667Z test_shape_ops 2022-11-23T01:41:54.7030855Z test_sort_and_select 2022-11-23T01:41:54.7031016Z test_sparse 2022-11-23T01:41:54.7031197Z test_spectral_ops 2022-11-23T01:41:54.7031381Z test_stateless 2022-11-23T01:41:54.7031557Z test_subclass 2022-11-23T01:41:54.7031736Z test_tensorboard 2022-11-23T01:41:54.7031914Z test_tensorexpr_pybind 2022-11-23T01:41:54.7032103Z test_testing 2022-11-23T01:41:54.7032283Z test_transformers 2022-11-23T01:41:54.7032470Z test_type_hints 2022-11-23T01:41:54.7032649Z test_type_info 2022-11-23T01:41:54.7032814Z test_type_promotion 2022-11-23T01:41:54.7033001Z test_unary_ufuncs 2022-11-23T01:41:54.7033178Z test_utils 2022-11-23T01:41:54.7033351Z test_view_ops 2022-11-23T01:41:54.7033504Z test_vmap 2022-11-23T01:41:54.7033673Z test_vulkan 2022-11-23T01:41:54.7033868Z test_xnnpack_integration 2022-11-23T01:41:54.7034096Z serial (file granularity) tests: 2022-11-23T01:41:54.7034328Z distributions/test_distributions 2022-11-23T01:41:54.7034567Z inductor/test_torchinductor_opinfo 2022-11-23T01:41:54.7034760Z nn/test_pooling 2022-11-23T01:41:54.7034940Z test_autograd 2022-11-23T01:41:54.7035126Z test_cpp_api_parity 2022-11-23T01:41:54.7035327Z test_cpp_extensions_jit 2022-11-23T01:41:54.7035565Z test_cpp_extensions_open_device_registration 2022-11-23T01:41:54.7035759Z test_cuda 2022-11-23T01:41:54.7035989Z test_cuda_nvml_based_avail 2022-11-23T01:41:54.7036196Z test_cuda_primary_ctx 2022-11-23T01:41:54.7036424Z test_cuda_trace 2022-11-23T01:41:54.7036606Z test_dispatch 2022-11-23T01:41:54.7036767Z test_fake_tensor 2022-11-23T01:41:54.7036942Z test_fx 2022-11-23T01:41:54.7037112Z test_indexing 2022-11-23T01:41:54.7037295Z test_jit_cuda_fuser 2022-11-23T01:41:54.7037461Z test_jit_disabled 2022-11-23T01:41:54.7037639Z test_linalg 2022-11-23T01:41:54.7038310Z test_mobile_optimizer 2022-11-23T01:41:54.7038494Z test_modules 2022-11-23T01:41:54.7038683Z test_multiprocessing 2022-11-23T01:41:54.7038877Z test_multiprocessing_spawn 2022-11-23T01:41:54.7039095Z test_namedtuple_return_api 2022-11-23T01:41:54.7039290Z test_nn 2022-11-23T01:41:54.7039457Z test_ops 2022-11-23T01:41:54.7039639Z test_ops_fwd_gradients 2022-11-23T01:41:54.7039812Z test_ops_gradients 2022-11-23T01:41:54.7039996Z test_ops_jit 2022-11-23T01:41:54.7040172Z test_overrides 2022-11-23T01:41:54.7040350Z test_prims 2022-11-23T01:41:54.7040525Z test_reductions 2022-11-23T01:41:54.7040692Z test_show_pickle 2022-11-23T01:41:54.7040874Z test_sparse_csr 2022-11-23T01:41:54.7041070Z test_tensor_creation_ops 2022-11-23T01:41:54.7041265Z test_tensorexpr 2022-11-23T01:41:54.7041441Z test_torch 2022-11-23T01:41:54.7041591Z doctests 2022-11-23T01:41:57.2090819Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:41:57.2091643Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:41:57.2091995Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:41:57.2241977Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:41:57.2242972Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:41:57.2243481Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:41:57.3540375Z Running backends/xeon/test_launch ... [2022-11-23 01:41:57.353769] 2022-11-23T01:41:57.3546436Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'backends/xeon/test_launch.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:41:57.354383] 2022-11-23T01:41:57.3547988Z Ignoring disabled issues: [] 2022-11-23T01:41:57.3737342Z Running benchmark_utils/test_benchmark_utils ... [2022-11-23 01:41:57.369872] 2022-11-23T01:41:57.3742245Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'benchmark_utils/test_benchmark_utils.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:41:57.369872] 2022-11-23T01:41:57.3744169Z Ignoring disabled issues: [] 2022-11-23T01:41:59.8366914Z 2022-11-23T01:41:59.8367581Z Expand the folded group to see the log file of backends/xeon/test_launch 2022-11-23T01:41:59.8368692Z ##[group]PRINTING LOG FILE of backends/xeon/test_launch (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\backends-xeon-test_launch_1_sxmmrn) 2022-11-23T01:41:59.8369543Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:41:59.8370211Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:41:59.8370365Z 2022-11-23T01:41:59.8370450Z Running tests... 2022-11-23T01:41:59.8370718Z ---------------------------------------------------------------------- 2022-11-23T01:41:59.8371121Z test_cpu_info (__main__.TestTorchrun) ... Test results will be stored in test-reports\python-unittest\backends.xeon.test_launch 2022-11-23T01:41:59.8371612Z skip: Only works on linux (0.002s) 2022-11-23T01:41:59.8371903Z test_multi_threads (__main__.TestTorchrun) ... skip: Only works on linux (0.001s) 2022-11-23T01:41:59.8372087Z 2022-11-23T01:41:59.8372243Z ---------------------------------------------------------------------- 2022-11-23T01:41:59.8372498Z Ran 2 tests in 0.000s 2022-11-23T01:41:59.8372618Z 2022-11-23T01:41:59.8372698Z OK (skipped=2) 2022-11-23T01:41:59.8372810Z 2022-11-23T01:41:59.8372906Z Generating XML reports... 2022-11-23T01:41:59.8373264Z Generated XML report: test-reports\python-unittest\backends.xeon.test_launch\TEST-TestTorchrun-20221123014159.xml 2022-11-23T01:41:59.8373526Z 2022-11-23T01:41:59.8373762Z ##[endgroup] 2022-11-23T01:41:59.8374140Z FINISHED PRINTING LOG FILE of backends/xeon/test_launch (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\backends-xeon-test_launch_1_sxmmrn) 2022-11-23T01:41:59.8374421Z 2022-11-23T01:42:02.6813545Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:42:02.6814279Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:42:02.6814629Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:42:02.8225760Z Running dynamo/test_aot_autograd ... [2022-11-23 01:42:02.822050] 2022-11-23T01:42:02.8230941Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_aot_autograd.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:42:02.822640] 2022-11-23T01:42:02.8232680Z Ignoring disabled issues: [] 2022-11-23T01:42:05.5214190Z 2022-11-23T01:42:05.5214971Z Expand the folded group to see the log file of dynamo/test_aot_autograd 2022-11-23T01:42:05.5215795Z ##[group]PRINTING LOG FILE of dynamo/test_aot_autograd (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_aot_autograd_jgqbpodc) 2022-11-23T01:42:05.5216707Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:42:05.5217380Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:42:05.5217543Z 2022-11-23T01:42:05.5217778Z ##[endgroup] 2022-11-23T01:42:05.5218152Z FINISHED PRINTING LOG FILE of dynamo/test_aot_autograd (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_aot_autograd_jgqbpodc) 2022-11-23T01:42:05.5218433Z 2022-11-23T01:42:06.4490738Z 2022-11-23T01:42:06.4491286Z Expand the folded group to see the log file of benchmark_utils/test_benchmark_utils 2022-11-23T01:42:06.4492151Z ##[group]PRINTING LOG FILE of benchmark_utils/test_benchmark_utils (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\benchmark_utils-test_benchmark_utils_usbi_t4d) 2022-11-23T01:42:06.4493057Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:42:06.4493723Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:42:06.4494064Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:42:06.4494459Z 2022-11-23T01:42:06.4494540Z Running tests... 2022-11-23T01:42:06.4494788Z ---------------------------------------------------------------------- 2022-11-23T01:42:06.4495175Z Test results will be stored in test-reports\python-unittest\benchmark_utils.test_benchmark_utils 2022-11-23T01:42:06.4495533Z test_adaptive_timer (__main__.TestBenchmarkUtils) ... ok (5.764s) 2022-11-23T01:42:06.4495903Z test_collect_callgrind (__main__.TestBenchmarkUtils) ... skip: Valgrind is not supported on Windows. (0.000s) 2022-11-23T01:42:06.4496321Z test_collect_cpp_callgrind (__main__.TestBenchmarkUtils) ... skip: Valgrind is not supported on Windows. (0.011s) 2022-11-23T01:42:06.4496669Z test_compare (__main__.TestBenchmarkUtils) ... ok (0.147s) 2022-11-23T01:42:06.4496992Z test_cpp_timer (__main__.TestBenchmarkUtils) ... skip: Failing on clang, see 74398 (0.003s) 2022-11-23T01:42:06.4497330Z test_fuzzer (__main__.TestBenchmarkUtils) ... skip: Random seed only accepts int32 (0.000s) 2022-11-23T01:42:06.4497679Z test_manipulate_callgrind_stats (__main__.TestBenchmarkUtils) ... ok (0.050s) 2022-11-23T01:42:06.4497991Z test_timer (__main__.TestBenchmarkUtils) ... ok (0.036s) 2022-11-23T01:42:06.4498326Z test_timer_tiny_fast_snippet (__main__.TestBenchmarkUtils) ... skip: Failing on clang, see 74398 (0.000s) 2022-11-23T01:42:06.4498527Z 2022-11-23T01:42:06.4498681Z ---------------------------------------------------------------------- 2022-11-23T01:42:06.4498934Z Ran 9 tests in 6.000s 2022-11-23T01:42:06.4499052Z 2022-11-23T01:42:06.4499110Z OK (skipped=5) 2022-11-23T01:42:06.4499224Z 2022-11-23T01:42:06.4499404Z Generating XML reports... 2022-11-23T01:42:06.4499811Z Generated XML report: test-reports\python-unittest\benchmark_utils.test_benchmark_utils\TEST-TestBenchmarkUtils-20221123014159.xml 2022-11-23T01:42:06.4500096Z 2022-11-23T01:42:06.4500330Z ##[endgroup] 2022-11-23T01:42:06.4500735Z FINISHED PRINTING LOG FILE of benchmark_utils/test_benchmark_utils (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\benchmark_utils-test_benchmark_utils_usbi_t4d) 2022-11-23T01:42:06.4501041Z 2022-11-23T01:42:08.3439354Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:42:08.3440081Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:42:08.3440446Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:42:08.5034771Z Running dynamo/test_aot_cudagraphs ... [2022-11-23 01:42:08.502788] 2022-11-23T01:42:08.5039830Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_aot_cudagraphs.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:42:08.502788] 2022-11-23T01:42:08.5041245Z Ignoring disabled issues: [] 2022-11-23T01:42:09.3106588Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:42:09.3107312Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:42:09.3107678Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:42:09.4569034Z Running dynamo/test_dynamic_shapes ... [2022-11-23 01:42:09.456471] 2022-11-23T01:42:09.4575308Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_dynamic_shapes.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:42:09.457078] 2022-11-23T01:42:09.4578398Z Ignoring disabled issues: [] 2022-11-23T01:42:11.1728978Z 2022-11-23T01:42:11.1729499Z Expand the folded group to see the log file of dynamo/test_aot_cudagraphs 2022-11-23T01:42:11.1730257Z ##[group]PRINTING LOG FILE of dynamo/test_aot_cudagraphs (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_aot_cudagraphs_5s5mx98l) 2022-11-23T01:42:11.1731138Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:42:11.1731808Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:42:11.1731960Z 2022-11-23T01:42:11.1732185Z ##[endgroup] 2022-11-23T01:42:11.1732566Z FINISHED PRINTING LOG FILE of dynamo/test_aot_cudagraphs (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_aot_cudagraphs_5s5mx98l) 2022-11-23T01:42:11.1732857Z 2022-11-23T01:42:12.2971542Z 2022-11-23T01:42:12.2972024Z Expand the folded group to see the log file of dynamo/test_dynamic_shapes 2022-11-23T01:42:12.2972881Z ##[group]PRINTING LOG FILE of dynamo/test_dynamic_shapes (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_dynamic_shapes_sn_5bndd) 2022-11-23T01:42:12.2973972Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:42:12.2974686Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:42:12.2974857Z 2022-11-23T01:42:12.2975090Z ##[endgroup] 2022-11-23T01:42:12.2975451Z FINISHED PRINTING LOG FILE of dynamo/test_dynamic_shapes (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_dynamic_shapes_sn_5bndd) 2022-11-23T01:42:12.2975735Z 2022-11-23T01:42:14.0514200Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:42:14.0515004Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:42:14.0515359Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:42:14.1987644Z Running dynamo/test_export ... [2022-11-23 01:42:14.197009] 2022-11-23T01:42:14.1992063Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_export.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:42:14.198616] 2022-11-23T01:42:14.1993664Z Ignoring disabled issues: [] 2022-11-23T01:42:15.0865616Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:42:15.0866336Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:42:15.0866686Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:42:15.2303600Z Running dynamo/test_export_mutations ... [2022-11-23 01:42:15.229951] 2022-11-23T01:42:15.2309185Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_export_mutations.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:42:15.230575] 2022-11-23T01:42:15.2311230Z Ignoring disabled issues: [] 2022-11-23T01:42:16.8486425Z 2022-11-23T01:42:16.8487299Z Expand the folded group to see the log file of dynamo/test_export 2022-11-23T01:42:16.8488131Z ##[group]PRINTING LOG FILE of dynamo/test_export (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_export_614asoj7) 2022-11-23T01:42:16.8489038Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:42:16.8489708Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:42:16.8489869Z 2022-11-23T01:42:16.8490099Z ##[endgroup] 2022-11-23T01:42:16.8490466Z FINISHED PRINTING LOG FILE of dynamo/test_export (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_export_614asoj7) 2022-11-23T01:42:16.8490724Z 2022-11-23T01:42:17.8301497Z 2022-11-23T01:42:17.8302291Z Expand the folded group to see the log file of dynamo/test_export_mutations 2022-11-23T01:42:17.8303175Z ##[group]PRINTING LOG FILE of dynamo/test_export_mutations (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_export_mutations__m9rnv30) 2022-11-23T01:42:17.8304316Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:42:17.8305067Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:42:17.8305273Z 2022-11-23T01:42:17.8305511Z ##[endgroup] 2022-11-23T01:42:17.8305941Z FINISHED PRINTING LOG FILE of dynamo/test_export_mutations (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_export_mutations__m9rnv30) 2022-11-23T01:42:17.8306278Z 2022-11-23T01:42:19.6797364Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:42:19.6798092Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:42:19.6798424Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:42:19.8230004Z Running dynamo/test_functions ... [2022-11-23 01:42:19.822791] 2022-11-23T01:42:19.8235308Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_functions.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:42:19.823435] 2022-11-23T01:42:19.8237326Z Ignoring disabled issues: [] 2022-11-23T01:42:20.6983761Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:42:20.6984493Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:42:20.6984843Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:42:20.8422837Z Running dynamo/test_global ... [2022-11-23 01:42:20.840184] 2022-11-23T01:42:20.8427762Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_global.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:42:20.840184] 2022-11-23T01:42:20.8429567Z Ignoring disabled issues: [] 2022-11-23T01:42:22.4492495Z 2022-11-23T01:42:22.4493090Z Expand the folded group to see the log file of dynamo/test_functions 2022-11-23T01:42:22.4493920Z ##[group]PRINTING LOG FILE of dynamo/test_functions (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_functions__d7ybzux) 2022-11-23T01:42:22.4494786Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:42:22.4495472Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:42:22.4495624Z 2022-11-23T01:42:22.4496605Z ##[endgroup] 2022-11-23T01:42:22.4496981Z FINISHED PRINTING LOG FILE of dynamo/test_functions (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_functions__d7ybzux) 2022-11-23T01:42:22.4497262Z 2022-11-23T01:42:23.4461190Z 2022-11-23T01:42:23.4462126Z Expand the folded group to see the log file of dynamo/test_global 2022-11-23T01:42:23.4465614Z ##[group]PRINTING LOG FILE of dynamo/test_global (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_global_bl0c4kg3) 2022-11-23T01:42:23.4466959Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:42:23.4468080Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:42:23.4468328Z 2022-11-23T01:42:23.4468773Z ##[endgroup] 2022-11-23T01:42:23.4469327Z FINISHED PRINTING LOG FILE of dynamo/test_global (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_global_bl0c4kg3) 2022-11-23T01:42:23.4469760Z 2022-11-23T01:42:25.2372610Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:42:25.2373343Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:42:25.2373690Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:42:25.3833918Z Running dynamo/test_global_declaration ... [2022-11-23 01:42:25.379808] 2022-11-23T01:42:25.3838707Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_global_declaration.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:42:25.379808] 2022-11-23T01:42:25.3840633Z Ignoring disabled issues: [] 2022-11-23T01:42:26.2594567Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:42:26.2595345Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:42:26.2595692Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:42:26.4032957Z Running dynamo/test_minifier ... [2022-11-23 01:42:26.393770] 2022-11-23T01:42:26.4037717Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_minifier.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:42:26.393770] 2022-11-23T01:42:26.4039597Z Ignoring disabled issues: [] 2022-11-23T01:42:27.4357074Z 2022-11-23T01:42:27.4357562Z Expand the folded group to see the log file of dynamo/test_global_declaration 2022-11-23T01:42:27.4358472Z ##[group]PRINTING LOG FILE of dynamo/test_global_declaration (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_global_declaration_9ogc1foj) 2022-11-23T01:42:27.4358777Z 2022-11-23T01:42:27.4359003Z ##[endgroup] 2022-11-23T01:42:27.4359370Z FINISHED PRINTING LOG FILE of dynamo/test_global_declaration (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_global_declaration_9ogc1foj) 2022-11-23T01:42:27.4359676Z 2022-11-23T01:42:29.0548210Z 2022-11-23T01:42:29.0548685Z Expand the folded group to see the log file of dynamo/test_minifier 2022-11-23T01:42:29.0549453Z ##[group]PRINTING LOG FILE of dynamo/test_minifier (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_minifier_3tw37con) 2022-11-23T01:42:29.0550481Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:42:29.0551138Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:42:29.0551290Z 2022-11-23T01:42:29.0551505Z ##[endgroup] 2022-11-23T01:42:29.0551869Z FINISHED PRINTING LOG FILE of dynamo/test_minifier (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_minifier_3tw37con) 2022-11-23T01:42:29.0552150Z 2022-11-23T01:42:30.2420127Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:42:30.2420863Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:42:30.2421217Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:42:30.3860419Z Running dynamo/test_misc ... [2022-11-23 01:42:30.382487] 2022-11-23T01:42:30.3865158Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_misc.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:42:30.382487] 2022-11-23T01:42:30.3866994Z Ignoring disabled issues: [] 2022-11-23T01:42:31.8741303Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:42:31.8742027Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:42:31.8742392Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:42:32.0139909Z Running dynamo/test_model_output ... [2022-11-23 01:42:32.013539] 2022-11-23T01:42:32.0144832Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_model_output.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:42:32.013539] 2022-11-23T01:42:32.0146825Z Ignoring disabled issues: [] 2022-11-23T01:42:33.1039139Z 2022-11-23T01:42:33.1039622Z Expand the folded group to see the log file of dynamo/test_misc 2022-11-23T01:42:33.1040336Z ##[group]PRINTING LOG FILE of dynamo/test_misc (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_misc_fxij36s5) 2022-11-23T01:42:33.1041191Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:42:33.1041855Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:42:33.1042006Z 2022-11-23T01:42:33.1042231Z ##[endgroup] 2022-11-23T01:42:33.1042583Z FINISHED PRINTING LOG FILE of dynamo/test_misc (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_misc_fxij36s5) 2022-11-23T01:42:33.1042853Z 2022-11-23T01:42:34.6754089Z 2022-11-23T01:42:34.6754817Z Expand the folded group to see the log file of dynamo/test_model_output 2022-11-23T01:42:34.6755769Z ##[group]PRINTING LOG FILE of dynamo/test_model_output (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_model_output_qkxcfm_0) 2022-11-23T01:42:34.6756800Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:42:34.6757470Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:42:34.6757623Z 2022-11-23T01:42:34.6757858Z ##[endgroup] 2022-11-23T01:42:34.6758213Z FINISHED PRINTING LOG FILE of dynamo/test_model_output (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_model_output_qkxcfm_0) 2022-11-23T01:42:34.6758568Z 2022-11-23T01:42:35.9163372Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:42:35.9164101Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:42:35.9164456Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:42:36.0669497Z Running dynamo/test_modules ... [2022-11-23 01:42:36.058964] 2022-11-23T01:42:36.0674482Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_modules.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:42:36.058964] 2022-11-23T01:42:36.0676214Z Ignoring disabled issues: [] 2022-11-23T01:42:37.4966454Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:42:37.4967177Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:42:37.4967540Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:42:37.6484970Z Running dynamo/test_no_fake_tensors ... [2022-11-23 01:42:37.648300] 2022-11-23T01:42:37.6490778Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_no_fake_tensors.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:42:37.648928] 2022-11-23T01:42:37.6492044Z Ignoring disabled issues: [] 2022-11-23T01:42:38.7779907Z 2022-11-23T01:42:38.7780666Z Expand the folded group to see the log file of dynamo/test_modules 2022-11-23T01:42:38.7781518Z ##[group]PRINTING LOG FILE of dynamo/test_modules (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_modules_844q7mgr) 2022-11-23T01:42:38.7782437Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:42:38.7783152Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:42:38.7783300Z 2022-11-23T01:42:38.7783515Z ##[endgroup] 2022-11-23T01:42:38.7783878Z FINISHED PRINTING LOG FILE of dynamo/test_modules (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_modules_844q7mgr) 2022-11-23T01:42:38.7784148Z 2022-11-23T01:42:40.3705751Z 2022-11-23T01:42:40.3706384Z Expand the folded group to see the log file of dynamo/test_no_fake_tensors 2022-11-23T01:42:40.3707161Z ##[group]PRINTING LOG FILE of dynamo/test_no_fake_tensors (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_no_fake_tensors_drgjgu84) 2022-11-23T01:42:40.3708209Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:42:40.3708875Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:42:40.3709025Z 2022-11-23T01:42:40.3709267Z ##[endgroup] 2022-11-23T01:42:40.3709644Z FINISHED PRINTING LOG FILE of dynamo/test_no_fake_tensors (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_no_fake_tensors_drgjgu84) 2022-11-23T01:42:40.3709920Z 2022-11-23T01:42:41.5723824Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:42:41.5724581Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:42:41.5724970Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:42:41.7141491Z Running dynamo/test_nops ... [2022-11-23 01:42:41.713045] 2022-11-23T01:42:41.7146502Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_nops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:42:41.713045] 2022-11-23T01:42:41.7148514Z Ignoring disabled issues: [] 2022-11-23T01:42:43.1891376Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:42:43.1892160Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:42:43.1892513Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:42:43.3326347Z Running dynamo/test_optimizations ... [2022-11-23 01:42:43.326576] 2022-11-23T01:42:43.3331487Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_optimizations.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:42:43.326576] 2022-11-23T01:42:43.3333815Z Ignoring disabled issues: [] 2022-11-23T01:42:44.3568439Z 2022-11-23T01:42:44.3569153Z Expand the folded group to see the log file of dynamo/test_nops 2022-11-23T01:42:44.3569940Z ##[group]PRINTING LOG FILE of dynamo/test_nops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_nops_rki2_gxp) 2022-11-23T01:42:44.3570778Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:42:44.3571591Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:42:44.3571750Z 2022-11-23T01:42:44.3571995Z ##[endgroup] 2022-11-23T01:42:44.3572351Z FINISHED PRINTING LOG FILE of dynamo/test_nops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_nops_rki2_gxp) 2022-11-23T01:42:44.3572611Z 2022-11-23T01:42:45.9765726Z 2022-11-23T01:42:45.9766169Z Expand the folded group to see the log file of dynamo/test_optimizations 2022-11-23T01:42:45.9766950Z ##[group]PRINTING LOG FILE of dynamo/test_optimizations (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_optimizations_e7jo_jzy) 2022-11-23T01:42:45.9768034Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:42:45.9768736Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:42:45.9768896Z 2022-11-23T01:42:45.9769111Z ##[endgroup] 2022-11-23T01:42:45.9769572Z FINISHED PRINTING LOG FILE of dynamo/test_optimizations (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_optimizations_e7jo_jzy) 2022-11-23T01:42:45.9769854Z 2022-11-23T01:42:47.2157566Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:42:47.2158303Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:42:47.2158650Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:42:47.3640458Z Running dynamo/test_optimizers ... [2022-11-23 01:42:47.359370] 2022-11-23T01:42:47.3645883Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_optimizers.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:42:47.359370] 2022-11-23T01:42:47.3647246Z Ignoring disabled issues: [] 2022-11-23T01:42:48.8059862Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:42:48.8060593Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:42:48.8060939Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:42:48.9535840Z Running dynamo/test_python_autograd ... [2022-11-23 01:42:48.948598] 2022-11-23T01:42:48.9540861Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_python_autograd.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:42:48.948598] 2022-11-23T01:42:48.9542531Z Ignoring disabled issues: [] 2022-11-23T01:42:49.9913967Z 2022-11-23T01:42:49.9914701Z Expand the folded group to see the log file of dynamo/test_optimizers 2022-11-23T01:42:49.9915504Z ##[group]PRINTING LOG FILE of dynamo/test_optimizers (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_optimizers_earx_x6j) 2022-11-23T01:42:49.9916356Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:42:49.9917032Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:42:49.9917184Z 2022-11-23T01:42:49.9917411Z ##[endgroup] 2022-11-23T01:42:49.9917841Z FINISHED PRINTING LOG FILE of dynamo/test_optimizers (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_optimizers_earx_x6j) 2022-11-23T01:42:49.9918114Z 2022-11-23T01:42:51.6240864Z 2022-11-23T01:42:51.6241542Z Expand the folded group to see the log file of dynamo/test_python_autograd 2022-11-23T01:42:51.6242572Z ##[group]PRINTING LOG FILE of dynamo/test_python_autograd (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_python_autograd_n0o5c13h) 2022-11-23T01:42:51.6243440Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:42:51.6244122Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:42:51.6244340Z 2022-11-23T01:42:51.6244555Z ##[endgroup] 2022-11-23T01:42:51.6245014Z FINISHED PRINTING LOG FILE of dynamo/test_python_autograd (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_python_autograd_n0o5c13h) 2022-11-23T01:42:51.6245302Z 2022-11-23T01:42:52.8287931Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:42:52.8288659Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:42:52.8289003Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:42:52.9766997Z Running dynamo/test_recompile_ux ... [2022-11-23 01:42:52.967497] 2022-11-23T01:42:52.9772439Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_recompile_ux.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:42:52.967497] 2022-11-23T01:42:52.9774088Z Ignoring disabled issues: [] 2022-11-23T01:42:54.5042503Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:42:54.5043226Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:42:54.5043575Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:42:54.6474874Z Running dynamo/test_replay_record ... [2022-11-23 01:42:54.647283] 2022-11-23T01:42:54.6480656Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_replay_record.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:42:54.647950] 2022-11-23T01:42:54.6482428Z Ignoring disabled issues: [] 2022-11-23T01:42:55.6175745Z 2022-11-23T01:42:55.6176480Z Expand the folded group to see the log file of dynamo/test_recompile_ux 2022-11-23T01:42:55.6177328Z ##[group]PRINTING LOG FILE of dynamo/test_recompile_ux (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_recompile_ux_rw61wstl) 2022-11-23T01:42:55.6178242Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:42:55.6178913Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:42:55.6179065Z 2022-11-23T01:42:55.6179292Z ##[endgroup] 2022-11-23T01:42:55.6179668Z FINISHED PRINTING LOG FILE of dynamo/test_recompile_ux (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_recompile_ux_rw61wstl) 2022-11-23T01:42:55.6179945Z 2022-11-23T01:42:57.2761928Z 2022-11-23T01:42:57.2762630Z Expand the folded group to see the log file of dynamo/test_replay_record 2022-11-23T01:42:57.2763573Z ##[group]PRINTING LOG FILE of dynamo/test_replay_record (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_replay_record_v3oy61_d) 2022-11-23T01:42:57.2764471Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:42:57.2765218Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:42:57.2765368Z 2022-11-23T01:42:57.2765600Z ##[endgroup] 2022-11-23T01:42:57.2765982Z FINISHED PRINTING LOG FILE of dynamo/test_replay_record (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_replay_record_v3oy61_d) 2022-11-23T01:42:57.2766261Z 2022-11-23T01:42:58.4498857Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:42:58.4499653Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:42:58.4500011Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:42:58.5917844Z Running dynamo/test_repros ... [2022-11-23 01:42:58.588489] 2022-11-23T01:42:58.5923067Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_repros.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:42:58.588489] 2022-11-23T01:42:58.5924567Z Ignoring disabled issues: [] 2022-11-23T01:43:00.0964442Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:43:00.0965149Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:43:00.0965848Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:43:00.2374894Z Running dynamo/test_skip_non_tensor ... [2022-11-23 01:43:00.237148] 2022-11-23T01:43:00.2381486Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_skip_non_tensor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:43:00.237757] 2022-11-23T01:43:00.2384708Z Ignoring disabled issues: [] 2022-11-23T01:43:01.3069204Z 2022-11-23T01:43:01.3069896Z Expand the folded group to see the log file of dynamo/test_repros 2022-11-23T01:43:01.3070655Z ##[group]PRINTING LOG FILE of dynamo/test_repros (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_repros_a9xyf1t0) 2022-11-23T01:43:01.3071551Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:43:01.3072297Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:43:01.3072449Z 2022-11-23T01:43:01.3072681Z ##[endgroup] 2022-11-23T01:43:01.3073026Z FINISHED PRINTING LOG FILE of dynamo/test_repros (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_repros_a9xyf1t0) 2022-11-23T01:43:01.3073300Z 2022-11-23T01:43:02.8848063Z 2022-11-23T01:43:02.8848827Z Expand the folded group to see the log file of dynamo/test_skip_non_tensor 2022-11-23T01:43:02.8849716Z ##[group]PRINTING LOG FILE of dynamo/test_skip_non_tensor (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_skip_non_tensor_9lig8hd7) 2022-11-23T01:43:02.8850630Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:43:02.8851307Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:43:02.8851459Z 2022-11-23T01:43:02.8851688Z ##[endgroup] 2022-11-23T01:43:02.8852055Z FINISHED PRINTING LOG FILE of dynamo/test_skip_non_tensor (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_skip_non_tensor_9lig8hd7) 2022-11-23T01:43:02.8852345Z 2022-11-23T01:43:04.1567798Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:43:04.1568535Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:43:04.1568888Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:43:04.3038806Z Running dynamo/test_subgraphs ... [2022-11-23 01:43:04.299654] 2022-11-23T01:43:04.3043929Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_subgraphs.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:43:04.299654] 2022-11-23T01:43:04.3045309Z Ignoring disabled issues: [] 2022-11-23T01:43:05.6961225Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:43:05.6962170Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:43:05.6962515Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:43:05.8375033Z Running dynamo/test_torchxla_integration ... [2022-11-23 01:43:05.831456] 2022-11-23T01:43:05.8379941Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_torchxla_integration.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:43:05.831456] 2022-11-23T01:43:05.8381948Z Ignoring disabled issues: [] 2022-11-23T01:43:06.9406080Z 2022-11-23T01:43:06.9406617Z Expand the folded group to see the log file of dynamo/test_subgraphs 2022-11-23T01:43:06.9407440Z ##[group]PRINTING LOG FILE of dynamo/test_subgraphs (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_subgraphs_90dltwcr) 2022-11-23T01:43:06.9408332Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:43:06.9409017Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:43:06.9409150Z 2022-11-23T01:43:06.9409378Z ##[endgroup] 2022-11-23T01:43:06.9409932Z FINISHED PRINTING LOG FILE of dynamo/test_subgraphs (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_subgraphs_90dltwcr) 2022-11-23T01:43:06.9410204Z 2022-11-23T01:43:08.1719598Z 2022-11-23T01:43:08.1720421Z Expand the folded group to see the log file of dynamo/test_torchxla_integration 2022-11-23T01:43:08.1721210Z ##[group]PRINTING LOG FILE of dynamo/test_torchxla_integration (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_torchxla_integration_e5c7h6l5) 2022-11-23T01:43:08.1721540Z 2022-11-23T01:43:08.1721772Z ##[endgroup] 2022-11-23T01:43:08.1722174Z FINISHED PRINTING LOG FILE of dynamo/test_torchxla_integration (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_torchxla_integration_e5c7h6l5) 2022-11-23T01:43:08.1722472Z 2022-11-23T01:43:09.7534626Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:43:09.7535346Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:43:09.7535695Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:43:09.8953444Z Running dynamo/test_unspec ... [2022-11-23 01:43:09.894764] 2022-11-23T01:43:09.8958404Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_unspec.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:43:09.895353] 2022-11-23T01:43:09.8960295Z Ignoring disabled issues: [] 2022-11-23T01:43:10.9690055Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:43:10.9690852Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:43:10.9691271Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:43:11.1172003Z Running dynamo/test_verify_correctness ... [2022-11-23 01:43:11.116644] 2022-11-23T01:43:11.1177056Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_verify_correctness.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:43:11.117234] 2022-11-23T01:43:11.1178934Z Ignoring disabled issues: [] 2022-11-23T01:43:12.5447728Z 2022-11-23T01:43:12.5448255Z Expand the folded group to see the log file of dynamo/test_unspec 2022-11-23T01:43:12.5448980Z ##[group]PRINTING LOG FILE of dynamo/test_unspec (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_unspec_dj7z0_f9) 2022-11-23T01:43:12.5449836Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:43:12.5450584Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:43:12.5450739Z 2022-11-23T01:43:12.5450968Z ##[endgroup] 2022-11-23T01:43:12.5451390Z FINISHED PRINTING LOG FILE of dynamo/test_unspec (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_unspec_dj7z0_f9) 2022-11-23T01:43:12.5451657Z 2022-11-23T01:43:13.7679486Z 2022-11-23T01:43:13.7680116Z Expand the folded group to see the log file of dynamo/test_verify_correctness 2022-11-23T01:43:13.7681102Z ##[group]PRINTING LOG FILE of dynamo/test_verify_correctness (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_verify_correctness_y5ez9um_) 2022-11-23T01:43:13.7681968Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:43:13.7682645Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:43:13.7682798Z 2022-11-23T01:43:13.7683032Z ##[endgroup] 2022-11-23T01:43:13.7683428Z FINISHED PRINTING LOG FILE of dynamo/test_verify_correctness (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_verify_correctness_y5ez9um_) 2022-11-23T01:43:13.7683721Z 2022-11-23T01:43:15.3726268Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:43:15.3726977Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:43:15.3727329Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:43:15.5223993Z Running inductor/test_minifier ... [2022-11-23 01:43:15.520613] 2022-11-23T01:43:15.5228996Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_minifier.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:43:15.520613] 2022-11-23T01:43:15.5230712Z Ignoring disabled issues: [] 2022-11-23T01:43:16.6062236Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:43:16.6062970Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:43:16.6063321Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:43:16.7499330Z Running inductor/test_perf ... [2022-11-23 01:43:16.749724] 2022-11-23T01:43:16.7504519Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_perf.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:43:16.749724] 2022-11-23T01:43:16.7506252Z Ignoring disabled issues: [] 2022-11-23T01:43:18.1696163Z 2022-11-23T01:43:18.1696639Z Expand the folded group to see the log file of inductor/test_minifier 2022-11-23T01:43:18.1697420Z ##[group]PRINTING LOG FILE of inductor/test_minifier (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\inductor-test_minifier_d00yggh2) 2022-11-23T01:43:18.1698273Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:43:18.1698951Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:43:18.1699103Z 2022-11-23T01:43:18.1699313Z ##[endgroup] 2022-11-23T01:43:18.1699686Z FINISHED PRINTING LOG FILE of inductor/test_minifier (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\inductor-test_minifier_d00yggh2) 2022-11-23T01:43:18.1699958Z 2022-11-23T01:43:19.9386578Z 2022-11-23T01:43:19.9387137Z Expand the folded group to see the log file of inductor/test_perf 2022-11-23T01:43:19.9388078Z ##[group]PRINTING LOG FILE of inductor/test_perf (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\inductor-test_perf_mxwky_2w) 2022-11-23T01:43:19.9388926Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:43:19.9389613Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:43:19.9389953Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:43:19.9390464Z 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-23T01:43:19.9390849Z warnings.warn( 2022-11-23T01:43:19.9390972Z 2022-11-23T01:43:19.9391202Z ##[endgroup] 2022-11-23T01:43:19.9391562Z FINISHED PRINTING LOG FILE of inductor/test_perf (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\inductor-test_perf_mxwky_2w) 2022-11-23T01:43:19.9391830Z 2022-11-23T01:43:21.0023142Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:43:21.0023873Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:43:21.0024212Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:43:21.1448323Z Running inductor/test_smoke ... [2022-11-23 01:43:21.144631] 2022-11-23T01:43:21.1453561Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_smoke.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:43:21.145235] 2022-11-23T01:43:21.1455206Z Ignoring disabled issues: [] 2022-11-23T01:43:22.7793799Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:43:22.7795141Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:43:22.7795489Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:43:22.9363053Z Running inductor/test_torchinductor ... [2022-11-23 01:43:22.935880] 2022-11-23T01:43:22.9369497Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_torchinductor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:43:22.936486] 2022-11-23T01:43:22.9372765Z Ignoring disabled issues: [] 2022-11-23T01:43:23.4527997Z 2022-11-23T01:43:23.4528502Z Expand the folded group to see the log file of inductor/test_smoke 2022-11-23T01:43:23.4529276Z ##[group]PRINTING LOG FILE of inductor/test_smoke (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\inductor-test_smoke_oahnni_4) 2022-11-23T01:43:23.4529549Z 2022-11-23T01:43:23.4529774Z ##[endgroup] 2022-11-23T01:43:23.4530135Z FINISHED PRINTING LOG FILE of inductor/test_smoke (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\inductor-test_smoke_oahnni_4) 2022-11-23T01:43:23.4530400Z 2022-11-23T01:43:25.6452029Z 2022-11-23T01:43:25.6452698Z Expand the folded group to see the log file of inductor/test_torchinductor 2022-11-23T01:43:25.6453682Z ##[group]PRINTING LOG FILE of inductor/test_torchinductor (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\inductor-test_torchinductor_7way7ujx) 2022-11-23T01:43:25.6454544Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:43:25.6455225Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:43:25.6455496Z : No module named 'filelock' 2022-11-23T01:43:25.6455661Z 2022-11-23T01:43:25.6455889Z ##[endgroup] 2022-11-23T01:43:25.6456288Z FINISHED PRINTING LOG FILE of inductor/test_torchinductor (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\inductor-test_torchinductor_7way7ujx) 2022-11-23T01:43:25.6456579Z 2022-11-23T01:43:26.2587657Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:43:26.2588371Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:43:26.2588719Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:43:26.4030998Z Running lazy/test_bindings ... [2022-11-23 01:43:26.402900] 2022-11-23T01:43:26.4036146Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'lazy/test_bindings.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:43:26.402973] 2022-11-23T01:43:26.4037841Z Ignoring disabled issues: [] 2022-11-23T01:43:28.4267132Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:43:28.4268097Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:43:28.4268481Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:43:28.4661020Z 2022-11-23T01:43:28.4661730Z Expand the folded group to see the log file of lazy/test_bindings 2022-11-23T01:43:28.4662469Z ##[group]PRINTING LOG FILE of lazy/test_bindings (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\lazy-test_bindings_yjj_qxdw) 2022-11-23T01:43:28.4662738Z 2022-11-23T01:43:28.4662955Z ##[endgroup] 2022-11-23T01:43:28.4663326Z FINISHED PRINTING LOG FILE of lazy/test_bindings (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\lazy-test_bindings_yjj_qxdw) 2022-11-23T01:43:28.4663587Z 2022-11-23T01:43:28.5719611Z Running lazy/test_debug_util ... [2022-11-23 01:43:28.571378] 2022-11-23T01:43:28.5724964Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'lazy/test_debug_util.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:43:28.571968] 2022-11-23T01:43:28.5727470Z Ignoring disabled issues: [] 2022-11-23T01:43:31.0689702Z 2022-11-23T01:43:31.0691344Z Expand the folded group to see the log file of lazy/test_debug_util 2022-11-23T01:43:31.0692434Z ##[group]PRINTING LOG FILE of lazy/test_debug_util (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\lazy-test_debug_util_69qo97bp) 2022-11-23T01:43:31.0694227Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:43:31.0695143Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:43:31.0695299Z 2022-11-23T01:43:31.0695411Z Running tests... 2022-11-23T01:43:31.0695838Z ---------------------------------------------------------------------- 2022-11-23T01:43:31.0696401Z test_get_python_frames (__main__.DebugUtilTest) ... Test results will be stored in test-reports\python-unittest\lazy.test_debug_util 2022-11-23T01:43:31.0696858Z skip: To be fixed (0.001s) 2022-11-23T01:43:31.0697033Z 2022-11-23T01:43:31.0697205Z ---------------------------------------------------------------------- 2022-11-23T01:43:31.0697462Z Ran 1 test in 0.000s 2022-11-23T01:43:31.0697583Z 2022-11-23T01:43:31.0697659Z OK (skipped=1) 2022-11-23T01:43:31.0697773Z 2022-11-23T01:43:31.0697871Z Generating XML reports... 2022-11-23T01:43:31.0698218Z Generated XML report: test-reports\python-unittest\lazy.test_debug_util\TEST-DebugUtilTest-20221123014330.xml 2022-11-23T01:43:31.0698475Z 2022-11-23T01:43:31.0698749Z ##[endgroup] 2022-11-23T01:43:31.0699112Z FINISHED PRINTING LOG FILE of lazy/test_debug_util (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\lazy-test_debug_util_69qo97bp) 2022-11-23T01:43:31.0699380Z 2022-11-23T01:43:31.3216642Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:43:31.3217352Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:43:31.3217703Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:43:31.4641338Z Running lazy/test_extract_compiled_graph ... [2022-11-23 01:43:31.461279] 2022-11-23T01:43:31.4646441Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'lazy/test_extract_compiled_graph.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:43:31.464385] 2022-11-23T01:43:31.4648253Z Ignoring disabled issues: [] 2022-11-23T01:43:33.6130155Z 2022-11-23T01:43:33.6130614Z Expand the folded group to see the log file of lazy/test_extract_compiled_graph 2022-11-23T01:43:33.6131405Z ##[group]PRINTING LOG FILE of lazy/test_extract_compiled_graph (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\lazy-test_extract_compiled_graph_5cum0xjm) 2022-11-23T01:43:33.6131719Z 2022-11-23T01:43:33.6131951Z ##[endgroup] 2022-11-23T01:43:33.6132352Z FINISHED PRINTING LOG FILE of lazy/test_extract_compiled_graph (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\lazy-test_extract_compiled_graph_5cum0xjm) 2022-11-23T01:43:33.6132643Z 2022-11-23T01:43:33.8678594Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:43:33.8679319Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:43:33.8679670Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:43:34.0111027Z Running lazy/test_meta_kernel ... [2022-11-23 01:43:34.002073] 2022-11-23T01:43:34.0116170Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'lazy/test_meta_kernel.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:43:34.002073] 2022-11-23T01:43:34.0117676Z Ignoring disabled issues: [] 2022-11-23T01:43:36.4514160Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:43:36.4514891Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:43:36.4515241Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:43:36.4953896Z 2022-11-23T01:43:36.4954436Z Expand the folded group to see the log file of lazy/test_meta_kernel 2022-11-23T01:43:36.4955180Z ##[group]PRINTING LOG FILE of lazy/test_meta_kernel (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\lazy-test_meta_kernel_lmbjb3y5) 2022-11-23T01:43:36.4956033Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:43:36.4956683Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:43:36.4956841Z 2022-11-23T01:43:36.4957067Z ##[endgroup] 2022-11-23T01:43:36.4957480Z FINISHED PRINTING LOG FILE of lazy/test_meta_kernel (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\lazy-test_meta_kernel_lmbjb3y5) 2022-11-23T01:43:36.4957747Z 2022-11-23T01:43:36.5944647Z Running lazy/test_reuse_ir ... [2022-11-23 01:43:36.593735] 2022-11-23T01:43:36.5949795Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'lazy/test_reuse_ir.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:43:36.594318] 2022-11-23T01:43:36.5950673Z Ignoring disabled issues: [] 2022-11-23T01:43:39.0712601Z 2022-11-23T01:43:39.0713123Z Expand the folded group to see the log file of lazy/test_reuse_ir 2022-11-23T01:43:39.0713888Z ##[group]PRINTING LOG FILE of lazy/test_reuse_ir (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\lazy-test_reuse_ir_hevkb864) 2022-11-23T01:43:39.0714736Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:43:39.0715690Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:43:39.0715840Z 2022-11-23T01:43:39.0715920Z Running tests... 2022-11-23T01:43:39.0716185Z ---------------------------------------------------------------------- 2022-11-23T01:43:39.0716565Z testAdd (__main__.TestLazyReuseIr) ... Test results will be stored in test-reports\python-unittest\lazy.test_reuse_ir 2022-11-23T01:43:39.0716887Z skip: To be fixed (0.000s) 2022-11-23T01:43:39.0717152Z testAddSub (__main__.TestLazyReuseIr) ... skip: To be fixed (0.006s) 2022-11-23T01:43:39.0717478Z testAddSubFallback (__main__.TestLazyReuseIr) ... skip: To be fixed (0.000s) 2022-11-23T01:43:39.0717805Z testBatchNorm (__main__.TestLazyReuseIr) ... skip: To be fixed (0.000s) 2022-11-23T01:43:39.0717981Z 2022-11-23T01:43:39.0718132Z ---------------------------------------------------------------------- 2022-11-23T01:43:39.0718383Z Ran 4 tests in 0.000s 2022-11-23T01:43:39.0718482Z 2022-11-23T01:43:39.0718560Z OK (skipped=4) 2022-11-23T01:43:39.0718673Z 2022-11-23T01:43:39.0718766Z Generating XML reports... 2022-11-23T01:43:39.0719130Z Generated XML report: test-reports\python-unittest\lazy.test_reuse_ir\TEST-TestLazyReuseIr-20221123014338.xml 2022-11-23T01:43:39.0719383Z 2022-11-23T01:43:39.0719726Z ##[endgroup] 2022-11-23T01:43:39.0720090Z FINISHED PRINTING LOG FILE of lazy/test_reuse_ir (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\lazy-test_reuse_ir_hevkb864) 2022-11-23T01:43:39.0720346Z 2022-11-23T01:43:39.2826187Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:43:39.2826930Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:43:39.2827265Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:43:39.4280131Z Running lazy/test_step_closures ... [2022-11-23 01:43:39.427816] 2022-11-23T01:43:39.4285249Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'lazy/test_step_closures.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:43:39.428402] 2022-11-23T01:43:39.4287041Z Ignoring disabled issues: [] 2022-11-23T01:43:41.9157403Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:43:41.9177719Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:43:41.9178236Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:43:42.0680806Z Running lazy/test_ts_opinfo ... [2022-11-23 01:43:42.067344] 2022-11-23T01:43:42.0686031Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'lazy/test_ts_opinfo.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:43:42.067928] 2022-11-23T01:43:42.0687091Z Ignoring disabled issues: [] 2022-11-23T01:43:44.4702173Z 2022-11-23T01:43:44.4702976Z Expand the folded group to see the log file of lazy/test_step_closures 2022-11-23T01:43:44.4703902Z ##[group]PRINTING LOG FILE of lazy/test_step_closures (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\lazy-test_step_closures_j3vf366i) 2022-11-23T01:43:44.4705034Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:43:44.4705719Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:43:44.4705851Z 2022-11-23T01:43:44.4705932Z Running tests... 2022-11-23T01:43:44.4706188Z ---------------------------------------------------------------------- 2022-11-23T01:43:44.4706530Z Test results will be stored in test-reports\python-unittest\lazy.test_step_closures 2022-11-23T01:43:44.4706848Z test_asynchronous (__main__.ClosuresTest) ... ok (0.442s) 2022-11-23T01:43:44.4707140Z test_asynchronous_exception (__main__.ClosuresTest) ... ok (1.003s) 2022-11-23T01:43:44.4707425Z test_synchronous (__main__.ClosuresTest) ... ok (1.007s) 2022-11-23T01:43:44.4707691Z test_synchronous_exception (__main__.ClosuresTest) ... ok (0.001s) 2022-11-23T01:43:44.4707859Z 2022-11-23T01:43:44.4708003Z ---------------------------------------------------------------------- 2022-11-23T01:43:44.4708244Z Ran 4 tests in 2.453s 2022-11-23T01:43:44.4708359Z 2022-11-23T01:43:44.4708420Z OK 2022-11-23T01:43:44.4708509Z 2022-11-23T01:43:44.4708597Z Generating XML reports... 2022-11-23T01:43:44.4709044Z Generated XML report: test-reports\python-unittest\lazy.test_step_closures\TEST-ClosuresTest-20221123014341.xml 2022-11-23T01:43:44.4709294Z 2022-11-23T01:43:44.4709514Z ##[endgroup] 2022-11-23T01:43:44.4709875Z FINISHED PRINTING LOG FILE of lazy/test_step_closures (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\lazy-test_step_closures_j3vf366i) 2022-11-23T01:43:44.4710148Z 2022-11-23T01:43:47.2698341Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:43:47.2699061Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:43:47.2699393Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:43:47.4219209Z Running nn/test_convolution ... [2022-11-23 01:43:47.421698] 2022-11-23T01:43:47.4224318Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'nn/test_convolution.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:43:47.422303] 2022-11-23T01:43:47.4226038Z Ignoring disabled issues: [] 2022-11-23T01:43:48.5598344Z 2022-11-23T01:43:48.5599050Z Expand the folded group to see the log file of lazy/test_ts_opinfo 2022-11-23T01:43:48.5600007Z ##[group]PRINTING LOG FILE of lazy/test_ts_opinfo (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\lazy-test_ts_opinfo_rykh84p6) 2022-11-23T01:43:48.5600855Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:43:48.5601500Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:43:48.5601631Z 2022-11-23T01:43:48.5601705Z Running tests... 2022-11-23T01:43:48.5601959Z ---------------------------------------------------------------------- 2022-11-23T01:43:48.5602298Z Test results will be stored in test-reports\python-unittest\lazy.test_ts_opinfo 2022-11-23T01:43:48.5602799Z test_nonzero_dynamic (__main__.TestLazyDynamicOps) ... ok (0.261s) 2022-11-23T01:43:48.5603167Z testConvolutionBackward (__main__.TestLazyTensor) ... skip: Disable until autograd supports symints (0.000s) 2022-11-23T01:43:48.5603512Z test_tensor_ctr (__main__.TestLazyTensor) ... ok (0.006s) 2022-11-23T01:43:48.5603784Z test_view_mark_step_preserved (__main__.TestLazyTensor) ... ok (0.005s) 2022-11-23T01:43:48.5603953Z 2022-11-23T01:43:48.5604100Z ---------------------------------------------------------------------- 2022-11-23T01:43:48.5604348Z Ran 4 tests in 0.281s 2022-11-23T01:43:48.5604467Z 2022-11-23T01:43:48.5604539Z OK (skipped=1) 2022-11-23T01:43:48.5604644Z 2022-11-23T01:43:48.5604732Z Generating XML reports... 2022-11-23T01:43:48.5605095Z Generated XML report: test-reports\python-unittest\lazy.test_ts_opinfo\TEST-TestLazyDynamicOps-20221123014347.xml 2022-11-23T01:43:48.5605558Z Generated XML report: test-reports\python-unittest\lazy.test_ts_opinfo\TEST-TestLazyTensor-20221123014347.xml 2022-11-23T01:43:48.5605807Z 2022-11-23T01:43:48.5606033Z ##[endgroup] 2022-11-23T01:43:48.5606382Z FINISHED PRINTING LOG FILE of lazy/test_ts_opinfo (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\lazy-test_ts_opinfo_rykh84p6) 2022-11-23T01:43:48.5606641Z 2022-11-23T01:43:51.4289738Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:43:51.4290844Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:43:51.4291373Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:43:51.5735763Z Running nn/test_dropout ... [2022-11-23 01:43:51.573193] 2022-11-23T01:43:51.5740885Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'nn/test_dropout.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:43:51.573781] 2022-11-23T01:43:51.5742621Z Ignoring disabled issues: [] 2022-11-23T01:43:55.1058849Z 2022-11-23T01:43:55.1059418Z Expand the folded group to see the log file of nn/test_dropout 2022-11-23T01:43:55.1060461Z ##[group]PRINTING LOG FILE of nn/test_dropout (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\nn-test_dropout_9se9_qd2) 2022-11-23T01:43:55.1061358Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:43:55.1062029Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:43:55.1062215Z 2022-11-23T01:43:55.1062314Z Running tests... 2022-11-23T01:43:55.1062657Z ---------------------------------------------------------------------- 2022-11-23T01:43:55.1063138Z Test results will be stored in test-reports\python-unittest\nn.test_dropout 2022-11-23T01:43:55.1063491Z test_AlphaDropout (__main__.TestDropoutNN) ... ok (0.006s) 2022-11-23T01:43:55.1063779Z test_FeatureAlphaDropout (__main__.TestDropoutNN) ... ok (0.111s) 2022-11-23T01:43:55.1064110Z test_invalid_dropout_p (__main__.TestDropoutNN) ... ok (0.003s) 2022-11-23T01:43:55.1064445Z test_native_dropout_corner_case (__main__.TestDropoutNN) ... skip: CUDA unavailable (0.001s) 2022-11-23T01:43:55.1064641Z 2022-11-23T01:43:55.1064786Z ---------------------------------------------------------------------- 2022-11-23T01:43:55.1065033Z Ran 4 tests in 0.125s 2022-11-23T01:43:55.1065150Z 2022-11-23T01:43:55.1065223Z OK (skipped=1) 2022-11-23T01:43:55.1065517Z 2022-11-23T01:43:55.1065605Z Generating XML reports... 2022-11-23T01:43:55.1065942Z Generated XML report: test-reports\python-unittest\nn.test_dropout\TEST-TestDropoutNN-20221123014354.xml 2022-11-23T01:43:55.1066182Z 2022-11-23T01:43:55.1066437Z ##[endgroup] 2022-11-23T01:43:55.1066847Z FINISHED PRINTING LOG FILE of nn/test_dropout (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\nn-test_dropout_9se9_qd2) 2022-11-23T01:43:55.1067101Z 2022-11-23T01:43:57.4087670Z 2022-11-23T01:43:57.4088124Z Expand the folded group to see the log file of nn/test_convolution 2022-11-23T01:43:57.4088987Z ##[group]PRINTING LOG FILE of nn/test_convolution (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\nn-test_convolution__txjk6hp) 2022-11-23T01:43:57.4090103Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:43:57.4090773Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:43:57.4090921Z 2022-11-23T01:43:57.4090996Z Running tests... 2022-11-23T01:43:57.4091255Z ---------------------------------------------------------------------- 2022-11-23T01:43:57.4091597Z Test results will be stored in test-reports\python-unittest\nn.test_convolution 2022-11-23T01:43:57.4092471Z test_Conv1d_module_same_padding (__main__.TestConvolutionNN) ... C:\actions-runner\_work\pytorch\pytorch\test\nn\test_convolution.py:152: UserWarning: Using padding='same' with even kernel lengths and odd dilation may require a zero-padded copy of the input be created (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Convolution.cpp:996.) 2022-11-23T01:43:57.4093136Z expect = F.conv1d(x, module.weight, module.bias, padding='same') 2022-11-23T01:43:57.4093370Z ok (0.010s) 2022-11-23T01:43:57.4093602Z test_Conv2d_1x1 (__main__.TestConvolutionNN) ... ok (0.010s) 2022-11-23T01:43:57.4093886Z test_Conv2d_OneDNN (__main__.TestConvolutionNN) ... ok (0.032s) 2022-11-23T01:43:57.4094185Z test_Conv2d_backward_twice (__main__.TestConvolutionNN) ... ok (0.662s) 2022-11-23T01:43:57.4094567Z test_Conv2d_groups_nobias (__main__.TestConvolutionNN) ... ok (0.048s) 2022-11-23T01:43:57.4094870Z test_Conv2d_groups_nobias_v2 (__main__.TestConvolutionNN) ... ok (0.024s) 2022-11-23T01:43:57.4095187Z test_Conv2d_inconsistent_types (__main__.TestConvolutionNN) ... ok (0.003s) 2022-11-23T01:43:57.4095556Z test_Conv2d_inconsistent_types_on_GPU_with_cudnn (__main__.TestConvolutionNN) ... skip: CUDA not available (0.002s) 2022-11-23T01:43:57.4095966Z test_Conv2d_inconsistent_types_on_GPU_without_cudnn (__main__.TestConvolutionNN) ... skip: CUDA not available (0.001s) 2022-11-23T01:43:57.4096324Z test_Conv2d_missing_argument (__main__.TestConvolutionNN) ... ok (0.002s) 2022-11-23T01:43:57.4096641Z test_Conv2d_module_same_padding (__main__.TestConvolutionNN) ... ok (0.007s) 2022-11-23T01:43:57.4096944Z test_Conv3d_groups_nobias (__main__.TestConvolutionNN) ... ok (0.010s) 2022-11-23T01:43:57.4097251Z test_Conv3d_groups_wbias (__main__.TestConvolutionNN) ... ok (0.008s) 2022-11-23T01:43:57.4097561Z test_Conv3d_module_same_padding (__main__.TestConvolutionNN) ... ok (0.006s) 2022-11-23T01:43:57.4097920Z test_ConvTranspose2d_half_cublas_gemm (__main__.TestConvolutionNN) ... skip: CUDA not available (0.000s) 2022-11-23T01:43:57.4098279Z test_ConvTranspose2d_output_size (__main__.TestConvolutionNN) ... ok (0.010s) 2022-11-23T01:43:57.4098637Z test_ConvTranspose2d_output_size_downsample_upsample (__main__.TestConvolutionNN) ... ok (4.840s) 2022-11-23T01:43:57.4099002Z test_ConvTranspose3d_correct_output_size (__main__.TestConvolutionNN) ... ok (0.002s) 2022-11-23T01:43:57.4099422Z test_conv2d_discontiguous_weight (__main__.TestConvolutionNN) ... ok (0.072s) 2022-11-23T01:43:57.4099731Z test_conv_backcompat (__main__.TestConvolutionNN) ... ok (0.039s) 2022-11-23T01:43:57.4100075Z test_conv_cudnn_memory_layout_dominance (__main__.TestConvolutionNN) ... skip: CUDA unavailable (0.000s) 2022-11-23T01:43:57.4100412Z test_conv_invalid_groups (__main__.TestConvolutionNN) ... ok (0.000s) 2022-11-23T01:43:57.4100749Z test_conv_modules_raise_error_on_incorrect_input_size (__main__.TestConvolutionNN) ... ok (0.021s) 2022-11-23T01:43:57.4101081Z test_conv_padding_mode (__main__.TestConvolutionNN) ... ok (0.001s) 2022-11-23T01:43:57.4101904Z test_conv_shapecheck (__main__.TestConvolutionNN) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py:1108: UserWarning: Complex modules are a new feature under active development whose design may change, and some modules might not work as expected when using complex tensors as parameters or buffers. Please file an issue at https://github.com/pytorch/pytorch/issues/new?template=bug-report.yml if a complex module does not work as expected. 2022-11-23T01:43:57.4102595Z warnings.warn( 2022-11-23T01:43:57.4102778Z ok (0.039s) 2022-11-23T01:43:57.4102988Z test_conv_tbc (__main__.TestConvolutionNN) ... ok (0.013s) 2022-11-23T01:43:57.4103308Z test_cudnn_non_contiguous (__main__.TestConvolutionNN) ... skip: CUDA not available (0.001s) 2022-11-23T01:43:57.4103673Z test_cudnn_noncontiguous_weight (__main__.TestConvolutionNN) ... skip: CUDA unavailable (0.001s) 2022-11-23T01:43:57.4104063Z test_functional_grad_conv (__main__.TestConvolutionNN) ... ok (0.008s) 2022-11-23T01:43:57.4104380Z test_functional_grad_conv2d (__main__.TestConvolutionNN) ... ok (0.203s) 2022-11-23T01:43:57.4104685Z test_grad_conv1d_input (__main__.TestConvolutionNN) ... ok (0.058s) 2022-11-23T01:43:57.4104988Z test_grad_conv1d_weight (__main__.TestConvolutionNN) ... ok (0.065s) 2022-11-23T01:43:57.4105274Z test_grad_conv2d_input (__main__.TestConvolutionNN) ... ok (0.067s) 2022-11-23T01:43:57.4105577Z test_grad_conv2d_weight (__main__.TestConvolutionNN) ... ok (0.053s) 2022-11-23T01:43:57.4105874Z test_grad_conv3d_input (__main__.TestConvolutionNN) ... ok (0.076s) 2022-11-23T01:43:57.4106190Z test_grad_conv3d_weight (__main__.TestConvolutionNN) ... ok (0.070s) 2022-11-23T01:43:57.4106534Z test_grouped_conv_cudnn_nhwc_support (__main__.TestConvolutionNN) ... skip: CUDA unavailable (0.002s) 2022-11-23T01:43:57.4107367Z test_invalid_conv1d (__main__.TestConvolutionNN) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py:1108: UserWarning: Complex modules are a new feature under active development whose design may change, and some modules might not work as expected when using complex tensors as parameters or buffers. Please file an issue at https://github.com/pytorch/pytorch/issues/new?template=bug-report.yml if a complex module does not work as expected. 2022-11-23T01:43:57.4108048Z warnings.warn( 2022-11-23T01:43:57.4108227Z ok (0.012s) 2022-11-23T01:43:57.4108445Z test_invalid_conv2d (__main__.TestConvolutionNN) ... ok (0.020s) 2022-11-23T01:43:57.4108736Z test_invalid_conv3d (__main__.TestConvolutionNN) ... ok (0.010s) 2022-11-23T01:43:57.4109033Z test_mismatch_shape_conv2d (__main__.TestConvolutionNN) ... ok (0.000s) 2022-11-23T01:43:57.4109361Z test_nnpack_conv (__main__.TestConvolutionNN) ... skip: NNPACK unavailable (0.000s) 2022-11-23T01:43:57.4109724Z test_thnn_conv_strided_padded_dilated (__main__.TestConvolutionNN) ... skip: CUDA not available (0.000s) 2022-11-23T01:43:57.4109931Z 2022-11-23T01:43:57.4110084Z ---------------------------------------------------------------------- 2022-11-23T01:43:57.4110317Z Ran 43 tests in 6.516s 2022-11-23T01:43:57.4110438Z 2022-11-23T01:43:57.4110511Z OK (skipped=9) 2022-11-23T01:43:57.4110620Z 2022-11-23T01:43:57.4110710Z Generating XML reports... 2022-11-23T01:43:57.4111070Z Generated XML report: test-reports\python-unittest\nn.test_convolution\TEST-TestConvolutionNN-20221123014350.xml 2022-11-23T01:43:57.4111381Z 2022-11-23T01:43:57.4111631Z ##[endgroup] 2022-11-23T01:43:57.4111987Z FINISHED PRINTING LOG FILE of nn/test_convolution (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\nn-test_convolution__txjk6hp) 2022-11-23T01:43:57.4112250Z 2022-11-23T01:43:58.1083549Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:43:58.1084255Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:43:58.1084591Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:43:58.2587302Z Running nn/test_embedding ... [2022-11-23 01:43:58.258505] 2022-11-23T01:43:58.2592316Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'nn/test_embedding.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:43:58.259091] 2022-11-23T01:43:58.2594072Z Ignoring disabled issues: [] 2022-11-23T01:44:00.2344682Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:44:00.2345494Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:44:00.2345835Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:44:00.3819490Z Running nn/test_lazy_modules ... [2022-11-23 01:44:00.376188] 2022-11-23T01:44:00.3823196Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'nn/test_lazy_modules.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:44:00.381807] 2022-11-23T01:44:00.3825038Z Ignoring disabled issues: [] 2022-11-23T01:44:01.9981578Z 2022-11-23T01:44:01.9982048Z Expand the folded group to see the log file of nn/test_embedding 2022-11-23T01:44:01.9983033Z ##[group]PRINTING LOG FILE of nn/test_embedding (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\nn-test_embedding_isy815d5) 2022-11-23T01:44:01.9983871Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:44:01.9984535Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:44:01.9984680Z 2022-11-23T01:44:01.9984754Z Running tests... 2022-11-23T01:44:01.9984994Z ---------------------------------------------------------------------- 2022-11-23T01:44:01.9985332Z Test results will be stored in test-reports\python-unittest\nn.test_embedding 2022-11-23T01:44:01.9985721Z test_embedding_bag_from_pretrained (__main__.TestEmbeddingNN) ... ok (0.004s) 2022-11-23T01:44:01.9986102Z test_embedding_bag_from_pretrained_padding_idx (__main__.TestEmbeddingNN) ... ok (0.003s) 2022-11-23T01:44:01.9986439Z test_embedding_bag_functional (__main__.TestEmbeddingNN) ... ok (0.000s) 2022-11-23T01:44:01.9986756Z test_embedding_bag_padding_idx_error (__main__.TestEmbeddingNN) ... ok (0.654s) 2022-11-23T01:44:01.9987084Z test_embedding_from_pretrained_float32 (__main__.TestEmbeddingNN) ... ok (0.003s) 2022-11-23T01:44:01.9987401Z test_embedding_from_pretrained_float64 (__main__.TestEmbeddingNN) ... ok (0.000s) 2022-11-23T01:44:01.9988201Z test_embedding_from_pretrained_int16 (__main__.TestEmbeddingNN) ... C:\actions-runner\_work\pytorch\pytorch\test\nn\test_embedding.py:84: DeprecationWarning: an integer is required (got type float). Implicit conversion to integers using __int__ is deprecated, and may be removed in a future version of Python. 2022-11-23T01:44:01.9988744Z a = torch.tensor([[1., 2., 3.], [4., 5., 6.]], dtype=dtype) 2022-11-23T01:44:01.9988943Z ok (0.006s) 2022-11-23T01:44:01.9989192Z test_embedding_from_pretrained_int32 (__main__.TestEmbeddingNN) ... ok (0.000s) 2022-11-23T01:44:01.9989511Z test_embedding_from_pretrained_int64 (__main__.TestEmbeddingNN) ... ok (0.000s) 2022-11-23T01:44:01.9989836Z test_embedding_from_pretrained_int8 (__main__.TestEmbeddingNN) ... ok (0.000s) 2022-11-23T01:44:01.9990146Z test_embedding_from_pretrained_options (__main__.TestEmbeddingNN) ... ok (0.000s) 2022-11-23T01:44:01.9990486Z test_embedding_from_pretrained_padding_idx (__main__.TestEmbeddingNN) ... ok (0.000s) 2022-11-23T01:44:01.9990820Z test_embedding_from_pretrained_uint8 (__main__.TestEmbeddingNN) ... ok (0.011s) 2022-11-23T01:44:01.9991131Z test_embedding_functional (__main__.TestEmbeddingNN) ... ok (0.002s) 2022-11-23T01:44:01.9991425Z test_embedding_max_norm (__main__.TestEmbeddingNN) ... ok (0.002s) 2022-11-23T01:44:01.9991824Z test_embedding_max_norm_unsorted_repeating_indices (__main__.TestEmbeddingNN) ... skip: CUDA unavailable (0.001s) 2022-11-23T01:44:01.9992223Z test_embedding_sparse_basic (__main__.TestEmbeddingNN) ... ok (0.002s) 2022-11-23T01:44:01.9992621Z test_embedding_sparse_empty_tensor (__main__.TestEmbeddingNN) ... ok (0.002s) 2022-11-23T01:44:01.9992947Z test_embeddingbag_from_pretrained (__main__.TestEmbeddingNN) ... ok (0.002s) 2022-11-23T01:44:01.9993281Z test_embeddingbag_from_pretrained_options (__main__.TestEmbeddingNN) ... ok (0.002s) 2022-11-23T01:44:01.9993608Z test_move_sparse_half_embedding (__main__.TestEmbeddingNN) ... ok (0.003s) 2022-11-23T01:44:01.9993784Z 2022-11-23T01:44:01.9993930Z ---------------------------------------------------------------------- 2022-11-23T01:44:01.9994173Z Ran 21 tests in 0.703s 2022-11-23T01:44:01.9994287Z 2022-11-23T01:44:01.9994345Z OK (skipped=1) 2022-11-23T01:44:01.9994451Z 2022-11-23T01:44:01.9994538Z Generating XML reports... 2022-11-23T01:44:01.9994890Z Generated XML report: test-reports\python-unittest\nn.test_embedding\TEST-TestEmbeddingNN-20221123014400.xml 2022-11-23T01:44:01.9995139Z 2022-11-23T01:44:01.9995382Z ##[endgroup] 2022-11-23T01:44:01.9995730Z FINISHED PRINTING LOG FILE of nn/test_embedding (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\nn-test_embedding_isy815d5) 2022-11-23T01:44:01.9995989Z 2022-11-23T01:44:04.2312776Z 2022-11-23T01:44:04.2313388Z Expand the folded group to see the log file of nn/test_lazy_modules 2022-11-23T01:44:04.2314251Z ##[group]PRINTING LOG FILE of nn/test_lazy_modules (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\nn-test_lazy_modules_9_dtub4b) 2022-11-23T01:44:04.2315383Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:44:04.2316123Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:44:04.2316311Z 2022-11-23T01:44:04.2316391Z Running tests... 2022-11-23T01:44:04.2316657Z ---------------------------------------------------------------------- 2022-11-23T01:44:04.2316995Z Test results will be stored in test-reports\python-unittest\nn.test_lazy_modules 2022-11-23T01:44:04.2317323Z test_chained_initialization (__main__.TestLazyModules) ... ok (0.091s) 2022-11-23T01:44:04.2317631Z test_invalid_functions (__main__.TestLazyModules) ... ok (0.002s) 2022-11-23T01:44:04.2318374Z test_lazy_batchnorm1d (__main__.TestLazyModules) ... 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-23T01:44:04.2318924Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T01:44:04.2319170Z ok (0.017s) 2022-11-23T01:44:04.2319418Z test_lazy_batchnorm1d_pickle (__main__.TestLazyModules) ... ok (0.011s) 2022-11-23T01:44:04.2319734Z test_lazy_batchnorm1d_state (__main__.TestLazyModules) ... ok (0.000s) 2022-11-23T01:44:04.2320017Z test_lazy_batchnorm2d (__main__.TestLazyModules) ... ok (0.012s) 2022-11-23T01:44:04.2320318Z test_lazy_batchnorm2d_pickle (__main__.TestLazyModules) ... ok (0.006s) 2022-11-23T01:44:04.2320625Z test_lazy_batchnorm2d_state (__main__.TestLazyModules) ... ok (0.004s) 2022-11-23T01:44:04.2320919Z test_lazy_batchnorm3d (__main__.TestLazyModules) ... ok (0.011s) 2022-11-23T01:44:04.2321217Z test_lazy_batchnorm3d_pickle (__main__.TestLazyModules) ... ok (0.007s) 2022-11-23T01:44:04.2321524Z test_lazy_batchnorm3d_state (__main__.TestLazyModules) ... ok (0.003s) 2022-11-23T01:44:04.2321854Z test_lazy_conv1d (__main__.TestLazyModules) ... ok (0.005s) 2022-11-23T01:44:04.2322180Z test_lazy_conv1d_pickle (__main__.TestLazyModules) ... ok (0.006s) 2022-11-23T01:44:04.2322477Z test_lazy_conv1d_state (__main__.TestLazyModules) ... ok (0.000s) 2022-11-23T01:44:04.2322850Z test_lazy_conv2d (__main__.TestLazyModules) ... ok (0.010s) 2022-11-23T01:44:04.2323142Z test_lazy_conv2d_pickle (__main__.TestLazyModules) ... ok (0.000s) 2022-11-23T01:44:04.2323433Z test_lazy_conv2d_state (__main__.TestLazyModules) ... ok (0.000s) 2022-11-23T01:44:04.2323699Z test_lazy_conv3d (__main__.TestLazyModules) ... ok (0.027s) 2022-11-23T01:44:04.2323982Z test_lazy_conv3d_pickle (__main__.TestLazyModules) ... ok (0.010s) 2022-11-23T01:44:04.2324276Z test_lazy_conv3d_state (__main__.TestLazyModules) ... ok (0.003s) 2022-11-23T01:44:04.2324584Z test_lazy_conv_transpose1d_pickle (__main__.TestLazyModules) ... ok (0.008s) 2022-11-23T01:44:04.2324902Z test_lazy_conv_transpose1d_state (__main__.TestLazyModules) ... ok (0.000s) 2022-11-23T01:44:04.2325208Z test_lazy_conv_transpose2d (__main__.TestLazyModules) ... ok (0.036s) 2022-11-23T01:44:04.2325506Z test_lazy_conv_transpose2d_pickle (__main__.TestLazyModules) ... ok (0.010s) 2022-11-23T01:44:04.2325825Z test_lazy_conv_transpose2d_state (__main__.TestLazyModules) ... ok (0.000s) 2022-11-23T01:44:04.2326130Z test_lazy_conv_transpose3d (__main__.TestLazyModules) ... ok (0.325s) 2022-11-23T01:44:04.2326440Z test_lazy_conv_transpose3d_pickle (__main__.TestLazyModules) ... ok (0.096s) 2022-11-23T01:44:04.2326752Z test_lazy_conv_transpose3d_state (__main__.TestLazyModules) ... ok (0.000s) 2022-11-23T01:44:04.2327064Z test_lazy_conv_transposed1d (__main__.TestLazyModules) ... ok (0.027s) 2022-11-23T01:44:04.2327338Z test_lazy_forward_hook (__main__.TestLazyModules) 2022-11-23T01:44:04.2327983Z This test is to test whether lazymodule can register other forward hook ... 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-23T01:44:04.2328561Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T01:44:04.2328798Z ok (0.003s) 2022-11-23T01:44:04.2329036Z test_lazy_instancenorm1d (__main__.TestLazyModules) ... ok (0.008s) 2022-11-23T01:44:04.2329348Z test_lazy_instancenorm1d_pickle (__main__.TestLazyModules) ... ok (0.007s) 2022-11-23T01:44:04.2329663Z test_lazy_instancenorm1d_state (__main__.TestLazyModules) ... ok (0.003s) 2022-11-23T01:44:04.2329958Z test_lazy_instancenorm2d (__main__.TestLazyModules) ... ok (0.006s) 2022-11-23T01:44:04.2330328Z test_lazy_instancenorm2d_pickle (__main__.TestLazyModules) ... ok (0.010s) 2022-11-23T01:44:04.2330643Z test_lazy_instancenorm2d_state (__main__.TestLazyModules) ... ok (0.005s) 2022-11-23T01:44:04.2330945Z test_lazy_instancenorm3d (__main__.TestLazyModules) ... ok (0.009s) 2022-11-23T01:44:04.2331251Z test_lazy_instancenorm3d_pickle (__main__.TestLazyModules) ... ok (0.005s) 2022-11-23T01:44:04.2331559Z test_lazy_instancenorm3d_state (__main__.TestLazyModules) ... ok (0.005s) 2022-11-23T01:44:04.2331846Z test_lazy_linear_pickle (__main__.TestLazyModules) ... ok (0.002s) 2022-11-23T01:44:04.2332143Z test_lazy_module_buffer (__main__.TestLazyModules) ... ok (0.002s) 2022-11-23T01:44:04.2332437Z test_lazy_module_jit_buffer (__main__.TestLazyModules) ... ok (0.001s) 2022-11-23T01:44:04.2332731Z test_lazy_module_jit_param (__main__.TestLazyModules) ... ok (0.001s) 2022-11-23T01:44:04.2333031Z test_lazy_module_parameter (__main__.TestLazyModules) ... ok (0.002s) 2022-11-23T01:44:04.2333364Z test_lazy_pre_forward_hook (__main__.TestLazyModules) 2022-11-23T01:44:04.2333990Z This test is to test whether lazymodule can register other pre-forward hook ... 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-23T01:44:04.2334557Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T01:44:04.2334792Z ok (0.002s) 2022-11-23T01:44:04.2335153Z test_lazy_share_memory_buffer (__main__.TestLazyModules) ... ok (0.001s) 2022-11-23T01:44:04.2335460Z test_lazy_share_memory_param (__main__.TestLazyModules) ... ok (0.001s) 2022-11-23T01:44:04.2335738Z test_linear (__main__.TestLazyModules) ... ok (0.002s) 2022-11-23T01:44:04.2336008Z test_linear_state (__main__.TestLazyModules) ... ok (0.000s) 2022-11-23T01:44:04.2336341Z test_materialize_device (__main__.TestLazyModules) ... skip: CUDA not available (0.003s) 2022-11-23T01:44:04.2336655Z test_materialize_dtype (__main__.TestLazyModules) ... ok (0.000s) 2022-11-23T01:44:04.2336950Z test_optimizer_pass (__main__.TestLazyModules) ... ok (0.006s) 2022-11-23T01:44:04.2337237Z test_spectral_norm (__main__.TestLazyModules) ... ok (0.000s) 2022-11-23T01:44:04.2337518Z test_weight_norm (__main__.TestLazyModules) ... ok (0.000s) 2022-11-23T01:44:04.2337673Z 2022-11-23T01:44:04.2337824Z ---------------------------------------------------------------------- 2022-11-23T01:44:04.2338074Z Ran 54 tests in 0.812s 2022-11-23T01:44:04.2338191Z 2022-11-23T01:44:04.2338253Z OK (skipped=1) 2022-11-23T01:44:04.2338361Z 2022-11-23T01:44:04.2338449Z Generating XML reports... 2022-11-23T01:44:04.2338804Z Generated XML report: test-reports\python-unittest\nn.test_lazy_modules\TEST-TestLazyModules-20221123014402.xml 2022-11-23T01:44:04.2339057Z 2022-11-23T01:44:04.2339365Z ##[endgroup] 2022-11-23T01:44:04.2339770Z FINISHED PRINTING LOG FILE of nn/test_lazy_modules (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\nn-test_lazy_modules_9_dtub4b) 2022-11-23T01:44:04.2340032Z 2022-11-23T01:44:04.9467928Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:44:04.9468654Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:44:04.9468994Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:44:05.0913213Z Running nn/test_module_hooks ... [2022-11-23 01:44:05.090650] 2022-11-23T01:44:05.0918447Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'nn/test_module_hooks.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:44:05.091746] 2022-11-23T01:44:05.0920487Z Ignoring disabled issues: [] 2022-11-23T01:44:07.0166708Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:44:07.0167444Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:44:07.0167786Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:44:07.1587930Z Running nn/test_packed_sequence ... [2022-11-23 01:44:07.153183] 2022-11-23T01:44:07.1592937Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'nn/test_packed_sequence.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:44:07.153183] 2022-11-23T01:44:07.1594993Z Ignoring disabled issues: [] 2022-11-23T01:44:08.2041491Z 2022-11-23T01:44:08.2042125Z Expand the folded group to see the log file of nn/test_module_hooks 2022-11-23T01:44:08.2042947Z ##[group]PRINTING LOG FILE of nn/test_module_hooks (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\nn-test_module_hooks_yw1bv2kv) 2022-11-23T01:44:08.2044034Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:44:08.2044738Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:44:08.2044885Z 2022-11-23T01:44:08.2044961Z Running tests... 2022-11-23T01:44:08.2045228Z ---------------------------------------------------------------------- 2022-11-23T01:44:08.2045549Z Test results will be stored in test-reports\python-unittest\nn.test_module_hooks 2022-11-23T01:44:08.2045871Z test_forward_hooks (__main__.TestModuleHooks) ... ok (0.492s) 2022-11-23T01:44:08.2046159Z test_forward_pre_hooks (__main__.TestModuleHooks) ... ok (0.006s) 2022-11-23T01:44:08.2046450Z test_full_backward_hooks (__main__.TestModuleHooks) ... ok (0.006s) 2022-11-23T01:44:08.2046750Z test_full_backward_pre_hooks (__main__.TestModuleHooks) ... ok (0.005s) 2022-11-23T01:44:08.2047038Z test_mixed_hooks (__main__.TestModuleHooks) ... ok (0.005s) 2022-11-23T01:44:08.2047191Z 2022-11-23T01:44:08.2047337Z ---------------------------------------------------------------------- 2022-11-23T01:44:08.2047566Z Ran 5 tests in 0.516s 2022-11-23T01:44:08.2047679Z 2022-11-23T01:44:08.2047737Z OK 2022-11-23T01:44:08.2047826Z 2022-11-23T01:44:08.2047915Z Generating XML reports... 2022-11-23T01:44:08.2048270Z Generated XML report: test-reports\python-unittest\nn.test_module_hooks\TEST-TestModuleHooks-20221123014407.xml 2022-11-23T01:44:08.2048518Z 2022-11-23T01:44:08.2048740Z ##[endgroup] 2022-11-23T01:44:08.2049076Z FINISHED PRINTING LOG FILE of nn/test_module_hooks (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\nn-test_module_hooks_yw1bv2kv) 2022-11-23T01:44:08.2049336Z 2022-11-23T01:44:11.0835945Z 2022-11-23T01:44:11.0836653Z Expand the folded group to see the log file of nn/test_packed_sequence 2022-11-23T01:44:11.0837527Z ##[group]PRINTING LOG FILE of nn/test_packed_sequence (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\nn-test_packed_sequence_84fn2ua1) 2022-11-23T01:44:11.0838425Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:44:11.0839272Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:44:11.0839424Z 2022-11-23T01:44:11.0839499Z Running tests... 2022-11-23T01:44:11.0839757Z ---------------------------------------------------------------------- 2022-11-23T01:44:11.0840103Z Test results will be stored in test-reports\python-unittest\nn.test_packed_sequence 2022-11-23T01:44:11.0840438Z test_pack_padded_sequence (__main__.PackedSequenceTest) ... ok (1.083s) 2022-11-23T01:44:11.0840757Z test_pack_sequence (__main__.PackedSequenceTest) ... ok (0.117s) 2022-11-23T01:44:11.0841053Z test_pad_sequence (__main__.PackedSequenceTest) ... ok (0.022s) 2022-11-23T01:44:11.0841384Z test_pad_sequence_with_non_iterable_sequences (__main__.PackedSequenceTest) ... ok (0.000s) 2022-11-23T01:44:11.0841736Z test_pad_sequence_with_tensor_sequences (__main__.PackedSequenceTest) ... ok (0.000s) 2022-11-23T01:44:11.0842046Z test_to (__main__.PackedSequenceTest) ... ok (0.010s) 2022-11-23T01:44:11.0842318Z test_to_memory_format (__main__.PackedSequenceTest) ... ok (0.000s) 2022-11-23T01:44:11.0842612Z test_total_length (__main__.PackedSequenceTest) ... ok (0.000s) 2022-11-23T01:44:11.0842883Z test_type_casts (__main__.PackedSequenceTest) 2022-11-23T01:44:11.0843188Z Test type casting of `PackedSequence` against type casting of tensor ... ok (0.037s) 2022-11-23T01:44:11.0843562Z test_unpack_sequence (__main__.PackedSequenceTest) ... ok (0.013s) 2022-11-23T01:44:11.0843966Z test_unpad_sequence (__main__.PackedSequenceTest) ... ok (0.016s) 2022-11-23T01:44:11.0844302Z test_wrong_order (__main__.PackedSequenceTest) ... ok (0.000s) 2022-11-23T01:44:11.0844467Z 2022-11-23T01:44:11.0844613Z ---------------------------------------------------------------------- 2022-11-23T01:44:11.0844858Z Ran 12 tests in 1.312s 2022-11-23T01:44:11.0844975Z 2022-11-23T01:44:11.0845041Z OK 2022-11-23T01:44:11.0845134Z 2022-11-23T01:44:11.0845224Z Generating XML reports... 2022-11-23T01:44:11.0845597Z Generated XML report: test-reports\python-unittest\nn.test_packed_sequence\TEST-PackedSequenceTest-20221123014409.xml 2022-11-23T01:44:11.0845863Z 2022-11-23T01:44:11.0846086Z ##[endgroup] 2022-11-23T01:44:11.0846448Z FINISHED PRINTING LOG FILE of nn/test_packed_sequence (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\nn-test_packed_sequence_84fn2ua1) 2022-11-23T01:44:11.0846720Z 2022-11-23T01:44:11.1080568Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:44:11.1081248Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:44:11.1081589Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:44:11.2547700Z Running profiler/test_memory_profiler ... [2022-11-23 01:44:11.254552] 2022-11-23T01:44:11.2552914Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'profiler/test_memory_profiler.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:44:11.255140] 2022-11-23T01:44:11.2554362Z Ignoring disabled issues: [] 2022-11-23T01:44:13.8992603Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:44:13.8993319Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:44:13.8993849Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:44:14.0469997Z Running profiler/test_profiler ... [2022-11-23 01:44:14.046320] 2022-11-23T01:44:14.0475260Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'profiler/test_profiler.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:44:14.046950] 2022-11-23T01:44:14.0477056Z Ignoring disabled issues: [] 2022-11-23T01:44:14.6479296Z 2022-11-23T01:44:14.6479854Z Expand the folded group to see the log file of profiler/test_memory_profiler 2022-11-23T01:44:14.6480635Z ##[group]PRINTING LOG FILE of profiler/test_memory_profiler (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\profiler-test_memory_profiler_62627rh_) 2022-11-23T01:44:14.6481616Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:44:14.6482341Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:44:14.6482525Z 2022-11-23T01:44:14.6482632Z Running tests... 2022-11-23T01:44:14.6483016Z ---------------------------------------------------------------------- 2022-11-23T01:44:14.6483574Z Test results will be stored in test-reports\python-unittest\profiler.test_memory_profiler 2022-11-23T01:44:14.6484613Z test_match_schemas (__main__.TestDataFlow) ... STAGE:2022-11-23 01:44:14 1908:3516 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:44:14.6485593Z STAGE:2022-11-23 01:44:14 1908:3516 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:44:14.6486423Z STAGE:2022-11-23 01:44:14 1908:3516 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:44:14.6486957Z ok (0.465s) 2022-11-23T01:44:14.6487614Z test_match_schemas_backward (__main__.TestDataFlow) ... STAGE:2022-11-23 01:44:14 1908:3516 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:44:14.6488550Z STAGE:2022-11-23 01:44:14 1908:3516 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:44:14.6489388Z STAGE:2022-11-23 01:44:14 1908:3516 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:44:14.6489945Z ok (0.010s) 2022-11-23T01:44:14.6490656Z test_match_schemas_tensorlist (__main__.TestDataFlow) ... STAGE:2022-11-23 01:44:14 1908:3516 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:44:14.6491657Z STAGE:2022-11-23 01:44:14 1908:3516 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:44:14.6492647Z STAGE:2022-11-23 01:44:14 1908:3516 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:44:14.6493281Z ok (0.004s) 2022-11-23T01:44:14.6494075Z test_extract_gradients_from_module (__main__.TestIdentifyGradients) ... STAGE:2022-11-23 01:44:14 1908:3516 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:44:14.6495172Z STAGE:2022-11-23 01:44:14 1908:3516 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:44:14.6496431Z STAGE:2022-11-23 01:44:14 1908:3516 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:44:14.6497617Z 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-23T01:44:14.6498480Z warnings.warn(message, UserWarning) 2022-11-23T01:44:14.6499193Z STAGE:2022-11-23 01:44:14 1908:3516 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:44:14.6500187Z STAGE:2022-11-23 01:44:14 1908:3516 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:44:14.6501184Z STAGE:2022-11-23 01:44:14 1908:3516 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:44:14.6502166Z STAGE:2022-11-23 01:44:14 1908:3516 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:44:14.6503255Z STAGE:2022-11-23 01:44:14 1908:3516 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:44:14.6504234Z STAGE:2022-11-23 01:44:14 1908:3516 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:44:14.6505243Z STAGE:2022-11-23 01:44:14 1908:3516 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:44:14.6506240Z STAGE:2022-11-23 01:44:14 1908:3516 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:44:14.6507212Z STAGE:2022-11-23 01:44:14 1908:3516 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:44:14.6507825Z ok (0.059s) 2022-11-23T01:44:14.6508617Z test_extract_gradients_from_module_and_optimizer (__main__.TestIdentifyGradients) ... STAGE:2022-11-23 01:44:14 1908:3516 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:44:14.6509746Z STAGE:2022-11-23 01:44:14 1908:3516 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:44:14.6510785Z STAGE:2022-11-23 01:44:14 1908:3516 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:44:14.6511440Z ok (0.020s) 2022-11-23T01:44:14.6512226Z test_extract_gradients_from_optimizer (__main__.TestIdentifyGradients) ... STAGE:2022-11-23 01:44:14 1908:3516 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:44:14.6513334Z STAGE:2022-11-23 01:44:14 1908:3516 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:44:14.6514308Z STAGE:2022-11-23 01:44:14 1908:3516 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:44:14.6515255Z STAGE:2022-11-23 01:44:14 1908:3516 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:44:14.6516954Z STAGE:2022-11-23 01:44:14 1908:3516 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:44:14.6517959Z STAGE:2022-11-23 01:44:14 1908:3516 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:44:14.6518928Z STAGE:2022-11-23 01:44:14 1908:3516 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:44:14.6519868Z STAGE:2022-11-23 01:44:14 1908:3516 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:44:14.6520837Z STAGE:2022-11-23 01:44:14 1908:3516 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:44:14.6521798Z STAGE:2022-11-23 01:44:14 1908:3516 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:44:14.6522796Z STAGE:2022-11-23 01:44:14 1908:3516 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:44:14.6523906Z STAGE:2022-11-23 01:44:14 1908:3516 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:44:14.6524535Z ok (0.062s) 2022-11-23T01:44:14.6525630Z test_extract_gradients_from_optimizer_set_to_none (__main__.TestIdentifyGradients) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/88721 for platform(s) mac, macos, win, windows. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-11-23T01:44:14.6527138Z test_extract_gradients_low_level (__main__.TestIdentifyGradients) ... STAGE:2022-11-23 01:44:14 1908:3516 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:44:14.6528223Z STAGE:2022-11-23 01:44:14 1908:3516 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:44:14.6529197Z STAGE:2022-11-23 01:44:14 1908:3516 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:44:14.6530152Z STAGE:2022-11-23 01:44:14 1908:3516 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:44:14.6531108Z STAGE:2022-11-23 01:44:14 1908:3516 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:44:14.6532069Z STAGE:2022-11-23 01:44:14 1908:3516 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:44:14.6532691Z ok (0.017s) 2022-11-23T01:44:14.6533477Z test_config_check (__main__.TestMemoryProfiler) ... STAGE:2022-11-23 01:44:14 1908:3516 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:44:14.6534562Z STAGE:2022-11-23 01:44:14 1908:3516 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:44:14.6535545Z STAGE:2022-11-23 01:44:14 1908:3516 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:44:14.6536714Z STAGE:2022-11-23 01:44:14 1908:3516 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:44:14.6537681Z STAGE:2022-11-23 01:44:14 1908:3516 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:44:14.6538649Z STAGE:2022-11-23 01:44:14 1908:3516 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:44:14.6539603Z STAGE:2022-11-23 01:44:14 1908:3516 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:44:14.6540552Z STAGE:2022-11-23 01:44:14 1908:3516 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:44:14.6541528Z STAGE:2022-11-23 01:44:14 1908:3516 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:44:14.6542128Z ok (0.004s) 2022-11-23T01:44:14.6542321Z 2022-11-23T01:44:14.6542584Z ---------------------------------------------------------------------- 2022-11-23T01:44:14.6543027Z Ran 9 tests in 0.641s 2022-11-23T01:44:14.6543231Z 2022-11-23T01:44:14.6543472Z OK (skipped=1) 2022-11-23T01:44:14.6543673Z 2022-11-23T01:44:14.6543830Z Generating XML reports... 2022-11-23T01:44:14.6544443Z Generated XML report: test-reports\python-unittest\profiler.test_memory_profiler\TEST-TestDataFlow-20221123014413.xml 2022-11-23T01:44:14.6545298Z Generated XML report: test-reports\python-unittest\profiler.test_memory_profiler\TEST-TestIdentifyGradients-20221123014413.xml 2022-11-23T01:44:14.6546188Z Generated XML report: test-reports\python-unittest\profiler.test_memory_profiler\TEST-TestMemoryProfiler-20221123014413.xml 2022-11-23T01:44:14.6546645Z 2022-11-23T01:44:14.6547129Z ##[endgroup] 2022-11-23T01:44:14.6547788Z FINISHED PRINTING LOG FILE of profiler/test_memory_profiler (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\profiler-test_memory_profiler_62627rh_) 2022-11-23T01:44:14.6548289Z 2022-11-23T01:44:17.5024848Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:44:17.5025925Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:44:17.5026452Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:44:17.6664570Z Running profiler/test_profiler_tree ... [2022-11-23 01:44:17.665752] 2022-11-23T01:44:17.6670333Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'profiler/test_profiler_tree.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:44:17.666360] 2022-11-23T01:44:17.6672137Z Ignoring disabled issues: [] 2022-11-23T01:44:21.1096381Z 2022-11-23T01:44:21.1097308Z Expand the folded group to see the log file of profiler/test_profiler_tree 2022-11-23T01:44:21.1098840Z ##[group]PRINTING LOG FILE of profiler/test_profiler_tree (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\profiler-test_profiler_tree_0qtt8l2p) 2022-11-23T01:44:21.1100362Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:44:21.1101837Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:44:21.1102100Z 2022-11-23T01:44:21.1102233Z Running tests... 2022-11-23T01:44:21.1102669Z ---------------------------------------------------------------------- 2022-11-23T01:44:21.1103263Z Test results will be stored in test-reports\python-unittest\profiler.test_profiler_tree 2022-11-23T01:44:21.1104280Z test_profiler_experimental_tree (__main__.TestProfilerTree) ... STAGE:2022-11-23 01:44:20 5976:5200 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:44:21.1105365Z STAGE:2022-11-23 01:44:20 5976:5200 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:44:21.1106411Z STAGE:2022-11-23 01:44:20 5976:5200 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:44:21.1107390Z STAGE:2022-11-23 01:44:20 5976:5200 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:44:21.1108431Z STAGE:2022-11-23 01:44:20 5976:5200 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:44:21.1109642Z STAGE:2022-11-23 01:44:20 5976:5200 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:44:21.1110723Z STAGE:2022-11-23 01:44:20 5976:5200 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:44:21.1111692Z STAGE:2022-11-23 01:44:20 5976:5200 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:44:21.1112704Z STAGE:2022-11-23 01:44:20 5976:5200 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:44:21.1113336Z ok (0.474s) 2022-11-23T01:44:21.1113931Z test_profiler_experimental_tree_cuda (__main__.TestProfilerTree) ... skip: https://github.com/pytorch/pytorch/issues/83606 (0.002s) 2022-11-23T01:44:21.1114761Z test_profiler_experimental_tree_cuda_detailed (__main__.TestProfilerTree) ... skip: https://github.com/pytorch/pytorch/issues/83606 (0.002s) 2022-11-23T01:44:21.1115595Z test_profiler_experimental_tree_cuda_with_stream (__main__.TestProfilerTree) ... skip: https://github.com/pytorch/pytorch/issues/83606 (0.001s) 2022-11-23T01:44:21.1116692Z test_profiler_experimental_tree_with_memory (__main__.TestProfilerTree) ... STAGE:2022-11-23 01:44:20 5976:5200 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:44:21.1117830Z STAGE:2022-11-23 01:44:20 5976:5200 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:44:21.1118852Z STAGE:2022-11-23 01:44:20 5976:5200 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:44:21.1119893Z STAGE:2022-11-23 01:44:20 5976:5200 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:44:21.1120915Z STAGE:2022-11-23 01:44:20 5976:5200 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:44:21.1122034Z STAGE:2022-11-23 01:44:20 5976:5200 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:44:21.1123075Z STAGE:2022-11-23 01:44:20 5976:5200 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:44:21.1124028Z STAGE:2022-11-23 01:44:20 5976:5200 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:44:21.1125044Z STAGE:2022-11-23 01:44:20 5976:5200 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:44:21.1125673Z ok (0.014s) 2022-11-23T01:44:21.1126466Z test_profiler_experimental_tree_with_memory_and_stack (__main__.TestProfilerTree) ... STAGE:2022-11-23 01:44:20 5976:5200 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:44:21.1127675Z STAGE:2022-11-23 01:44:20 5976:5200 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:44:21.1128710Z STAGE:2022-11-23 01:44:20 5976:5200 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:44:21.1129882Z STAGE:2022-11-23 01:44:20 5976:5200 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:44:21.1130870Z STAGE:2022-11-23 01:44:20 5976:5200 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:44:21.1131871Z STAGE:2022-11-23 01:44:20 5976:5200 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:44:21.1132900Z STAGE:2022-11-23 01:44:20 5976:5200 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:44:21.1133901Z STAGE:2022-11-23 01:44:20 5976:5200 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:44:21.1134932Z STAGE:2022-11-23 01:44:20 5976:5200 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:44:21.1135580Z ok (0.010s) 2022-11-23T01:44:21.1136481Z test_profiler_experimental_tree_with_record_function (__main__.TestProfilerTree) ... STAGE:2022-11-23 01:44:20 5976:5200 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:44:21.1137652Z STAGE:2022-11-23 01:44:20 5976:5200 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:44:21.1138656Z STAGE:2022-11-23 01:44:20 5976:5200 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:44:21.1139719Z STAGE:2022-11-23 01:44:20 5976:5200 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:44:21.1140720Z STAGE:2022-11-23 01:44:20 5976:5200 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:44:21.1141773Z STAGE:2022-11-23 01:44:20 5976:5200 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:44:21.1142892Z STAGE:2022-11-23 01:44:20 5976:5200 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:44:21.1143910Z STAGE:2022-11-23 01:44:20 5976:5200 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:44:21.1144938Z STAGE:2022-11-23 01:44:20 5976:5200 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:44:21.1145564Z ok (0.019s) 2022-11-23T01:44:21.1146436Z test_profiler_experimental_tree_with_stack_and_modules (__main__.TestProfilerTree) ... STAGE:2022-11-23 01:44:20 5976:5200 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:44:21.1147580Z STAGE:2022-11-23 01:44:20 5976:5200 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:44:21.1148508Z STAGE:2022-11-23 01:44:20 5976:5200 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:44:21.1149086Z STAGE:2022-11-23 01:44:20 5976:5200 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:44:21.1149803Z STAGE:2022-11-23 01:44:20 5976:5200 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:44:21.1150397Z STAGE:2022-11-23 01:44:20 5976:5200 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:44:21.1150973Z STAGE:2022-11-23 01:44:20 5976:5200 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:44:21.1151540Z STAGE:2022-11-23 01:44:20 5976:5200 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:44:21.1152112Z STAGE:2022-11-23 01:44:20 5976:5200 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:44:21.1152473Z ok (0.020s) 2022-11-23T01:44:21.1152988Z test_profiler_experimental_tree_with_stack_and_torch_dispatch (__main__.TestProfilerTree) ... STAGE:2022-11-23 01:44:20 5976:5200 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:44:21.1154131Z STAGE:2022-11-23 01:44:20 5976:5200 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:44:21.1154838Z STAGE:2022-11-23 01:44:20 5976:5200 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:44:21.1155405Z STAGE:2022-11-23 01:44:20 5976:5200 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:44:21.1155983Z STAGE:2022-11-23 01:44:20 5976:5200 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:44:21.1156565Z STAGE:2022-11-23 01:44:20 5976:5200 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:44:21.1157130Z STAGE:2022-11-23 01:44:20 5976:5200 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:44:21.1157786Z STAGE:2022-11-23 01:44:20 5976:5200 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:44:21.1158360Z STAGE:2022-11-23 01:44:20 5976:5200 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:44:21.1158724Z ok (0.007s) 2022-11-23T01:44:21.1159605Z test_profiler_experimental_tree_with_stack_and_torch_function (__main__.TestProfilerTree) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/83836 for platform(s) win, windows. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.003s) 2022-11-23T01:44:21.1160450Z 2022-11-23T01:44:21.1160658Z ---------------------------------------------------------------------- 2022-11-23T01:44:21.1160917Z Ran 10 tests in 0.547s 2022-11-23T01:44:21.1161037Z 2022-11-23T01:44:21.1161097Z OK (skipped=4) 2022-11-23T01:44:21.1161209Z 2022-11-23T01:44:21.1161301Z Generating XML reports... 2022-11-23T01:44:21.1161686Z Generated XML report: test-reports\python-unittest\profiler.test_profiler_tree\TEST-TestProfilerTree-20221123014420.xml 2022-11-23T01:44:21.1161959Z 2022-11-23T01:44:21.1162283Z ##[endgroup] 2022-11-23T01:44:21.1163182Z FINISHED PRINTING LOG FILE of profiler/test_profiler_tree (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\profiler-test_profiler_tree_0qtt8l2p) 2022-11-23T01:44:21.1163484Z 2022-11-23T01:44:24.3506106Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:44:24.3506856Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:44:24.3507207Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:44:24.4996292Z Running test_ao_sparsity ... [2022-11-23 01:44:24.498816] 2022-11-23T01:44:24.5002913Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_ao_sparsity.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:44:24.500024] 2022-11-23T01:44:24.5004710Z Ignoring disabled issues: [] 2022-11-23T01:44:28.2391018Z 2022-11-23T01:44:28.2391607Z Expand the folded group to see the log file of profiler/test_profiler 2022-11-23T01:44:28.2392693Z ##[group]PRINTING LOG FILE of profiler/test_profiler (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\profiler-test_profiler_kld7wdb5) 2022-11-23T01:44:28.2400897Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:44:28.2401815Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:44:28.2402419Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:44:28.2402716Z 2022-11-23T01:44:28.2402827Z Running tests... 2022-11-23T01:44:28.2403167Z ---------------------------------------------------------------------- 2022-11-23T01:44:28.2403658Z Test results will be stored in test-reports\python-unittest\profiler.test_profiler 2022-11-23T01:44:28.2404160Z test_execution_graph_alone (__main__.TestExecutionGraph) ... ok (0.028s) 2022-11-23T01:44:28.2404865Z test_execution_graph_no_capture (__main__.TestExecutionGraph) ... ok (0.007s) 2022-11-23T01:44:28.2405348Z test_execution_graph_repeat_in_loop (__main__.TestExecutionGraph) ... ok (0.030s) 2022-11-23T01:44:28.2405826Z test_execution_graph_start_stop (__main__.TestExecutionGraph) ... ok (0.010s) 2022-11-23T01:44:28.2406499Z test_execution_graph_with_kineto (__main__.TestExecutionGraph) ... [W C:\actions-runner\_work\pytorch\pytorch\torch\csrc\profiler\kineto_shim.cpp:330] Profiler is not initialized: skipping step() invocation 2022-11-23T01:44:28.2407115Z [W C:\actions-runner\_work\pytorch\pytorch\torch\csrc\profiler\kineto_shim.cpp:330] Profiler is not initialized: skipping step() invocation 2022-11-23T01:44:28.2407742Z [W C:\actions-runner\_work\pytorch\pytorch\torch\csrc\profiler\kineto_shim.cpp:330] Profiler is not initialized: skipping step() invocation 2022-11-23T01:44:28.2408290Z STAGE:2022-11-23 01:44:17 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:44:28.2408882Z STAGE:2022-11-23 01:44:17 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:44:28.2409468Z STAGE:2022-11-23 01:44:17 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:44:28.2410150Z STAGE:2022-11-23 01:44:17 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:44:28.2410723Z STAGE:2022-11-23 01:44:17 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:44:28.2411300Z STAGE:2022-11-23 01:44:17 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:44:28.2411667Z ok (0.056s) 2022-11-23T01:44:28.2411893Z test_bfs (__main__.TestExperimentalUtils) ... ok (0.002s) 2022-11-23T01:44:28.2412188Z test_dfs (__main__.TestExperimentalUtils) ... ok (0.001s) 2022-11-23T01:44:28.2412741Z test_profiler_conv2d_bias_followed_by_batchnorm2d_pattern (__main__.TestExperimentalUtils) ... STAGE:2022-11-23 01:44:17 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:44:28.2413430Z STAGE:2022-11-23 01:44:17 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:44:28.2414012Z STAGE:2022-11-23 01:44:17 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:44:28.2414582Z STAGE:2022-11-23 01:44:17 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:44:28.2415155Z STAGE:2022-11-23 01:44:17 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:44:28.2415731Z STAGE:2022-11-23 01:44:17 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:44:28.2416645Z STAGE:2022-11-23 01:44:17 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:44:28.2417552Z STAGE:2022-11-23 01:44:17 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:44:28.2418526Z STAGE:2022-11-23 01:44:17 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:44:28.2419103Z ok (0.018s) 2022-11-23T01:44:28.2419573Z test_profiler_extra_cuda_copy_pattern (__main__.TestExperimentalUtils) ... skip: CUDA is required (0.003s) 2022-11-23T01:44:28.2420229Z test_profiler_extra_cuda_copy_pattern_benchmark (__main__.TestExperimentalUtils) ... skip: CUDA is required (0.001s) 2022-11-23T01:44:28.2421172Z test_profiler_for_loop_indexing_pattern (__main__.TestExperimentalUtils) ... STAGE:2022-11-23 01:44:17 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:44:28.2422203Z STAGE:2022-11-23 01:44:17 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:44:28.2423138Z STAGE:2022-11-23 01:44:17 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:44:28.2424046Z STAGE:2022-11-23 01:44:17 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:44:28.2424949Z STAGE:2022-11-23 01:44:17 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:44:28.2425967Z STAGE:2022-11-23 01:44:17 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:44:28.2426923Z STAGE:2022-11-23 01:44:17 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:44:28.2427835Z STAGE:2022-11-23 01:44:17 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:44:28.2428751Z STAGE:2022-11-23 01:44:17 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:44:28.2429656Z STAGE:2022-11-23 01:44:17 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:44:28.2430563Z STAGE:2022-11-23 01:44:17 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:44:28.2431469Z STAGE:2022-11-23 01:44:17 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:44:28.2432407Z STAGE:2022-11-23 01:44:17 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:44:28.2433311Z STAGE:2022-11-23 01:44:17 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:44:28.2434224Z STAGE:2022-11-23 01:44:17 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:44:28.2434793Z ok (0.175s) 2022-11-23T01:44:28.2435231Z test_profiler_fp32_matmul_pattern (__main__.TestExperimentalUtils) ... skip: CUDA is required (0.000s) 2022-11-23T01:44:28.2436137Z test_profiler_grad_not_set_to_none_pattern (__main__.TestExperimentalUtils) ... STAGE:2022-11-23 01:44:17 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:44:28.2437240Z STAGE:2022-11-23 01:44:17 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:44:28.2438160Z STAGE:2022-11-23 01:44:17 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:44:28.2439062Z STAGE:2022-11-23 01:44:17 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:44:28.2439958Z STAGE:2022-11-23 01:44:17 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:44:28.2440867Z STAGE:2022-11-23 01:44:17 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:44:28.2441770Z STAGE:2022-11-23 01:44:17 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:44:28.2442667Z STAGE:2022-11-23 01:44:17 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:44:28.2443579Z STAGE:2022-11-23 01:44:17 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:44:28.2444545Z STAGE:2022-11-23 01:44:17 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:44:28.2445424Z STAGE:2022-11-23 01:44:17 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:44:28.2446341Z STAGE:2022-11-23 01:44:17 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:44:28.2446914Z ok (0.091s) 2022-11-23T01:44:28.2447379Z test_profiler_matmul_dim_fp16_pattern (__main__.TestExperimentalUtils) ... skip: CUDA is required (0.000s) 2022-11-23T01:44:28.2448280Z test_profiler_name_pattern (__main__.TestExperimentalUtils) ... STAGE:2022-11-23 01:44:17 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:44:28.2449291Z STAGE:2022-11-23 01:44:18 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:44:28.2450213Z STAGE:2022-11-23 01:44:18 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:44:28.2450789Z ok (1.319s) 2022-11-23T01:44:28.2451550Z test_profiler_optimizer_single_tensor_pattern (__main__.TestExperimentalUtils) ... STAGE:2022-11-23 01:44:18 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:44:28.2452584Z STAGE:2022-11-23 01:44:18 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:44:28.2453499Z STAGE:2022-11-23 01:44:18 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:44:28.2454413Z STAGE:2022-11-23 01:44:18 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:44:28.2455379Z STAGE:2022-11-23 01:44:18 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:44:28.2456296Z STAGE:2022-11-23 01:44:18 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:44:28.2457262Z STAGE:2022-11-23 01:44:18 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:44:28.2458171Z STAGE:2022-11-23 01:44:18 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:44:28.2459084Z STAGE:2022-11-23 01:44:18 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:44:28.2459989Z STAGE:2022-11-23 01:44:18 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:44:28.2460883Z STAGE:2022-11-23 01:44:18 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:44:28.2461788Z STAGE:2022-11-23 01:44:18 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:44:28.2462721Z STAGE:2022-11-23 01:44:18 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:44:28.2463624Z STAGE:2022-11-23 01:44:19 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:44:28.2464531Z STAGE:2022-11-23 01:44:19 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:44:28.2465435Z STAGE:2022-11-23 01:44:19 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:44:28.2466339Z STAGE:2022-11-23 01:44:19 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:44:28.2467260Z STAGE:2022-11-23 01:44:19 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:44:28.2467826Z ok (0.178s) 2022-11-23T01:44:28.2468567Z test_profiler_pattern_match_helper (__main__.TestExperimentalUtils) ... STAGE:2022-11-23 01:44:19 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:44:28.2469587Z STAGE:2022-11-23 01:44:19 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:44:28.2470511Z STAGE:2022-11-23 01:44:19 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:44:28.2471064Z ok (0.005s) 2022-11-23T01:44:28.2471820Z test_profiler_pattern_matcher_json_report (__main__.TestExperimentalUtils) ... STAGE:2022-11-23 01:44:19 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:44:28.2472850Z STAGE:2022-11-23 01:44:19 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:44:28.2473832Z STAGE:2022-11-23 01:44:19 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:44:28.2474408Z ok (0.133s) 2022-11-23T01:44:28.2475176Z test_profiler_synchronized_dataloader_pattern (__main__.TestExperimentalUtils) ... STAGE:2022-11-23 01:44:19 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:44:28.2476662Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:44:28.2477677Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:44:28.2478197Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:44:28.2479393Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:44:28.2480403Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:44:28.2480972Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:44:28.2481677Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:44:28.2482300Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:44:28.2482952Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:44:28.2483600Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:44:28.2484258Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:44:28.2484872Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:44:28.2485522Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:44:28.2486150Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:44:28.2487289Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:44:28.2488321Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:44:28.2488838Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:44:28.2489552Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:44:28.2490170Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:44:28.2490817Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:44:28.2491470Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:44:28.2492686Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:44:28.2493776Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:44:28.2494275Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:44:28.2494990Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:44:28.2495606Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:44:28.2496254Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:44:28.2496972Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:44:28.2497694Z STAGE:2022-11-23 01:44:22 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:44:28.2498619Z STAGE:2022-11-23 01:44:22 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:44:28.2499173Z ok (3.794s) 2022-11-23T01:44:28.2499638Z test_utils_compute_idle_time (__main__.TestExperimentalUtils) ... ok (0.000s) 2022-11-23T01:44:28.2500179Z test_utils_compute_queue_depth (__main__.TestExperimentalUtils) ... ok (0.012s) 2022-11-23T01:44:28.2501066Z test_utils_compute_queue_depth_when_no_cuda_events (__main__.TestExperimentalUtils) ... STAGE:2022-11-23 01:44:22 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:44:28.2502128Z STAGE:2022-11-23 01:44:23 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:44:28.2503052Z STAGE:2022-11-23 01:44:23 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:44:28.2503626Z ok (0.036s) 2022-11-23T01:44:28.2504351Z test_utils_compute_self_time (__main__.TestExperimentalUtils) ... STAGE:2022-11-23 01:44:23 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:44:28.2505543Z STAGE:2022-11-23 01:44:23 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:44:28.2506472Z STAGE:2022-11-23 01:44:23 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:44:28.2507060Z ok (0.009s) 2022-11-23T01:44:28.2507477Z test_utils_get_optimizable_events (__main__.TestExperimentalUtils) ... ok (0.010s) 2022-11-23T01:44:28.2507983Z test_utils_intervals_overlap (__main__.TestExperimentalUtils) ... 5 2022-11-23T01:44:28.2508360Z ok (0.000s) 2022-11-23T01:44:28.2509052Z test_export_stacks (__main__.TestProfiler) ... STAGE:2022-11-23 01:44:23 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:44:28.2510040Z STAGE:2022-11-23 01:44:23 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:44:28.2510961Z STAGE:2022-11-23 01:44:23 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:44:28.2511588Z ok (0.020s) 2022-11-23T01:44:28.2512251Z test_flops (__main__.TestProfiler) ... STAGE:2022-11-23 01:44:23 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:44:28.2513212Z STAGE:2022-11-23 01:44:23 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:44:28.2514144Z STAGE:2022-11-23 01:44:23 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:44:28.2514689Z ok (0.054s) 2022-11-23T01:44:28.2515028Z test_high_level_trace (__main__.TestProfiler) 2022-11-23T01:44:28.2515799Z Checks that python side high level events are recorded. ... STAGE:2022-11-23 01:44:23 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:44:28.2516802Z STAGE:2022-11-23 01:44:23 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:44:28.2517719Z STAGE:2022-11-23 01:44:23 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:44:28.2518684Z STAGE:2022-11-23 01:44:23 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:44:28.2519588Z STAGE:2022-11-23 01:44:23 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:44:28.2520496Z STAGE:2022-11-23 01:44:23 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:44:28.2521394Z STAGE:2022-11-23 01:44:23 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:44:28.2522277Z STAGE:2022-11-23 01:44:23 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:44:28.2523190Z STAGE:2022-11-23 01:44:23 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:44:28.2523760Z ok (0.227s) 2022-11-23T01:44:28.2524430Z test_kineto (__main__.TestProfiler) ... STAGE:2022-11-23 01:44:23 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:44:28.2525401Z STAGE:2022-11-23 01:44:23 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:44:28.2526308Z STAGE:2022-11-23 01:44:23 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:44:28.2527205Z STAGE:2022-11-23 01:44:23 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:44:28.2528106Z STAGE:2022-11-23 01:44:23 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:44:28.2529010Z STAGE:2022-11-23 01:44:23 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:44:28.2529633Z ok (0.005s) 2022-11-23T01:44:28.2530026Z test_kineto_multigpu (__main__.TestProfiler) ... skip: Multiple GPUs needed (0.001s) 2022-11-23T01:44:28.2531047Z test_kineto_profiler_api (__main__.TestProfiler) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/68846 for platform(s) win. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.002s) 2022-11-23T01:44:28.2532276Z test_memory_profiler (__main__.TestProfiler) ... STAGE:2022-11-23 01:44:23 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:44:28.2533259Z STAGE:2022-11-23 01:44:23 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:44:28.2534185Z STAGE:2022-11-23 01:44:23 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:44:28.2535085Z STAGE:2022-11-23 01:44:23 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:44:28.2535994Z STAGE:2022-11-23 01:44:23 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:44:28.2537116Z STAGE:2022-11-23 01:44:23 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:44:28.2538135Z STAGE:2022-11-23 01:44:23 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:44:28.2539044Z STAGE:2022-11-23 01:44:23 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:44:28.2539961Z STAGE:2022-11-23 01:44:23 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:44:28.2540861Z STAGE:2022-11-23 01:44:23 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:44:28.2541743Z STAGE:2022-11-23 01:44:23 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:44:28.2542658Z STAGE:2022-11-23 01:44:23 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:44:28.2543235Z ok (0.107s) 2022-11-23T01:44:28.2543922Z test_module_hierarchy (__main__.TestProfiler) ... STAGE:2022-11-23 01:44:23 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:44:28.2544896Z STAGE:2022-11-23 01:44:23 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:44:28.2545810Z STAGE:2022-11-23 01:44:23 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:44:28.2546380Z ok (0.033s) 2022-11-23T01:44:28.2547332Z test_nested_tensor_with_shapes (__main__.TestProfiler) ... C:\actions-runner\_work\pytorch\pytorch\test\profiler\test_profiler.py:1271: UserWarning: The PyTorch API of nested tensors is in prototype stage and will change in the near future. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\NestedTensorImpl.cpp:179.) 2022-11-23T01:44:28.2548366Z inp = torch.nested.nested_tensor([a, b]) 2022-11-23T01:44:28.2549016Z STAGE:2022-11-23 01:44:23 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:44:28.2549922Z STAGE:2022-11-23 01:44:23 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:44:28.2550845Z STAGE:2022-11-23 01:44:23 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:44:28.2551419Z ok (0.006s) 2022-11-23T01:44:28.2551772Z test_oom_tracing (__main__.TestProfiler) ... ok (0.003s) 2022-11-23T01:44:28.2552209Z test_profiler_correlation_id (__main__.TestProfiler) 2022-11-23T01:44:28.2553052Z We expect the correlation_id to be unique across multiple invokation of the profiler, ... STAGE:2022-11-23 01:44:23 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:44:28.2554100Z STAGE:2022-11-23 01:44:23 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:44:28.2555017Z STAGE:2022-11-23 01:44:23 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:44:28.2555966Z STAGE:2022-11-23 01:44:23 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:44:28.2556880Z STAGE:2022-11-23 01:44:23 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:44:28.2557799Z STAGE:2022-11-23 01:44:23 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:44:28.2558705Z STAGE:2022-11-23 01:44:23 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:44:28.2559612Z STAGE:2022-11-23 01:44:23 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:44:28.2560525Z STAGE:2022-11-23 01:44:23 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:44:28.2561426Z STAGE:2022-11-23 01:44:23 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:44:28.2562327Z STAGE:2022-11-23 01:44:23 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:44:28.2563235Z STAGE:2022-11-23 01:44:23 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:44:28.2564128Z STAGE:2022-11-23 01:44:23 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:44:28.2565018Z STAGE:2022-11-23 01:44:23 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:44:28.2565903Z STAGE:2022-11-23 01:44:23 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:44:28.2566529Z ok (0.121s) 2022-11-23T01:44:28.2567026Z test_profiler_fwd_bwd_link (__main__.TestProfiler) ... skip: Disable forward->backward link to workaround profiler crash (0.003s) 2022-11-23T01:44:28.2567923Z test_profiler_metadata (__main__.TestProfiler) ... STAGE:2022-11-23 01:44:23 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:44:28.2568903Z STAGE:2022-11-23 01:44:23 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:44:28.2569824Z STAGE:2022-11-23 01:44:23 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:44:28.2570397Z ok (0.006s) 2022-11-23T01:44:28.2571082Z test_profiler_tracing (__main__.TestProfiler) ... STAGE:2022-11-23 01:44:23 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:44:28.2572060Z STAGE:2022-11-23 01:44:23 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:44:28.2572959Z STAGE:2022-11-23 01:44:23 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:44:28.2573911Z STAGE:2022-11-23 01:44:23 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:44:28.2574813Z STAGE:2022-11-23 01:44:23 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:44:28.2575727Z STAGE:2022-11-23 01:44:23 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:44:28.2576700Z STAGE:2022-11-23 01:44:23 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:44:28.2577605Z STAGE:2022-11-23 01:44:23 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:44:28.2578516Z STAGE:2022-11-23 01:44:23 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:44:28.2579416Z STAGE:2022-11-23 01:44:23 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:44:28.2580324Z STAGE:2022-11-23 01:44:23 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:44:28.2581240Z STAGE:2022-11-23 01:44:23 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:44:28.2581810Z ok (0.024s) 2022-11-23T01:44:28.2582476Z test_profiler_type (__main__.TestProfiler) ... STAGE:2022-11-23 01:44:23 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:44:28.2583469Z STAGE:2022-11-23 01:44:23 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:44:28.2584388Z STAGE:2022-11-23 01:44:23 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:44:28.2585533Z ok (0.002s) 2022-11-23T01:44:28.2585851Z test_source (__main__.TestProfiler) 2022-11-23T01:44:28.2586642Z Checks that source code attribution works for eager, TS and autograd mode ... STAGE:2022-11-23 01:44:23 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:44:28.2587678Z STAGE:2022-11-23 01:44:23 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:44:28.2588606Z STAGE:2022-11-23 01:44:23 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:44:28.2589183Z ok (0.055s) 2022-11-23T01:44:28.2589606Z test_tensorboard_trace_handler (__main__.TestProfiler) ... skip: Test is flaky on Windows (0.006s) 2022-11-23T01:44:28.2590204Z test_custom_module_input_op_ids (__main__.TestProfilerCUDA) ... skip: Test is flaky on Windows (0.000s) 2022-11-23T01:44:28.2590687Z test_mem_leak (__main__.TestProfilerCUDA) 2022-11-23T01:44:28.2591199Z Checks that there's no memory leak when using profiler with CUDA ... skip: Test is flaky on Windows (0.000s) 2022-11-23T01:44:28.2591752Z test_custom_module_input_op_ids (__main__.TestProfilerITT) ... ok (0.000s) 2022-11-23T01:44:28.2592283Z test_datapipe_delegation_with_profiler (__main__.TestRecordFunction) ... ok (0.000s) 2022-11-23T01:44:28.2593263Z test_datapipe_with_record_function (__main__.TestRecordFunction) ... STAGE:2022-11-23 01:44:23 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:44:28.2594327Z STAGE:2022-11-23 01:44:23 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:44:28.2595256Z STAGE:2022-11-23 01:44:23 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:44:28.2595832Z ok (0.017s) 2022-11-23T01:44:28.2596568Z test_datapipe_with_record_function_fork (__main__.TestRecordFunction) ... STAGE:2022-11-23 01:44:23 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:44:28.2597600Z STAGE:2022-11-23 01:44:23 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:44:28.2598537Z STAGE:2022-11-23 01:44:23 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:44:28.2599141Z ok (0.006s) 2022-11-23T01:44:28.2599881Z test_record_function (__main__.TestRecordFunction) ... STAGE:2022-11-23 01:44:23 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:44:28.2600891Z STAGE:2022-11-23 01:44:23 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:44:28.2601793Z STAGE:2022-11-23 01:44:23 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:44:28.2602367Z ok (0.003s) 2022-11-23T01:44:28.2603153Z test_allocation_id_uniqueness (__main__.TestTorchTidyProfiler) ... STAGE:2022-11-23 01:44:23 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:44:28.2604174Z STAGE:2022-11-23 01:44:23 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:44:28.2605192Z STAGE:2022-11-23 01:44:23 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:44:28.2605793Z ok (0.364s) 2022-11-23T01:44:28.2606504Z test_allocation_ids (__main__.TestTorchTidyProfiler) ... STAGE:2022-11-23 01:44:24 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:44:28.2607517Z STAGE:2022-11-23 01:44:24 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:44:28.2608441Z STAGE:2022-11-23 01:44:24 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:44:28.2609013Z ok (0.195s) 2022-11-23T01:44:28.2609725Z test_allocation_ids_with_other_ops (__main__.TestTorchTidyProfiler) ... STAGE:2022-11-23 01:44:24 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:44:28.2610748Z STAGE:2022-11-23 01:44:24 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:44:28.2611779Z STAGE:2022-11-23 01:44:24 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:44:28.2612343Z ok (0.183s) 2022-11-23T01:44:28.2613041Z test_allocations (__main__.TestTorchTidyProfiler) ... STAGE:2022-11-23 01:44:24 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:44:28.2614048Z STAGE:2022-11-23 01:44:24 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:44:28.2614964Z STAGE:2022-11-23 01:44:24 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:44:28.2615856Z STAGE:2022-11-23 01:44:24 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:44:28.2616808Z STAGE:2022-11-23 01:44:24 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:44:28.2617777Z STAGE:2022-11-23 01:44:24 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:44:28.2618333Z ok (0.172s) 2022-11-23T01:44:28.2619021Z test_extra_fields (__main__.TestTorchTidyProfiler) ... STAGE:2022-11-23 01:44:24 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:44:28.2620010Z STAGE:2022-11-23 01:44:24 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:44:28.2620915Z STAGE:2022-11-23 01:44:24 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:44:28.2621475Z ok (0.000s) 2022-11-23T01:44:28.2622161Z test_impl_reuse (__main__.TestTorchTidyProfiler) ... STAGE:2022-11-23 01:44:24 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:44:28.2623248Z STAGE:2022-11-23 01:44:24 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:44:28.2624185Z STAGE:2022-11-23 01:44:24 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:44:28.2624746Z ok (0.362s) 2022-11-23T01:44:28.2625435Z test_mkldnn_tensors (__main__.TestTorchTidyProfiler) ... STAGE:2022-11-23 01:44:25 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:44:28.2626424Z STAGE:2022-11-23 01:44:25 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:44:28.2627401Z STAGE:2022-11-23 01:44:25 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:44:28.2627998Z ok (0.003s) 2022-11-23T01:44:28.2628983Z test_module_and_optimizer_ids (__main__.TestTorchTidyProfiler) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/87581 for platform(s) linux, win, windows. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.006s) 2022-11-23T01:44:28.2630426Z test_nnmodule_params (__main__.TestTorchTidyProfiler) ... STAGE:2022-11-23 01:44:25 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:44:28.2631498Z STAGE:2022-11-23 01:44:25 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:44:28.2632483Z STAGE:2022-11-23 01:44:25 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:44:28.2633651Z 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-23T01:44:28.2634465Z warnings.warn(message, UserWarning) 2022-11-23T01:44:28.2634811Z ok (0.013s) 2022-11-23T01:44:28.2635526Z test_optimizer (__main__.TestTorchTidyProfiler) ... STAGE:2022-11-23 01:44:25 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:44:28.2636529Z STAGE:2022-11-23 01:44:25 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:44:28.2637456Z STAGE:2022-11-23 01:44:25 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:44:28.2638022Z ok (0.028s) 2022-11-23T01:44:28.2638740Z test_optimizer_parameters_adam (__main__.TestTorchTidyProfiler) ... STAGE:2022-11-23 01:44:25 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:44:28.2639756Z STAGE:2022-11-23 01:44:25 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:44:28.2640690Z STAGE:2022-11-23 01:44:25 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:44:28.2641282Z ok (0.081s) 2022-11-23T01:44:28.2642068Z test_optimizer_parameters_sgd (__main__.TestTorchTidyProfiler) ... STAGE:2022-11-23 01:44:25 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:44:28.2643059Z STAGE:2022-11-23 01:44:25 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:44:28.2643971Z STAGE:2022-11-23 01:44:25 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:44:28.2644537Z ok (0.053s) 2022-11-23T01:44:28.2645230Z test_pointers_and_ids (__main__.TestTorchTidyProfiler) ... STAGE:2022-11-23 01:44:25 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:44:28.2646288Z [W C:\actions-runner\_work\pytorch\pytorch\c10\core\CPUAllocator.cpp:231] Memory block of unknown size was allocated before the profiling started, profiler results will not include the deallocation event 2022-11-23T01:44:28.2647305Z STAGE:2022-11-23 01:44:25 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:44:28.2648220Z STAGE:2022-11-23 01:44:25 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:44:28.2648780Z ok (0.008s) 2022-11-23T01:44:28.2649527Z test_scalar_ins (__main__.TestTorchTidyProfiler) ... STAGE:2022-11-23 01:44:25 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:44:28.2650517Z STAGE:2022-11-23 01:44:25 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:44:28.2651407Z STAGE:2022-11-23 01:44:25 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:44:28.2651965Z ok (0.003s) 2022-11-23T01:44:28.2652694Z test_sparse_tensors (__main__.TestTorchTidyProfiler) ... STAGE:2022-11-23 01:44:25 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:44:28.2653716Z STAGE:2022-11-23 01:44:25 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:44:28.2654621Z STAGE:2022-11-23 01:44:25 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:44:28.2655174Z ok (0.006s) 2022-11-23T01:44:28.2655868Z test_tensor_lists (__main__.TestTorchTidyProfiler) ... STAGE:2022-11-23 01:44:25 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:44:28.2656924Z STAGE:2022-11-23 01:44:25 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:44:28.2657838Z STAGE:2022-11-23 01:44:25 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:44:28.2658418Z ok (0.000s) 2022-11-23T01:44:28.2659159Z test_tensor_properties (__main__.TestTorchTidyProfiler) ... STAGE:2022-11-23 01:44:25 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:44:28.2660156Z STAGE:2022-11-23 01:44:25 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:44:28.2661142Z STAGE:2022-11-23 01:44:25 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:44:28.2661700Z ok (0.013s) 2022-11-23T01:44:28.2662430Z test_tensorimpl_invalidation_full (__main__.TestTorchTidyProfiler) ... STAGE:2022-11-23 01:44:25 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:44:28.2663440Z STAGE:2022-11-23 01:44:25 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:44:28.2664378Z STAGE:2022-11-23 01:44:25 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:44:28.2664943Z ok (0.604s) 2022-11-23T01:44:28.2665700Z test_tensorimpl_invalidation_keep_alive (__main__.TestTorchTidyProfiler) ... STAGE:2022-11-23 01:44:25 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:44:28.2666731Z STAGE:2022-11-23 01:44:26 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:44:28.2667699Z STAGE:2022-11-23 01:44:26 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:44:28.2668599Z STAGE:2022-11-23 01:44:26 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:44:28.2669493Z STAGE:2022-11-23 01:44:27 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:44:28.2670393Z STAGE:2022-11-23 01:44:27 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:44:28.2670974Z ok (1.239s) 2022-11-23T01:44:28.2671744Z test_tensorimpl_invalidation_scalar_args (__main__.TestTorchTidyProfiler) ... STAGE:2022-11-23 01:44:27 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:44:28.2672768Z STAGE:2022-11-23 01:44:27 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:44:28.2673668Z STAGE:2022-11-23 01:44:27 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:44:28.2674226Z ok (0.185s) 2022-11-23T01:44:28.2674923Z test_tensorimpl_invalidation_set (__main__.TestTorchTidyProfiler) ... STAGE:2022-11-23 01:44:27 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:44:28.2675933Z STAGE:2022-11-23 01:44:27 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:44:28.2676872Z STAGE:2022-11-23 01:44:27 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:44:28.2677802Z STAGE:2022-11-23 01:44:27 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:44:28.2679133Z STAGE:2022-11-23 01:44:27 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:44:28.2680549Z STAGE:2022-11-23 01:44:27 5204:5724 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:44:28.2681051Z ok (0.388s) 2022-11-23T01:44:28.2681160Z 2022-11-23T01:44:28.2681313Z ---------------------------------------------------------------------- 2022-11-23T01:44:28.2681546Z Ran 70 tests in 10.516s 2022-11-23T01:44:28.2681677Z 2022-11-23T01:44:28.2681752Z OK (skipped=11) 2022-11-23T01:44:28.2681860Z 2022-11-23T01:44:28.2681951Z Generating XML reports... 2022-11-23T01:44:28.2682326Z Generated XML report: test-reports\python-unittest\profiler.test_profiler\TEST-TestExecutionGraph-20221123014417.xml 2022-11-23T01:44:28.2682898Z Generated XML report: test-reports\python-unittest\profiler.test_profiler\TEST-TestExperimentalUtils-20221123014417.xml 2022-11-23T01:44:28.2683493Z Generated XML report: test-reports\python-unittest\profiler.test_profiler\TEST-TestProfiler-20221123014417.xml 2022-11-23T01:44:28.2683976Z Generated XML report: test-reports\python-unittest\profiler.test_profiler\TEST-TestProfilerITT-20221123014417.xml 2022-11-23T01:44:28.2684451Z Generated XML report: test-reports\python-unittest\profiler.test_profiler\TEST-TestRecordFunction-20221123014417.xml 2022-11-23T01:44:28.2685552Z Generated XML report: test-reports\python-unittest\profiler.test_profiler\TEST-TestTorchTidyProfiler-20221123014417.xml 2022-11-23T01:44:28.2686068Z Generated XML report: test-reports\python-unittest\profiler.test_profiler\TEST-TestProfilerCUDA-20221123014417.xml 2022-11-23T01:44:28.2686323Z 2022-11-23T01:44:28.2686671Z ##[endgroup] 2022-11-23T01:44:28.2687042Z FINISHED PRINTING LOG FILE of profiler/test_profiler (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\profiler-test_profiler_kld7wdb5) 2022-11-23T01:44:28.2687317Z 2022-11-23T01:44:31.3189254Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:44:31.3190454Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:44:31.3190982Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:44:31.5066126Z Running test_autocast ... [2022-11-23 01:44:31.497341] 2022-11-23T01:44:31.5071840Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_autocast.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:44:31.497341] 2022-11-23T01:44:31.5073326Z Ignoring disabled issues: [] 2022-11-23T01:44:34.8465956Z 2022-11-23T01:44:34.8466622Z Expand the folded group to see the log file of test_ao_sparsity 2022-11-23T01:44:34.8467363Z ##[group]PRINTING LOG FILE of test_ao_sparsity (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ao_sparsity_w8pg8kg1) 2022-11-23T01:44:34.8469070Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:44:34.8469954Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:44:34.8470230Z 2022-11-23T01:44:34.8470336Z Running tests... 2022-11-23T01:44:34.8470684Z ---------------------------------------------------------------------- 2022-11-23T01:44:34.8471226Z Test results will be stored in test-reports\python-unittest\test_ao_sparsity 2022-11-23T01:44:34.8471603Z test_activation_sparsifier (ao.sparsity.test_activation_sparsifier.TestActivationSparsifier) 2022-11-23T01:44:34.8472067Z Simulates the workflow of the activation sparsifier, starting from object creation ... 2022-11-23 01:44:27,285 - numba.cuda.cudadrv.driver - INFO - init 2022-11-23T01:44:34.8472494Z 2022-11-23 01:44:27,291 - numba.cuda.cudadrv.driver - ERROR - Call to cuInit results in CUDA_ERROR_UNKNOWN 2022-11-23T01:44:34.8472758Z ok (0.533s) 2022-11-23T01:44:34.8473032Z test_constructor (ao.sparsity.test_data_scheduler.TestBaseDataScheduler) 2022-11-23T01:44:34.8473374Z Checks if the warning is thrown if the scheduler step is called ... ok (0.002s) 2022-11-23T01:44:34.8473786Z test_order_of_steps (ao.sparsity.test_data_scheduler.TestBaseDataScheduler) ... ok (0.009s) 2022-11-23T01:44:34.8474160Z test_state_dict (ao.sparsity.test_data_scheduler.TestBaseDataScheduler) ... ok (0.000s) 2022-11-23T01:44:34.8474585Z test_step (ao.sparsity.test_data_scheduler.TestBaseDataScheduler) ... ok (0.023s) 2022-11-23T01:44:34.8475244Z test_nn_embeddings (ao.sparsity.test_data_sparsifier.TestBaseDataSparsifier) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\pruning\_experimental\data_sparsifier\base_data_sparsifier.py:104: UserWarning: Replacing existing data of the same name. - Did you mean a different name? 2022-11-23T01:44:34.8475875Z warnings.warn("Replacing existing data of the same name. - Did you mean a different name?") 2022-11-23T01:44:34.8476130Z ok (0.032s) 2022-11-23T01:44:34.8476519Z test_nn_parameters (ao.sparsity.test_data_sparsifier.TestBaseDataSparsifier) ... ok (0.032s) 2022-11-23T01:44:34.8476918Z test_tensors (ao.sparsity.test_data_sparsifier.TestBaseDataSparsifier) ... ok (0.020s) 2022-11-23T01:44:34.8477271Z test_constructor (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.006s) 2022-11-23T01:44:34.8477611Z test_prepare_conv2d (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.014s) 2022-11-23T01:44:34.8477951Z test_prepare_linear (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.006s) 2022-11-23T01:44:34.8478293Z test_squash_mask_conv2d (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.016s) 2022-11-23T01:44:34.8478634Z test_squash_mask_linear (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.003s) 2022-11-23T01:44:34.8478971Z test_step_conv2d (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.009s) 2022-11-23T01:44:34.8479285Z test_step_linear (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.018s) 2022-11-23T01:44:34.8479634Z test_constructor (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.004s) 2022-11-23T01:44:34.8480056Z test_mask_squash (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.003s) 2022-11-23T01:44:34.8480482Z test_mask_squash_with_params1 (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.004s) 2022-11-23T01:44:34.8480875Z test_mask_squash_with_params2 (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.004s) 2022-11-23T01:44:34.8481271Z test_mask_squash_with_params3 (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.004s) 2022-11-23T01:44:34.8481657Z test_prepare_config (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.004s) 2022-11-23T01:44:34.8482010Z test_state_dict (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.007s) 2022-11-23T01:44:34.8482364Z test_step (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.002s) 2022-11-23T01:44:34.8483041Z test_convert_without_squash_mask (ao.sparsity.test_composability.TestComposability) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-11-23T01:44:34.8483596Z warnings.warn( 2022-11-23T01:44:34.8483771Z ok (0.419s) 2022-11-23T01:44:34.8484124Z test_fusion_before_s_prep (ao.sparsity.test_composability.TestComposability) ... ok (0.418s) 2022-11-23T01:44:34.8484514Z test_q_prep_before_s_prep (ao.sparsity.test_composability.TestComposability) ... ok (0.425s) 2022-11-23T01:44:34.8484900Z test_qat_prep_before_s_prep (ao.sparsity.test_composability.TestComposability) ... ok (0.019s) 2022-11-23T01:44:34.8485294Z test_s_prep_before_fusion (ao.sparsity.test_composability.TestComposability) ... ok (0.458s) 2022-11-23T01:44:34.8485727Z test_s_prep_before_q_prep (ao.sparsity.test_composability.TestComposability) ... ok (0.448s) 2022-11-23T01:44:34.8486132Z test_s_prep_before_qat_prep (ao.sparsity.test_composability.TestComposability) ... ok (0.011s) 2022-11-23T01:44:34.8486563Z test_constructor (ao.sparsity.test_scheduler.TestCubicScheduler) ... ok (0.002s) 2022-11-23T01:44:34.8487255Z 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-23T01:44:34.8487912Z warnings.warn("Detected call of `scheduler.step()` before `sparsifier.step()`. " 2022-11-23T01:44:34.8488166Z ok (0.000s) 2022-11-23T01:44:34.8488433Z test_jit_trace (ao.sparsity.test_parametrization.TestFakeSparsity) ... ok (0.132s) 2022-11-23T01:44:34.8488813Z test_masking_logic (ao.sparsity.test_parametrization.TestFakeSparsity) ... ok (0.003s) 2022-11-23T01:44:34.8489266Z test_state_dict_preserved (ao.sparsity.test_parametrization.TestFakeSparsity) ... ok (0.007s) 2022-11-23T01:44:34.8489675Z test_weights_parametrized (ao.sparsity.test_parametrization.TestFakeSparsity) ... ok (0.003s) 2022-11-23T01:44:34.8490072Z test_q_prep_fx_before_s_prep (ao.sparsity.test_composability.TestFxComposability) 2022-11-23T01:44:34.8490447Z This test checks that the ordering of prepare_fx -> sparse prepare -> convert_fx ... ok (0.454s) 2022-11-23T01:44:34.8490813Z test_q_prep_fx_s_prep_ref_conv (ao.sparsity.test_composability.TestFxComposability) 2022-11-23T01:44:34.8491203Z This checks that the ordering: prepare_fx -> sparse prepare -> convert_to_reference_fx ... ok (0.447s) 2022-11-23T01:44:34.8491635Z test_s_prep_before_q_prep_fx (ao.sparsity.test_composability.TestFxComposability) 2022-11-23T01:44:34.8492012Z This test checks that the ordering of sparse prepare -> prepare_fx -> convert_fx ... ok (0.405s) 2022-11-23T01:44:34.8492436Z test_s_prep_before_qat_prep_fx (ao.sparsity.test_composability.TestFxComposability) 2022-11-23T01:44:34.8492818Z This test checks that the ordering of sparse prepare -> prepare_qat_fx -> convert_fx ... ok (0.032s) 2022-11-23T01:44:34.8493192Z test_s_prep_q_prep_fx_ref (ao.sparsity.test_composability.TestFxComposability) 2022-11-23T01:44:34.8493560Z This checks that the ordering: sparse prepare -> prepare_fx -> convert_to_reference_fx ... ok (0.461s) 2022-11-23T01:44:34.8493961Z test_constructor (ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier) ... ok (0.002s) 2022-11-23T01:44:34.8494378Z test_mask_squash (ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier) ... ok (0.002s) 2022-11-23T01:44:34.8494794Z test_prepare (ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier) ... ok (0.003s) 2022-11-23T01:44:34.8495211Z test_sparsity_levels (ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier) ... ok (0.631s) 2022-11-23T01:44:34.8495624Z test_step (ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier) ... ok (0.382s) 2022-11-23T01:44:34.8496032Z test_nn_embeddings (ao.sparsity.test_data_sparsifier.TestNormDataSparsifiers) ... ok (0.333s) 2022-11-23T01:44:34.8496427Z test_nn_parameters (ao.sparsity.test_data_sparsifier.TestNormDataSparsifiers) ... ok (0.267s) 2022-11-23T01:44:34.8496822Z test_tensors (ao.sparsity.test_data_sparsifier.TestNormDataSparsifiers) ... ok (0.275s) 2022-11-23T01:44:34.8497351Z test_ptq_quantize_first (ao.sparsity.test_data_sparsifier.TestQuantizationUtils) 2022-11-23T01:44:34.8497751Z The expectation is post_training_sparse_quantize function ... ok (0.014s) 2022-11-23T01:44:34.8498149Z test_ptq_sparsify_first (ao.sparsity.test_data_sparsifier.TestQuantizationUtils) 2022-11-23T01:44:34.8498500Z The expectation is post_training_sparse_quantize function ... ok (0.013s) 2022-11-23T01:44:34.8498931Z test_sparse_qlinear (ao.sparsity.test_kernels.TestQuantizedSparseKernels) ... 2022-11-23 01:44:33,681 - root - INFO - dynamic sparse qlinear is only available in qnnpack 2022-11-23T01:44:34.8499365Z 2022-11-23 01:44:33,686 - root - INFO - dynamic sparse qlinear is only available in qnnpack 2022-11-23T01:44:34.8499603Z ok (0.007s) 2022-11-23T01:44:34.8500116Z test_sparse_qlinear (ao.sparsity.test_kernels.TestQuantizedSparseLayers) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\utils.py:303: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-11-23T01:44:34.8500599Z warnings.warn( 2022-11-23T01:44:34.8500772Z ok (0.099s) 2022-11-23T01:44:34.8501067Z test_sparse_qlinear_serdes (ao.sparsity.test_kernels.TestQuantizedSparseLayers) ... ok (0.110s) 2022-11-23T01:44:34.8501429Z test_constructor (ao.sparsity.test_scheduler.TestScheduler) ... ok (0.003s) 2022-11-23T01:44:34.8501775Z test_lambda_scheduler (ao.sparsity.test_scheduler.TestScheduler) ... ok (0.002s) 2022-11-23T01:44:34.8502109Z test_order_of_steps (ao.sparsity.test_scheduler.TestScheduler) 2022-11-23T01:44:34.8502497Z Checks if the warning is thrown if the scheduler step is called ... ok (0.007s) 2022-11-23T01:44:34.8502820Z test_step (ao.sparsity.test_scheduler.TestScheduler) ... ok (0.003s) 2022-11-23T01:44:34.8503168Z test_fqn_to_module (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-11-23T01:44:34.8503522Z Tests that fqn_to_module operates as inverse ... ok (0.007s) 2022-11-23T01:44:34.8503860Z test_fqn_to_module_fail (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-11-23T01:44:34.8504244Z Tests that fqn_to_module returns None when it tries to ... ok (0.003s) 2022-11-23T01:44:34.8504590Z test_fqn_to_module_for_tensors (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-11-23T01:44:34.8504957Z Tests that fqn_to_module works for tensors, actually all parameters ... ok (0.008s) 2022-11-23T01:44:34.8505328Z test_get_arg_info_from_tensor_fqn (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-11-23T01:44:34.8505705Z Tests that get_arg_info_from_tensor_fqn works for all parameters of the model. ... ok (0.008s) 2022-11-23T01:44:34.8506075Z test_get_arg_info_from_tensor_fqn_fail (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-11-23T01:44:34.8506457Z Tests that get_arg_info_from_tensor_fqn works as expected for invalid tensor_fqn ... ok (0.005s) 2022-11-23T01:44:34.8506814Z test_module_to_fqn (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-11-23T01:44:34.8507165Z Tests that module_to_fqn works as expected when compared to known good ... ok (0.004s) 2022-11-23T01:44:34.8507522Z test_module_to_fqn_fail (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-11-23T01:44:34.8507868Z Tests that module_to_fqn returns None when an fqn that doesn't ... ok (0.003s) 2022-11-23T01:44:34.8508201Z test_module_to_fqn_root (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-11-23T01:44:34.8508566Z Tests that module_to_fqn returns '' when model and target module are the same ... ok (0.006s) 2022-11-23T01:44:34.8508939Z test_constructor (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.000s) 2022-11-23T01:44:34.8509375Z test_mask_squash (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.000s) 2022-11-23T01:44:34.8509765Z test_prepare (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.000s) 2022-11-23T01:44:34.8510208Z test_sparsity_levels (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.053s) 2022-11-23T01:44:34.8510659Z test_step (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.313s) 2022-11-23T01:44:34.8511028Z test_step_2_of_4 (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.021s) 2022-11-23T01:44:34.8511238Z 2022-11-23T01:44:34.8511388Z ---------------------------------------------------------------------- 2022-11-23T01:44:34.8511635Z Ran 72 tests in 7.484s 2022-11-23T01:44:34.8511751Z 2022-11-23T01:44:34.8511819Z OK 2022-11-23T01:44:34.8511913Z 2022-11-23T01:44:34.8512002Z Generating XML reports... 2022-11-23T01:44:34.8512470Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_activation_sparsifier.TestActivationSparsifier-20221123014426.xml 2022-11-23T01:44:34.8513089Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_data_scheduler.TestBaseDataScheduler-20221123014426.xml 2022-11-23T01:44:34.8513666Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_data_sparsifier.TestBaseDataSparsifier-20221123014426.xml 2022-11-23T01:44:34.8514230Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_pruner.TestBasePruner-20221123014426.xml 2022-11-23T01:44:34.8514785Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_sparsifier.TestBaseSparsifier-20221123014426.xml 2022-11-23T01:44:34.8515409Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_composability.TestComposability-20221123014426.xml 2022-11-23T01:44:34.8516076Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_scheduler.TestCubicScheduler-20221123014426.xml 2022-11-23T01:44:34.8516652Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_parametrization.TestFakeSparsity-20221123014426.xml 2022-11-23T01:44:34.8517249Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_composability.TestFxComposability-20221123014426.xml 2022-11-23T01:44:34.8517857Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier-20221123014426.xml 2022-11-23T01:44:34.8518479Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_data_sparsifier.TestNormDataSparsifiers-20221123014426.xml 2022-11-23T01:44:34.8519072Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_data_sparsifier.TestQuantizationUtils-20221123014426.xml 2022-11-23T01:44:34.8519672Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_kernels.TestQuantizedSparseKernels-20221123014426.xml 2022-11-23T01:44:34.8520259Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_kernels.TestQuantizedSparseLayers-20221123014426.xml 2022-11-23T01:44:34.8520821Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_scheduler.TestScheduler-20221123014426.xml 2022-11-23T01:44:34.8521427Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions-20221123014426.xml 2022-11-23T01:44:34.8522067Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_sparsifier.TestWeightNormSparsifier-20221123014426.xml 2022-11-23T01:44:34.8522378Z 2022-11-23T01:44:34.8522680Z ##[endgroup] 2022-11-23T01:44:34.8523016Z FINISHED PRINTING LOG FILE of test_ao_sparsity (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ao_sparsity_w8pg8kg1) 2022-11-23T01:44:34.8523268Z 2022-11-23T01:44:35.0704521Z 2022-11-23T01:44:35.0705033Z Expand the folded group to see the log file of test_autocast 2022-11-23T01:44:35.0705830Z ##[group]PRINTING LOG FILE of test_autocast (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_autocast_ve1imup0) 2022-11-23T01:44:35.0706862Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:44:35.0707519Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:44:35.0707665Z 2022-11-23T01:44:35.0707738Z Running tests... 2022-11-23T01:44:35.0707988Z ---------------------------------------------------------------------- 2022-11-23T01:44:35.0708312Z Test results will be stored in test-reports\python-unittest\test_autocast 2022-11-23T01:44:35.0708654Z test_autocast_methods_expect_builtin_promote (__main__.TestAutocastCPU) ... ok (0.471s) 2022-11-23T01:44:35.0709027Z test_autocast_nn_bf16 (__main__.TestAutocastCPU) ... ok (0.010s) 2022-11-23T01:44:35.0709317Z test_autocast_nn_fp32 (__main__.TestAutocastCPU) ... ok (0.032s) 2022-11-23T01:44:35.0709650Z test_autocast_torch_bf16 (__main__.TestAutocastCPU) ... ok (0.039s) 2022-11-23T01:44:35.0709970Z test_autocast_torch_expect_builtin_promote (__main__.TestAutocastCPU) ... ok (0.018s) 2022-11-23T01:44:35.0710270Z test_autocast_torch_fp32 (__main__.TestAutocastCPU) ... ok (0.162s) 2022-11-23T01:44:35.0710584Z test_autocast_torch_need_autocast_promote (__main__.TestAutocastCPU) ... ok (0.006s) 2022-11-23T01:44:35.0710882Z test_cast_cache_is_global (__main__.TestAutocastGPU) 2022-11-23T01:44:35.0711287Z Verifies that the autocast cache is global. This is done by ... skip: requires cuda (0.000s) 2022-11-23T01:44:35.0711614Z test_autocast_fast_dtype (__main__.TestTorchAutocast) ... ok (0.011s) 2022-11-23T01:44:35.0711785Z 2022-11-23T01:44:35.0711932Z ---------------------------------------------------------------------- 2022-11-23T01:44:35.0712161Z Ran 9 tests in 0.750s 2022-11-23T01:44:35.0712278Z 2022-11-23T01:44:35.0712350Z OK (skipped=1) 2022-11-23T01:44:35.0712457Z 2022-11-23T01:44:35.0712546Z Generating XML reports... 2022-11-23T01:44:35.0712896Z Generated XML report: test-reports\python-unittest\test_autocast\TEST-TestAutocastCPU-20221123014433.xml 2022-11-23T01:44:35.0713361Z Generated XML report: test-reports\python-unittest\test_autocast\TEST-TestTorchAutocast-20221123014433.xml 2022-11-23T01:44:35.0713829Z Generated XML report: test-reports\python-unittest\test_autocast\TEST-TestAutocastGPU-20221123014433.xml 2022-11-23T01:44:35.0714067Z 2022-11-23T01:44:35.0714285Z ##[endgroup] 2022-11-23T01:44:35.0714620Z FINISHED PRINTING LOG FILE of test_autocast (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_autocast_ve1imup0) 2022-11-23T01:44:35.0714869Z 2022-11-23T01:44:37.7541281Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:44:37.7542003Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:44:37.7542334Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:44:37.8975547Z Running test_binary_ufuncs ... [2022-11-23 01:44:37.896894] 2022-11-23T01:44:37.8982041Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_binary_ufuncs.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:44:37.897481] 2022-11-23T01:44:37.8982539Z Ignoring disabled issues: [] 2022-11-23T01:44:37.9302919Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:44:37.9303817Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:44:37.9304152Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:44:38.0862915Z Running test_bundled_inputs ... [2022-11-23 01:44:38.086103] 2022-11-23T01:44:38.0867909Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_bundled_inputs.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:44:38.086702] 2022-11-23T01:44:38.0869908Z Ignoring disabled issues: [] 2022-11-23T01:44:41.8071851Z 2022-11-23T01:44:41.8072562Z Expand the folded group to see the log file of test_binary_ufuncs 2022-11-23T01:44:41.8073598Z ##[group]PRINTING LOG FILE of test_binary_ufuncs (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_binary_ufuncs_ad6i48ua) 2022-11-23T01:44:41.8074952Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:44:41.8075935Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:44:41.8076162Z 2022-11-23T01:44:41.8076276Z Running tests... 2022-11-23T01:44:41.8076853Z ---------------------------------------------------------------------- 2022-11-23T01:44:41.8077094Z 2022-11-23T01:44:41.8077326Z ---------------------------------------------------------------------- 2022-11-23T01:44:41.8077717Z Ran 0 tests in 0.000s 2022-11-23T01:44:41.8077902Z 2022-11-23T01:44:41.8078002Z OK 2022-11-23T01:44:41.8078155Z 2022-11-23T01:44:41.8078308Z Generating XML reports... 2022-11-23T01:44:41.8078768Z Test results will be stored in test-reports\python-unittest\test_binary_ufuncs 2022-11-23T01:44:41.8079070Z 2022-11-23T01:44:41.8079427Z ##[endgroup] 2022-11-23T01:44:41.8079962Z FINISHED PRINTING LOG FILE of test_binary_ufuncs (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_binary_ufuncs_ad6i48ua) 2022-11-23T01:44:41.8080372Z 2022-11-23T01:44:42.1721186Z 2022-11-23T01:44:42.1721855Z Expand the folded group to see the log file of test_bundled_inputs 2022-11-23T01:44:42.1722824Z ##[group]PRINTING LOG FILE of test_bundled_inputs (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_bundled_inputs_9vi4m9t1) 2022-11-23T01:44:42.1723656Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:44:42.1724329Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:44:42.1724481Z 2022-11-23T01:44:42.1724561Z Running tests... 2022-11-23T01:44:42.1724809Z ---------------------------------------------------------------------- 2022-11-23T01:44:42.1725158Z Test results will be stored in test-reports\python-unittest\test_bundled_inputs 2022-11-23T01:44:42.1725493Z test_bad_inputs (__main__.TestBundledInputs) ... ok (0.458s) 2022-11-23T01:44:42.1744670Z test_dict_args (__main__.TestBundledInputs) ... 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-23T01:44:42.1745384Z warnings.warn(message, UserWarning) 2022-11-23T01:44:42.1745809Z ok (0.777s) 2022-11-23T01:44:42.1746060Z test_double_augment_fail (__main__.TestBundledInputs) ... ok (0.021s) 2022-11-23T01:44:42.1746392Z test_double_augment_non_mutator (__main__.TestBundledInputs) ... ok (0.011s) 2022-11-23T01:44:42.1746700Z test_double_augment_success (__main__.TestBundledInputs) ... ok (0.014s) 2022-11-23T01:44:42.1747030Z test_large_tensor_with_inflation (__main__.TestBundledInputs) ... ok (0.022s) 2022-11-23T01:44:42.1747362Z test_multiple_methods_with_inputs (__main__.TestBundledInputs) ... ok (0.089s) 2022-11-23T01:44:42.1747732Z test_multiple_methods_with_inputs_both_defined_failure (__main__.TestBundledInputs) ... ok (0.010s) 2022-11-23T01:44:42.1748116Z test_multiple_methods_with_inputs_neither_defined_failure (__main__.TestBundledInputs) ... ok (0.000s) 2022-11-23T01:44:42.1748451Z test_non_tensors (__main__.TestBundledInputs) ... ok (0.019s) 2022-11-23T01:44:42.1748736Z test_rejected_tensors (__main__.TestBundledInputs) ... ok (0.011s) 2022-11-23T01:44:42.1749046Z test_single_tensors (__main__.TestBundledInputs) ... ok (0.045s) 2022-11-23T01:44:42.1749215Z 2022-11-23T01:44:42.1749372Z ---------------------------------------------------------------------- 2022-11-23T01:44:42.1749628Z Ran 12 tests in 1.485s 2022-11-23T01:44:42.1749747Z 2022-11-23T01:44:42.1749813Z OK 2022-11-23T01:44:42.1749909Z 2022-11-23T01:44:42.1750003Z Generating XML reports... 2022-11-23T01:44:42.1750356Z Generated XML report: test-reports\python-unittest\test_bundled_inputs\TEST-TestBundledInputs-20221123014440.xml 2022-11-23T01:44:42.1750619Z 2022-11-23T01:44:42.1751005Z ##[endgroup] 2022-11-23T01:44:42.1751370Z FINISHED PRINTING LOG FILE of test_bundled_inputs (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_bundled_inputs_9vi4m9t1) 2022-11-23T01:44:42.1751639Z 2022-11-23T01:44:44.6508680Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:44:44.6509497Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:44:44.6509840Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:44:44.8001523Z Running test_comparison_utils ... [2022-11-23 01:44:44.796104] 2022-11-23T01:44:44.8006913Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_comparison_utils.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:44:44.796104] 2022-11-23T01:44:44.8008368Z Ignoring disabled issues: [] 2022-11-23T01:44:45.0760979Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:44:45.0761685Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:44:45.0762028Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:44:45.2213368Z Running test_complex ... [2022-11-23 01:44:45.220699] 2022-11-23T01:44:45.2218806Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_complex.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:44:45.221298] 2022-11-23T01:44:45.2220304Z Ignoring disabled issues: [] 2022-11-23T01:44:47.3005758Z 2022-11-23T01:44:47.3006470Z Expand the folded group to see the log file of test_comparison_utils 2022-11-23T01:44:47.3007222Z ##[group]PRINTING LOG FILE of test_comparison_utils (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_comparison_utils_dab_5y6m) 2022-11-23T01:44:47.3008268Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:44:47.3008930Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:44:47.3009081Z 2022-11-23T01:44:47.3009320Z ##[endgroup] 2022-11-23T01:44:47.3009698Z FINISHED PRINTING LOG FILE of test_comparison_utils (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_comparison_utils_dab_5y6m) 2022-11-23T01:44:47.3009966Z 2022-11-23T01:44:48.2189385Z 2022-11-23T01:44:48.2190183Z Expand the folded group to see the log file of test_complex 2022-11-23T01:44:48.2190946Z ##[group]PRINTING LOG FILE of test_complex (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_complex_yvqnzwlk) 2022-11-23T01:44:48.2191857Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:44:48.2192574Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:44:48.2192728Z 2022-11-23T01:44:48.2192996Z Running tests... 2022-11-23T01:44:48.2193265Z ---------------------------------------------------------------------- 2022-11-23T01:44:48.2193442Z 2022-11-23T01:44:48.2193590Z ---------------------------------------------------------------------- 2022-11-23T01:44:48.2193837Z Ran 0 tests in 0.000s 2022-11-23T01:44:48.2193954Z 2022-11-23T01:44:48.2194003Z OK 2022-11-23T01:44:48.2194098Z 2022-11-23T01:44:48.2194189Z Generating XML reports... 2022-11-23T01:44:48.2194471Z Test results will be stored in test-reports\python-unittest\test_complex 2022-11-23T01:44:48.2194657Z 2022-11-23T01:44:48.2194890Z ##[endgroup] 2022-11-23T01:44:48.2195232Z FINISHED PRINTING LOG FILE of test_complex (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_complex_yvqnzwlk) 2022-11-23T01:44:48.2195479Z 2022-11-23T01:44:50.1509127Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:44:50.1509856Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:44:50.1510187Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:44:50.2970837Z Running test_cuda_sanitizer ... [2022-11-23 01:44:50.296565] 2022-11-23T01:44:50.2976279Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_cuda_sanitizer.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:44:50.297167] 2022-11-23T01:44:50.2978079Z Ignoring disabled issues: [] 2022-11-23T01:44:51.0452408Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:44:51.0453302Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:44:51.0453657Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:44:51.1904177Z Running test_dataloader ... [2022-11-23 01:44:51.190047] 2022-11-23T01:44:51.1909166Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_dataloader.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:44:51.190635] 2022-11-23T01:44:51.1910820Z Ignoring disabled issues: [] 2022-11-23T01:44:52.7550963Z 2022-11-23T01:44:52.7551771Z Expand the folded group to see the log file of test_cuda_sanitizer 2022-11-23T01:44:52.7552542Z ##[group]PRINTING LOG FILE of test_cuda_sanitizer (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_cuda_sanitizer_k_l_9qbg) 2022-11-23T01:44:52.7553378Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:44:52.7554070Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:44:52.7554319Z CUDA not available, skipping tests 2022-11-23T01:44:52.7554452Z 2022-11-23T01:44:52.7554528Z Running tests... 2022-11-23T01:44:52.7554790Z ---------------------------------------------------------------------- 2022-11-23T01:44:52.7554952Z 2022-11-23T01:44:52.7555103Z ---------------------------------------------------------------------- 2022-11-23T01:44:52.7555354Z Ran 0 tests in 0.000s 2022-11-23T01:44:52.7555473Z 2022-11-23T01:44:52.7555721Z OK 2022-11-23T01:44:52.7555815Z 2022-11-23T01:44:52.7555907Z Generating XML reports... 2022-11-23T01:44:52.7556202Z Test results will be stored in test-reports\python-unittest\test_cuda_sanitizer 2022-11-23T01:44:52.7556397Z 2022-11-23T01:44:52.7556637Z ##[endgroup] 2022-11-23T01:44:52.7556980Z FINISHED PRINTING LOG FILE of test_cuda_sanitizer (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_cuda_sanitizer_k_l_9qbg) 2022-11-23T01:44:52.7557251Z 2022-11-23T01:44:55.6355046Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:44:55.6355759Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:44:55.6356121Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:44:55.7822112Z Running test_datapipe ... [2022-11-23 01:44:55.781992] 2022-11-23T01:44:55.7827775Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_datapipe.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:44:55.781992] 2022-11-23T01:44:55.7829235Z Ignoring disabled issues: [] 2022-11-23T01:45:02.4148966Z 2022-11-23T01:45:02.4149405Z Expand the folded group to see the log file of test_datapipe 2022-11-23T01:45:02.4150133Z ##[group]PRINTING LOG FILE of test_datapipe (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_datapipe_bn_qru9m) 2022-11-23T01:45:02.4151537Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:45:02.4152510Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:45:02.4152717Z 2022-11-23T01:45:02.4152831Z Running tests... 2022-11-23T01:45:02.4153198Z ---------------------------------------------------------------------- 2022-11-23T01:45:02.4153823Z test_basic_capture (__main__.TestCaptureDataFrame) ... Test results will be stored in test-reports\python-unittest\test_datapipe 2022-11-23T01:45:02.4154240Z skip: no dataframes (pandas) (0.000s) 2022-11-23T01:45:02.4154573Z test_circular_serialization_with_dill (__main__.TestCircularSerialization) ... skip: no dill (0.011s) 2022-11-23T01:45:02.4155326Z test_circular_serialization_with_pickle (__main__.TestCircularSerialization) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\combining.py:289: UserWarning: Some child DataPipes are not exhausted when __iter__ is called. We are resetting the buffer and each child DataPipe will read from the start again. 2022-11-23T01:45:02.4155989Z warnings.warn("Some child DataPipes are not exhausted when __iter__ is called. We are resetting " 2022-11-23T01:45:02.4156259Z ok (0.463s) 2022-11-23T01:45:02.4156489Z test_as_string (__main__.TestDataChunk) ... ok (0.001s) 2022-11-23T01:45:02.4156749Z test_getitem (__main__.TestDataChunk) ... ok (0.001s) 2022-11-23T01:45:02.4157011Z test_iter (__main__.TestDataChunk) ... ok (0.001s) 2022-11-23T01:45:02.4157265Z test_len (__main__.TestDataChunk) ... ok (0.001s) 2022-11-23T01:45:02.4157537Z test_random_shuffle (__main__.TestDataChunk) ... ok (0.001s) 2022-11-23T01:45:02.4157812Z test_reverse (__main__.TestDataChunk) ... ok (0.001s) 2022-11-23T01:45:02.4158074Z test_sort (__main__.TestDataChunk) ... ok (0.001s) 2022-11-23T01:45:02.4158364Z test_batch (__main__.TestDataFramesPipes) ... skip: no dataframes (pandas) (0.001s) 2022-11-23T01:45:02.4158820Z test_capture (__main__.TestDataFramesPipes) ... skip: no dataframes (pandas) (0.001s) 2022-11-23T01:45:02.4159185Z test_collate (__main__.TestDataFramesPipes) ... skip: no dataframes (pandas) (0.001s) 2022-11-23T01:45:02.4159536Z test_filter (__main__.TestDataFramesPipes) ... skip: no dataframes (pandas) (0.001s) 2022-11-23T01:45:02.4159890Z test_shuffle (__main__.TestDataFramesPipes) ... skip: no dataframes (pandas) (0.001s) 2022-11-23T01:45:02.4160287Z test_unbatch (__main__.TestDataFramesPipes) ... skip: no dataframes (pandas) (0.001s) 2022-11-23T01:45:02.4160648Z test_batch_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.005s) 2022-11-23T01:45:02.4161324Z test_collate_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... 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-23T01:45:02.4161854Z warnings.warn( 2022-11-23T01:45:02.4162037Z ok (0.008s) 2022-11-23T01:45:02.4162312Z test_concat_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.005s) 2022-11-23T01:45:02.4162960Z test_demux_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... 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-23T01:45:02.4163483Z warnings.warn( 2022-11-23T01:45:02.4163956Z 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-23T01:45:02.4164393Z warnings.warn( 2022-11-23T01:45:02.4164846Z 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-23T01:45:02.4165283Z warnings.warn( 2022-11-23T01:45:02.4165751Z 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-23T01:45:02.4166728Z warnings.warn( 2022-11-23T01:45:02.4166909Z ok (0.015s) 2022-11-23T01:45:02.4167226Z test_filter_datapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.005s) 2022-11-23T01:45:02.4167561Z test_fork_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.016s) 2022-11-23T01:45:02.4167930Z test_iterable_wrapper_datapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.000s) 2022-11-23T01:45:02.4168311Z test_map_dict_with_col_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.020s) 2022-11-23T01:45:02.4168959Z test_map_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... 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-23T01:45:02.4169475Z warnings.warn( 2022-11-23T01:45:02.4169656Z ok (0.010s) 2022-11-23T01:45:02.4169951Z test_map_tuple_list_with_col_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.047s) 2022-11-23T01:45:02.4170303Z test_mux_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.003s) 2022-11-23T01:45:02.4170661Z test_sampler_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.000s) 2022-11-23T01:45:02.4171394Z test_serializable (__main__.TestFunctionalIterDataPipe) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\combining.py:289: UserWarning: Some child DataPipes are not exhausted when __iter__ is called. We are resetting the buffer and each child DataPipe will read from the start again. 2022-11-23T01:45:02.4172047Z warnings.warn("Some child DataPipes are not exhausted when __iter__ is called. We are resetting " 2022-11-23T01:45:02.4172686Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\combining.py:289: UserWarning: Some child DataPipes are not exhausted when __iter__ is called. We are resetting the buffer and each child DataPipe will read from the start again. 2022-11-23T01:45:02.4173316Z warnings.warn("Some child DataPipes are not exhausted when __iter__ is called. We are resetting " 2022-11-23T01:45:02.4173587Z ok (0.053s) 2022-11-23T01:45:02.4173845Z test_serializable_with_dill (__main__.TestFunctionalIterDataPipe) 2022-11-23T01:45:02.4174155Z Only for DataPipes that take in a function as argument ... ok (0.024s) 2022-11-23T01:45:02.4174502Z test_shuffler_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.008s) 2022-11-23T01:45:02.4174876Z test_stream_reader_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.002s) 2022-11-23T01:45:02.4175237Z test_unbatch_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.005s) 2022-11-23T01:45:02.4175599Z test_zip_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.006s) 2022-11-23T01:45:02.4175944Z test_batch_mapdatapipe (__main__.TestFunctionalMapDataPipe) ... ok (0.004s) 2022-11-23T01:45:02.4176298Z test_concat_mapdatapipe (__main__.TestFunctionalMapDataPipe) ... ok (0.002s) 2022-11-23T01:45:02.4176906Z test_map_mapdatapipe (__main__.TestFunctionalMapDataPipe) ... 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-23T01:45:02.4177418Z warnings.warn( 2022-11-23T01:45:02.4177599Z ok (0.004s) 2022-11-23T01:45:02.4177883Z test_sequence_wrapper_datapipe (__main__.TestFunctionalMapDataPipe) ... ok (0.003s) 2022-11-23T01:45:02.4178239Z test_serializable (__main__.TestFunctionalMapDataPipe) ... ok (0.011s) 2022-11-23T01:45:02.4178574Z test_serializable_with_dill (__main__.TestFunctionalMapDataPipe) 2022-11-23T01:45:02.4179000Z Only for DataPipes that take in a function as argument ... ok (0.008s) 2022-11-23T01:45:02.4179336Z test_shuffler_mapdatapipe (__main__.TestFunctionalMapDataPipe) ... ok (0.005s) 2022-11-23T01:45:02.4179790Z test_zip_mapdatapipe (__main__.TestFunctionalMapDataPipe) ... ok (0.003s) 2022-11-23T01:45:02.4180378Z test_simple_traverse (__main__.TestGraph) ... 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-23T01:45:02.4180863Z warnings.warn( 2022-11-23T01:45:02.4181045Z ok (0.000s) 2022-11-23T01:45:02.4181292Z test_traverse_circular_datapipe (__main__.TestGraph) ... ok (0.006s) 2022-11-23T01:45:02.4181569Z test_traverse_forked (__main__.TestGraph) ... ok (0.000s) 2022-11-23T01:45:02.4181858Z test_traverse_mapdatapipe (__main__.TestGraph) ... ok (0.000s) 2022-11-23T01:45:02.4182152Z test_traverse_mixdatapipe (__main__.TestGraph) ... ok (0.000s) 2022-11-23T01:45:02.4182459Z test_traverse_unhashable_datapipe (__main__.TestGraph) ... ok (0.010s) 2022-11-23T01:45:02.4182857Z test_iterdatapipe_sample_yielded_generator_function (__main__.TestIterDataPipeCountSampleYielded) ... ok (0.000s) 2022-11-23T01:45:02.4183335Z test_iterdatapipe_sample_yielded_generator_function_exception (__main__.TestIterDataPipeCountSampleYielded) ... ok (0.000s) 2022-11-23T01:45:02.4183767Z test_iterdatapipe_sample_yielded_next (__main__.TestIterDataPipeCountSampleYielded) ... ok (0.000s) 2022-11-23T01:45:02.4184211Z test_iterdatapipe_sample_yielded_next_exception (__main__.TestIterDataPipeCountSampleYielded) ... ok (0.000s) 2022-11-23T01:45:02.4184709Z test_iterdatapipe_sample_yielded_return_self (__main__.TestIterDataPipeCountSampleYielded) ... ok (0.000s) 2022-11-23T01:45:02.4185195Z test_simple_snapshot_custom_non_generator (__main__.TestIterDataPipeGraphFastForward) ... ok (0.011s) 2022-11-23T01:45:02.4185652Z test_simple_snapshot_custom_self_next (__main__.TestIterDataPipeGraphFastForward) ... ok (0.002s) 2022-11-23T01:45:02.4186053Z test_simple_snapshot_graph (__main__.TestIterDataPipeGraphFastForward) ... ok (0.024s) 2022-11-23T01:45:02.4186777Z test_simple_snapshot_graph_repeated (__main__.TestIterDataPipeGraphFastForward) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\combining.py:289: UserWarning: Some child DataPipes are not exhausted when __iter__ is called. We are resetting the buffer and each child DataPipe will read from the start again. 2022-11-23T01:45:02.4187460Z warnings.warn("Some child DataPipes are not exhausted when __iter__ is called. We are resetting " 2022-11-23T01:45:02.4187732Z ok (0.008s) 2022-11-23T01:45:02.4188029Z test_simple_snapshot_graph_with_serialization (__main__.TestIterDataPipeGraphFastForward) ... ok (0.013s) 2022-11-23T01:45:02.4188445Z test_iterdatapipe_singleton_buggy (__main__.TestIterDataPipeSingletonConstraint) 2022-11-23T01:45:02.4188839Z Buggy test case case where IterDataPipe's `__iter__` returns a new object, but also has ... ok (0.004s) 2022-11-23T01:45:02.4189256Z test_iterdatapipe_singleton_constraint_multiple_outputs (__main__.TestIterDataPipeSingletonConstraint) 2022-11-23T01:45:02.4189672Z Testing for the case where IterDataPipe has multiple child DataPipes as outputs. ... ok (0.008s) 2022-11-23T01:45:02.4190067Z test_iterdatapipe_singleton_generator (__main__.TestIterDataPipeSingletonConstraint) 2022-11-23T01:45:02.4190434Z Testing for the case where IterDataPipe's `__iter__` is a generator function. ... ok (0.004s) 2022-11-23T01:45:02.4190815Z test_iterdatapipe_singleton_new_object (__main__.TestIterDataPipeSingletonConstraint) 2022-11-23T01:45:02.4191262Z Testing for the case where IterDataPipe's `__iter__` isn't a generator nor returns `self`, ... ok (0.003s) 2022-11-23T01:45:02.4191650Z test_iterdatapipe_singleton_self_next (__main__.TestIterDataPipeSingletonConstraint) 2022-11-23T01:45:02.4192097Z Testing for the case where IterDataPipe's `__iter__` returns `self` and there is a `__next__` method ... ok (0.007s) 2022-11-23T01:45:02.4192798Z 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-23T01:45:02.4193314Z warnings.warn( 2022-11-23T01:45:02.4193495Z ok (0.010s) 2022-11-23T01:45:02.4193754Z test_groupby_iterable_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.019s) 2022-11-23T01:45:02.4194132Z test_listdirfiles_iterable_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.007s) 2022-11-23T01:45:02.4194540Z test_listdirfilesdeterministic_iterable_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.007s) 2022-11-23T01:45:02.4194940Z test_map_with_col_file_handle_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.032s) 2022-11-23T01:45:02.4195385Z test_openfilesfromdisk_iterable_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.029s) 2022-11-23T01:45:02.4195783Z test_routeddecoder_iterable_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.012s) 2022-11-23T01:45:02.4196138Z test_spawn_lambdas_iter (__main__.TestSerialization) ... skip: no dill (0.001s) 2022-11-23T01:45:02.4196452Z test_spawn_lambdas_map (__main__.TestSerialization) ... skip: no dill (0.001s) 2022-11-23T01:45:02.4196934Z test_old_dataloader (__main__.TestSharding) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:45:02.4197425Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:45:02.4197938Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:45:02.4198358Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:45:02.4199088Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:45:02.4199737Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:45:02.4200128Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:45:02.4200523Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:45:02.4200915Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:45:02.4201324Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:45:02.4202033Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:45:02.4202669Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:45:02.4202883Z ok (2.769s) 2022-11-23T01:45:02.4203320Z test_sharding_groups (__main__.TestSharding) ... C:\actions-runner\_work\pytorch\pytorch\test\test_datapipe.py:2692: DeprecationWarning: Please use assertEqual instead. 2022-11-23T01:45:02.4203728Z self.assertEquals(expected, actual) 2022-11-23T01:45:02.4204148Z C:\actions-runner\_work\pytorch\pytorch\test\test_datapipe.py:2693: DeprecationWarning: Please use assertEqual instead. 2022-11-23T01:45:02.4204477Z self.assertEquals(3, len(dp)) 2022-11-23T01:45:02.4204678Z ok (0.000s) 2022-11-23T01:45:02.4204966Z test_sharding_length (__main__.TestSharding) ... ok (0.000s) 2022-11-23T01:45:02.4205252Z test_simple_sharding (__main__.TestSharding) ... ok (0.010s) 2022-11-23T01:45:02.4205534Z test_api (__main__.TestStreamWrapper) ... ok (0.000s) 2022-11-23T01:45:02.4205792Z test_dir (__main__.TestStreamWrapper) ... ok (0.000s) 2022-11-23T01:45:02.4206073Z test_pickle (__main__.TestStreamWrapper) ... ok (0.000s) 2022-11-23T01:45:02.4206350Z test_repr (__main__.TestStreamWrapper) ... ok (0.011s) 2022-11-23T01:45:02.4206654Z test_compile_time (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.004s) 2022-11-23T01:45:02.4206989Z test_construct_time (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.001s) 2022-11-23T01:45:02.4207287Z test_isinstance (__main__.TestTyping) ... ok (0.001s) 2022-11-23T01:45:02.4207654Z test_issubinstance (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.002s) 2022-11-23T01:45:02.4208115Z test_protocol (__main__.TestTyping) ... ok (0.001s) 2022-11-23T01:45:02.4208546Z test_reinforce (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.001s) 2022-11-23T01:45:02.4208865Z test_runtime (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.002s) 2022-11-23T01:45:02.4209180Z test_subtype (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.002s) 2022-11-23T01:45:02.4209356Z 2022-11-23T01:45:02.4209566Z ---------------------------------------------------------------------- 2022-11-23T01:45:02.4209820Z Ran 88 tests in 3.782s 2022-11-23T01:45:02.4209921Z 2022-11-23T01:45:02.4209998Z OK (skipped=16) 2022-11-23T01:45:02.4210112Z 2022-11-23T01:45:02.4210273Z Generating XML reports... 2022-11-23T01:45:02.4210708Z Generated XML report: test-reports\python-unittest\test_datapipe\TEST-TestCircularSerialization-20221123014458.xml 2022-11-23T01:45:02.4211208Z Generated XML report: test-reports\python-unittest\test_datapipe\TEST-TestDataChunk-20221123014458.xml 2022-11-23T01:45:02.4211705Z Generated XML report: test-reports\python-unittest\test_datapipe\TEST-TestFunctionalIterDataPipe-20221123014458.xml 2022-11-23T01:45:02.4212236Z Generated XML report: test-reports\python-unittest\test_datapipe\TEST-TestFunctionalMapDataPipe-20221123014458.xml 2022-11-23T01:45:02.4212694Z Generated XML report: test-reports\python-unittest\test_datapipe\TEST-TestGraph-20221123014458.xml 2022-11-23T01:45:02.4213209Z Generated XML report: test-reports\python-unittest\test_datapipe\TEST-TestIterDataPipeCountSampleYielded-20221123014458.xml 2022-11-23T01:45:02.4213783Z Generated XML report: test-reports\python-unittest\test_datapipe\TEST-TestIterDataPipeGraphFastForward-20221123014458.xml 2022-11-23T01:45:02.4214365Z Generated XML report: test-reports\python-unittest\test_datapipe\TEST-TestIterDataPipeSingletonConstraint-20221123014458.xml 2022-11-23T01:45:02.4214981Z Generated XML report: test-reports\python-unittest\test_datapipe\TEST-TestIterableDataPipeBasic-20221123014458.xml 2022-11-23T01:45:02.4215738Z Generated XML report: test-reports\python-unittest\test_datapipe\TEST-TestSharding-20221123014458.xml 2022-11-23T01:45:02.4216454Z Generated XML report: test-reports\python-unittest\test_datapipe\TEST-TestStreamWrapper-20221123014458.xml 2022-11-23T01:45:02.4217187Z Generated XML report: test-reports\python-unittest\test_datapipe\TEST-TestTyping-20221123014458.xml 2022-11-23T01:45:02.4217877Z Generated XML report: test-reports\python-unittest\test_datapipe\TEST-TestCaptureDataFrame-20221123014458.xml 2022-11-23T01:45:02.4218627Z Generated XML report: test-reports\python-unittest\test_datapipe\TEST-TestDataFramesPipes-20221123014458.xml 2022-11-23T01:45:02.4219464Z Generated XML report: test-reports\python-unittest\test_datapipe\TEST-TestSerialization-20221123014458.xml 2022-11-23T01:45:02.4219876Z 2022-11-23T01:45:02.4220578Z ##[endgroup] 2022-11-23T01:45:02.4221312Z FINISHED PRINTING LOG FILE of test_datapipe (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_datapipe_bn_qru9m) 2022-11-23T01:45:02.4221657Z 2022-11-23T01:45:05.2239407Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:45:05.2240131Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:45:05.2240456Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:45:05.3845500Z Running test_decomp ... [2022-11-23 01:45:05.384157] 2022-11-23T01:45:05.3850917Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_decomp.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:45:05.384765] 2022-11-23T01:45:05.3852657Z Ignoring disabled issues: [] 2022-11-23T01:45:09.2350978Z 2022-11-23T01:45:09.2351753Z Expand the folded group to see the log file of test_decomp 2022-11-23T01:45:09.2352586Z ##[group]PRINTING LOG FILE of test_decomp (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_decomp_8w_3yu7d) 2022-11-23T01:45:09.2353474Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:45:09.2354383Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:45:09.2354538Z 2022-11-23T01:45:09.2354620Z Running tests... 2022-11-23T01:45:09.2354885Z ---------------------------------------------------------------------- 2022-11-23T01:45:09.2355066Z 2022-11-23T01:45:09.2355196Z ---------------------------------------------------------------------- 2022-11-23T01:45:09.2355458Z Ran 0 tests in 0.000s 2022-11-23T01:45:09.2355576Z 2022-11-23T01:45:09.2355641Z OK 2022-11-23T01:45:09.2355735Z 2022-11-23T01:45:09.2355832Z Generating XML reports... 2022-11-23T01:45:09.2356116Z Test results will be stored in test-reports\python-unittest\test_decomp 2022-11-23T01:45:09.2356301Z 2022-11-23T01:45:09.2356536Z ##[endgroup] 2022-11-23T01:45:09.2356855Z FINISHED PRINTING LOG FILE of test_decomp (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_decomp_8w_3yu7d) 2022-11-23T01:45:09.2357102Z 2022-11-23T01:45:12.0941868Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:45:12.0942580Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:45:12.0942940Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:45:12.2531708Z Running test_deploy ... [2022-11-23 01:45:12.252649] 2022-11-23T01:45:12.2537059Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', '-m', 'pytest', 'test_deploy.py', '-v'] ... [2022-11-23 01:45:12.253244] 2022-11-23T01:45:12.2538694Z Ignoring disabled issues: [] 2022-11-23T01:45:17.1600333Z 2022-11-23T01:45:17.1601166Z Expand the folded group to see the log file of test_deploy 2022-11-23T01:45:17.1602269Z ##[group]PRINTING LOG FILE of test_deploy (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_deploy_xi72490r) 2022-11-23T01:45:17.1602954Z ============================= test session starts ============================= 2022-11-23T01:45:17.1603533Z platform win32 -- Python 3.9.12, pytest-7.1.3, pluggy-1.0.0 -- C:\Jenkins\Miniconda3\python.exe 2022-11-23T01:45:17.1604047Z cachedir: .pytest_cache 2022-11-23T01:45:17.1604699Z hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('C:\\actions-runner\\_work\\pytorch\\pytorch\\test\\.hypothesis\\examples') 2022-11-23T01:45:17.1605169Z rootdir: C:\actions-runner\_work\pytorch\pytorch, configfile: pytest.ini 2022-11-23T01:45:17.1605575Z 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-23T01:45:17.1605902Z collecting ... collected 1 item 2022-11-23T01:45:17.1606204Z Running 1 items in this shard: test/test_deploy.py::TestFreezer::test_compile_string 2022-11-23T01:45:17.1606398Z 2022-11-23T01:45:17.1606560Z test_deploy.py::TestFreezer::test_compile_string PASSED [100%] 2022-11-23T01:45:17.1606733Z 2022-11-23T01:45:17.1606844Z ============================== 1 passed in 2.46s ============================== 2022-11-23T01:45:17.1606980Z 2022-11-23T01:45:17.1607211Z ##[endgroup] 2022-11-23T01:45:17.1607544Z FINISHED PRINTING LOG FILE of test_deploy (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_deploy_xi72490r) 2022-11-23T01:45:17.1607794Z 2022-11-23T01:45:20.0599258Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:45:20.0599981Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:45:20.0600926Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:45:20.2194548Z Running test_dlpack ... [2022-11-23 01:45:20.219235] 2022-11-23T01:45:20.2199896Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_dlpack.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:45:20.219884] 2022-11-23T01:45:20.2202103Z Ignoring disabled issues: [] 2022-11-23T01:45:23.3021762Z 2022-11-23T01:45:23.3022442Z Expand the folded group to see the log file of test_dlpack 2022-11-23T01:45:23.3023604Z ##[group]PRINTING LOG FILE of test_dlpack (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_dlpack_rjph43dh) 2022-11-23T01:45:23.3024804Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:45:23.3025783Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:45:23.3026021Z 2022-11-23T01:45:23.3026154Z Running tests... 2022-11-23T01:45:23.3026569Z ---------------------------------------------------------------------- 2022-11-23T01:45:23.3026834Z 2022-11-23T01:45:23.3027077Z ---------------------------------------------------------------------- 2022-11-23T01:45:23.3027474Z Ran 0 tests in 0.000s 2022-11-23T01:45:23.3027659Z 2022-11-23T01:45:23.3027766Z OK 2022-11-23T01:45:23.3027918Z 2022-11-23T01:45:23.3028071Z Generating XML reports... 2022-11-23T01:45:23.3028505Z Test results will be stored in test-reports\python-unittest\test_dlpack 2022-11-23T01:45:23.3028785Z 2022-11-23T01:45:23.3029143Z ##[endgroup] 2022-11-23T01:45:23.3029632Z FINISHED PRINTING LOG FILE of test_dlpack (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_dlpack_rjph43dh) 2022-11-23T01:45:23.3030012Z 2022-11-23T01:45:26.2774485Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:45:26.2775404Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:45:26.2775742Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:45:26.4248416Z Running test_dynamic_shapes ... [2022-11-23 01:45:26.424134] 2022-11-23T01:45:26.4253324Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_dynamic_shapes.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:45:26.424737] 2022-11-23T01:45:26.4255167Z Ignoring disabled issues: [] 2022-11-23T01:45:29.8365385Z 2022-11-23T01:45:29.8365968Z Expand the folded group to see the log file of test_dynamic_shapes 2022-11-23T01:45:29.8366782Z ##[group]PRINTING LOG FILE of test_dynamic_shapes (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_dynamic_shapes_havf4d7b) 2022-11-23T01:45:29.8367750Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:45:29.8368410Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:45:29.8368560Z 2022-11-23T01:45:29.8368635Z Running tests... 2022-11-23T01:45:29.8369082Z ---------------------------------------------------------------------- 2022-11-23T01:45:29.8369506Z Test results will be stored in test-reports\python-unittest\test_dynamic_shapes 2022-11-23T01:45:29.8369835Z test_arith_ops (__main__.TestPySymInt) ... skip: no sympy (0.001s) 2022-11-23T01:45:29.8370144Z test_aten_ops (__main__.TestPySymInt) ... skip: no sympy (0.001s) 2022-11-23T01:45:29.8370524Z test_binary (__main__.TestPySymInt) ... skip: no sympy (0.001s) 2022-11-23T01:45:29.8370920Z test_fx_trace_intlist (__main__.TestPySymInt) ... ok (0.470s) 2022-11-23T01:45:29.8371202Z test_guard_int (__main__.TestPySymInt) ... skip: no sympy (0.001s) 2022-11-23T01:45:29.8371494Z test_int_conversion (__main__.TestPySymInt) ... skip: no sympy (0.001s) 2022-11-23T01:45:29.8371908Z test_int_to_float (__main__.TestPySymInt) ... skip: no sympy (0.001s) 2022-11-23T01:45:29.8372352Z test_meta_symint (__main__.TestPySymInt) ... skip: no sympy (0.001s) 2022-11-23T01:45:29.8372753Z test_numel (__main__.TestPySymInt) ... skip: no sympy (0.001s) 2022-11-23T01:45:29.8373099Z test_print_readable_with_symints (__main__.TestPySymInt) ... skip: no sympy (0.001s) 2022-11-23T01:45:29.8373424Z test_reverse_arith_ops (__main__.TestPySymInt) ... skip: no sympy (0.001s) 2022-11-23T01:45:29.8373724Z test_roundtrip (__main__.TestPySymInt) ... skip: no sympy (0.002s) 2022-11-23T01:45:29.8374026Z test_size_expressions (__main__.TestPySymInt) ... skip: no sympy (0.001s) 2022-11-23T01:45:29.8374450Z test_stride (__main__.TestPySymInt) ... skip: no sympy (0.001s) 2022-11-23T01:45:29.8374845Z test_sym_floor (__main__.TestPySymInt) ... skip: no sympy (0.001s) 2022-11-23T01:45:29.8375277Z test_sym_int (__main__.TestPySymInt) ... skip: no sympy (0.001s) 2022-11-23T01:45:29.8375559Z test_sym_sqrt (__main__.TestPySymInt) ... skip: no sympy (0.001s) 2022-11-23T01:45:29.8375834Z test_symint_args (__main__.TestPySymInt) ... skip: no sympy (0.001s) 2022-11-23T01:45:29.8376130Z test_symint_as_scalar (__main__.TestPySymInt) ... skip: no sympy (0.001s) 2022-11-23T01:45:29.8376429Z test_symint_vargs (__main__.TestPySymInt) ... skip: no sympy (0.003s) 2022-11-23T01:45:29.8376815Z test_method_fn_add_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: add is not a float magic method (0.002s) 2022-11-23T01:45:29.8377274Z test_method_fn_add_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: add is not a float magic method (0.002s) 2022-11-23T01:45:29.8377863Z test_method_fn_add_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... ok (0.003s) 2022-11-23T01:45:29.8378252Z test_method_fn_add_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.001s) 2022-11-23T01:45:29.8378704Z test_method_fn_ceil_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: ceil is not a float magic method (0.003s) 2022-11-23T01:45:29.8379236Z test_method_fn_ceil_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: ceil is not a float magic method (0.000s) 2022-11-23T01:45:29.8379688Z test_method_fn_ceil_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: ceil is unary and already tested (0.003s) 2022-11-23T01:45:29.8380101Z test_method_fn_ceil_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.000s) 2022-11-23T01:45:29.8380590Z test_method_fn_eq_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: eq is not a float magic method (0.000s) 2022-11-23T01:45:29.8381045Z test_method_fn_eq_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: eq is not a float magic method (0.000s) 2022-11-23T01:45:29.8381455Z test_method_fn_eq_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... ok (0.006s) 2022-11-23T01:45:29.8381834Z test_method_fn_eq_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.000s) 2022-11-23T01:45:29.8382328Z test_method_fn_floor_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: floor is not a float magic method (0.000s) 2022-11-23T01:45:29.8382788Z test_method_fn_floor_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: floor is not a float magic method (0.000s) 2022-11-23T01:45:29.8383243Z test_method_fn_floor_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: floor is unary and already tested (0.011s) 2022-11-23T01:45:29.8383661Z test_method_fn_floor_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.002s) 2022-11-23T01:45:29.8384147Z test_method_fn_floordiv_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: floordiv is not a float magic method (0.002s) 2022-11-23T01:45:29.8384670Z test_method_fn_floordiv_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: floordiv is not a float magic method (0.001s) 2022-11-23T01:45:29.8385112Z test_method_fn_floordiv_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... ok (0.005s) 2022-11-23T01:45:29.8385513Z test_method_fn_floordiv_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.002s) 2022-11-23T01:45:29.8385924Z test_method_fn_ge_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: ge is not a float magic method (0.002s) 2022-11-23T01:45:29.8386383Z test_method_fn_ge_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: ge is not a float magic method (0.002s) 2022-11-23T01:45:29.8386799Z test_method_fn_ge_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... ok (0.002s) 2022-11-23T01:45:29.8387186Z test_method_fn_ge_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.002s) 2022-11-23T01:45:29.8387610Z test_method_fn_gt_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: gt is not a float magic method (0.002s) 2022-11-23T01:45:29.8388069Z test_method_fn_gt_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: gt is not a float magic method (0.002s) 2022-11-23T01:45:29.8388477Z test_method_fn_gt_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... ok (0.002s) 2022-11-23T01:45:29.8388863Z test_method_fn_gt_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.002s) 2022-11-23T01:45:29.8389332Z test_method_fn_le_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: le is not a float magic method (0.002s) 2022-11-23T01:45:29.8389817Z test_method_fn_le_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: le is not a float magic method (0.002s) 2022-11-23T01:45:29.8390270Z test_method_fn_le_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... ok (0.002s) 2022-11-23T01:45:29.8390661Z test_method_fn_le_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.002s) 2022-11-23T01:45:29.8391083Z test_method_fn_lt_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: lt is not a float magic method (0.002s) 2022-11-23T01:45:29.8391533Z test_method_fn_lt_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: lt is not a float magic method (0.000s) 2022-11-23T01:45:29.8391948Z test_method_fn_lt_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... ok (0.003s) 2022-11-23T01:45:29.8392334Z test_method_fn_lt_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.000s) 2022-11-23T01:45:29.8392744Z test_method_fn_max_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: max is not a float magic method (0.006s) 2022-11-23T01:45:29.8393202Z test_method_fn_max_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: max is not a float magic method (0.002s) 2022-11-23T01:45:29.8393676Z test_method_fn_max_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... ok (0.002s) 2022-11-23T01:45:29.8394068Z test_method_fn_max_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.002s) 2022-11-23T01:45:29.8394495Z test_method_fn_min_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: min is not a float magic method (0.001s) 2022-11-23T01:45:29.8394953Z test_method_fn_min_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: min is not a float magic method (0.001s) 2022-11-23T01:45:29.8395372Z test_method_fn_min_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... ok (0.002s) 2022-11-23T01:45:29.8395801Z test_method_fn_min_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.002s) 2022-11-23T01:45:29.8396252Z test_method_fn_mod_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: mod is not a float magic method (0.002s) 2022-11-23T01:45:29.8396709Z test_method_fn_mod_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: mod is not a float magic method (0.002s) 2022-11-23T01:45:29.8397127Z test_method_fn_mod_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... ok (0.002s) 2022-11-23T01:45:29.8397518Z test_method_fn_mod_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.004s) 2022-11-23T01:45:29.8397947Z test_method_fn_mul_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: mul is not a float magic method (0.002s) 2022-11-23T01:45:29.8398398Z test_method_fn_mul_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: mul is not a float magic method (0.002s) 2022-11-23T01:45:29.8398815Z test_method_fn_mul_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... ok (0.002s) 2022-11-23T01:45:29.8399203Z test_method_fn_mul_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.002s) 2022-11-23T01:45:29.8399609Z test_method_fn_neg_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: neg is not a float magic method (0.001s) 2022-11-23T01:45:29.8400063Z test_method_fn_neg_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: neg is not a float magic method (0.001s) 2022-11-23T01:45:29.8400567Z test_method_fn_neg_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: neg is unary and already tested (0.001s) 2022-11-23T01:45:29.8400984Z test_method_fn_neg_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.002s) 2022-11-23T01:45:29.8401453Z test_method_fn_pow_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: pow is not a float magic method (0.003s) 2022-11-23T01:45:29.8401941Z test_method_fn_pow_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: pow is not a float magic method (0.000s) 2022-11-23T01:45:29.8402365Z test_method_fn_pow_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... ok (0.000s) 2022-11-23T01:45:29.8402752Z test_method_fn_pow_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.006s) 2022-11-23T01:45:29.8403178Z test_method_fn_sub_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: sub is not a float magic method (0.000s) 2022-11-23T01:45:29.8403613Z test_method_fn_sub_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: sub is not a float magic method (0.000s) 2022-11-23T01:45:29.8404030Z test_method_fn_sub_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... ok (0.000s) 2022-11-23T01:45:29.8404415Z test_method_fn_sub_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.000s) 2022-11-23T01:45:29.8404902Z test_method_fn_sym_float_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: sym_float is not a float magic method (0.000s) 2022-11-23T01:45:29.8405381Z test_method_fn_sym_float_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: sym_float is not a float magic method (0.011s) 2022-11-23T01:45:29.8405896Z test_method_fn_sym_float_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: sym_float is unary and already tested (0.002s) 2022-11-23T01:45:29.8406370Z test_method_fn_sym_float_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.002s) 2022-11-23T01:45:29.8406862Z test_method_fn_sym_sqrt_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: sym_sqrt is not a float magic method (0.002s) 2022-11-23T01:45:29.8407359Z test_method_fn_sym_sqrt_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: sym_sqrt is not a float magic method (0.002s) 2022-11-23T01:45:29.8407872Z test_method_fn_sym_sqrt_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: sym_sqrt is unary and already tested (0.002s) 2022-11-23T01:45:29.8408308Z test_method_fn_sym_sqrt_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.002s) 2022-11-23T01:45:29.8408735Z test_method_fn_truediv_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: truediv is not a float magic method (0.002s) 2022-11-23T01:45:29.8409210Z test_method_fn_truediv_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: truediv is not a float magic method (0.001s) 2022-11-23T01:45:29.8409638Z test_method_fn_truediv_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... ok (0.002s) 2022-11-23T01:45:29.8410032Z test_method_fn_truediv_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.002s) 2022-11-23T01:45:29.8410241Z 2022-11-23T01:45:29.8410389Z ---------------------------------------------------------------------- 2022-11-23T01:45:29.8410624Z Ran 96 tests in 0.641s 2022-11-23T01:45:29.8410745Z 2022-11-23T01:45:29.8410821Z OK (skipped=62) 2022-11-23T01:45:29.8410928Z 2022-11-23T01:45:29.8411017Z Generating XML reports... 2022-11-23T01:45:29.8411364Z Generated XML report: test-reports\python-unittest\test_dynamic_shapes\TEST-TestPySymInt-20221123014528.xml 2022-11-23T01:45:29.8411865Z Generated XML report: test-reports\python-unittest\test_dynamic_shapes\TEST-TestSymNumberMagicMethods-20221123014528.xml 2022-11-23T01:45:29.8412208Z 2022-11-23T01:45:29.8412508Z ##[endgroup] 2022-11-23T01:45:29.8412850Z FINISHED PRINTING LOG FILE of test_dynamic_shapes (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_dynamic_shapes_havf4d7b) 2022-11-23T01:45:29.8413154Z 2022-11-23T01:45:32.9425249Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:45:32.9426066Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:45:32.9426411Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:45:33.0904338Z Running test_expanded_weights ... [2022-11-23 01:45:33.090035] 2022-11-23T01:45:33.0909526Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_expanded_weights.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:45:33.090641] 2022-11-23T01:45:33.0911139Z Ignoring disabled issues: [] 2022-11-23T01:45:37.6944674Z 2022-11-23T01:45:37.6945193Z Expand the folded group to see the log file of test_expanded_weights 2022-11-23T01:45:37.6946853Z ##[group]PRINTING LOG FILE of test_expanded_weights (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_expanded_weights_ij2zla16) 2022-11-23T01:45:37.6948200Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:45:37.6948883Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:45:37.6949093Z 2022-11-23T01:45:37.6949170Z Running tests... 2022-11-23T01:45:37.6949415Z ---------------------------------------------------------------------- 2022-11-23T01:45:37.6949756Z Test results will be stored in test-reports\python-unittest\test_expanded_weights 2022-11-23T01:45:37.6950092Z test_Conv1d (__main__.TestExpandedWeightModule) ... ok (0.009s) 2022-11-23T01:45:37.6950473Z test_Conv1d_circular_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-11-23T01:45:37.6950854Z test_Conv1d_circular_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.039s) 2022-11-23T01:45:37.6951296Z test_Conv1d_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.010s) 2022-11-23T01:45:37.6951628Z test_Conv1d_pad1 (__main__.TestExpandedWeightModule) ... ok (0.010s) 2022-11-23T01:45:37.6951947Z test_Conv1d_pad1_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-11-23T01:45:37.6952290Z test_Conv1d_pad1size1 (__main__.TestExpandedWeightModule) ... ok (0.010s) 2022-11-23T01:45:37.6952636Z test_Conv1d_pad1size1_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-11-23T01:45:37.6952971Z test_Conv1d_pad2 (__main__.TestExpandedWeightModule) ... ok (0.010s) 2022-11-23T01:45:37.6953305Z test_Conv1d_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-11-23T01:45:37.6953641Z test_Conv1d_pad2size1 (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-11-23T01:45:37.6953975Z test_Conv1d_pad2size1_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-11-23T01:45:37.6954328Z test_Conv1d_reflect_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-11-23T01:45:37.6954737Z test_Conv1d_reflect_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-11-23T01:45:37.6955222Z test_Conv1d_replicate_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-11-23T01:45:37.6955602Z test_Conv1d_replicate_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-11-23T01:45:37.6955955Z test_Conv1d_stride (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-11-23T01:45:37.6956290Z test_Conv1d_stride_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-11-23T01:45:37.6956740Z test_Conv1d_zero_batch (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.000s) 2022-11-23T01:45:37.6957268Z test_Conv1d_zero_batch_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.000s) 2022-11-23T01:45:37.6957678Z test_Conv1d_zeros_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-11-23T01:45:37.6958044Z test_Conv1d_zeros_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-11-23T01:45:37.6958385Z test_Conv2d (__main__.TestExpandedWeightModule) ... ok (0.010s) 2022-11-23T01:45:37.6958717Z test_Conv2d_circular_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-11-23T01:45:37.6959093Z test_Conv2d_circular_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.010s) 2022-11-23T01:45:37.6959429Z test_Conv2d_dilated (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-11-23T01:45:37.6959764Z test_Conv2d_dilated_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.010s) 2022-11-23T01:45:37.6960168Z test_Conv2d_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-11-23T01:45:37.6960496Z test_Conv2d_no_bias (__main__.TestExpandedWeightModule) ... ok (0.010s) 2022-11-23T01:45:37.6960827Z test_Conv2d_no_bias_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-11-23T01:45:37.6961160Z test_Conv2d_padding (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-11-23T01:45:37.6961486Z test_Conv2d_padding_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.010s) 2022-11-23T01:45:37.6961836Z test_Conv2d_reflect_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-11-23T01:45:37.6962200Z test_Conv2d_reflect_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.010s) 2022-11-23T01:45:37.6962605Z test_Conv2d_replicate_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-11-23T01:45:37.6963024Z test_Conv2d_replicate_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-11-23T01:45:37.6963380Z test_Conv2d_strided (__main__.TestExpandedWeightModule) ... ok (0.011s) 2022-11-23T01:45:37.6963718Z test_Conv2d_strided_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-11-23T01:45:37.6964123Z test_Conv2d_zero_batch (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.001s) 2022-11-23T01:45:37.6964615Z test_Conv2d_zero_batch_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.001s) 2022-11-23T01:45:37.6965030Z test_Conv2d_zeros_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-11-23T01:45:37.6965395Z test_Conv2d_zeros_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-11-23T01:45:37.6965735Z test_Conv3d (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-11-23T01:45:37.6966055Z test_Conv3d_1x1x1_no_bias (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-11-23T01:45:37.6966399Z test_Conv3d_1x1x1_no_bias_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-11-23T01:45:37.6966738Z test_Conv3d_circular_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-11-23T01:45:37.6967116Z test_Conv3d_circular_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-11-23T01:45:37.6967539Z test_Conv3d_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-11-23T01:45:37.6967861Z test_Conv3d_no_bias (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-11-23T01:45:37.6968236Z test_Conv3d_no_bias_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.010s) 2022-11-23T01:45:37.6968593Z test_Conv3d_replicate_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-11-23T01:45:37.6969002Z test_Conv3d_replicate_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-11-23T01:45:37.6969345Z test_Conv3d_stride (__main__.TestExpandedWeightModule) ... ok (0.010s) 2022-11-23T01:45:37.6969682Z test_Conv3d_stride_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-11-23T01:45:37.6970027Z test_Conv3d_stride_padding (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-11-23T01:45:37.6970384Z test_Conv3d_stride_padding_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.010s) 2022-11-23T01:45:37.6970809Z test_Conv3d_zero_batch (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.000s) 2022-11-23T01:45:37.6971296Z test_Conv3d_zero_batch_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.000s) 2022-11-23T01:45:37.6971711Z test_Conv3d_zeros_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-11-23T01:45:37.6972109Z test_Conv3d_zeros_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.014s) 2022-11-23T01:45:37.6972451Z test_Embedding (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-11-23T01:45:37.6972783Z test_Embedding_discontiguous (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-11-23T01:45:37.6973159Z test_Embedding_discontiguous_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-11-23T01:45:37.6973525Z test_Embedding_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-11-23T01:45:37.6973868Z test_GroupNorm_1d_affine (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-11-23T01:45:37.6974231Z test_GroupNorm_1d_affine_GN (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-11-23T01:45:37.6974620Z test_GroupNorm_1d_affine_GN_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-11-23T01:45:37.6974991Z test_GroupNorm_1d_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-11-23T01:45:37.6975346Z test_GroupNorm_1d_no_affine_IN (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-11-23T01:45:37.6975704Z test_GroupNorm_1d_no_affine_IN_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-11-23T01:45:37.6976062Z test_GroupNorm_1d_no_affine_LN (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-11-23T01:45:37.6976420Z test_GroupNorm_1d_no_affine_LN_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-11-23T01:45:37.6976756Z test_GroupNorm_2d_affine (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-11-23T01:45:37.6977105Z test_GroupNorm_2d_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-11-23T01:45:37.6977457Z test_GroupNorm_2d_no_affine_IN (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-11-23T01:45:37.6977821Z test_GroupNorm_2d_no_affine_IN_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-11-23T01:45:37.6978178Z test_GroupNorm_2d_no_affine_LN (__main__.TestExpandedWeightModule) ... ok (0.010s) 2022-11-23T01:45:37.6978537Z test_GroupNorm_2d_no_affine_LN_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-11-23T01:45:37.6978900Z test_LayerNorm_1d_elementwise_affine (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-11-23T01:45:37.6979273Z test_LayerNorm_1d_elementwise_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.012s) 2022-11-23T01:45:37.6979829Z test_LayerNorm_1d_empty_elementwise_affine (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.001s) 2022-11-23T01:45:37.6980397Z test_LayerNorm_1d_empty_elementwise_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.001s) 2022-11-23T01:45:37.6980850Z test_LayerNorm_1d_no_elementwise_affine (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-11-23T01:45:37.6981345Z test_LayerNorm_1d_no_elementwise_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-11-23T01:45:37.6981729Z test_LayerNorm_3d_elementwise_affine (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-11-23T01:45:37.6982106Z test_LayerNorm_3d_elementwise_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-11-23T01:45:37.6982492Z test_LayerNorm_3d_no_affine_large_feature (__main__.TestExpandedWeightModule) ... ok (0.051s) 2022-11-23T01:45:37.6982872Z test_LayerNorm_3d_no_affine_large_feature_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.045s) 2022-11-23T01:45:37.6983258Z test_LayerNorm_3d_no_elementwise_affine (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-11-23T01:45:37.6983645Z test_LayerNorm_3d_no_elementwise_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-11-23T01:45:37.6983996Z test_Linear (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-11-23T01:45:37.6984379Z test_Linear_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-11-23T01:45:37.6984787Z test_Linear_no_batch_dim (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients for input of rank 1 (0.003s) 2022-11-23T01:45:37.6985252Z test_Linear_no_batch_dim_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients for input of rank 1 (0.000s) 2022-11-23T01:45:37.6985630Z test_Linear_no_bias (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-11-23T01:45:37.6986003Z test_Linear_no_bias_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-11-23T01:45:37.6986438Z test_per_sample_api_compute_batch_size (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-11-23T01:45:37.6986821Z test_per_sample_api_compute_batch_size_not_pytreeable (__main__.TestExpandedWeightModule) ... ok (0.014s) 2022-11-23T01:45:37.6987185Z test_per_sample_api_failing (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-11-23T01:45:37.6987373Z 2022-11-23T01:45:37.6987525Z ---------------------------------------------------------------------- 2022-11-23T01:45:37.6987770Z Ran 99 tests in 0.515s 2022-11-23T01:45:37.6987871Z 2022-11-23T01:45:37.6987944Z OK (skipped=10) 2022-11-23T01:45:37.6988055Z 2022-11-23T01:45:37.6988146Z Generating XML reports... 2022-11-23T01:45:37.6988533Z Generated XML report: test-reports\python-unittest\test_expanded_weights\TEST-TestExpandedWeightModule-20221123014536.xml 2022-11-23T01:45:37.6988820Z 2022-11-23T01:45:37.6989119Z ##[endgroup] 2022-11-23T01:45:37.6989484Z FINISHED PRINTING LOG FILE of test_expanded_weights (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_expanded_weights_ij2zla16) 2022-11-23T01:45:37.6989756Z 2022-11-23T01:45:40.6951482Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:45:40.6952204Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:45:40.6952544Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:45:40.8423713Z Running test_foreach ... [2022-11-23 01:45:40.841789] 2022-11-23T01:45:40.8428866Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_foreach.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:45:40.842399] 2022-11-23T01:45:40.8430991Z Ignoring disabled issues: [] 2022-11-23T01:45:44.8152499Z 2022-11-23T01:45:44.8153169Z Expand the folded group to see the log file of test_foreach 2022-11-23T01:45:44.8153965Z ##[group]PRINTING LOG FILE of test_foreach (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_foreach_bxk7xk0j) 2022-11-23T01:45:44.8154792Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:45:44.8155449Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:45:44.8155598Z 2022-11-23T01:45:44.8155673Z Running tests... 2022-11-23T01:45:44.8155933Z ---------------------------------------------------------------------- 2022-11-23T01:45:44.8156108Z 2022-11-23T01:45:44.8156254Z ---------------------------------------------------------------------- 2022-11-23T01:45:44.8156498Z Ran 0 tests in 0.000s 2022-11-23T01:45:44.8156611Z 2022-11-23T01:45:44.8156669Z OK 2022-11-23T01:45:44.8156746Z 2022-11-23T01:45:44.8156834Z Generating XML reports... 2022-11-23T01:45:44.8157283Z Test results will be stored in test-reports\python-unittest\test_foreach 2022-11-23T01:45:44.8157466Z 2022-11-23T01:45:44.8157687Z ##[endgroup] 2022-11-23T01:45:44.8158023Z FINISHED PRINTING LOG FILE of test_foreach (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_foreach_bxk7xk0j) 2022-11-23T01:45:44.8158264Z 2022-11-23T01:45:47.7344212Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:45:47.7344944Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:45:47.7345271Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:45:47.9064739Z Running test_function_schema ... [2022-11-23 01:45:47.905666] 2022-11-23T01:45:47.9069830Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_function_schema.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:45:47.905666] 2022-11-23T01:45:47.9071788Z Ignoring disabled issues: [] 2022-11-23T01:45:51.5407386Z 2022-11-23T01:45:51.5408154Z Expand the folded group to see the log file of test_function_schema 2022-11-23T01:45:51.5409323Z ##[group]PRINTING LOG FILE of test_function_schema (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_function_schema_ed_8qsw1) 2022-11-23T01:45:51.5410762Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:45:51.5411898Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:45:51.5412141Z 2022-11-23T01:45:51.5412259Z Running tests... 2022-11-23T01:45:51.5412641Z ---------------------------------------------------------------------- 2022-11-23T01:45:51.5413081Z Test results will be stored in test-reports\python-unittest\test_function_schema 2022-11-23T01:45:51.5413436Z test_backward_compatible_arguments (__main__.TestFunctionSchema) ... ok (0.456s) 2022-11-23T01:45:51.5414028Z test_backward_compatible_outputs (__main__.TestFunctionSchema) ... ok (0.000s) 2022-11-23T01:45:51.5414384Z test_backward_compatible_structure (__main__.TestFunctionSchema) ... ok (0.000s) 2022-11-23T01:45:51.5414972Z test_backward_compatible_with_smart_serialization (__main__.TestFunctionSchema) ... ok (0.000s) 2022-11-23T01:45:51.5415537Z test_forward_compatible_arguments_real_use_case (__main__.TestFunctionSchema) ... ok (0.006s) 2022-11-23T01:45:51.5416139Z test_forward_compatible_arguments_with_out (__main__.TestFunctionSchema) ... ok (0.002s) 2022-11-23T01:45:51.5416721Z test_forward_compatible_arguments_without_out (__main__.TestFunctionSchema) ... ok (0.003s) 2022-11-23T01:45:51.5417234Z test_out_schema (__main__.TestFunctionSchema) ... ok (0.002s) 2022-11-23T01:45:51.5417707Z test_schema_error (__main__.TestFunctionSchema) ... ok (0.002s) 2022-11-23T01:45:51.5418236Z test_serialize_and_deserialize (__main__.TestFunctionSchema) ... ok (0.373s) 2022-11-23T01:45:51.5418838Z test_string_optional_parameter_default_value (__main__.TestFunctionSchema) ... ok (0.002s) 2022-11-23T01:45:51.5419459Z test_tensor_list_alias_annotation_properly_parsed (__main__.TestFunctionSchema) ... ok (0.002s) 2022-11-23T01:45:51.5420102Z test_tensor_option_arguments_properly_parsed (__main__.TestFunctionSchema) ... ok (0.002s) 2022-11-23T01:45:51.5420427Z 2022-11-23T01:45:51.5420696Z ---------------------------------------------------------------------- 2022-11-23T01:45:51.5421127Z Ran 13 tests in 0.843s 2022-11-23T01:45:51.5421329Z 2022-11-23T01:45:51.5421614Z OK 2022-11-23T01:45:51.5421873Z 2022-11-23T01:45:51.5422038Z Generating XML reports... 2022-11-23T01:45:51.5422644Z Generated XML report: test-reports\python-unittest\test_function_schema\TEST-TestFunctionSchema-20221123014550.xml 2022-11-23T01:45:51.5423091Z 2022-11-23T01:45:51.5423503Z ##[endgroup] 2022-11-23T01:45:51.5424127Z FINISHED PRINTING LOG FILE of test_function_schema (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_function_schema_ed_8qsw1) 2022-11-23T01:45:51.5424610Z 2022-11-23T01:45:54.4281359Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:45:54.4282076Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:45:54.4282414Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:45:54.5735132Z Running test_functional_autograd_benchmark ... [2022-11-23 01:45:54.572901] 2022-11-23T01:45:54.5740153Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_functional_autograd_benchmark.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:45:54.573525] 2022-11-23T01:45:54.5741926Z Ignoring disabled issues: [] 2022-11-23T01:45:57.1525360Z 2022-11-23T01:45:57.1526214Z Expand the folded group to see the log file of test_functional_autograd_benchmark 2022-11-23T01:45:57.1527390Z ##[group]PRINTING LOG FILE of test_functional_autograd_benchmark (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_functional_autograd_benchmark_f6u8je2_) 2022-11-23T01:45:57.1528669Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:45:57.1529617Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:45:57.1530511Z 2022-11-23T01:45:57.1530619Z Running tests... 2022-11-23T01:45:57.1530983Z ---------------------------------------------------------------------- 2022-11-23T01:45:57.1531500Z Test results will be stored in test-reports\python-unittest\test_functional_autograd_benchmark 2022-11-23T01:45:57.1532217Z test_fast_tasks (__main__.TestFunctionalAutogradBenchmark) ... skip: NamedTemporaryFile on windows does not have all the features we need. (0.000s) 2022-11-23T01:45:57.1533072Z test_slow_tasks (__main__.TestFunctionalAutogradBenchmark) ... skip: NamedTemporaryFile on windows does not have all the features we need. (0.000s) 2022-11-23T01:45:57.1533492Z 2022-11-23T01:45:57.1533733Z ---------------------------------------------------------------------- 2022-11-23T01:45:57.1534136Z Ran 2 tests in 0.000s 2022-11-23T01:45:57.1534321Z 2022-11-23T01:45:57.1534449Z OK (skipped=2) 2022-11-23T01:45:57.1534639Z 2022-11-23T01:45:57.1534790Z Generating XML reports... 2022-11-23T01:45:57.1535473Z Generated XML report: test-reports\python-unittest\test_functional_autograd_benchmark\TEST-TestFunctionalAutogradBenchmark-20221123014556.xml 2022-11-23T01:45:57.1535976Z 2022-11-23T01:45:57.1536382Z ##[endgroup] 2022-11-23T01:45:57.1537052Z FINISHED PRINTING LOG FILE of test_functional_autograd_benchmark (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_functional_autograd_benchmark_f6u8je2_) 2022-11-23T01:45:57.1537559Z 2022-11-23T01:46:00.0658301Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:46:00.0659021Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:46:00.0659358Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:46:00.2102796Z Running test_functional_optim ... [2022-11-23 01:46:00.210030] 2022-11-23T01:46:00.2107906Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_functional_optim.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:46:00.210650] 2022-11-23T01:46:00.2109646Z Ignoring disabled issues: [] 2022-11-23T01:46:03.6373873Z 2022-11-23T01:46:03.6374551Z Expand the folded group to see the log file of test_functional_optim 2022-11-23T01:46:03.6375324Z ##[group]PRINTING LOG FILE of test_functional_optim (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_functional_optim_5js9ki8t) 2022-11-23T01:46:03.6376174Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:46:03.6376847Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:46:03.6376996Z 2022-11-23T01:46:03.6377071Z Running tests... 2022-11-23T01:46:03.6377326Z ---------------------------------------------------------------------- 2022-11-23T01:46:03.6377667Z Test results will be stored in test-reports\python-unittest\test_functional_optim 2022-11-23T01:46:03.6378033Z test_functional_optim_parity_adam (__main__.TestFunctionalOptimParity) ... ok (0.473s) 2022-11-23T01:46:03.6378464Z test_functional_optim_parity_adam_w (__main__.TestFunctionalOptimParity) ... ok (0.032s) 2022-11-23T01:46:03.6378863Z test_functional_optim_parity_sgd (__main__.TestFunctionalOptimParity) ... ok (0.035s) 2022-11-23T01:46:03.6379229Z test_functional_optim_registration (__main__.TestFunctionalOptimParity) ... ok (0.001s) 2022-11-23T01:46:03.6379611Z 2022-11-23T01:46:03.6379760Z ---------------------------------------------------------------------- 2022-11-23T01:46:03.6380007Z Ran 4 tests in 0.547s 2022-11-23T01:46:03.6380127Z 2022-11-23T01:46:03.6380191Z OK 2022-11-23T01:46:03.6380284Z 2022-11-23T01:46:03.6380372Z Generating XML reports... 2022-11-23T01:46:03.6380766Z Generated XML report: test-reports\python-unittest\test_functional_optim\TEST-TestFunctionalOptimParity-20221123014602.xml 2022-11-23T01:46:03.6381045Z 2022-11-23T01:46:03.6381259Z ##[endgroup] 2022-11-23T01:46:03.6381616Z FINISHED PRINTING LOG FILE of test_functional_optim (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_functional_optim_5js9ki8t) 2022-11-23T01:46:03.6381880Z 2022-11-23T01:46:06.4992027Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:46:06.4992736Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:46:06.4993132Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:46:06.6490073Z Running test_functionalization ... [2022-11-23 01:46:06.648108] 2022-11-23T01:46:06.6495591Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_functionalization.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:46:06.649212] 2022-11-23T01:46:06.6497143Z Ignoring disabled issues: [] 2022-11-23T01:46:12.1807663Z 2022-11-23T01:46:12.1808165Z Expand the folded group to see the log file of test_functionalization 2022-11-23T01:46:12.1809061Z ##[group]PRINTING LOG FILE of test_functionalization (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_functionalization_5khjgb78) 2022-11-23T01:46:12.1810088Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:46:12.1810743Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:46:12.1810910Z 2022-11-23T01:46:12.1811006Z Running tests... 2022-11-23T01:46:12.1811349Z ---------------------------------------------------------------------- 2022-11-23T01:46:12.1811827Z Test results will be stored in test-reports\python-unittest\test_functionalization 2022-11-23T01:46:12.1812291Z test_aliases_maintained_after_pass_when_reapplying_views (__main__.TestFunctionalization) ... ok (0.441s) 2022-11-23T01:46:12.1812626Z test_as_strided (__main__.TestFunctionalization) ... ok (0.024s) 2022-11-23T01:46:12.1812919Z test_cat (__main__.TestFunctionalization) ... ok (0.014s) 2022-11-23T01:46:12.1813209Z test_copy_ (__main__.TestFunctionalization) ... ok (0.103s) 2022-11-23T01:46:12.1813517Z test_copy_stride_mismatch (__main__.TestFunctionalization) ... ok (0.002s) 2022-11-23T01:46:12.1813827Z test_diagonal (__main__.TestFunctionalization) ... ok (0.033s) 2022-11-23T01:46:12.1814140Z test_diagonal_mutated_input (__main__.TestFunctionalization) ... ok (0.015s) 2022-11-23T01:46:12.1814439Z test_everything (__main__.TestFunctionalization) ... ok (0.258s) 2022-11-23T01:46:12.1814747Z test_expand_symint (__main__.TestFunctionalization) ... ok (0.011s) 2022-11-23T01:46:12.1815042Z test_fill_ (__main__.TestFunctionalization) ... ok (0.029s) 2022-11-23T01:46:12.1815329Z test_freeze (__main__.TestFunctionalization) ... ok (0.616s) 2022-11-23T01:46:12.1815641Z test_index_mutation_on_non_input (__main__.TestFunctionalization) ... ok (0.031s) 2022-11-23T01:46:12.1816132Z test_inplace_on_non_view (__main__.TestFunctionalization) ... ok (0.032s) 2022-11-23T01:46:12.1816433Z test_metadata_change (__main__.TestFunctionalization) ... ok (0.025s) 2022-11-23T01:46:12.1816755Z test_metadata_change_out_op (__main__.TestFunctionalization) ... ok (0.002s) 2022-11-23T01:46:12.1817082Z test_mixed_wrappers_invalid (__main__.TestFunctionalization) ... ok (0.001s) 2022-11-23T01:46:12.1817408Z test_mixed_wrappers_valid (__main__.TestFunctionalization) ... ok (0.002s) 2022-11-23T01:46:12.1818330Z test_multi_out (__main__.TestFunctionalization) ... C:\actions-runner\_work\pytorch\pytorch\test\test_functionalization.py:258: UserWarning: An output with one or more elements was resized since it had shape [4], which does not match the required output shape []. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T01:46:12.1819163Z torch.aminmax(x, dim=0, out=(out_max, out_min)) 2022-11-23T01:46:12.1819368Z ok (0.027s) 2022-11-23T01:46:12.1819627Z test_multiple_views_of_same_base (__main__.TestFunctionalization) ... ok (0.023s) 2022-11-23T01:46:12.1819966Z test_mutable_op_not_inplace_or_other (__main__.TestFunctionalization) ... ok (0.008s) 2022-11-23T01:46:12.1820318Z test_nested_functions_propagate_updates (__main__.TestFunctionalization) ... ok (0.017s) 2022-11-23T01:46:12.1820715Z test_only_one_view (__main__.TestFunctionalization) ... ok (0.004s) 2022-11-23T01:46:12.1821032Z test_optional_tensor_list (__main__.TestFunctionalization) ... ok (0.023s) 2022-11-23T01:46:12.1821355Z test_reapply_views_simple (__main__.TestFunctionalization) ... ok (0.033s) 2022-11-23T01:46:12.1821678Z test_resize_larger_invalid (__main__.TestFunctionalization) ... ok (0.002s) 2022-11-23T01:46:12.1822002Z test_resize_larger_valid (__main__.TestFunctionalization) ... ok (0.036s) 2022-11-23T01:46:12.1822313Z test_resize_smaller (__main__.TestFunctionalization) ... ok (0.087s) 2022-11-23T01:46:12.1822624Z test_save_for_backwards_segfault (__main__.TestFunctionalization) ... ok (0.000s) 2022-11-23T01:46:12.1822938Z test_scalars (__main__.TestFunctionalization) ... ok (0.034s) 2022-11-23T01:46:12.1823333Z test_simple (__main__.TestFunctionalization) ... ok (0.031s) 2022-11-23T01:46:12.1824238Z test_simple_out (__main__.TestFunctionalization) ... C:\actions-runner\_work\pytorch\pytorch\test\test_functionalization.py:220: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [4, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T01:46:12.1825038Z torch.add(y, tmp, out=z) 2022-11-23T01:46:12.1825225Z ok (0.041s) 2022-11-23T01:46:12.1825458Z test_split (__main__.TestFunctionalization) ... ok (0.039s) 2022-11-23T01:46:12.1825752Z test_tensor_ctr (__main__.TestFunctionalization) ... ok (0.031s) 2022-11-23T01:46:12.1826047Z test_tensor_list_composite (__main__.TestFunctionalization) ... ok (0.012s) 2022-11-23T01:46:12.1826403Z test_tensor_list_mixed_functional_nonfunctional (__main__.TestFunctionalization) ... ok (0.002s) 2022-11-23T01:46:12.1826991Z test_view_clone_view_inplace (__main__.TestFunctionalization) ... C:\actions-runner\_work\pytorch\pytorch\test\test_functionalization.py:144: UserWarning: Anomaly Detection has been enabled. This mode will increase the runtime and should only be enabled for debugging. 2022-11-23T01:46:12.1827578Z with torch.autograd.detect_anomaly(check_nan=False): 2022-11-23T01:46:12.1827864Z ok (0.483s) 2022-11-23T01:46:12.1828162Z test_view_inplace (__main__.TestFunctionalization) ... ok (0.053s) 2022-11-23T01:46:12.1828335Z 2022-11-23T01:46:12.1828485Z ---------------------------------------------------------------------- 2022-11-23T01:46:12.1828719Z Ran 37 tests in 2.734s 2022-11-23T01:46:12.1828835Z 2022-11-23T01:46:12.1828895Z OK 2022-11-23T01:46:12.1828988Z 2022-11-23T01:46:12.1829079Z Generating XML reports... 2022-11-23T01:46:12.1829467Z Generated XML report: test-reports\python-unittest\test_functionalization\TEST-TestFunctionalization-20221123014609.xml 2022-11-23T01:46:12.1829803Z 2022-11-23T01:46:12.1830084Z ##[endgroup] 2022-11-23T01:46:12.1830463Z FINISHED PRINTING LOG FILE of test_functionalization (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_functionalization_5khjgb78) 2022-11-23T01:46:12.1830747Z 2022-11-23T01:46:15.0543622Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:46:15.0544382Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:46:15.0544739Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:46:15.2197887Z Running test_futures ... [2022-11-23 01:46:15.219126] 2022-11-23T01:46:15.2204284Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_futures.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:46:15.219720] 2022-11-23T01:46:15.2204758Z Ignoring disabled issues: [] 2022-11-23T01:46:18.9640964Z 2022-11-23T01:46:18.9641453Z Expand the folded group to see the log file of test_futures 2022-11-23T01:46:18.9642693Z ##[group]PRINTING LOG FILE of test_futures (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_futures_b0xjqq7y) 2022-11-23T01:46:18.9643799Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:46:18.9644472Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:46:18.9644660Z 2022-11-23T01:46:18.9644754Z Running tests... 2022-11-23T01:46:18.9645024Z ---------------------------------------------------------------------- 2022-11-23T01:46:18.9645413Z Test results will be stored in test-reports\python-unittest\test_futures 2022-11-23T01:46:18.9645851Z test_add_done_callback_error_is_ignored (__main__.TestFuture) ... [E pybind_utils.h:212] Got the following error when running the callback: ValueError: Expected error 2022-11-23T01:46:18.9646163Z 2022-11-23T01:46:18.9646235Z At: 2022-11-23T01:46:18.9646501Z C:\actions-runner\_work\pytorch\pytorch\test\test_futures.py(236): raise_value_error 2022-11-23T01:46:18.9646905Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\futures\__init__.py(241): set_result 2022-11-23T01:46:18.9647332Z C:\actions-runner\_work\pytorch\pytorch\test\test_futures.py(229): _test_add_done_callback_error_ignored 2022-11-23T01:46:18.9647756Z C:\actions-runner\_work\pytorch\pytorch\test\test_futures.py(238): test_add_done_callback_error_is_ignored 2022-11-23T01:46:18.9648127Z C:\Jenkins\Miniconda3\lib\unittest\case.py(550): _callTestMethod 2022-11-23T01:46:18.9648432Z C:\Jenkins\Miniconda3\lib\unittest\case.py(592): run 2022-11-23T01:46:18.9648804Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py(2127): _run_with_retry 2022-11-23T01:46:18.9649263Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py(2198): run 2022-11-23T01:46:18.9649796Z C:\Jenkins\Miniconda3\lib\unittest\case.py(651): __call__ 2022-11-23T01:46:18.9650089Z C:\Jenkins\Miniconda3\lib\unittest\suite.py(122): run 2022-11-23T01:46:18.9650385Z C:\Jenkins\Miniconda3\lib\unittest\suite.py(84): __call__ 2022-11-23T01:46:18.9650676Z C:\Jenkins\Miniconda3\lib\unittest\suite.py(122): run 2022-11-23T01:46:18.9650947Z C:\Jenkins\Miniconda3\lib\unittest\suite.py(84): __call__ 2022-11-23T01:46:18.9651273Z C:\Jenkins\Miniconda3\lib\site-packages\xmlrunner\runner.py(67): run 2022-11-23T01:46:18.9651645Z C:\Jenkins\Miniconda3\lib\unittest\main.py(271): runTests 2022-11-23T01:46:18.9651936Z C:\Jenkins\Miniconda3\lib\unittest\main.py(101): __init__ 2022-11-23T01:46:18.9652402Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py(786): run_tests 2022-11-23T01:46:18.9652852Z C:\actions-runner\_work\pytorch\pytorch\test\test_futures.py(340): 2022-11-23T01:46:18.9653049Z 2022-11-23T01:46:18.9653120Z ok (0.450s) 2022-11-23T01:46:18.9653371Z test_add_done_callback_maintains_callback_order (__main__.TestFuture) ... ok (0.003s) 2022-11-23T01:46:18.9653846Z test_add_done_callback_no_arg_error_is_ignored (__main__.TestFuture) ... [E pybind_utils.h:212] Got the following error when running the callback: TypeError: no_arg() takes 0 positional arguments but 1 was given 2022-11-23T01:46:18.9654209Z ok (0.000s) 2022-11-23T01:46:18.9654452Z test_add_done_callback_simple (__main__.TestFuture) ... ok (0.002s) 2022-11-23T01:46:18.9654840Z test_chained_then (__main__.TestFuture) ... ok (0.003s) 2022-11-23T01:46:18.9655110Z test_collect_all (__main__.TestFuture) ... ok (0.106s) 2022-11-23T01:46:18.9655347Z test_done (__main__.TestFuture) ... ok (0.002s) 2022-11-23T01:46:18.9655613Z test_done_exception (__main__.TestFuture) ... ok (0.003s) 2022-11-23T01:46:18.9655956Z test_interleaving_then_and_add_done_callback_maintains_callback_order (__main__.TestFuture) ... ok (0.002s) 2022-11-23T01:46:18.9656451Z test_interleaving_then_and_add_done_callback_propagates_error (__main__.TestFuture) ... [E pybind_utils.h:212] Got the following error when running the callback: ValueError: Expected error 2022-11-23T01:46:18.9656741Z 2022-11-23T01:46:18.9656808Z At: 2022-11-23T01:46:18.9657092Z C:\actions-runner\_work\pytorch\pytorch\test\test_futures.py(280): raise_value_error 2022-11-23T01:46:18.9657495Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\futures\__init__.py(241): set_result 2022-11-23T01:46:18.9657990Z C:\actions-runner\_work\pytorch\pytorch\test\test_futures.py(285): test_interleaving_then_and_add_done_callback_propagates_error 2022-11-23T01:46:18.9658431Z C:\Jenkins\Miniconda3\lib\unittest\case.py(550): _callTestMethod 2022-11-23T01:46:18.9658743Z C:\Jenkins\Miniconda3\lib\unittest\case.py(592): run 2022-11-23T01:46:18.9659133Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py(2127): _run_with_retry 2022-11-23T01:46:18.9659599Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py(2198): run 2022-11-23T01:46:18.9659964Z C:\Jenkins\Miniconda3\lib\unittest\case.py(651): __call__ 2022-11-23T01:46:18.9660262Z C:\Jenkins\Miniconda3\lib\unittest\suite.py(122): run 2022-11-23T01:46:18.9660537Z C:\Jenkins\Miniconda3\lib\unittest\suite.py(84): __call__ 2022-11-23T01:46:18.9660827Z C:\Jenkins\Miniconda3\lib\unittest\suite.py(122): run 2022-11-23T01:46:18.9661120Z C:\Jenkins\Miniconda3\lib\unittest\suite.py(84): __call__ 2022-11-23T01:46:18.9661443Z C:\Jenkins\Miniconda3\lib\site-packages\xmlrunner\runner.py(67): run 2022-11-23T01:46:18.9661768Z C:\Jenkins\Miniconda3\lib\unittest\main.py(271): runTests 2022-11-23T01:46:18.9662038Z C:\Jenkins\Miniconda3\lib\unittest\main.py(101): __init__ 2022-11-23T01:46:18.9662412Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py(786): run_tests 2022-11-23T01:46:18.9662890Z C:\actions-runner\_work\pytorch\pytorch\test\test_futures.py(340): 2022-11-23T01:46:18.9663084Z 2022-11-23T01:46:18.9663155Z ok (0.002s) 2022-11-23T01:46:18.9663389Z test_mark_future_twice (__main__.TestFuture) ... ok (0.003s) 2022-11-23T01:46:18.9663738Z test_pickle_future (__main__.TestFuture) ... ok (0.003s) 2022-11-23T01:46:18.9664067Z test_set_exception (__main__.TestFuture) ... ok (0.002s) 2022-11-23T01:46:18.9664340Z test_set_exception_multithreading (__main__.TestFuture) ... ok (0.003s) 2022-11-23T01:46:18.9664665Z test_then (__main__.TestFuture) ... ok (0.002s) 2022-11-23T01:46:18.9664922Z test_then_no_arg (__main__.TestFuture) ... ok (0.001s) 2022-11-23T01:46:18.9665183Z test_then_raise (__main__.TestFuture) ... ok (0.001s) 2022-11-23T01:46:18.9665449Z test_then_wrong_arg (__main__.TestFuture) ... ok (0.002s) 2022-11-23T01:46:18.9665689Z test_wait (__main__.TestFuture) ... ok (0.001s) 2022-11-23T01:46:18.9666000Z test_wait_all (__main__.TestFuture) ... skip: TODO: need to fix this testcase for Windows (0.001s) 2022-11-23T01:46:18.9666318Z test_wait_multi_thread (__main__.TestFuture) ... ok (0.503s) 2022-11-23T01:46:18.9666587Z test_wait_none (__main__.TestFuture) ... ok (0.002s) 2022-11-23T01:46:18.9666734Z 2022-11-23T01:46:18.9666887Z ---------------------------------------------------------------------- 2022-11-23T01:46:18.9667142Z Ran 22 tests in 1.094s 2022-11-23T01:46:18.9667261Z 2022-11-23T01:46:18.9667339Z OK (skipped=1) 2022-11-23T01:46:18.9667432Z 2022-11-23T01:46:18.9667963Z Generating XML reports... 2022-11-23T01:46:18.9668320Z Generated XML report: test-reports\python-unittest\test_futures\TEST-TestFuture-20221123014617.xml 2022-11-23T01:46:18.9668553Z 2022-11-23T01:46:18.9668843Z ##[endgroup] 2022-11-23T01:46:18.9669186Z FINISHED PRINTING LOG FILE of test_futures (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_futures_b0xjqq7y) 2022-11-23T01:46:18.9669439Z 2022-11-23T01:46:21.9323193Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:46:21.9323906Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:46:21.9324269Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:46:22.0826740Z Running test_fx_experimental ... [2022-11-23 01:46:22.082283] 2022-11-23T01:46:22.0832386Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_fx_experimental.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:46:22.082899] 2022-11-23T01:46:22.0833757Z Ignoring disabled issues: [] 2022-11-23T01:46:29.1111792Z 2022-11-23T01:46:29.1112649Z Expand the folded group to see the log file of test_fx_experimental 2022-11-23T01:46:29.1113716Z ##[group]PRINTING LOG FILE of test_fx_experimental (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_fx_experimental_za07jinl) 2022-11-23T01:46:29.1114578Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:46:29.1115303Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:46:29.1115502Z 2022-11-23T01:46:29.1115583Z Running tests... 2022-11-23T01:46:29.1115831Z ---------------------------------------------------------------------- 2022-11-23T01:46:29.1116484Z Test results will be stored in test-reports\python-unittest\test_fx_experimental 2022-11-23T01:46:29.1116868Z test_annotate_returns_with_schema (__main__.TestFXExperimental) ... skip: no torchvision (0.000s) 2022-11-23T01:46:29.1117226Z test_aot_based_partition (__main__.TestFXExperimental) ... ok (0.016s) 2022-11-23T01:46:29.1117552Z test_call_to_assert_no_msg (__main__.TestFXExperimental) ... ok (0.011s) 2022-11-23T01:46:29.1117887Z test_call_to_assert_with_empty_msg (__main__.TestFXExperimental) ... ok (0.004s) 2022-11-23T01:46:29.1118203Z test_call_to_assert_with_msg (__main__.TestFXExperimental) ... ok (0.005s) 2022-11-23T01:46:29.1118547Z test_call_to_assert_with_multiline_message (__main__.TestFXExperimental) ... ok (0.004s) 2022-11-23T01:46:29.1118900Z test_conv_bn_fusion (__main__.TestFXExperimental) ... skip: no torchvision (0.001s) 2022-11-23T01:46:29.1119241Z test_conv_bn_fusion_not_running_state (__main__.TestFXExperimental) ... ok (0.014s) 2022-11-23T01:46:29.1119572Z test_cost_aware_partition (__main__.TestFXExperimental) ... ok (0.014s) 2022-11-23T01:46:29.1119872Z test_fetch (__main__.TestFXExperimental) ... ok (0.000s) 2022-11-23T01:46:29.1120179Z test_find_single_partition (__main__.TestFXExperimental) ... ok (0.006s) 2022-11-23T01:46:29.1120477Z test_lack_of_devices (__main__.TestFXExperimental) ... ok (0.000s) 2022-11-23T01:46:29.1120837Z test_large_node_error (__main__.TestFXExperimental) ... ok (0.010s) 2022-11-23T01:46:29.1121127Z test_merge_matmuls (__main__.TestFXExperimental) 2022-11-23T01:46:29.1121725Z A collection of test cases for torch.fx.experimental.merge_matmul, ... ok (0.041s) 2022-11-23T01:46:29.1122059Z test_meta_tracer (__main__.TestFXExperimental) ... ok (0.039s) 2022-11-23T01:46:29.1122475Z test_normalize_args (__main__.TestFXExperimental) ... skip: no torchvision (0.002s) 2022-11-23T01:46:29.1123042Z test_normalize_args_perserve_type (__main__.TestFXExperimental) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\operator_schemas.py:207: UserWarning: Does not support nested parametric types, got typing.List[~t]. Please file a bug. 2022-11-23T01:46:29.1123510Z warnings.warn( 2022-11-23T01:46:29.1123732Z ok (0.008s) 2022-11-23T01:46:29.1124096Z test_normalize_args_preserve_meta (__main__.TestFXExperimental) ... ok (0.007s) 2022-11-23T01:46:29.1124488Z test_normalize_binary_operators (__main__.TestFXExperimental) ... ok (0.067s) 2022-11-23T01:46:29.1124815Z test_normalize_modules_exhaustive (__main__.TestFXExperimental) 2022-11-23T01:46:29.1125550Z Exhaustively test `Node.normalized_arguments` on all standard ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\conv.py:309: UserWarning: Using padding='same' with even kernel lengths and odd dilation may require a zero-padded copy of the input be created (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Convolution.cpp:996.) 2022-11-23T01:46:29.1126225Z return F.conv1d(input, weight, bias, self.stride, 2022-11-23T01:46:29.1126426Z ok (1.834s) 2022-11-23T01:46:29.1126736Z test_optimize_for_inference_cpu (__main__.TestFXExperimental) ... ok (0.530s) 2022-11-23T01:46:29.1127124Z test_optimize_for_inference_cpu_torchvision (__main__.TestFXExperimental) ... skip: no torchvision (0.002s) 2022-11-23T01:46:29.1127539Z test_partition_device_mapping (__main__.TestFXExperimental) ... ok (0.012s) 2022-11-23T01:46:29.1127869Z test_partition_latency (__main__.TestFXExperimental) ... ok (0.012s) 2022-11-23T01:46:29.1128236Z test_partition_node_manipulation (__main__.TestFXExperimental) ... ok (0.008s) 2022-11-23T01:46:29.1128561Z test_replace_target_nodes_with (__main__.TestFXExperimental) ... ok (0.003s) 2022-11-23T01:46:29.1128876Z test_saturate_host (__main__.TestFXExperimental) ... [0, 4] 2022-11-23T01:46:29.1129105Z [1, 2] 2022-11-23T01:46:29.1129272Z ok (0.009s) 2022-11-23T01:46:29.1129521Z test_size_based_partition (__main__.TestFXExperimental) ... ok (0.018s) 2022-11-23T01:46:29.1130006Z test_sparse_nn_partition (__main__.TestFXExperimental) ... ok (0.180s) 2022-11-23T01:46:29.1130311Z test_split_module_default_arg (__main__.TestFXExperimental) ... ok (0.017s) 2022-11-23T01:46:29.1130651Z test_split_module_kwargs_expansion (__main__.TestFXExperimental) ... ok (0.007s) 2022-11-23T01:46:29.1130991Z test_split_qualname_mapping (__main__.TestFXExperimental) ... ok (0.009s) 2022-11-23T01:46:29.1131320Z test_subgraph_creation (__main__.TestFXExperimental) ... ok (0.010s) 2022-11-23T01:46:29.1131678Z test_subgraph_trivial_resnet (__main__.TestFXExperimental) ... skip: no torchvision (0.001s) 2022-11-23T01:46:29.1132028Z test_subgraph_uniquename (__main__.TestFXExperimental) ... ok (0.006s) 2022-11-23T01:46:29.1132607Z test_to_folder (__main__.TestFXExperimental) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\graph_module.py:476: UserWarning: Was not able to save the following children modules as reprs -saved as pickled files instead: ['seq'] 2022-11-23T01:46:29.1133201Z warnings.warn("Was not able to save the following children modules as reprs -" 2022-11-23T01:46:29.1133455Z ok (0.039s) 2022-11-23T01:46:29.1133734Z test_traceable_function_with_nonstandard_name (__main__.TestFXExperimental) ... ok (0.003s) 2022-11-23T01:46:29.1134074Z test_type_matches (__main__.TestFXExperimental) ... ok (0.003s) 2022-11-23T01:46:29.1134251Z 2022-11-23T01:46:29.1134402Z ---------------------------------------------------------------------- 2022-11-23T01:46:29.1134661Z Ran 38 tests in 2.969s 2022-11-23T01:46:29.1134786Z 2022-11-23T01:46:29.1134981Z OK (skipped=5) 2022-11-23T01:46:29.1135100Z 2022-11-23T01:46:29.1135195Z Generating XML reports... 2022-11-23T01:46:29.1135657Z Generated XML report: test-reports\python-unittest\test_fx_experimental\TEST-TestFXExperimental-20221123014625.xml 2022-11-23T01:46:29.1136020Z 2022-11-23T01:46:29.1136294Z ##[endgroup] 2022-11-23T01:46:29.1136686Z FINISHED PRINTING LOG FILE of test_fx_experimental (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_fx_experimental_za07jinl) 2022-11-23T01:46:29.1137083Z 2022-11-23T01:46:32.0973914Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:46:32.0974648Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:46:32.0975005Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:46:32.2448891Z Running test_fx_passes ... [2022-11-23 01:46:32.242511] 2022-11-23T01:46:32.2454786Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_fx_passes.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:46:32.242511] 2022-11-23T01:46:32.2456361Z Ignoring disabled issues: [] 2022-11-23T01:46:35.8273978Z 2022-11-23T01:46:35.8274738Z Expand the folded group to see the log file of test_fx_passes 2022-11-23T01:46:35.8275903Z ##[group]PRINTING LOG FILE of test_fx_passes (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_fx_passes_cs_1fixq) 2022-11-23T01:46:35.8277432Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:46:35.8278627Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:46:35.8278885Z 2022-11-23T01:46:35.8279024Z Running tests... 2022-11-23T01:46:35.8279726Z ---------------------------------------------------------------------- 2022-11-23T01:46:35.8280327Z Test results will be stored in test-reports\python-unittest\test_fx_passes 2022-11-23T01:46:35.8281112Z 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-23T01:46:35.8281716Z ok (0.498s) 2022-11-23T01:46:35.8282226Z test_fuser_util_partition_[['add', 'add_1'], ['add_5', 'add_6']] (__main__.TestFXGraphPasses) ... ok (0.009s) 2022-11-23T01:46:35.8282986Z test_fuser_util_partition_[['add', 'linear', 'add_1', 'param', 'add_2', 'add_3', 'add_4', 'linear2', 'add_5', 'add_6', 'relu']] (__main__.TestFXGraphPasses) ... ok (0.003s) 2022-11-23T01:46:35.8283682Z test_fuser_util_partition_[['add_2', 'add_3']] (__main__.TestFXGraphPasses) ... ok (0.006s) 2022-11-23T01:46:35.8284261Z test_fuser_util_partition_[['add_3', 'add_4']] (__main__.TestFXGraphPasses) ... ok (0.010s) 2022-11-23T01:46:35.8284840Z test_fuser_util_partition_[['add_4', 'add_1', 'add_3', 'add_2']] (__main__.TestFXGraphPasses) ... ok (0.000s) 2022-11-23T01:46:35.8285487Z test_fuser_util_partition_[['add_5', 'add_6'], ['add_1', 'add_2', 'add_3', 'add_4']] (__main__.TestFXGraphPasses) ... ok (0.020s) 2022-11-23T01:46:35.8286113Z test_fuser_util_partition_[['add_5', 'linear2']] (__main__.TestFXGraphPasses) ... ok (0.013s) 2022-11-23T01:46:35.8286729Z test_fuser_util_partition_[['add_6', 'add_5']] (__main__.TestFXGraphPasses) ... ok (0.011s) 2022-11-23T01:46:35.8287475Z test_fuser_util_partition_[['add_6', 'relu']] (__main__.TestFXGraphPasses) ... ok (0.008s) 2022-11-23T01:46:35.8288119Z test_fuser_util_partition_[['param', 'add_1', 'linear']] (__main__.TestFXGraphPasses) ... ok (0.008s) 2022-11-23T01:46:35.8288722Z test_fuser_util_partition_[['param', 'add_2']] (__main__.TestFXGraphPasses) ... ok (0.007s) 2022-11-23T01:46:35.8289354Z test_fuser_util_xfail_partition_[['add', 'add_1', 'add_3']] (__main__.TestFXGraphPasses) ... ok (0.005s) 2022-11-23T01:46:35.8290025Z test_fuser_util_xfail_partition_[['add', 'add_1'], ['add_1', 'add_5', 'add_6']] (__main__.TestFXGraphPasses) ... ok (0.000s) 2022-11-23T01:46:35.8290668Z test_fuser_util_xfail_partition_[['add_4', 'add_5']] (__main__.TestFXGraphPasses) ... ok (0.006s) 2022-11-23T01:46:35.8291312Z test_fuser_util_xfail_partition_[['relu', 'add_5']] (__main__.TestFXGraphPasses) ... ok (0.000s) 2022-11-23T01:46:35.8292206Z 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) ... ok (0.010s) 2022-11-23T01:46:35.8293293Z test_partitioner_fn__expected_partition_[['add_3', 'add_2', 'add', 'add_1']]_bookend_non_compute_pass_False (__main__.TestFXGraphPasses) ... ok (0.020s) 2022-11-23T01:46:35.8294395Z test_partitioner_fn__expected_partition_[['add_1'], ['add']]_bookend_non_compute_pass_False (__main__.TestFXGraphPasses) ... ok (0.011s) 2022-11-23T01:46:35.8295404Z test_partitioner_fn__expected_partition_[['add_2'], ['add_3', 'add_4', 'add_1'], ['add']]_bookend_non_compute_pass_False (__main__.TestFXGraphPasses) ... ok (0.008s) 2022-11-23T01:46:35.8296468Z test_partitioner_fn__expected_partition_[['add_2', 'add_1', 'add']]_bookend_non_compute_pass_False (__main__.TestFXGraphPasses) ... ok (0.008s) 2022-11-23T01:46:35.8297562Z test_partitioner_fn__expected_partition_[['add', 'std_mean', 'getitem', 'getitem_1']]_bookend_non_compute_pass_False (__main__.TestFXGraphPasses) ... ok (0.007s) 2022-11-23T01:46:35.8298744Z test_partitioner_fn__expected_partition_[['add_1', 'add', 'permute_1', 'view', 'permute_2', 'permute_3', 'permute']]_bookend_non_compute_pass_False (__main__.TestFXGraphPasses) ... ok (0.007s) 2022-11-23T01:46:35.8299966Z test_partitioner_fn__expected_partition_[['permute_1', 'add_1', 'add']]_bookend_non_compute_pass_True (__main__.TestFXGraphPasses) ... ok (0.008s) 2022-11-23T01:46:35.8301093Z test_partitioner_fn__expected_partition_[['add_1', 'add', 'permute_1', 'view', 'permute_2', 'permute_3', 'permute']]_bookend_non_compute_pass_False (__main__.TestFXGraphPasses) ... ok (0.001s) 2022-11-23T01:46:35.8302203Z test_partitioner_fn__expected_partition_[['permute_1', 'add_1', 'add']]_bookend_non_compute_pass_True (__main__.TestFXGraphPasses) ... ok (0.016s) 2022-11-23T01:46:35.8303285Z test_partitioner_fn__expected_partition_[['add_3', 'add_2'], ['add_1', 'add']]_bookend_non_compute_pass_False (__main__.TestFXGraphPasses) ... ok (0.007s) 2022-11-23T01:46:35.8304310Z test_partitioner_fn__expected_partition_[['add_2', 'add_1', 'add']]_bookend_non_compute_pass_False (__main__.TestFXGraphPasses) ... ok (0.007s) 2022-11-23T01:46:35.8305436Z test_partitioner_fn__expected_partition_[['add_2', 'add_1', 'add']]_bookend_non_compute_pass_False (__main__.TestFXGraphPasses) ... ok (0.007s) 2022-11-23T01:46:35.8306469Z test_partitioner_fn__expected_partition_[['add_1', 'add']]_bookend_non_compute_pass_False (__main__.TestFXGraphPasses) ... ok (0.007s) 2022-11-23T01:46:35.8307495Z test_partitioner_fn__expected_partition_[['add']]_bookend_non_compute_pass_False (__main__.TestFXGraphPasses) ... ok (0.005s) 2022-11-23T01:46:35.8308493Z test_partitioner_fn__expected_partition_[['add_3', 'add_2', 'add', 'add_1']]_bookend_non_compute_pass_False (__main__.TestFXGraphPasses) ... ok (0.009s) 2022-11-23T01:46:35.8309537Z test_partitioner_fn__expected_partition_[['add_3', 'add_2', 'add', 'add_1']]_bookend_non_compute_pass_False (__main__.TestFXGraphPasses) ... ok (0.000s) 2022-11-23T01:46:35.8310553Z test_partitioner_fn__expected_partition_[['add_3', 'add_2', 'add_1', 'add']]_bookend_non_compute_pass_False (__main__.TestFXGraphPasses) ... ok (0.010s) 2022-11-23T01:46:35.8311453Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.000s) 2022-11-23T01:46:35.8312233Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.010s) 2022-11-23T01:46:35.8312978Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.000s) 2022-11-23T01:46:35.8313792Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.014s) 2022-11-23T01:46:35.8314640Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.005s) 2022-11-23T01:46:35.8315527Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.005s) 2022-11-23T01:46:35.8316481Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.005s) 2022-11-23T01:46:35.8317490Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.005s) 2022-11-23T01:46:35.8318303Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.005s) 2022-11-23T01:46:35.8319067Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.004s) 2022-11-23T01:46:35.8319815Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.006s) 2022-11-23T01:46:35.8320578Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.006s) 2022-11-23T01:46:35.8321283Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.000s) 2022-11-23T01:46:35.8322030Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.010s) 2022-11-23T01:46:35.8322794Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.010s) 2022-11-23T01:46:35.8323513Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.000s) 2022-11-23T01:46:35.8323910Z 2022-11-23T01:46:35.8324170Z ---------------------------------------------------------------------- 2022-11-23T01:46:35.8324613Z Ran 50 tests in 0.844s 2022-11-23T01:46:35.8324797Z 2022-11-23T01:46:35.8324911Z OK 2022-11-23T01:46:35.8325055Z 2022-11-23T01:46:35.8325276Z Generating XML reports... 2022-11-23T01:46:35.8325833Z Generated XML report: test-reports\python-unittest\test_fx_passes\TEST-TestFXGraphPasses-20221123014634.xml 2022-11-23T01:46:35.8326683Z Generated XML report: test-reports\python-unittest\test_fx_passes\TEST-TestFXMatcherUtils-20221123014634.xml 2022-11-23T01:46:35.8327108Z 2022-11-23T01:46:35.8327585Z ##[endgroup] 2022-11-23T01:46:35.8328184Z FINISHED PRINTING LOG FILE of test_fx_passes (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_fx_passes_cs_1fixq) 2022-11-23T01:46:35.8328630Z 2022-11-23T01:46:38.7350531Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:46:38.7351422Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:46:38.7351820Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:46:38.8818753Z Running test_fx_reinplace_pass ... [2022-11-23 01:46:38.877749] 2022-11-23T01:46:38.8824112Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_fx_reinplace_pass.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:46:38.877749] 2022-11-23T01:46:38.8825482Z Ignoring disabled issues: [] 2022-11-23T01:46:42.8557752Z 2022-11-23T01:46:42.8558481Z Expand the folded group to see the log file of test_fx_reinplace_pass 2022-11-23T01:46:42.8559652Z ##[group]PRINTING LOG FILE of test_fx_reinplace_pass (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_fx_reinplace_pass_07wtigfw) 2022-11-23T01:46:42.8560844Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:46:42.8561785Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:46:42.8561992Z 2022-11-23T01:46:42.8562331Z Running tests... 2022-11-23T01:46:42.8562680Z ---------------------------------------------------------------------- 2022-11-23T01:46:42.8563169Z Test results will be stored in test-reports\python-unittest\test_fx_reinplace_pass 2022-11-23T01:46:42.8563653Z test_out_node_updated (__main__.TestReinplacePass) ... ok (0.460s) 2022-11-23T01:46:42.8564106Z test_reinplace_basic (__main__.TestReinplacePass) ... ok (0.008s) 2022-11-23T01:46:42.8564663Z test_reinplace_different_metadata (__main__.TestReinplacePass) ... ok (0.008s) 2022-11-23T01:46:42.8565252Z test_reinplace_index_mutation (__main__.TestReinplacePass) ... ok (0.014s) 2022-11-23T01:46:42.8565768Z test_reinplace_overlapping_memory (__main__.TestReinplacePass) ... ok (0.015s) 2022-11-23T01:46:42.8566313Z test_reinplace_scatter_op (__main__.TestReinplacePass) ... ok (0.694s) 2022-11-23T01:46:42.8566977Z test_reinplace_scatter_twice (__main__.TestReinplacePass) ... ok (0.031s) 2022-11-23T01:46:42.8567579Z test_reinplace_scatter_twice_with_different_view_op_invalid (__main__.TestReinplacePass) ... ok (0.016s) 2022-11-23T01:46:42.8568253Z test_reinplace_scatter_twice_with_different_view_op_invalid2 (__main__.TestReinplacePass) ... ok (0.014s) 2022-11-23T01:46:42.8568972Z test_reinplace_scatter_twice_with_different_view_op_valid (__main__.TestReinplacePass) ... ok (0.016s) 2022-11-23T01:46:42.8569562Z test_reinplace_with_view (__main__.TestReinplacePass) ... ok (0.010s) 2022-11-23T01:46:42.8569862Z 2022-11-23T01:46:42.8570116Z ---------------------------------------------------------------------- 2022-11-23T01:46:42.8570765Z Ran 11 tests in 1.281s 2022-11-23T01:46:42.8570975Z 2022-11-23T01:46:42.8571089Z OK 2022-11-23T01:46:42.8571263Z 2022-11-23T01:46:42.8571419Z Generating XML reports... 2022-11-23T01:46:42.8572049Z Generated XML report: test-reports\python-unittest\test_fx_reinplace_pass\TEST-TestReinplacePass-20221123014641.xml 2022-11-23T01:46:42.8572501Z 2022-11-23T01:46:42.8572939Z ##[endgroup] 2022-11-23T01:46:42.8573563Z FINISHED PRINTING LOG FILE of test_fx_reinplace_pass (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_fx_reinplace_pass_07wtigfw) 2022-11-23T01:46:42.8574025Z 2022-11-23T01:46:45.8839061Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:46:45.8839786Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:46:45.8840129Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:46:46.0351402Z Running test_hub ... [2022-11-23 01:46:46.034689] 2022-11-23T01:46:46.0358322Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_hub.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:46:46.035296] 2022-11-23T01:46:46.0361286Z Ignoring disabled issues: [] 2022-11-23T01:46:48.6228959Z 2022-11-23T01:46:48.6229569Z Expand the folded group to see the log file of test_hub 2022-11-23T01:46:48.6230263Z ##[group]PRINTING LOG FILE of test_hub (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_hub_b5taufji) 2022-11-23T01:46:48.6231090Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:46:48.6231757Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:46:48.6231909Z 2022-11-23T01:46:48.6232112Z ##[endgroup] 2022-11-23T01:46:48.6232683Z FINISHED PRINTING LOG FILE of test_hub (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_hub_b5taufji) 2022-11-23T01:46:48.6232921Z 2022-11-23T01:46:51.5344125Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:46:51.5344848Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:46:51.5345190Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:46:51.6787649Z Running test_import_stats ... [2022-11-23 01:46:51.678256] 2022-11-23T01:46:51.6793185Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_import_stats.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:46:51.678860] 2022-11-23T01:46:51.6795027Z Ignoring disabled issues: [] 2022-11-23T01:46:59.4269099Z 2022-11-23T01:46:59.4269810Z Expand the folded group to see the log file of test_import_stats 2022-11-23T01:46:59.4270942Z ##[group]PRINTING LOG FILE of test_import_stats (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_import_stats_4qvrtdcm) 2022-11-23T01:46:59.4272627Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:46:59.4273765Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:46:59.4274009Z 2022-11-23T01:46:59.4274137Z Running tests... 2022-11-23T01:46:59.4274586Z ---------------------------------------------------------------------- 2022-11-23T01:46:59.4275147Z Test results will be stored in test-reports\python-unittest\test_import_stats 2022-11-23T01:46:59.4275695Z test_time_cuda_device_count (__main__.TestImportTime) ... ok (2.693s) 2022-11-23T01:46:59.4276201Z test_time_import_torch (__main__.TestImportTime) ... ok (2.404s) 2022-11-23T01:46:59.4276462Z 2022-11-23T01:46:59.4276709Z ---------------------------------------------------------------------- 2022-11-23T01:46:59.4277406Z Ran 2 tests in 5.094s 2022-11-23T01:46:59.4277602Z 2022-11-23T01:46:59.4277702Z OK 2022-11-23T01:46:59.4277868Z 2022-11-23T01:46:59.4278026Z Generating XML reports... 2022-11-23T01:46:59.4278617Z Generated XML report: test-reports\python-unittest\test_import_stats\TEST-TestImportTime-20221123014653.xml 2022-11-23T01:46:59.4279047Z 2022-11-23T01:46:59.4279448Z ##[endgroup] 2022-11-23T01:46:59.4280039Z FINISHED PRINTING LOG FILE of test_import_stats (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_import_stats_4qvrtdcm) 2022-11-23T01:46:59.4280491Z 2022-11-23T01:47:02.6681488Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:47:02.6682211Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:47:02.6682565Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:47:02.8346625Z Running test_itt ... [2022-11-23 01:47:02.833261] 2022-11-23T01:47:02.8352302Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_itt.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:47:02.834928] 2022-11-23T01:47:02.8353787Z Ignoring disabled issues: [] 2022-11-23T01:47:06.1357727Z 2022-11-23T01:47:06.1358489Z Expand the folded group to see the log file of test_itt 2022-11-23T01:47:06.1359535Z ##[group]PRINTING LOG FILE of test_itt (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_itt__evn3xmk) 2022-11-23T01:47:06.1360936Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:47:06.1362019Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:47:06.1362261Z 2022-11-23T01:47:06.1362385Z Running tests... 2022-11-23T01:47:06.1362810Z ---------------------------------------------------------------------- 2022-11-23T01:47:06.1363344Z Test results will be stored in test-reports\python-unittest\test_itt 2022-11-23T01:47:06.1363812Z test_itt (__main__.TestItt) ... ok (0.462s) 2022-11-23T01:47:06.1364041Z 2022-11-23T01:47:06.1364288Z ---------------------------------------------------------------------- 2022-11-23T01:47:06.1364691Z Ran 1 test in 0.469s 2022-11-23T01:47:06.1364887Z 2022-11-23T01:47:06.1364990Z OK 2022-11-23T01:47:06.1365140Z 2022-11-23T01:47:06.1365299Z Generating XML reports... 2022-11-23T01:47:06.1365835Z Generated XML report: test-reports\python-unittest\test_itt\TEST-TestItt-20221123014705.xml 2022-11-23T01:47:06.1366197Z 2022-11-23T01:47:06.1366816Z ##[endgroup] 2022-11-23T01:47:06.1367358Z FINISHED PRINTING LOG FILE of test_itt (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_itt__evn3xmk) 2022-11-23T01:47:06.1367756Z 2022-11-23T01:47:09.1648130Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:47:09.1648856Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:47:09.1649185Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:47:09.3177235Z Running test_jit ... [2022-11-23 01:47:09.317281] 2022-11-23T01:47:09.3183442Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_jit.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:47:09.317887] 2022-11-23T01:47:09.3186900Z Ignoring disabled issues: [] 2022-11-23T01:48:38.3924031Z 2022-11-23T01:48:38.3924511Z Expand the folded group to see the log file of test_dataloader 2022-11-23T01:48:38.3925286Z ##[group]PRINTING LOG FILE of test_dataloader (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_dataloader_39evq9x2) 2022-11-23T01:48:38.3943890Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.3944633Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.3944786Z 2022-11-23T01:48:38.3944914Z Running tests... 2022-11-23T01:48:38.3947845Z ---------------------------------------------------------------------- 2022-11-23T01:48:38.3948228Z Test results will be stored in test-reports\python-unittest\test_dataloader 2022-11-23T01:48:38.3948607Z test_shuffler_iterdatapipe (__main__.IntegrationTestDataLoaderDataPipe) 2022-11-23T01:48:38.3949049Z Verify ``IterDataPipe.shuffle`` is controlled by ``DataLoader`` ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:48:38.3949720Z test_add_dataset (__main__.TestConcatDataset) ... ok (0.430s) 2022-11-23T01:48:38.3950151Z test_concat_raises_index_error (__main__.TestConcatDataset) ... ok (0.003s) 2022-11-23T01:48:38.3950599Z test_concat_two_non_singletons (__main__.TestConcatDataset) ... ok (0.000s) 2022-11-23T01:48:38.3950945Z test_concat_two_non_singletons_with_empty (__main__.TestConcatDataset) ... ok (0.000s) 2022-11-23T01:48:38.3951319Z test_concat_two_singletons (__main__.TestConcatDataset) ... ok (0.000s) 2022-11-23T01:48:38.3951638Z test_iterable_dataset_err (__main__.TestConcatDataset) ... ok (0.006s) 2022-11-23T01:48:38.3952034Z test_conv_after_fork (__main__.TestConvAfterFork) ... skip: Needs fork (0.000s) 2022-11-23T01:48:38.3952437Z test_custom_batch_pin (__main__.TestCustomPinFn) ... skip: CUDA unavailable (0.000s) 2022-11-23T01:48:38.3952805Z test_custom_batch_pin_worker (__main__.TestCustomPinFn) ... skip: CUDA unavailable (0.000s) 2022-11-23T01:48:38.3953323Z test_batch_sampler (__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-23T01:48:38.3953946Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.3954531Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.3955203Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.3955792Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.3956343Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.3956966Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.3957499Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.3958237Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.3959185Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.3959731Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.3960271Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.3960830Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.3961384Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.3961918Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.3962499Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.3963143Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.3963742Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.3964714Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.3965695Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.3966625Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.3967502Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.3968407Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.3969319Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.3969901Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.3970440Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.3971051Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.3971619Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.3972190Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.3972665Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.3973077Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.3973494Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.3974216Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.3974874Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.3975610Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.3976313Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.3977262Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.3977655Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.3978069Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.3978488Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.3979206Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.3980429Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.3980831Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.3981292Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.3981727Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.3982159Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.3982880Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.3983529Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.3983741Z ok (5.589s) 2022-11-23T01:48:38.3984411Z test_builtin_collection_conversion (__main__.TestDataLoader) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/71037 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.000s) 2022-11-23T01:48:38.3985196Z test_bulk_loading_nobatch (__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-23T01:48:38.3985652Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.3986078Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.3986496Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.3986904Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.3987352Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.3987806Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.3988215Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.3988939Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.3989678Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.3990075Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.3990477Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.3990872Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.3991284Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.3991702Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.3992151Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.3992562Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.3993013Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.3993793Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.3994449Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.3995135Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.3995784Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.3996501Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.3997135Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.3997350Z ok (2.858s) 2022-11-23T01:48:38.3997773Z test_chain_iterable_style_dataset (__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-23T01:48:38.3998235Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.3998677Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.3999114Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.3999884Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4000531Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4000910Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4001306Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4001719Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4002132Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4002853Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4003499Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4003767Z ok (5.123s) 2022-11-23T01:48:38.4004026Z test_default_collate_bad_numpy_types (__main__.TestDataLoader) ... ok (0.002s) 2022-11-23T01:48:38.4004344Z test_default_collate_bad_sequence_type (__main__.TestDataLoader) ... ok (0.002s) 2022-11-23T01:48:38.4004716Z test_default_collate_dtype (__main__.TestDataLoader) ... ok (0.002s) 2022-11-23T01:48:38.4005083Z test_default_collate_mapping_keep_type (__main__.TestDataLoader) ... ok (0.002s) 2022-11-23T01:48:38.4006055Z test_default_collate_numpy_memmap (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\_utils\collate.py:172: UserWarning: The given NumPy array is not writable, and PyTorch does not support non-writable tensors. This means writing to this tensor will result in undefined behavior. You may want to copy the array to protect its data or make it writable before converting it to a tensor. This type of warning will be suppressed for the rest of this program. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\torch\csrc\utils\tensor_numpy.cpp:205.) 2022-11-23T01:48:38.4006961Z return collate([torch.as_tensor(b) for b in batch], collate_fn_map=collate_fn_map) 2022-11-23T01:48:38.4007214Z ok (0.004s) 2022-11-23T01:48:38.4007483Z test_default_collate_sequence_dont_keep_type (__main__.TestDataLoader) ... ok (0.002s) 2022-11-23T01:48:38.4007826Z test_default_collate_sequence_keep_type (__main__.TestDataLoader) ... ok (0.002s) 2022-11-23T01:48:38.4008162Z test_default_collate_shared_tensor (__main__.TestDataLoader) ... ok (0.002s) 2022-11-23T01:48:38.4008522Z test_default_convert_mapping_keep_type (__main__.TestDataLoader) ... ok (0.001s) 2022-11-23T01:48:38.4008872Z test_default_convert_sequence_dont_keep_type (__main__.TestDataLoader) ... ok (0.002s) 2022-11-23T01:48:38.4009212Z test_default_convert_sequence_keep_type (__main__.TestDataLoader) ... ok (0.001s) 2022-11-23T01:48:38.4009548Z test_distributed_sampler_invalid_rank (__main__.TestDataLoader) ... ok (0.001s) 2022-11-23T01:48:38.4009896Z test_duplicating_data_with_drop_last (__main__.TestDataLoader) ... ok (0.002s) 2022-11-23T01:48:38.4010201Z test_error (__main__.TestDataLoader) ... ok (0.003s) 2022-11-23T01:48:38.4010688Z test_error_in_init (__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-23T01:48:38.4011187Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4011612Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4012028Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4012452Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4012852Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4013269Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4013667Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4014392Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4015047Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4015735Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4016493Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4016931Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4017325Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4017743Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4018160Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4018584Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4018967Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4019400Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4019813Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4020588Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4021241Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4021919Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4022655Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4022861Z ok (5.237s) 2022-11-23T01:48:38.4023263Z test_error_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-23T01:48:38.4023694Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4024097Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4024498Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4024917Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4025314Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4025725Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4026137Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4026542Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4026934Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4027352Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4027792Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4028621Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4029283Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4029762Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4030150Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4030566Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4030962Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4031684Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4032340Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4033075Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4033779Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4034510Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4035147Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4035367Z ok (2.809s) 2022-11-23T01:48:38.4035636Z test_excessive_thread_creation_warning (__main__.TestDataLoader) ... ok (0.013s) 2022-11-23T01:48:38.4036011Z test_fd_limit_exceeded (__main__.TestDataLoader) ... skip: No 'resource' module on Windows (0.001s) 2022-11-23T01:48:38.4036498Z test_get_worker_info (__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-23T01:48:38.4036947Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4037360Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4037767Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4038494Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4039134Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4039349Z ok (5.195s) 2022-11-23T01:48:38.4039632Z test_growing_dataset (__main__.TestDataLoader) ... ok (0.003s) 2022-11-23T01:48:38.4040008Z test_invalid_assign_after_init (__main__.TestDataLoader) ... ok (0.002s) 2022-11-23T01:48:38.4040343Z test_invalid_ctor_args_combinations (__main__.TestDataLoader) ... ok (0.007s) 2022-11-23T01:48:38.4040831Z test_iterable_style_dataset (__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-23T01:48:38.4041282Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4041701Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4042114Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4042537Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4042915Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4043334Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4043743Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4044895Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4045618Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4046057Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4046462Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4046879Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4047291Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4048000Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4048652Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4049321Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4049978Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4050377Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4050775Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4051231Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4051647Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4052072Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4052528Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4052952Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4053356Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4053776Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4054167Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4054576Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4054985Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4055714Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4056374Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4057145Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4057852Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4058533Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4059181Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4059572Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4059972Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4060384Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4060798Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4061222Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4061595Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4062000Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4062389Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4062841Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4063256Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4063725Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4064133Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4064854Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4065561Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4066226Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4066882Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4067563Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4068206Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4068637Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4069079Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4069624Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4070043Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4070770Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4071416Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4071790Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4072190Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4072604Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4073016Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4073729Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4074369Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4074812Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4075253Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4075667Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4076058Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4076831Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4077482Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4077876Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4078271Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4078685Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4079096Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4079510Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4079885Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4080690Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4081393Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4081790Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4082195Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4082618Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4083007Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4083419Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4083833Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4084544Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4085194Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4085876Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4086568Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4087015Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4087416Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4087829Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4088296Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4088714Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4089088Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4089499Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4089905Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4090324Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4090719Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4091128Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4091542Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4092314Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4093016Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4093732Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4094389Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4095064Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4095692Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4096090Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4096489Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4096905Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4097323Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4097772Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4098159Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4098615Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4099022Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4099739Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4100448Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4101123Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4101759Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4102152Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4102549Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4102962Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4103356Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4104125Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4104877Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4105269Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4105663Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4106076Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4106490Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4107209Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4107854Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4108228Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4108625Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4109035Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4109499Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4109966Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4110402Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4110811Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4111223Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4111928Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4112630Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4113308Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4113962Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4114355Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4114749Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4115163Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4115623Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4116072Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4116459Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4117210Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4117860Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4118255Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4118650Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4119061Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4119469Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4119891Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4120305Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4121006Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4121714Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4122430Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4123084Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4123477Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4123866Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4124334Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4124742Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4125160Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4125534Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4125947Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4126359Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4126775Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4127173Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4127630Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4128088Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4128859Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4129498Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4130152Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4130799Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4131470Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4132096Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4132482Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4132878Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4133336Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4133794Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4134517Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4135152Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4135519Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4135968Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4136377Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4136787Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4137205Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4137596Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4138012Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4138422Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4139166Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4139871Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4140601Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4141254Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4141651Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4142046Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4142457Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4142864Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4143282Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4143656Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4144064Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4144474Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4145247Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4145911Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4146601Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4147244Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4147635Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4148084Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4148498Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4148890Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4149691Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4150353Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4150800Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4151240Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4151651Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4152063Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4152480Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4152907Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4153318Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4153724Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4154445Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4155090Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4155789Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4156482Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4156903Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4157320Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4157731Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4158134Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4158849Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4159499Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4159954Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4160348Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4160771Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4161341Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4161988Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4162652Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4163373Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4164080Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4165118Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4167060Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4168152Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4168840Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4169252Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4169655Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4170072Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4170473Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4171377Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4172040Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4172440Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4172835Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4173246Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4173660Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4174076Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4174450Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4175161Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4176350Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4176801Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4177253Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4177992Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4178642Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4179039Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4179434Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4179844Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4180238Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4181024Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4181684Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4181902Z ok (39.178s) 2022-11-23T01:48:38.4182151Z test_iterabledataset_len (__main__.TestDataLoader) ... ok (0.000s) 2022-11-23T01:48:38.4182678Z test_large_sampler_indices (__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-23T01:48:38.4183172Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4183596Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4183989Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4184706Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4185368Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4185582Z ok (4.953s) 2022-11-23T01:48:38.4185805Z test_len (__main__.TestDataLoader) ... ok (0.008s) 2022-11-23T01:48:38.4186277Z test_multi_epochs_reproducibility (__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-23T01:48:38.4186740Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4187152Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4187548Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4188630Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4189333Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4189817Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4190213Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4190625Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4191038Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4191756Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4192408Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4192844Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4193244Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4193655Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4194068Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4194543Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4194980Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4195393Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4195780Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4196503Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4197156Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4197832Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4198471Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4198870Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4199262Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4199676Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4200422Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4200886Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4201262Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4201672Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4202088Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4202811Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4203466Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4204146Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4204799Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4205068Z ok (7.994s) 2022-11-23T01:48:38.4205492Z test_multiple_dataloaders (__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-23T01:48:38.4205994Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4206442Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4206857Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4207276Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4207670Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4208082Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4208487Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4209208Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4209864Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4210527Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4211182Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4211647Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4212082Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4212593Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4213008Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4213740Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4214384Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4214773Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4215165Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4215558Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4215962Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4216375Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4216767Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4217216Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4217675Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4218435Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4219093Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4219469Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4219861Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4220272Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4220680Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4221394Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4222039Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4222716Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4223410Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4223626Z ok (5.962s) 2022-11-23T01:48:38.4224257Z test_multiprocessing_contexts (__main__.TestDataLoader) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/71229 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.002s) 2022-11-23T01:48:38.4225250Z test_multiprocessing_iterdatapipe (__main__.TestDataLoader) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/74498 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.002s) 2022-11-23T01:48:38.4225858Z test_no_segfault (__main__.TestDataLoader) ... skip: Needs fork (0.001s) 2022-11-23T01:48:38.4226131Z test_numpy (__main__.TestDataLoader) ... ok (0.004s) 2022-11-23T01:48:38.4226412Z test_numpy_gen_state (__main__.TestDataLoader) ... ok (0.004s) 2022-11-23T01:48:38.4226696Z test_numpy_scalars (__main__.TestDataLoader) ... ok (0.003s) 2022-11-23T01:48:38.4226969Z test_partial_workers (__main__.TestDataLoader) 2022-11-23T01:48:38.4227293Z Check that workers exit even if the iterator is not exhausted. ... skip: FIXME: stuck test (0.000s) 2022-11-23T01:48:38.4227598Z test_proper_exit (__main__.TestDataLoader) 2022-11-23T01:48:38.4228315Z There might be ConnectionResetError or leaked semaphore warning (due to dirty process exit), but they are all safe to ignore ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/70517 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.006s) 2022-11-23T01:48:38.4228976Z test_random_sampler (__main__.TestDataLoader) ... ok (0.000s) 2022-11-23T01:48:38.4229339Z test_random_sampler_len_with_replacement (__main__.TestDataLoader) ... ok (0.000s) 2022-11-23T01:48:38.4229790Z test_random_sampler_len_without_replacement (__main__.TestDataLoader) ... ok (0.010s) 2022-11-23T01:48:38.4230289Z test_sampler (__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-23T01:48:38.4230723Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4231139Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4231555Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4231960Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4232352Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4232759Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4233167Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4233584Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4233975Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4234687Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4235388Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4235834Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4236283Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4236698Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4237084Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4237493Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4237907Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4238630Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4239282Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4239960Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4241033Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4241768Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4242413Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4242789Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4243179Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4243591Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4244006Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4244428Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4244815Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4245225Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4245620Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4246344Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4247044Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4247477Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4247869Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4248341Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4248752Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4249166Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4249540Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4249952Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4250356Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4251072Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4251728Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4252704Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4253410Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4254082Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4254726Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4254940Z ok (5.573s) 2022-11-23T01:48:38.4255178Z test_sampler_reproducibility (__main__.TestDataLoader) ... ok (0.026s) 2022-11-23T01:48:38.4255653Z test_segfault (__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-23T01:48:38.4256090Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4256503Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4256917Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4257642Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4258292Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4258546Z ok (5.149s) 2022-11-23T01:48:38.4259011Z test_seqential_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-23T01:48:38.4259446Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4259858Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4260322Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4260744Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4261138Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4261548Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4261958Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4262667Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4263322Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4264001Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4264736Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4265398Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4265808Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4266215Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4266626Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4267342Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4267984Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4268382Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4268759Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4269167Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4269651Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4270429Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4271123Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4271339Z ok (2.834s) 2022-11-23T01:48:38.4271765Z test_seqential_batch_workers_prefetch (__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-23T01:48:38.4272231Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4272687Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4273098Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4273519Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4273906Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4274319Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4274727Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4275444Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4276131Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4276904Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4277551Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4277925Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4278321Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4278734Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4279145Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4279870Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4280518Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4280908Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4281300Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4281734Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4282172Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4282904Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4283551Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4283765Z ok (2.834s) 2022-11-23T01:48:38.4284004Z test_sequential_batch (__main__.TestDataLoader) ... ok (0.054s) 2022-11-23T01:48:38.4284303Z test_sequential_nonbatch (__main__.TestDataLoader) ... ok (0.021s) 2022-11-23T01:48:38.4284679Z test_sequential_pin_memory (__main__.TestDataLoader) ... skip: CUDA unavailable (0.000s) 2022-11-23T01:48:38.4285174Z test_sequential_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-23T01:48:38.4285615Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4286027Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4286438Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4287151Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4287853Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4288290Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4288682Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4289121Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4289536Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4289947Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4290331Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4290739Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4291117Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4291518Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4291906Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4292331Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4292734Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4293498Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4294201Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4294883Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4295525Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4296202Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4296901Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4297118Z ok (2.788s) 2022-11-23T01:48:38.4297347Z test_shuffle (__main__.TestDataLoader) ... ok (0.080s) 2022-11-23T01:48:38.4297606Z test_shuffle_batch (__main__.TestDataLoader) ... ok (0.070s) 2022-11-23T01:48:38.4297893Z test_shuffle_batch_none (__main__.TestDataLoader) ... ok (0.082s) 2022-11-23T01:48:38.4298535Z test_shuffle_batch_workers (__main__.TestDataLoader) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/74548 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-11-23T01:48:38.4299309Z test_shuffle_batch_workers_prefetch (__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-23T01:48:38.4299772Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4300189Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4300601Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4301376Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4302033Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4302409Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4302805Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4303216Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4303618Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4304038Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4304482Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4304938Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4305329Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4306051Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4306697Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4307089Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4307480Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4307888Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4308358Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4309072Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4309787Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4310478Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4311120Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4311316Z ok (2.872s) 2022-11-23T01:48:38.4311590Z test_shuffle_pin_memory (__main__.TestDataLoader) ... skip: CUDA unavailable (0.001s) 2022-11-23T01:48:38.4312087Z test_shuffle_reproducibility (__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-23T01:48:38.4312544Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4313008Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4313421Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4313845Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4314221Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4314630Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4315032Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4315751Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4316400Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4317074Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4317710Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4318105Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4318500Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4318913Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4319307Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4319720Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4320208Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4320960Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4321615Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4322012Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4322423Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4323141Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4323799Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4323995Z ok (5.422s) 2022-11-23T01:48:38.4324464Z test_shuffle_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-23T01:48:38.4324908Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4325317Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4325729Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4326161Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4326552Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4326942Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4327348Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4328062Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4328712Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4329384Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4330030Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4330423Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4330809Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4331220Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4331680Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4332079Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4332463Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4333171Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4333815Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4334208Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4334620Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4335337Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4335989Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4336202Z ok (2.897s) 2022-11-23T01:48:38.4336621Z test_timeout (__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-23T01:48:38.4337058Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4337469Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4337883Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4338597Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4339250Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4339458Z ok (3.534s) 2022-11-23T01:48:38.4339683Z test_typing (__main__.TestDataLoader) ... ok (0.000s) 2022-11-23T01:48:38.4340116Z test_worker_init_fn (__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-23T01:48:38.4340556Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4340966Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4341369Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4341785Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4342182Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4342590Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4342982Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4343708Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4344413Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4345095Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4345727Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4345934Z ok (2.597s) 2022-11-23T01:48:38.4346336Z test_worker_seed (__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-23T01:48:38.4346776Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4347188Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4347597Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4348044Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4348433Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4348843Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4349254Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4350037Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4350685Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4351418Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4352108Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4352503Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4352876Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4353285Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4353696Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4354422Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4355127Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4355518Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4355907Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4356320Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4356731Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4357133Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4357522Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4357929Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4358340Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4358754Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4359141Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4359552Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4359940Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4360701Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4361358Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4362035Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4362687Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4363360Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4363996Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4364209Z ok (3.063s) 2022-11-23T01:48:38.4364635Z test_worker_seed_reproducibility (__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-23T01:48:38.4365086Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4365480Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4365880Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4366298Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4366694Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4367161Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4367570Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4367987Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4368379Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4368773Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4369180Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4369893Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4370552Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4371282Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4371942Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4372614Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4373258Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4373648Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4374041Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4374435Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4374843Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4375259Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4375647Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4376060Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4376466Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4376885Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4377276Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4377666Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4378072Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4378785Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4379497Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4380178Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4380810Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4381477Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4382122Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4382511Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4382902Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4383342Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4383755Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4384468Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4385127Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4385517Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4385908Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4386320Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4386726Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4387141Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4387514Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4387920Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4388323Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4389038Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4389759Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4390154Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4390618Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4391029Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4391416Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4392139Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4392792Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4393182Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4393574Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4393987Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4394395Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4395147Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4395795Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4396186Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4396564Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4396969Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4397372Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4398116Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4398752Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4399420Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4400068Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4400286Z ok (6.084s) 2022-11-23T01:48:38.4400889Z test_batch_sampler (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/70756 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.000s) 2022-11-23T01:48:38.4401872Z test_builtin_collection_conversion (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/71037 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.011s) 2022-11-23T01:48:38.4402759Z test_bulk_loading_nobatch (__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-23T01:48:38.4403239Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4403638Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4404046Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4404462Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4404852Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4405262Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4405668Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4406434Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4407163Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4407561Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4407987Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4408401Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4408824Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4409556Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4410210Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4410615Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4411012Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4411435Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4411829Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4412556Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4413208Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4413896Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4414614Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4414829Z ok (2.797s) 2022-11-23T01:48:38.4415298Z test_chain_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-23T01:48:38.4415793Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4416210Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4416616Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4417383Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4418133Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4418619Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4419112Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4419535Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4419962Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4420682Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4421336Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4421544Z ok (5.214s) 2022-11-23T01:48:38.4421978Z test_dataset_not_reset (__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-23T01:48:38.4422459Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4422882Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4423407Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4424141Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4424792Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4425188Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4425585Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4426060Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4426476Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4427203Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4427863Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4428062Z ok (2.750s) 2022-11-23T01:48:38.4428363Z test_default_collate_bad_numpy_types (__main__.TestDataLoaderPersistentWorkers) ... ok (0.000s) 2022-11-23T01:48:38.4428774Z test_default_collate_bad_sequence_type (__main__.TestDataLoaderPersistentWorkers) ... ok (0.000s) 2022-11-23T01:48:38.4429173Z test_default_collate_dtype (__main__.TestDataLoaderPersistentWorkers) ... ok (0.000s) 2022-11-23T01:48:38.4429648Z test_default_collate_mapping_keep_type (__main__.TestDataLoaderPersistentWorkers) ... ok (0.000s) 2022-11-23T01:48:38.4430052Z test_default_collate_numpy_memmap (__main__.TestDataLoaderPersistentWorkers) ... ok (0.013s) 2022-11-23T01:48:38.4430463Z test_default_collate_sequence_dont_keep_type (__main__.TestDataLoaderPersistentWorkers) ... ok (0.002s) 2022-11-23T01:48:38.4430923Z test_default_collate_sequence_keep_type (__main__.TestDataLoaderPersistentWorkers) ... ok (0.002s) 2022-11-23T01:48:38.4431332Z test_default_collate_shared_tensor (__main__.TestDataLoaderPersistentWorkers) ... ok (0.003s) 2022-11-23T01:48:38.4431737Z test_default_convert_mapping_keep_type (__main__.TestDataLoaderPersistentWorkers) ... ok (0.001s) 2022-11-23T01:48:38.4432157Z test_default_convert_sequence_dont_keep_type (__main__.TestDataLoaderPersistentWorkers) ... ok (0.002s) 2022-11-23T01:48:38.4432579Z test_default_convert_sequence_keep_type (__main__.TestDataLoaderPersistentWorkers) ... ok (0.002s) 2022-11-23T01:48:38.4433015Z test_distributed_sampler_invalid_rank (__main__.TestDataLoaderPersistentWorkers) ... ok (0.002s) 2022-11-23T01:48:38.4433429Z test_duplicating_data_with_drop_last (__main__.TestDataLoaderPersistentWorkers) ... ok (0.004s) 2022-11-23T01:48:38.4433806Z test_early_exit (__main__.TestDataLoaderPersistentWorkers) ... skip: Needs fork (0.001s) 2022-11-23T01:48:38.4434169Z test_error (__main__.TestDataLoaderPersistentWorkers) ... ok (0.003s) 2022-11-23T01:48:38.4434703Z test_error_in_init (__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-23T01:48:38.4435189Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4435609Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4436018Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4436436Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4436824Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4437215Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4437617Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4438336Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4439038Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4439718Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4440370Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4440762Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4441153Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4441592Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4441997Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4442400Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4442816Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4443295Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4443721Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4444436Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4445089Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4445770Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4446409Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4446617Z ok (5.281s) 2022-11-23T01:48:38.4447058Z test_error_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-23T01:48:38.4447508Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4447922Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4448328Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4449060Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4449726Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4450137Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4450731Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4451148Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4451587Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4452326Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4452988Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4453364Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4453766Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4454197Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4454627Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4455059Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4455521Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4455949Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4456350Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4457080Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4457736Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4458418Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4459077Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4459289Z ok (2.479s) 2022-11-23T01:48:38.4459597Z test_excessive_thread_creation_warning (__main__.TestDataLoaderPersistentWorkers) ... ok (0.005s) 2022-11-23T01:48:38.4460036Z test_fd_limit_exceeded (__main__.TestDataLoaderPersistentWorkers) ... skip: No 'resource' module on Windows (0.001s) 2022-11-23T01:48:38.4460622Z test_get_worker_info (__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-23T01:48:38.4461102Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4461500Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4461910Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4462634Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4463330Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4463546Z ok (5.330s) 2022-11-23T01:48:38.4463828Z test_growing_dataset (__main__.TestDataLoaderPersistentWorkers) ... ok (0.002s) 2022-11-23T01:48:38.4464211Z test_invalid_assign_after_init (__main__.TestDataLoaderPersistentWorkers) ... ok (0.001s) 2022-11-23T01:48:38.4464615Z test_invalid_ctor_args_combinations (__main__.TestDataLoaderPersistentWorkers) ... ok (0.004s) 2022-11-23T01:48:38.4465315Z test_iterable_style_dataset (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/62968 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.005s) 2022-11-23T01:48:38.4465995Z test_iterabledataset_len (__main__.TestDataLoaderPersistentWorkers) ... ok (0.002s) 2022-11-23T01:48:38.4466548Z test_large_sampler_indices (__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-23T01:48:38.4467032Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4467522Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4467975Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4468734Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4469532Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4469787Z ok (5.576s) 2022-11-23T01:48:38.4470054Z test_len (__main__.TestDataLoaderPersistentWorkers) ... ok (20.018s) 2022-11-23T01:48:38.4498782Z test_multi_epochs_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-23T01:48:38.4499526Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4499942Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4500370Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4500803Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4501195Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4501585Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4501996Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4502720Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4503518Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4504207Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4504831Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4505037Z ok (3.065s) 2022-11-23T01:48:38.4505643Z test_multiple_dataloaders (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/70947 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-11-23T01:48:38.4506620Z test_multiprocessing_contexts (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/71229 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.002s) 2022-11-23T01:48:38.4507671Z test_multiprocessing_iterdatapipe (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/74498 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.002s) 2022-11-23T01:48:38.4508406Z test_no_segfault (__main__.TestDataLoaderPersistentWorkers) ... skip: Needs fork (0.001s) 2022-11-23T01:48:38.4508766Z test_numpy (__main__.TestDataLoaderPersistentWorkers) ... ok (0.002s) 2022-11-23T01:48:38.4509110Z test_numpy_gen_state (__main__.TestDataLoaderPersistentWorkers) ... ok (0.010s) 2022-11-23T01:48:38.4509580Z test_numpy_scalars (__main__.TestDataLoaderPersistentWorkers) ... ok (0.005s) 2022-11-23T01:48:38.4509921Z test_partial_workers (__main__.TestDataLoaderPersistentWorkers) 2022-11-23T01:48:38.4510272Z Check that workers exit even if the iterator is not exhausted. ... skip: FIXME: stuck test (0.002s) 2022-11-23T01:48:38.4510609Z test_proper_exit (__main__.TestDataLoaderPersistentWorkers) 2022-11-23T01:48:38.4511336Z There might be ConnectionResetError or leaked semaphore warning (due to dirty process exit), but they are all safe to ignore ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/70517 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.006s) 2022-11-23T01:48:38.4512026Z test_random_sampler (__main__.TestDataLoaderPersistentWorkers) ... ok (0.004s) 2022-11-23T01:48:38.4512407Z test_random_sampler_len_with_replacement (__main__.TestDataLoaderPersistentWorkers) ... ok (0.002s) 2022-11-23T01:48:38.4512814Z test_random_sampler_len_without_replacement (__main__.TestDataLoaderPersistentWorkers) ... ok (0.002s) 2022-11-23T01:48:38.4513351Z test_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-23T01:48:38.4513791Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4514193Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4514591Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4515359Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4515988Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4516379Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4516764Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4517157Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4517555Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4518258Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4518886Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4519306Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4519688Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4520084Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4520476Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4520879Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4521257Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4521641Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4522035Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4522746Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4523375Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4524054Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4524688Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4525069Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4525445Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4525839Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4526275Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4526666Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4527040Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4527475Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4527868Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4528578Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4529211Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4529585Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4529970Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4530351Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4530790Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4531496Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4532128Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4532807Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4533446Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4533826Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4534210Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4534595Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4534993Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4535683Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4536321Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4536519Z ok (6.969s) 2022-11-23T01:48:38.4536801Z test_sampler_reproducibility (__main__.TestDataLoaderPersistentWorkers) ... ok (0.022s) 2022-11-23T01:48:38.4537333Z test_segfault (__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-23T01:48:38.4537843Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4538236Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4538630Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4539320Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4539955Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4540151Z ok (5.328s) 2022-11-23T01:48:38.4540586Z test_seqential_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-23T01:48:38.4541054Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4541443Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4541834Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4542573Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4543207Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4543578Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4543953Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4544343Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4544736Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4545135Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4545502Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4545884Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4546268Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4546966Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4547600Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4547975Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4548348Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4548737Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4549175Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4549959Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4550591Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4551263Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4551898Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4552084Z ok (3.310s) 2022-11-23T01:48:38.4552537Z test_seqential_batch_workers_prefetch (__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-23T01:48:38.4553020Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4553413Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4553856Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4554263Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4554640Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4555020Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4555409Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4556102Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4556728Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4557401Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4558031Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4558409Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4558785Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4559178Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4559570Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4559964Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4560338Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4560779Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4561169Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4561864Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4562495Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4563156Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4563792Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4563987Z ok (3.320s) 2022-11-23T01:48:38.4564240Z test_sequential_batch (__main__.TestDataLoaderPersistentWorkers) ... ok (0.063s) 2022-11-23T01:48:38.4564601Z test_sequential_nonbatch (__main__.TestDataLoaderPersistentWorkers) ... ok (0.033s) 2022-11-23T01:48:38.4565040Z test_sequential_pin_memory (__main__.TestDataLoaderPersistentWorkers) ... skip: CUDA unavailable (0.001s) 2022-11-23T01:48:38.4565598Z test_sequential_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-23T01:48:38.4566067Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4566465Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4566857Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4567566Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4568202Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4568570Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4568956Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4569346Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4569720Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4570114Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4570510Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4570924Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4571307Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4571709Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4572125Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4572522Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4572921Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4573635Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4574266Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4574940Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4575579Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4576293Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4576928Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4577116Z ok (3.300s) 2022-11-23T01:48:38.4577371Z test_shuffle (__main__.TestDataLoaderPersistentWorkers) ... ok (0.077s) 2022-11-23T01:48:38.4577717Z test_shuffle_batch (__main__.TestDataLoaderPersistentWorkers) ... ok (0.080s) 2022-11-23T01:48:38.4578071Z test_shuffle_batch_none (__main__.TestDataLoaderPersistentWorkers) ... ok (0.096s) 2022-11-23T01:48:38.4578763Z test_shuffle_batch_workers (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/74548 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-11-23T01:48:38.4579595Z test_shuffle_batch_workers_prefetch (__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-23T01:48:38.4580082Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4580484Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4580875Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4581284Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4581662Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4582058Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4582459Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4582863Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4583251Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4584147Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4584545Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4584952Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4585332Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4585733Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4586132Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4586842Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4587484Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4588217Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4588852Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4589585Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4590210Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4590888Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4591509Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4591709Z ok (3.297s) 2022-11-23T01:48:38.4592008Z test_shuffle_pin_memory (__main__.TestDataLoaderPersistentWorkers) ... skip: CUDA unavailable (0.000s) 2022-11-23T01:48:38.4592574Z test_shuffle_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-23T01:48:38.4593060Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4593458Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4593830Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4594226Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4594627Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4595039Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4595430Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4596446Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4597087Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4597755Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4598391Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4598773Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4599146Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4599545Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4599949Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4600408Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4600790Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4601190Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4601590Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4602283Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4602922Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4603591Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4604240Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4604442Z ok (5.843s) 2022-11-23T01:48:38.4604876Z test_shuffle_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-23T01:48:38.4605337Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4605738Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4606141Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4606536Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4606923Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4607317Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4607984Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4608388Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4608771Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4609176Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4609574Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4610361Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4611053Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4611803Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4612447Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4613121Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4613753Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4614134Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4614518Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4614923Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4615321Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4616026Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4616653Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4616844Z ok (3.029s) 2022-11-23T01:48:38.4617428Z test_timeout (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/68844 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.002s) 2022-11-23T01:48:38.4618051Z test_typing (__main__.TestDataLoaderPersistentWorkers) ... ok (0.002s) 2022-11-23T01:48:38.4618565Z test_worker_init_fn (__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-23T01:48:38.4619301Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4619707Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4620111Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4621094Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4626535Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4627207Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4627608Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4628018Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4628445Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4629680Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4630350Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4630555Z ok (2.843s) 2022-11-23T01:48:38.4631145Z test_worker_seed (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/62969 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-11-23T01:48:38.4632125Z test_worker_seed_reproducibility (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/62970 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-11-23T01:48:38.4632783Z test_incomplete_fractional_splits (__main__.TestDatasetRandomSplit) ... ok (0.002s) 2022-11-23T01:48:38.4633138Z test_lengths_must_equal_dataset_size (__main__.TestDatasetRandomSplit) ... ok (0.001s) 2022-11-23T01:48:38.4633471Z test_slicing_of_subset_of_dataset (__main__.TestDatasetRandomSplit) ... ok (0.002s) 2022-11-23T01:48:38.4633807Z test_slicing_of_subset_of_subset (__main__.TestDatasetRandomSplit) ... ok (0.003s) 2022-11-23T01:48:38.4634145Z test_splits_are_mutually_exclusive (__main__.TestDatasetRandomSplit) ... ok (0.002s) 2022-11-23T01:48:38.4634474Z test_splits_generator (__main__.TestDatasetRandomSplit) ... ok (0.002s) 2022-11-23T01:48:38.4634803Z test_splits_have_correct_size (__main__.TestDatasetRandomSplit) ... ok (0.002s) 2022-11-23T01:48:38.4635117Z test_splits_indexing_type (__main__.TestDatasetRandomSplit) 2022-11-23T01:48:38.4635384Z Indices generated by random_split ... ok (0.003s) 2022-11-23T01:48:38.4635683Z test_splits_reproducibility (__main__.TestDatasetRandomSplit) ... ok (0.009s) 2022-11-23T01:48:38.4636019Z test_pin_memory (__main__.TestDictDataLoader) ... skip: CUDA unavailable (0.000s) 2022-11-23T01:48:38.4636362Z test_pin_memory_device (__main__.TestDictDataLoader) ... skip: CUDA unavailable (0.000s) 2022-11-23T01:48:38.4637181Z test_pin_memory_with_only_device (__main__.TestDictDataLoader) ... skip: CUDA unavailable (0.000s) 2022-11-23T01:48:38.4637685Z test_sequential_batch (__main__.TestDictDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:48:38.4638119Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:48:38.4638513Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:48:38.4638919Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:48:38.4639639Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:38.4640292Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:38.4640495Z ok (2.699s) 2022-11-23T01:48:38.4641137Z test_ind_worker_queue (__main__.TestIndividualWorkerQueue) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/68643 for platform(s) macos, linux, win. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-11-23T01:48:38.4641783Z test_dataloader_with_namedtuple (__main__.TestNamedTupleDataLoader) ... ok (0.003s) 2022-11-23T01:48:38.4642169Z test_set_affinity_in_worker_init (__main__.TestSetAffinity) ... skip: os.sched_setaffinity is not available (0.001s) 2022-11-23T01:48:38.4642548Z test_shuffle_pin_memory (__main__.TestStringDataLoader) ... skip: CUDA unavailable (0.001s) 2022-11-23T01:48:38.4642866Z test_getitem (__main__.TestTensorDataset) ... ok (0.008s) 2022-11-23T01:48:38.4643131Z test_getitem_1d (__main__.TestTensorDataset) ... ok (0.005s) 2022-11-23T01:48:38.4643399Z test_len (__main__.TestTensorDataset) ... ok (0.002s) 2022-11-23T01:48:38.4643671Z test_many_tensors (__main__.TestTensorDataset) ... ok (0.004s) 2022-11-23T01:48:38.4643955Z test_single_tensor (__main__.TestTensorDataset) ... ok (0.003s) 2022-11-23T01:48:38.4644116Z 2022-11-23T01:48:38.4644265Z ---------------------------------------------------------------------- 2022-11-23T01:48:38.4644511Z Ran 164 tests in 224.406s 2022-11-23T01:48:38.4644615Z 2022-11-23T01:48:38.4644687Z OK (skipped=37) 2022-11-23T01:48:38.4644795Z 2022-11-23T01:48:38.4644882Z Generating XML reports... 2022-11-23T01:48:38.4645237Z Generated XML report: test-reports\python-unittest\test_dataloader\TEST-TestConcatDataset-20221123014453.xml 2022-11-23T01:48:38.4645711Z Generated XML report: test-reports\python-unittest\test_dataloader\TEST-TestDataLoader-20221123014453.xml 2022-11-23T01:48:38.4646220Z Generated XML report: test-reports\python-unittest\test_dataloader\TEST-TestDataLoaderPersistentWorkers-20221123014453.xml 2022-11-23T01:48:38.4646755Z Generated XML report: test-reports\python-unittest\test_dataloader\TEST-TestDatasetRandomSplit-20221123014453.xml 2022-11-23T01:48:38.4647245Z Generated XML report: test-reports\python-unittest\test_dataloader\TEST-TestDictDataLoader-20221123014453.xml 2022-11-23T01:48:38.4647737Z Generated XML report: test-reports\python-unittest\test_dataloader\TEST-TestNamedTupleDataLoader-20221123014453.xml 2022-11-23T01:48:38.4648226Z Generated XML report: test-reports\python-unittest\test_dataloader\TEST-TestTensorDataset-20221123014453.xml 2022-11-23T01:48:38.4648750Z Generated XML report: test-reports\python-unittest\test_dataloader\TEST-IntegrationTestDataLoaderDataPipe-20221123014453.xml 2022-11-23T01:48:38.4649558Z Generated XML report: test-reports\python-unittest\test_dataloader\TEST-TestConvAfterFork-20221123014453.xml 2022-11-23T01:48:38.4650016Z Generated XML report: test-reports\python-unittest\test_dataloader\TEST-TestCustomPinFn-20221123014453.xml 2022-11-23T01:48:38.4650501Z Generated XML report: test-reports\python-unittest\test_dataloader\TEST-TestIndividualWorkerQueue-20221123014453.xml 2022-11-23T01:48:38.4650986Z Generated XML report: test-reports\python-unittest\test_dataloader\TEST-TestSetAffinity-20221123014453.xml 2022-11-23T01:48:38.4651445Z Generated XML report: test-reports\python-unittest\test_dataloader\TEST-TestStringDataLoader-20221123014453.xml 2022-11-23T01:48:38.4651699Z 2022-11-23T01:48:38.4652060Z ##[endgroup] 2022-11-23T01:48:38.4652409Z FINISHED PRINTING LOG FILE of test_dataloader (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_dataloader_39evq9x2) 2022-11-23T01:48:38.4652665Z 2022-11-23T01:48:41.4367147Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:48:41.4367992Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:48:41.4368330Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:48:41.5849687Z Running test_jit_autocast ... [2022-11-23 01:48:41.584249] 2022-11-23T01:48:41.5856090Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_jit_autocast.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:48:41.585388] 2022-11-23T01:48:41.5856998Z Ignoring disabled issues: [] 2022-11-23T01:49:01.0645829Z 2022-11-23T01:49:01.0646559Z Expand the folded group to see the log file of test_jit_autocast 2022-11-23T01:49:01.0647714Z ##[group]PRINTING LOG FILE of test_jit_autocast (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_jit_autocast_p9xgtwad) 2022-11-23T01:49:01.0649118Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:49:01.0650265Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:49:01.0650668Z CUDA not available, skipping tests 2022-11-23T01:49:01.0651185Z monkeytype is not installed. Skipping tests for Profile-Directed Typing 2022-11-23T01:49:01.0651522Z 2022-11-23T01:49:01.0651658Z Running tests... 2022-11-23T01:49:01.0652100Z ---------------------------------------------------------------------- 2022-11-23T01:49:01.0652907Z Test results will be stored in test-reports\python-unittest\test_jit_autocast 2022-11-23T01:49:01.0653474Z test_autocast_api (__main__.TestAutocast) ... skip: No cuda (0.002s) 2022-11-23T01:49:01.0654107Z test_autocast_api_not_supported (__main__.TestAutocast) ... skip: we need to provide dtype argument at this moment (0.001s) 2022-11-23T01:49:01.0654698Z test_autocast_autodiff (__main__.TestAutocast) ... skip: No cuda (0.002s) 2022-11-23T01:49:01.0655317Z test_autocast_decorator (__main__.TestAutocast) ... skip: autocast decorators not supported (0.001s) 2022-11-23T01:49:01.0655948Z test_autocast_decorator_outside_jit (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-11-23T01:49:01.0656516Z test_autocast_mixed_dtypes (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-11-23T01:49:01.0657086Z test_callees (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-11-23T01:49:01.0657606Z test_callees_with_autocast_off (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-11-23T01:49:01.0658951Z test_callees_with_autocast_on (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-11-23T01:49:01.0659490Z test_conditional_autocast (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-11-23T01:49:01.0660066Z test_control_flow (__main__.TestAutocast) ... skip: broken due to lack of type propagation (0.001s) 2022-11-23T01:49:01.0660655Z test_divergent_autocast (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-11-23T01:49:01.0661183Z test_divergent_types (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-11-23T01:49:01.0661725Z test_duplicate_inputs (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-11-23T01:49:01.0662247Z test_eager_and_script (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-11-23T01:49:01.0662848Z test_explicit_casts (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-11-23T01:49:01.0663334Z test_fp32_policy (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-11-23T01:49:01.0663850Z test_fp32_policy_with_fp64 (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-11-23T01:49:01.0664381Z test_fp32_set_opt_dtype_policy (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-11-23T01:49:01.0664933Z test_fp32_set_opt_dtype_policy_fp64 (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-11-23T01:49:01.0665440Z test_ignore_amp (__main__.TestAutocast) ... ok (0.016s) 2022-11-23T01:49:01.0665956Z test_implicitly_nested_autocast (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-11-23T01:49:01.0666460Z test_inplace (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-11-23T01:49:01.0667128Z test_jit_autocast_softmax_cpu (__main__.TestAutocast) ... ok (0.081s) 2022-11-23T01:49:01.0667673Z test_jit_autocast_softmax_gpu (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-11-23T01:49:01.0668242Z test_jit_call_method_under_autocast (__main__.TestAutocast) ... skip: No cuda (0.010s) 2022-11-23T01:49:01.0668809Z test_jit_executor_under_autocast (__main__.TestAutocast) ... skip: No cuda (0.002s) 2022-11-23T01:49:01.0669368Z test_jit_freeze_autocast_basic (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-11-23T01:49:01.0669936Z test_jit_freeze_autocast_constants (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-11-23T01:49:01.0670478Z test_linear_bf16 (__main__.TestAutocast) ... skip: No cuda bfloat16 support (0.001s) 2022-11-23T01:49:01.0670991Z test_minimal (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-11-23T01:49:01.0671498Z test_minimal_cpu (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-11-23T01:49:01.0671999Z test_minimal_off (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-11-23T01:49:01.0672494Z test_nested_autocast (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-11-23T01:49:01.0672993Z test_promote_policy (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-11-23T01:49:01.0673494Z test_promote_policy_fp64 (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-11-23T01:49:01.0674002Z test_reused_autocast (__main__.TestAutocast) ... skip: No cuda (0.002s) 2022-11-23T01:49:01.0674573Z test_reused_autocast_expr (__main__.TestAutocast) ... skip: unsuported autocast syntax (0.002s) 2022-11-23T01:49:01.0675158Z test_runtime_autocast_state (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-11-23T01:49:01.0675728Z test_runtime_autocast_state_expr (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-11-23T01:49:01.0676281Z test_script_and_tracing (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-11-23T01:49:01.0676914Z test_script_and_tracing_with_autocast (__main__.TestAutocast) ... skip: autocast(False) is ignored inside traced functions (0.001s) 2022-11-23T01:49:01.0677534Z test_script_module (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-11-23T01:49:01.0678061Z test_tracing_and_script (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-11-23T01:49:01.0678720Z test_tracing_with_autocast_and_script (__main__.TestAutocast) ... skip: scripted called from traced TorchScript is not yet working (0.001s) 2022-11-23T01:49:01.0679522Z test_cat_promote (__main__.TestJitTraceAutocast) ... ok (0.252s) 2022-11-23T01:49:01.0680083Z test_generate_autocast_jit_trace_model (__main__.TestJitTraceAutocast) ... ok (3.726s) 2022-11-23T01:49:01.0680688Z test_nchw_autocast_jit_trace_model (__main__.TestJitTraceAutocast) ... ok (5.242s) 2022-11-23T01:49:01.0681255Z test_nhwc_autocast_jit_trace_model (__main__.TestJitTraceAutocast) ... ok (5.272s) 2022-11-23T01:49:01.0681828Z test_script_autocast_cpu (__main__.TestJitTraceAutocast) ... ok (0.159s) 2022-11-23T01:49:01.0682410Z test_script_autocast_cuda (__main__.TestJitTraceAutocast) ... skip: No cuda (0.002s) 2022-11-23T01:49:01.0683003Z test_script_autocast_enable_and_check (__main__.TestJitTraceAutocast) ... ok (0.150s) 2022-11-23T01:49:01.0683554Z test_scripted_aliasing (__main__.TestJitTraceAutocast) ... ok (0.128s) 2022-11-23T01:49:01.0683849Z 2022-11-23T01:49:01.0684110Z ---------------------------------------------------------------------- 2022-11-23T01:49:01.0684533Z Ran 53 tests in 15.109s 2022-11-23T01:49:01.0684708Z 2022-11-23T01:49:01.0684839Z OK (skipped=44) 2022-11-23T01:49:01.0685031Z 2022-11-23T01:49:01.0685186Z Generating XML reports... 2022-11-23T01:49:01.0685772Z Generated XML report: test-reports\python-unittest\test_jit_autocast\TEST-TestAutocast-20221123014845.xml 2022-11-23T01:49:01.0686588Z Generated XML report: test-reports\python-unittest\test_jit_autocast\TEST-TestJitTraceAutocast-20221123014845.xml 2022-11-23T01:49:01.0687025Z 2022-11-23T01:49:01.0687479Z ##[endgroup] 2022-11-23T01:49:01.0688229Z FINISHED PRINTING LOG FILE of test_jit_autocast (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_jit_autocast_p9xgtwad) 2022-11-23T01:49:01.0688686Z 2022-11-23T01:49:03.9316216Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:49:03.9317032Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:49:03.9317382Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:49:04.0772692Z Running test_jit_fuser_te ... [2022-11-23 01:49:04.076585] 2022-11-23T01:49:04.0778890Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_jit_fuser_te.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:49:04.077172] 2022-11-23T01:49:04.0779376Z Ignoring disabled issues: [] 2022-11-23T01:49:52.1201492Z 2022-11-23T01:49:52.1202236Z Expand the folded group to see the log file of test_jit 2022-11-23T01:49:52.1202979Z ##[group]PRINTING LOG FILE of test_jit (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_jit_3l2bma_x) 2022-11-23T01:49:52.1230932Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:49:52.1231642Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:49:52.1231899Z CUDA not available, skipping tests 2022-11-23T01:49:52.1232212Z monkeytype is not installed. Skipping tests for Profile-Directed Typing 2022-11-23T01:49:52.1233673Z 2022-11-23T01:49:52.1233933Z Running tests... 2022-11-23T01:49:52.1234200Z ---------------------------------------------------------------------- 2022-11-23T01:49:52.1234538Z Test results will be stored in test-reports\python-unittest\test_jit 2022-11-23T01:49:52.1235283Z test_becomes_wildcard_annotations (jit.test_alias_analysis.TestAliasAnalysis) ... ok (0.004s) 2022-11-23T01:49:52.1235770Z test_nested_list_construct_not_wildcard (jit.test_alias_analysis.TestAliasAnalysis) ... ok (0.018s) 2022-11-23T01:49:52.1236160Z test_recursive_calls (jit.test_alias_analysis.TestAliasAnalysis) ... ok (0.027s) 2022-11-23T01:49:52.1236512Z test_async_future_type_python (jit.test_async.TestAsync) ... ok (0.002s) 2022-11-23T01:49:52.1236927Z test_async_grad_guard_no_grad (jit.test_async.TestAsync) ... ok (0.066s) 2022-11-23T01:49:52.1237371Z test_async_grad_guard_with_grad (jit.test_async.TestAsync) ... ok (0.010s) 2022-11-23T01:49:52.1237801Z test_async_kwargs (jit.test_async.TestAsync) ... ok (0.066s) 2022-11-23T01:49:52.1238203Z test_async_parsing (jit.test_async.TestAsync) ... ok (0.010s) 2022-11-23T01:49:52.1238603Z test_async_python (jit.test_async.TestAsync) ... ok (0.000s) 2022-11-23T01:49:52.1238996Z test_async_script (jit.test_async.TestAsync) ... ok (0.014s) 2022-11-23T01:49:52.1239404Z test_async_script_capture (jit.test_async.TestAsync) ... ok (0.012s) 2022-11-23T01:49:52.1239828Z test_async_script_error (jit.test_async.TestAsync) ... ok (0.647s) 2022-11-23T01:49:52.1240231Z test_async_script_multi_forks (jit.test_async.TestAsync) ... ok (0.022s) 2022-11-23T01:49:52.1240663Z test_async_script_multi_waits (jit.test_async.TestAsync) ... ok (0.000s) 2022-11-23T01:49:52.1241090Z test_async_script_nested (jit.test_async.TestAsync) ... ok (0.028s) 2022-11-23T01:49:52.1241764Z test_async_script_no_script_mod (jit.test_async.TestAsync) ... ok (0.003s) 2022-11-23T01:49:52.1242346Z test_async_script_trace (jit.test_async.TestAsync) ... ok (0.050s) 2022-11-23T01:49:52.1242743Z test_future_subtyping (jit.test_async.TestAsync) 2022-11-23T01:49:52.1243111Z Test that futures subtype each other properly. ... ok (0.008s) 2022-11-23T01:49:52.1243532Z test_no_future_subtype_message (jit.test_async.TestAsync) ... ok (0.002s) 2022-11-23T01:49:52.1243968Z test_trace_fork_wait (jit.test_async.TestAsync) ... ok (0.016s) 2022-11-23T01:49:52.1244387Z test_trace_fork_wait_inline (jit.test_async.TestAsync) ... ok (0.014s) 2022-11-23T01:49:52.1244815Z test_trace_fork_wait_leaking (jit.test_async.TestAsync) ... ok (0.004s) 2022-11-23T01:49:52.1245258Z test_trace_fork_wait_list_modulecalls (jit.test_async.TestAsync) ... ok (0.047s) 2022-11-23T01:49:52.1245719Z test_trace_modulecalls_with_different_output_types (jit.test_async.TestAsync) ... ok (0.020s) 2022-11-23T01:49:52.1246192Z test_aten_pow_zero_negative_exponent (jit.test_aten_pow.TestAtenPow) 2022-11-23T01:49:52.1246574Z 1. Testing a = int, b = int ... ok (0.020s) 2022-11-23T01:49:52.1246994Z test_autodiff_requires_grad_nograd (jit.test_autodiff.TestAutodiffJit) ... ok (0.020s) 2022-11-23T01:49:52.1247495Z test_requires_grad_outputs (jit.test_autodiff.TestAutodiffJit) ... ok (0.009s) 2022-11-23T01:49:52.1248001Z test_requires_grad_outputs_profiled_twice (jit.test_autodiff.TestAutodiffJit) ... ok (0.010s) 2022-11-23T01:49:52.1248530Z test_requires_grad_outputs_side_effects (jit.test_autodiff.TestAutodiffJit) ... ok (0.011s) 2022-11-23T01:49:52.1248999Z test_undefined_tensor_lists (jit.test_autodiff.TestAutodiffJit) ... ok (0.023s) 2022-11-23T01:49:52.1249541Z test_aliased_outputs (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.004s) 2022-11-23T01:49:52.1250119Z test_bias_as_arg (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.048s) 2022-11-23T01:49:52.1250715Z test_bias_as_module_attr (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.137s) 2022-11-23T01:49:52.1251411Z test_chunk_constant_script_ad (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.009s) 2022-11-23T01:49:52.1252004Z test_constructed_bias (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.033s) 2022-11-23T01:49:52.1252613Z test_diff_graph_inline_threshold (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.010s) 2022-11-23T01:49:52.1253482Z 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-23T01:49:52.1254185Z test_does_not_create_cycles (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.010s) 2022-11-23T01:49:52.1254787Z test_does_not_merge_unrelated (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.008s) 2022-11-23T01:49:52.1255422Z test_has_profiled_info_aliasing_outputs (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.002s) 2022-11-23T01:49:52.1256053Z test_merge_respects_aliasing (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.009s) 2022-11-23T01:49:52.1256657Z test_merges_dense (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.010s) 2022-11-23T01:49:52.1257235Z test_merges_down (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.017s) 2022-11-23T01:49:52.1257812Z test_merges_up (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.010s) 2022-11-23T01:49:52.1258421Z test_merges_without_cycles (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.009s) 2022-11-23T01:49:52.1259048Z test_prune_grad (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... skip: Simple Executor doesn't support gradients (0.001s) 2022-11-23T01:49:52.1259777Z test_requires_grad_for_tensor_list (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.008s) 2022-11-23T01:49:52.1260390Z test_respects_lexical_scoping (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.011s) 2022-11-23T01:49:52.1260986Z test_simple_merge (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.000s) 2022-11-23T01:49:52.1261566Z test_simple_no_merge (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.018s) 2022-11-23T01:49:52.1262163Z test_errors (jit.test_backends.TestBackends) ... skip: Non-portable load_library call used in test (0.001s) 2022-11-23T01:49:52.1262719Z test_execution (jit.test_backends.TestBackends) ... skip: Non-portable load_library call used in test (0.000s) 2022-11-23T01:49:52.1263274Z test_save_load (jit.test_backends.TestBackends) ... skip: Non-portable load_library call used in test (0.001s) 2022-11-23T01:49:52.1263851Z test_errors (jit.test_backends.TestBackendsWithCompiler) ... skip: Non-portable load_library call used in test (0.001s) 2022-11-23T01:49:52.1264495Z test_execution (jit.test_backends.TestBackendsWithCompiler) ... skip: Non-portable load_library call used in test (0.000s) 2022-11-23T01:49:52.1265022Z test_batch_mm_no_mutation (jit.test_batch_mm.TestBatchMM) ... ok (0.008s) 2022-11-23T01:49:52.1265473Z test_batch_mm_permitted_mutation (jit.test_batch_mm.TestBatchMM) ... ok (0.009s) 2022-11-23T01:49:52.1265933Z test_batch_mm_prohibited_mutation (jit.test_batch_mm.TestBatchMM) ... ok (0.008s) 2022-11-23T01:49:52.1266417Z test_batch_mm_prohibited_mutation_if_node (jit.test_batch_mm.TestBatchMM) ... ok (0.012s) 2022-11-23T01:49:52.1266921Z test_batch_mm_prohibited_mutation_multiple_adds (jit.test_batch_mm.TestBatchMM) ... ok (0.012s) 2022-11-23T01:49:52.1267399Z test_batch_mm_side_permitted_mutation (jit.test_batch_mm.TestBatchMM) ... ok (0.012s) 2022-11-23T01:49:52.1267892Z test_batch_mm_side_prohibited_mutation_common_side (jit.test_batch_mm.TestBatchMM) ... ok (0.011s) 2022-11-23T01:49:52.1268422Z test_batch_mm_side_prohibited_mutation_uncommon_side (jit.test_batch_mm.TestBatchMM) ... ok (0.009s) 2022-11-23T01:49:52.1268880Z test_del (jit.test_builtins.TestBuiltins) ... ok (0.017s) 2022-11-23T01:49:52.1269319Z test_del_multiple_operands (jit.test_builtins.TestBuiltins) ... ok (0.012s) 2022-11-23T01:49:52.1269762Z test_has_attr (jit.test_builtins.TestBuiltins) ... ok (0.031s) 2022-11-23T01:49:52.1270265Z test_has_attr_invalid_args (jit.test_builtins.TestBuiltins) ... ok (0.012s) 2022-11-23T01:49:52.1270685Z test_cast_overloads (jit.test_class_type.TestClassType) ... ok (0.053s) 2022-11-23T01:49:52.1271140Z test_class_attribute_wrong_type (jit.test_class_type.TestClassType) 2022-11-23T01:49:52.1271587Z Test that the error message displayed when convering a class type ... ok (0.025s) 2022-11-23T01:49:52.1272042Z test_class_constant (jit.test_class_type.TestClassType) ... ok (0.047s) 2022-11-23T01:49:52.1272498Z test_class_constructs_itself (jit.test_class_type.TestClassType) ... ok (0.021s) 2022-11-23T01:49:52.1272964Z test_class_inheritance (jit.test_class_type.TestClassType) ... ok (0.009s) 2022-11-23T01:49:52.1273386Z test_class_inheritance_implicit (jit.test_class_type.TestClassType) 2022-11-23T01:49:52.1273795Z Test that inheritance is detected in ... ok (0.162s) 2022-11-23T01:49:52.1274120Z test_class_sorting (jit.test_class_type.TestClassType) ... ok (0.115s) 2022-11-23T01:49:52.1274506Z test_class_specialization (jit.test_class_type.TestClassType) ... ok (0.023s) 2022-11-23T01:49:52.1274849Z test_class_type_as_param (jit.test_class_type.TestClassType) ... ok (0.023s) 2022-11-23T01:49:52.1275241Z test_classmethod (jit.test_class_type.TestClassType) 2022-11-23T01:49:52.1275547Z Test classmethods on class types. ... ok (0.028s) 2022-11-23T01:49:52.1275857Z test_conditional_set_attr (jit.test_class_type.TestClassType) ... ok (0.012s) 2022-11-23T01:49:52.1276215Z test_custom_delete (jit.test_class_type.TestClassType) 2022-11-23T01:49:52.1276650Z Test that del can be called on an instance of a class that ... ok (0.046s) 2022-11-23T01:49:52.1277080Z test_default_args (jit.test_class_type.TestClassType) 2022-11-23T01:49:52.1277502Z Test that methods on class types can have default arguments. ... ok (0.232s) 2022-11-23T01:49:52.1277931Z test_get_attr (jit.test_class_type.TestClassType) ... ok (0.025s) 2022-11-23T01:49:52.1278361Z test_get_attr_not_initialized (jit.test_class_type.TestClassType) ... ok (0.014s) 2022-11-23T01:49:52.1278831Z test_get_with_method (jit.test_class_type.TestClassType) ... ok (0.003s) 2022-11-23T01:49:52.1279281Z test_imported_classes (jit.test_class_type.TestClassType) ... ok (0.026s) 2022-11-23T01:49:52.1279703Z test_in (jit.test_class_type.TestClassType) ... ok (0.018s) 2022-11-23T01:49:52.1280130Z test_init_compiled_first (jit.test_class_type.TestClassType) ... ok (0.019s) 2022-11-23T01:49:52.1280582Z test_interface (jit.test_class_type.TestClassType) ... ok (0.261s) 2022-11-23T01:49:52.1281015Z test_optional_type_promotion (jit.test_class_type.TestClassType) ... ok (0.036s) 2022-11-23T01:49:52.1281487Z test_out_of_order_methods (jit.test_class_type.TestClassType) ... ok (0.019s) 2022-11-23T01:49:52.1281818Z test_overloaded_fn (jit.test_class_type.TestClassType) ... ok (0.324s) 2022-11-23T01:49:52.1282128Z test_properties (jit.test_class_type.TestClassType) 2022-11-23T01:49:52.1282461Z Test that a scripted class can make use of the @property decorator. ... ok (0.094s) 2022-11-23T01:49:52.1282887Z test_py_class_to_ivalue_missing_attribute (jit.test_class_type.TestClassType) ... ok (0.024s) 2022-11-23T01:49:52.1283232Z test_python_interop (jit.test_class_type.TestClassType) ... ok (0.019s) 2022-11-23T01:49:52.1283627Z test_recursive_class (jit.test_class_type.TestClassType) 2022-11-23T01:49:52.1284012Z Recursive class types not yet supported. We should give a good error message. ... ok (0.125s) 2022-11-23T01:49:52.1284479Z test_recursive_script_builtin_type_resolution (jit.test_class_type.TestClassType) 2022-11-23T01:49:52.1285179Z Test resolution of built-in torch types(e.g. torch.Tensor, torch.device) when a class is recursively compiled. ... ok (0.096s) 2022-11-23T01:49:52.1285598Z test_recursive_script_module_builtin_type_resolution (jit.test_class_type.TestClassType) 2022-11-23T01:49:52.1286020Z Test resolution of built-in torch types(e.g. torch.Tensor, torch.device) when a class is recursively compiled ... ok (0.043s) 2022-11-23T01:49:52.1286482Z test_recursive_scripting (jit.test_class_type.TestClassType) 2022-11-23T01:49:52.1286805Z Test that class types are recursively scripted when an Python instance of one ... ok (0.037s) 2022-11-23T01:49:52.1287157Z test_recursive_scripting_failed (jit.test_class_type.TestClassType) 2022-11-23T01:49:52.1287493Z Test that class types module attributes that fail to script ... ok (0.056s) 2022-11-23T01:49:52.1287812Z test_reference_semantics (jit.test_class_type.TestClassType) 2022-11-23T01:49:52.1288157Z Test that modifications made to a class instance in TorchScript ... ok (0.030s) 2022-11-23T01:49:52.1288511Z test_save_load_with_classes (jit.test_class_type.TestClassType) ... ok (0.018s) 2022-11-23T01:49:52.1288885Z test_save_load_with_classes_nested (jit.test_class_type.TestClassType) ... ok (0.164s) 2022-11-23T01:49:52.1289240Z test_save_load_with_classes_returned (jit.test_class_type.TestClassType) ... ok (0.023s) 2022-11-23T01:49:52.1289559Z test_schema_human_readable (jit.test_class_type.TestClassType) 2022-11-23T01:49:52.1289958Z Make sure that the schema is human readable, ie the mode parameter should read "nearest" instead of being displayed in octal ... ok (0.302s) 2022-11-23T01:49:52.1290343Z test_self_referential_method (jit.test_class_type.TestClassType) 2022-11-23T01:49:52.1290685Z Test that a scripted class can have a method that refers to the class itself ... ok (0.039s) 2022-11-23T01:49:52.1291091Z test_set_attr_in_method (jit.test_class_type.TestClassType) ... ok (0.016s) 2022-11-23T01:49:52.1291490Z test_set_attr_non_initialized (jit.test_class_type.TestClassType) ... ok (0.019s) 2022-11-23T01:49:52.1291817Z test_set_attr_type_mismatch (jit.test_class_type.TestClassType) ... ok (0.012s) 2022-11-23T01:49:52.1292132Z test_staticmethod (jit.test_class_type.TestClassType) 2022-11-23T01:49:52.1292411Z Test static methods on class types. ... ok (0.040s) 2022-11-23T01:49:52.1292695Z test_type_annotation (jit.test_class_type.TestClassType) 2022-11-23T01:49:52.1293021Z Test that annotating container attributes with types works correctly ... ok (0.025s) 2022-11-23T01:49:52.1293361Z test_type_annotations (jit.test_class_type.TestClassType) ... ok (0.134s) 2022-11-23T01:49:52.1293707Z test_unresolved_class_attributes (jit.test_class_type.TestClassType) ... ok (0.022s) 2022-11-23T01:49:52.1294011Z test_unused_method (jit.test_class_type.TestClassType) 2022-11-23T01:49:52.1294301Z Test unused methods on scripted classes. ... ok (0.039s) 2022-11-23T01:49:52.1294613Z test_binary_op_complex_tensor (jit.test_complex.TestComplex) ... ok (0.022s) 2022-11-23T01:49:52.1294943Z test_comparison_ops (jit.test_complex.TestComplex) ... ok (0.020s) 2022-11-23T01:49:52.1295282Z test_complex_constants_and_ops (jit.test_complex.TestComplex) ... ok (0.656s) 2022-11-23T01:49:52.1295616Z test_complex_constructor (jit.test_complex.TestComplex) ... ok (0.068s) 2022-11-23T01:49:52.1295922Z test_complex_list_sum (jit.test_complex.TestComplex) ... ok (0.005s) 2022-11-23T01:49:52.1296237Z test_complex_parse (jit.test_complex.TestComplex) ... ok (0.009s) 2022-11-23T01:49:52.1296548Z test_complexdict (jit.test_complex.TestComplex) ... ok (0.006s) 2022-11-23T01:49:52.1296858Z test_complexlist (jit.test_complex.TestComplex) ... ok (0.005s) 2022-11-23T01:49:52.1297187Z test_div (jit.test_complex.TestComplex) ... ok (0.005s) 2022-11-23T01:49:52.1297494Z test_infj_nanj_pickle (jit.test_complex.TestComplex) ... ok (0.016s) 2022-11-23T01:49:52.1297781Z test_pickle (jit.test_complex.TestComplex) ... ok (0.017s) 2022-11-23T01:49:52.1298076Z test_script (jit.test_complex.TestComplex) ... ok (0.004s) 2022-11-23T01:49:52.1298388Z test_tensor_attributes (jit.test_complex.TestComplex) ... ok (0.010s) 2022-11-23T01:49:52.1298748Z test_torch_complex_constructor_with_tensor (jit.test_complex.TestComplex) ... ok (0.056s) 2022-11-23T01:49:52.1299153Z test_calling_scripted_custom_op (jit.test_custom_operators.TestCustomOperators) ... ok (0.006s) 2022-11-23T01:49:52.1299609Z test_calling_traced_custom_op (jit.test_custom_operators.TestCustomOperators) ... ok (0.009s) 2022-11-23T01:49:52.1300003Z test_default_arguments_are_used (jit.test_custom_operators.TestCustomOperators) ... ok (0.002s) 2022-11-23T01:49:52.1300373Z test_dynamic_op_registry (jit.test_custom_operators.TestCustomOperators) ... ok (0.002s) 2022-11-23T01:49:52.1300748Z test_generic_list (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-11-23T01:49:52.1301133Z test_passing_and_returning_lists (jit.test_custom_operators.TestCustomOperators) ... ok (0.002s) 2022-11-23T01:49:52.1301550Z test_passing_one_positional_but_not_the_second (jit.test_custom_operators.TestCustomOperators) ... ok (0.002s) 2022-11-23T01:49:52.1301952Z test_passing_too_few_args (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-11-23T01:49:52.1302332Z test_passing_too_many_args (jit.test_custom_operators.TestCustomOperators) ... ok (0.002s) 2022-11-23T01:49:52.1302717Z test_passing_unknown_kwargs (jit.test_custom_operators.TestCustomOperators) ... ok (0.000s) 2022-11-23T01:49:52.1303095Z test_script_graph_contains_custom_op (jit.test_custom_operators.TestCustomOperators) ... ok (0.003s) 2022-11-23T01:49:52.1303600Z 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.000s) 2022-11-23T01:49:52.1304131Z test_simply_calling_an_operator (jit.test_custom_operators.TestCustomOperators) ... ok (0.000s) 2022-11-23T01:49:52.1304524Z test_where_no_scalar (jit.test_custom_operators.TestCustomOperators) ... ok (0.006s) 2022-11-23T01:49:52.1304854Z test_setattr_no_aliasdb (jit.test_dce.TestDCE) ... ok (0.015s) 2022-11-23T01:49:52.1305148Z test_setattr_removed (jit.test_dce.TestDCE) ... ok (0.020s) 2022-11-23T01:49:52.1305517Z test_python_submodule_script (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.001s) 2022-11-23T01:49:52.1305933Z test_shared_module (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.001s) 2022-11-23T01:49:52.1306364Z test_tensor_sharing (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.002s) 2022-11-23T01:49:52.1306824Z test_tensor_sharing_with_forward (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.001s) 2022-11-23T01:49:52.1307276Z test_traced_module (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.001s) 2022-11-23T01:49:52.1307645Z test__post_init__ (jit.test_dataclasses.TestDataclasses) ... ok (1.664s) 2022-11-23T01:49:52.1307985Z test_comparators (jit.test_dataclasses.TestDataclasses) ... ok (3.293s) 2022-11-23T01:49:52.1308322Z test_custom__eq__ (jit.test_dataclasses.TestDataclasses) ... ok (0.010s) 2022-11-23T01:49:52.1308666Z test_default_factories (jit.test_dataclasses.TestDataclasses) ... ok (0.000s) 2022-11-23T01:49:52.1309014Z test_init_vars (jit.test_dataclasses.TestDataclasses) ... ok (0.055s) 2022-11-23T01:49:52.1309322Z test_no_source (jit.test_dataclasses.TestDataclasses) ... ok (0.025s) 2022-11-23T01:49:52.1309681Z test_use_unregistered_dataclass_raises (jit.test_dataclasses.TestDataclasses) ... ok (0.003s) 2022-11-23T01:49:52.1310060Z test_custom_device_op (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.011s) 2022-11-23T01:49:52.1310422Z test_device_apply (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.004s) 2022-11-23T01:49:52.1310772Z test_device_arg (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.004s) 2022-11-23T01:49:52.1311132Z test_device_if_propagation (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.005s) 2022-11-23T01:49:52.1311476Z test_if_loop_mix (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.005s) 2022-11-23T01:49:52.1311832Z test_loop_device_change (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.005s) 2022-11-23T01:49:52.1312250Z test_loop_simple (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.006s) 2022-11-23T01:49:52.1312642Z test_mobilenet (jit.test_device_analysis.TestDeviceAnalysis) ... skip: Requires torchvision (0.000s) 2022-11-23T01:49:52.1313021Z test_nested_loops (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.000s) 2022-11-23T01:49:52.1313371Z test_set_dtype (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.011s) 2022-11-23T01:49:52.1313752Z test_simple (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.007s) 2022-11-23T01:49:52.1314119Z test_tensor_as_fns (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.013s) 2022-11-23T01:49:52.1314471Z test_while_change (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.005s) 2022-11-23T01:49:52.1314827Z test_zerodim_cpu (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.216s) 2022-11-23T01:49:52.1315191Z test_zerodim_gpu (jit.test_device_analysis.TestDeviceAnalysis) ... skip: No CUDA (0.001s) 2022-11-23T01:49:52.1315590Z test_zerodim_no_device (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.030s) 2022-11-23T01:49:52.1315926Z test_aug_assign (jit.test_list_dict.TestDict) ... ok (0.025s) 2022-11-23T01:49:52.1316209Z test_basic (jit.test_list_dict.TestDict) ... ok (0.016s) 2022-11-23T01:49:52.1316494Z test_clear (jit.test_list_dict.TestDict) ... ok (0.015s) 2022-11-23T01:49:52.1316748Z test_copy (jit.test_list_dict.TestDict) ... ok (0.007s) 2022-11-23T01:49:52.1317025Z test_del (jit.test_list_dict.TestDict) ... ok (0.007s) 2022-11-23T01:49:52.1317386Z test_dict_bool_conversion (jit.test_list_dict.TestDict) ... ok (0.031s) 2022-11-23T01:49:52.1317745Z test_dict_preserves_order (jit.test_list_dict.TestDict) ... ok (0.098s) 2022-11-23T01:49:52.1318045Z test_dict_to_python (jit.test_list_dict.TestDict) ... ok (0.006s) 2022-11-23T01:49:52.1318348Z test_dict_variance (jit.test_list_dict.TestDict) 2022-11-23T01:49:52.1318651Z `Dict[T1, _]` is not a subtype of `Dict[T2, _]`, even if `T1` is ... ok (0.016s) 2022-11-23T01:49:52.1318924Z test_get (jit.test_list_dict.TestDict) ... ok (0.014s) 2022-11-23T01:49:52.1319202Z test_get_boolkey (jit.test_list_dict.TestDict) ... ok (0.014s) 2022-11-23T01:49:52.1319493Z test_items (jit.test_list_dict.TestDict) ... ok (0.005s) 2022-11-23T01:49:52.1319779Z test_key_type (jit.test_list_dict.TestDict) ... ok (0.002s) 2022-11-23T01:49:52.1320057Z test_keys (jit.test_list_dict.TestDict) ... ok (0.008s) 2022-11-23T01:49:52.1320325Z test_len (jit.test_list_dict.TestDict) ... ok (0.004s) 2022-11-23T01:49:52.1320579Z test_loop (jit.test_list_dict.TestDict) ... ok (0.003s) 2022-11-23T01:49:52.1320861Z test_membership (jit.test_list_dict.TestDict) ... ok (0.006s) 2022-11-23T01:49:52.1321152Z test_mutability (jit.test_list_dict.TestDict) ... ok (0.013s) 2022-11-23T01:49:52.1321459Z test_optional_dict_construct (jit.test_list_dict.TestDict) ... ok (0.023s) 2022-11-23T01:49:52.1321840Z test_ordered_dict (jit.test_list_dict.TestDict) ... ok (0.019s) 2022-11-23T01:49:52.1322274Z test_pop (jit.test_list_dict.TestDict) ... ok (0.011s) 2022-11-23T01:49:52.1322639Z test_popitem (jit.test_list_dict.TestDict) ... ok (0.005s) 2022-11-23T01:49:52.1322926Z test_setdefault (jit.test_list_dict.TestDict) ... ok (0.012s) 2022-11-23T01:49:52.1323235Z test_type_annotation_missing_contained_type (jit.test_list_dict.TestDict) 2022-11-23T01:49:52.1323566Z Test that the use of a Dict type annotation without contained ... ok (0.003s) 2022-11-23T01:49:52.1323871Z test_update (jit.test_list_dict.TestDict) ... ok (0.015s) 2022-11-23T01:49:52.1324165Z test_update_existing_key (jit.test_list_dict.TestDict) ... ok (0.007s) 2022-11-23T01:49:52.1324438Z test_values (jit.test_list_dict.TestDict) ... ok (0.004s) 2022-11-23T01:49:52.1324713Z test_view (jit.test_list_dict.TestDict) ... ok (0.005s) 2022-11-23T01:49:52.1325028Z test_binary_scalar (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.016s) 2022-11-23T01:49:52.1325832Z 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-23T01:49:52.1326491Z rand_tensor = torch.rand(shape, dtype=dtype) 2022-11-23T01:49:52.1326707Z ok (0.105s) 2022-11-23T01:49:52.1326969Z test_combined (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.013s) 2022-11-23T01:49:52.1327322Z test_conv_no_mixed_args (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.009s) 2022-11-23T01:49:52.1327659Z test_custom_rules (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.017s) 2022-11-23T01:49:52.1328005Z test_unary (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.022s) 2022-11-23T01:49:52.1328327Z test_closed_over_enum_constant (jit.test_enum.TestEnum) ... ok (0.018s) 2022-11-23T01:49:52.1328627Z test_enum_as_const (jit.test_enum.TestEnum) ... ok (0.011s) 2022-11-23T01:49:52.1328918Z test_enum_as_module_attribute (jit.test_enum.TestEnum) ... ok (0.012s) 2022-11-23T01:49:52.1329208Z test_enum_comp (jit.test_enum.TestEnum) ... ok (0.010s) 2022-11-23T01:49:52.1329479Z test_enum_comp_diff_classes (jit.test_enum.TestEnum) ... ok (0.015s) 2022-11-23T01:49:52.1329784Z test_enum_explicit_script (jit.test_enum.TestEnum) ... ok (0.002s) 2022-11-23T01:49:52.1330070Z test_enum_iterate (jit.test_enum.TestEnum) ... ok (0.014s) 2022-11-23T01:49:52.1330413Z test_enum_ivalue_type (jit.test_enum.TestEnum) ... ok (0.006s) 2022-11-23T01:49:52.1330706Z test_enum_module_return (jit.test_enum.TestEnum) ... ok (0.018s) 2022-11-23T01:49:52.1330988Z test_enum_name (jit.test_enum.TestEnum) ... ok (0.013s) 2022-11-23T01:49:52.1331327Z test_enum_return (jit.test_enum.TestEnum) ... ok (0.016s) 2022-11-23T01:49:52.1331597Z test_enum_value (jit.test_enum.TestEnum) ... ok (0.014s) 2022-11-23T01:49:52.1331877Z test_enum_value_types (jit.test_enum.TestEnum) ... ok (0.032s) 2022-11-23T01:49:52.1332193Z test_heterogenous_value_type_enum_error (jit.test_enum.TestEnum) ... ok (0.005s) 2022-11-23T01:49:52.1332512Z test_non_existent_enum_value (jit.test_enum.TestEnum) ... ok (0.009s) 2022-11-23T01:49:52.1332827Z test_string_enum_as_module_attribute (jit.test_enum.TestEnum) ... ok (0.010s) 2022-11-23T01:49:52.1333160Z test_freeze_interface_swapping_two_methods (jit.test_freezing.TestFreezing) ... ok (0.114s) 2022-11-23T01:49:52.1333547Z test_freeze_interface_within_object (jit.test_freezing.TestFreezing) ... expected failure (0.152s) 2022-11-23T01:49:52.1333898Z test_freeze_module (jit.test_freezing.TestFreezing) ... ok (0.027s) 2022-11-23T01:49:52.1334236Z test_freeze_module_detach_gradient (jit.test_freezing.TestFreezing) ... ok (0.018s) 2022-11-23T01:49:52.1334586Z test_freeze_module_in_training_mode (jit.test_freezing.TestFreezing) ... ok (0.368s) 2022-11-23T01:49:52.1334929Z test_freeze_module_inlining (jit.test_freezing.TestFreezing) ... ok (0.044s) 2022-11-23T01:49:52.1335265Z test_freeze_module_no_forward (jit.test_freezing.TestFreezing) ... ok (0.010s) 2022-11-23T01:49:52.1335586Z test_freeze_module_return_self (jit.test_freezing.TestFreezing) ... ok (0.010s) 2022-11-23T01:49:52.1335933Z test_freeze_module_return_sub_module (jit.test_freezing.TestFreezing) ... ok (0.010s) 2022-11-23T01:49:52.1337597Z test_freeze_module_with_aliased_attr (jit.test_freezing.TestFreezing) ... ok (0.010s) 2022-11-23T01:49:52.1337959Z test_freeze_module_with_aliased_attr2 (jit.test_freezing.TestFreezing) ... ok (0.010s) 2022-11-23T01:49:52.1338314Z test_freeze_module_with_aliased_attr3 (jit.test_freezing.TestFreezing) ... ok (0.012s) 2022-11-23T01:49:52.1338677Z test_freeze_module_with_aliased_tensor_attr (jit.test_freezing.TestFreezing) ... ok (0.008s) 2022-11-23T01:49:52.1339030Z test_freeze_module_with_aliased_tensor_attr2 (jit.test_freezing.TestFreezing) ... ok (0.010s) 2022-11-23T01:49:52.1339512Z test_freeze_module_with_aliased_tensor_attr3 (jit.test_freezing.TestFreezing) ... ok (0.009s) 2022-11-23T01:49:52.1339873Z test_freeze_module_with_aliased_tensor_attr4 (jit.test_freezing.TestFreezing) ... ok (0.009s) 2022-11-23T01:49:52.1340231Z test_freeze_module_with_call_method (jit.test_freezing.TestFreezing) ... ok (0.007s) 2022-11-23T01:49:52.1340574Z test_freeze_module_with_fork (jit.test_freezing.TestFreezing) ... ok (0.017s) 2022-11-23T01:49:52.1340909Z test_freeze_module_with_fork2 (jit.test_freezing.TestFreezing) ... ok (0.012s) 2022-11-23T01:49:52.1341270Z test_freeze_module_with_fork_calling_module_method (jit.test_freezing.TestFreezing) ... ok (0.015s) 2022-11-23T01:49:52.1341631Z test_freeze_module_with_helperfunction (jit.test_freezing.TestFreezing) ... ok (0.009s) 2022-11-23T01:49:52.1341993Z test_freeze_module_with_inplace_mutable (jit.test_freezing.TestFreezing) ... ok (0.014s) 2022-11-23T01:49:52.1342341Z test_freeze_module_with_list (jit.test_freezing.TestFreezing) ... ok (0.009s) 2022-11-23T01:49:52.1342691Z test_freeze_module_with_mutable_dict (jit.test_freezing.TestFreezing) ... ok (0.009s) 2022-11-23T01:49:52.1343039Z test_freeze_module_with_mutable_list (jit.test_freezing.TestFreezing) ... ok (0.007s) 2022-11-23T01:49:52.1343386Z test_freeze_module_with_mutable_tensor (jit.test_freezing.TestFreezing) ... ok (0.006s) 2022-11-23T01:49:52.1343740Z test_freeze_module_with_nested_fork (jit.test_freezing.TestFreezing) ... ok (0.028s) 2022-11-23T01:49:52.1344134Z test_freeze_module_with_nestedaliasing (jit.test_freezing.TestFreezing) ... ok (0.037s) 2022-11-23T01:49:52.1344514Z test_freeze_module_with_nestedaliasingscalar (jit.test_freezing.TestFreezing) ... ok (0.031s) 2022-11-23T01:49:52.1344893Z test_freeze_module_with_non_static_module_container_index (jit.test_freezing.TestFreezing) 2022-11-23T01:49:52.1345254Z Test that Modules containing non-static ModuleDict or ModuleList ... ok (0.078s) 2022-11-23T01:49:52.1345615Z test_freeze_module_with_overlapping_attrs (jit.test_freezing.TestFreezing) ... ok (0.009s) 2022-11-23T01:49:52.1345986Z test_freeze_module_with_preserve_sub_module (jit.test_freezing.TestFreezing) ... ok (0.014s) 2022-11-23T01:49:52.1346356Z test_freeze_module_with_preserve_sub_module_and_mutation (jit.test_freezing.TestFreezing) ... ok (0.020s) 2022-11-23T01:49:52.1346741Z test_freeze_module_with_sharedclasstype (jit.test_freezing.TestFreezing) ... ok (0.028s) 2022-11-23T01:49:52.1347096Z test_freeze_module_with_submodule (jit.test_freezing.TestFreezing) ... ok (0.028s) 2022-11-23T01:49:52.1347578Z test_freeze_module_with_tensor (jit.test_freezing.TestFreezing) ... ok (0.010s) 2022-11-23T01:49:52.1347913Z test_freeze_module_with_tuple (jit.test_freezing.TestFreezing) ... ok (0.011s) 2022-11-23T01:49:52.1348273Z test_freeze_module_with_tupleoutput_submodule (jit.test_freezing.TestFreezing) ... ok (0.008s) 2022-11-23T01:49:52.1348648Z test_freeze_module_with_user_preserved_attr (jit.test_freezing.TestFreezing) ... ok (0.006s) 2022-11-23T01:49:52.1349024Z test_freeze_module_with_user_preserved_attribute_on_submodule (jit.test_freezing.TestFreezing) ... ok (0.021s) 2022-11-23T01:49:52.1349444Z test_freeze_module_with_user_preserved_attribute_on_unused_submodule (jit.test_freezing.TestFreezing) ... ok (0.012s) 2022-11-23T01:49:52.1349847Z test_freeze_module_with_user_preserved_method (jit.test_freezing.TestFreezing) ... ok (0.011s) 2022-11-23T01:49:52.1350222Z test_freeze_module_with_user_preserved_method2 (jit.test_freezing.TestFreezing) ... ok (0.005s) 2022-11-23T01:49:52.1350611Z test_freeze_module_with_user_preserved_method_on_submodule (jit.test_freezing.TestFreezing) ... ok (0.016s) 2022-11-23T01:49:52.1350969Z test_freeze_no_forward (jit.test_freezing.TestFreezing) ... ok (0.010s) 2022-11-23T01:49:52.1351311Z test_freeze_non_interface_module_swap (jit.test_freezing.TestFreezing) ... ok (0.027s) 2022-11-23T01:49:52.1351742Z test_freeze_non_module_class_getattr (jit.test_freezing.TestFreezing) ... ok (0.170s) 2022-11-23T01:49:52.1352097Z test_freeze_recursive_interfaces (jit.test_freezing.TestFreezing) ... ok (0.101s) 2022-11-23T01:49:52.1352464Z test_freeze_recursive_interfaces_same_name (jit.test_freezing.TestFreezing) ... ok (0.227s) 2022-11-23T01:49:52.1352846Z test_freeze_recursive_interfaces_with_reassignment (jit.test_freezing.TestFreezing) ... ok (0.218s) 2022-11-23T01:49:52.1353217Z test_freeze_with_interface_mutable (jit.test_freezing.TestFreezing) ... ok (0.057s) 2022-11-23T01:49:52.1353571Z test_freeze_with_swapping_interfaces (jit.test_freezing.TestFreezing) ... ok (0.062s) 2022-11-23T01:49:52.1353923Z test_module_getattr_indirection (jit.test_freezing.TestFreezing) ... ok (0.163s) 2022-11-23T01:49:52.1354256Z test_module_with_shared_type_instances (jit.test_freezing.TestFreezing) ... ok (0.161s) 2022-11-23T01:49:52.1354606Z test_dictionary_as_example_inputs_for_jit_trace (__main__.TestFrontend) ... ok (0.034s) 2022-11-23T01:49:52.1354928Z test_instancing_error (__main__.TestFrontend) ... ok (0.331s) 2022-11-23T01:49:52.1355280Z test_collapse_adjacent_conversions (jit.test_freezing.TestFrozenOptimizations) ... ok (0.021s) 2022-11-23T01:49:52.1355671Z test_conv_add_folding (jit.test_freezing.TestFrozenOptimizations) ... ok (2.355s) 2022-11-23T01:49:52.1356045Z test_conv_bn_folding (jit.test_freezing.TestFrozenOptimizations) ... ok (0.642s) 2022-11-23T01:49:52.1356523Z test_conv_bn_folding_autocast_scenario_cuda (jit.test_freezing.TestFrozenOptimizations) ... skip: Optimization currently only run for GPU (0.003s) 2022-11-23T01:49:52.1356973Z test_conv_bn_folding_not_forward (jit.test_freezing.TestFrozenOptimizations) ... ok (0.015s) 2022-11-23T01:49:52.1357374Z test_conv_hardswish (jit.test_freezing.TestFrozenOptimizations) ... skip: no torchvision (0.000s) 2022-11-23T01:49:52.1357760Z test_conv_mul_add_bn (jit.test_freezing.TestFrozenOptimizations) ... ok (0.166s) 2022-11-23T01:49:52.1358130Z test_conv_to_mkldnn (jit.test_freezing.TestFrozenOptimizations) ... ok (0.090s) 2022-11-23T01:49:52.1358527Z test_conv_to_mkldnn_no_mkldnn (jit.test_freezing.TestFrozenOptimizations) ... skip: Testing no mkldnn (0.001s) 2022-11-23T01:49:52.1358951Z test_freeze_conv_relu_fusion (jit.test_freezing.TestFrozenOptimizations) ... skip: requires CUDNN (0.003s) 2022-11-23T01:49:52.1359376Z test_freeze_conv_relu_fusion_not_forward (jit.test_freezing.TestFrozenOptimizations) ... skip: requires CUDNN (0.002s) 2022-11-23T01:49:52.1359785Z test_freeze_mkdlnn (jit.test_freezing.TestFrozenOptimizations) ... ok (0.010s) 2022-11-23T01:49:52.1360160Z test_freeze_remove_dropout (jit.test_freezing.TestFrozenOptimizations) ... ok (0.013s) 2022-11-23T01:49:52.1360557Z test_freeze_remove_feature_dropout (jit.test_freezing.TestFrozenOptimizations) ... ok (0.012s) 2022-11-23T01:49:52.1360955Z test_hardswish_hardsigmoid (jit.test_freezing.TestFrozenOptimizations) ... ok (0.015s) 2022-11-23T01:49:52.1361352Z test_incompatible_perf_formats (jit.test_freezing.TestFrozenOptimizations) ... ok (0.285s) 2022-11-23T01:49:52.1361788Z test_linear_concat (jit.test_freezing.TestFrozenOptimizations) ... skip: Optimization currently only run for GPU (0.000s) 2022-11-23T01:49:52.1362179Z test_linear_concat_complex (jit.test_freezing.TestFrozenOptimizations) 2022-11-23T01:49:52.1362587Z Testing that the interleaving of multiple optimizations does not ... skip: Optimization currently only run for GPU (0.006s) 2022-11-23T01:49:52.1362995Z test_linear_concat_different_input (jit.test_freezing.TestFrozenOptimizations) 2022-11-23T01:49:52.1363978Z There should be no change to the graph due to the optimization pass ... skip: Optimization currently only run for GPU (0.001s) 2022-11-23T01:49:52.1364470Z test_linear_multiple_blocks (jit.test_freezing.TestFrozenOptimizations) ... skip: Optimization currently only run for GPU (0.001s) 2022-11-23T01:49:52.1364910Z test_linear_non_constant_weight (jit.test_freezing.TestFrozenOptimizations) ... ok (0.006s) 2022-11-23T01:49:52.1365379Z test_linear_transpose (jit.test_freezing.TestFrozenOptimizations) ... ok (0.006s) 2022-11-23T01:49:52.1365764Z test_maxpool_mkldnn (jit.test_freezing.TestFrozenOptimizations) ... skip: no torchvision (0.001s) 2022-11-23T01:49:52.1366164Z test_mkldnn_fuser_broadcasting (jit.test_freezing.TestFrozenOptimizations) ... ok (0.032s) 2022-11-23T01:49:52.1366560Z test_mkldnn_inplace_removal (jit.test_freezing.TestFrozenOptimizations) ... ok (0.032s) 2022-11-23T01:49:52.1366961Z test_numel_less_than_size_with_padding (jit.test_freezing.TestFrozenOptimizations) ... ok (0.026s) 2022-11-23T01:49:52.1367358Z test_optimize_freeze_module (jit.test_freezing.TestFrozenOptimizations) ... ok (0.026s) 2022-11-23T01:49:52.1367737Z test_pool2d_batchnorm (jit.test_freezing.TestFrozenOptimizations) ... ok (0.592s) 2022-11-23T01:49:52.1368118Z test_pool3d_batchnorm (jit.test_freezing.TestFrozenOptimizations) ... ok (1.233s) 2022-11-23T01:49:52.1368480Z test_remove_detach (jit.test_freezing.TestFrozenOptimizations) ... ok (0.000s) 2022-11-23T01:49:52.1368862Z test_remove_detach_not_applied (jit.test_freezing.TestFrozenOptimizations) ... ok (0.000s) 2022-11-23T01:49:52.1369236Z test_scalar_mul (jit.test_freezing.TestFrozenOptimizations) ... ok (0.089s) 2022-11-23T01:49:52.1369604Z test_subgraph_creation (jit.test_functional_blocks.TestFunctionalBlocks) ... ok (0.067s) 2022-11-23T01:49:52.1370030Z test_check_no_type_promotion (jit.test_convert_activation.TestFunctionalToInplaceActivation) ... ok (0.028s) 2022-11-23T01:49:52.1370573Z test_functional_to_inplace_activation (jit.test_convert_activation.TestFunctionalToInplaceActivation) ... ok (0.090s) 2022-11-23T01:49:52.1371133Z test_no_functional_to_inplace (jit.test_convert_activation.TestFunctionalToInplaceActivation) ... ok (0.006s) 2022-11-23T01:49:52.1371611Z test_resnet18_correctness (jit.test_convert_activation.TestFunctionalToInplaceActivation) ... skip: no torchvision (0.000s) 2022-11-23T01:49:52.1372033Z test_getattr_with_default (jit.test_attr.TestGetDefaultAttr) ... ok (0.015s) 2022-11-23T01:49:52.1372396Z test_fuse_linear (jit.test_graph_rewrite_passes.TestGraphRewritePasses) ... ok (0.039s) 2022-11-23T01:49:52.1374051Z test_hash_bool (jit.test_hash.TestHash) ... ok (0.010s) 2022-11-23T01:49:52.1374330Z test_hash_device (jit.test_hash.TestHash) ... ok (0.010s) 2022-11-23T01:49:52.1374610Z test_hash_float (jit.test_hash.TestHash) ... ok (0.023s) 2022-11-23T01:49:52.1374881Z test_hash_int (jit.test_hash.TestHash) ... ok (0.015s) 2022-11-23T01:49:52.1375136Z test_hash_none (jit.test_hash.TestHash) ... ok (0.007s) 2022-11-23T01:49:52.1375411Z test_hash_string (jit.test_hash.TestHash) ... ok (0.006s) 2022-11-23T01:49:52.1375674Z test_hash_tensor (jit.test_hash.TestHash) 2022-11-23T01:49:52.1376000Z Tensors should hash by identity ... ok (0.016s) 2022-11-23T01:49:52.1376265Z test_hash_tuple (jit.test_hash.TestHash) ... ok (0.000s) 2022-11-23T01:49:52.1376597Z test_hash_tuple_nested_unhashable_type (jit.test_hash.TestHash) ... ok (0.014s) 2022-11-23T01:49:52.1376919Z test_forward_tuple_input (jit.test_hooks.TestHooks) ... ok (0.035s) 2022-11-23T01:49:52.1377239Z test_hook_compilation_hint (jit.test_hooks.TestHooks) ... skip: (0.002s) 2022-11-23T01:49:52.1377558Z test_hook_hook_name_collision (jit.test_hooks.TestHooks) ... ok (0.011s) 2022-11-23T01:49:52.1377878Z test_hook_method_name_collision (jit.test_hooks.TestHooks) ... ok (0.008s) 2022-11-23T01:49:52.1378210Z test_module_direct_forward_invocation (jit.test_hooks.TestHooks) ... ok (0.018s) 2022-11-23T01:49:52.1378554Z test_module_forward_multiple_inputs (jit.test_hooks.TestHooks) ... ok (0.040s) 2022-11-23T01:49:52.1378870Z test_module_forward_single_input (jit.test_hooks.TestHooks) ... ok (0.033s) 2022-11-23T01:49:52.1379196Z test_module_hook_return_nothing (jit.test_hooks.TestHooks) ... ok (0.033s) 2022-11-23T01:49:52.1379622Z test_module_multiple_hooks_multiple_inputs (jit.test_hooks.TestHooks) ... ok (0.048s) 2022-11-23T01:49:52.1379967Z test_module_multiple_hooks_single_input (jit.test_hooks.TestHooks) ... ok (0.044s) 2022-11-23T01:49:52.1380296Z test_module_no_forward_input (jit.test_hooks.TestHooks) ... ok (0.027s) 2022-11-23T01:49:52.1380617Z test_module_same_hook_repeated (jit.test_hooks.TestHooks) ... ok (0.035s) 2022-11-23T01:49:52.1380935Z test_submodule_called_directly_with_hooks (jit.test_hooks.TestHooks) ... ok (0.019s) 2022-11-23T01:49:52.1381285Z test_submodule_direct_forward_invocation (jit.test_hooks.TestHooks) ... ok (0.027s) 2022-11-23T01:49:52.1381630Z test_submodule_forward_multiple_inputs (jit.test_hooks.TestHooks) ... ok (0.036s) 2022-11-23T01:49:52.1382013Z test_submodule_forward_single_input (jit.test_hooks.TestHooks) ... ok (0.034s) 2022-11-23T01:49:52.1382369Z test_submodule_forward_single_input_return_not_tupled (jit.test_hooks.TestHooks) ... ok (0.034s) 2022-11-23T01:49:52.1382763Z test_submodule_hook_return_nothing (jit.test_hooks.TestHooks) ... ok (0.033s) 2022-11-23T01:49:52.1383084Z test_submodule_multiple_hooks_multiple_inputs (jit.test_hooks.TestHooks) ... ok (0.050s) 2022-11-23T01:49:52.1383433Z test_submodule_multiple_hooks_single_input (jit.test_hooks.TestHooks) ... ok (0.044s) 2022-11-23T01:49:52.1383775Z test_submodule_no_forward_input (jit.test_hooks.TestHooks) ... ok (0.028s) 2022-11-23T01:49:52.1384104Z test_submodule_same_hook_repeated (jit.test_hooks.TestHooks) ... ok (0.038s) 2022-11-23T01:49:52.1384426Z test_wrong_hook_signatures (jit.test_hooks.TestHooks) ... ok (0.035s) 2022-11-23T01:49:52.1384797Z test_wrong_pre_hook_signatures (jit.test_hooks.TestHooks) ... ok (0.042s) 2022-11-23T01:49:52.1385143Z test_add_out_ignorable_args (jit.test_ignorable_args.TestIgnorableArgs) ... ok (0.004s) 2022-11-23T01:49:52.1385497Z test_slice_ignorable_args_for_slice (jit.test_ignorable_args.TestIgnorableArgs) ... ok (0.012s) 2022-11-23T01:49:52.1385958Z test_with_ignore_context_manager_with_inp_out (jit.test_ignore_context_manager.TestIgnoreContextManager) ... skip: astunparse package is required (0.002s) 2022-11-23T01:49:52.1386494Z test_with_ignore_context_manager_with_just_inp (jit.test_ignore_context_manager.TestIgnoreContextManager) ... skip: astunparse package is required (0.001s) 2022-11-23T01:49:52.1387025Z test_with_ignore_context_manager_with_just_out (jit.test_ignore_context_manager.TestIgnoreContextManager) ... skip: astunparse package is required (0.001s) 2022-11-23T01:49:52.1387530Z test_inplace_to_functional_activation (jit.test_convert_activation.TestInplaceToFunctionalActivation) ... ok (0.049s) 2022-11-23T01:49:52.1388071Z test_resnet18_correctness (jit.test_convert_activation.TestInplaceToFunctionalActivation) ... skip: no torchvision (0.001s) 2022-11-23T01:49:52.1388476Z test_bool (jit.test_isinstance.TestIsinstance) ... ok (0.006s) 2022-11-23T01:49:52.1388822Z test_dict (jit.test_isinstance.TestIsinstance) ... ok (0.007s) 2022-11-23T01:49:52.1389127Z test_dict_nested (jit.test_isinstance.TestIsinstance) ... ok (0.006s) 2022-11-23T01:49:52.1389473Z test_dict_no_contained_type (jit.test_isinstance.TestIsinstance) ... ok (0.005s) 2022-11-23T01:49:52.1389812Z test_dict_tensor (jit.test_isinstance.TestIsinstance) ... ok (0.000s) 2022-11-23T01:49:52.1390159Z test_empty_container_special_cases (jit.test_isinstance.TestIsinstance) ... ok (0.000s) 2022-11-23T01:49:52.1390543Z test_empty_container_throws_warning_in_eager (jit.test_isinstance.TestIsinstance) ... ok (0.000s) 2022-11-23T01:49:52.1390893Z test_float (jit.test_isinstance.TestIsinstance) ... ok (0.010s) 2022-11-23T01:49:52.1391188Z test_if_else (jit.test_isinstance.TestIsinstance) ... ok (0.011s) 2022-11-23T01:49:52.1391497Z test_in_if (jit.test_isinstance.TestIsinstance) ... ok (0.008s) 2022-11-23T01:49:52.1391813Z test_in_while_loop (jit.test_isinstance.TestIsinstance) ... ok (0.009s) 2022-11-23T01:49:52.1392291Z test_int (jit.test_isinstance.TestIsinstance) ... ok (0.006s) 2022-11-23T01:49:52.1392666Z test_list (jit.test_isinstance.TestIsinstance) ... ok (0.007s) 2022-11-23T01:49:52.1392984Z test_list_nested (jit.test_isinstance.TestIsinstance) ... ok (0.006s) 2022-11-23T01:49:52.1393306Z test_list_no_contained_type (jit.test_isinstance.TestIsinstance) ... ok (0.003s) 2022-11-23T01:49:52.1393641Z test_list_tensor (jit.test_isinstance.TestIsinstance) ... ok (0.006s) 2022-11-23T01:49:52.1394016Z test_list_tensor_type_true (jit.test_isinstance.TestIsinstance) ... ok (0.000s) 2022-11-23T01:49:52.1394394Z test_nontuple_container_rhs_throws_in_eager (jit.test_isinstance.TestIsinstance) ... ok (0.000s) 2022-11-23T01:49:52.1394789Z test_optional (jit.test_isinstance.TestIsinstance) ... ok (0.010s) 2022-11-23T01:49:52.1395120Z test_optional_nested (jit.test_isinstance.TestIsinstance) ... ok (0.010s) 2022-11-23T01:49:52.1395453Z test_optional_no_contained_type (jit.test_isinstance.TestIsinstance) ... ok (0.000s) 2022-11-23T01:49:52.1395801Z test_optional_none (jit.test_isinstance.TestIsinstance) ... ok (0.010s) 2022-11-23T01:49:52.1396135Z test_tensor_type_false (jit.test_isinstance.TestIsinstance) ... ok (0.000s) 2022-11-23T01:49:52.1396458Z test_tuple (jit.test_isinstance.TestIsinstance) ... ok (0.013s) 2022-11-23T01:49:52.1396779Z test_tuple_nested (jit.test_isinstance.TestIsinstance) ... ok (0.009s) 2022-11-23T01:49:52.1397118Z test_tuple_no_contained_type (jit.test_isinstance.TestIsinstance) ... ok (0.002s) 2022-11-23T01:49:52.1397450Z test_tuple_rhs (jit.test_isinstance.TestIsinstance) ... ok (0.009s) 2022-11-23T01:49:52.1397812Z test_tuple_tensor (jit.test_isinstance.TestIsinstance) ... ok (0.006s) 2022-11-23T01:49:52.1398146Z test_type_refinement (jit.test_isinstance.TestIsinstance) ... ok (0.016s) 2022-11-23T01:49:52.1398439Z test_ModuleList (__main__.TestJit) ... ok (0.077s) 2022-11-23T01:49:52.1398698Z test_Sequential (__main__.TestJit) ... ok (0.031s) 2022-11-23T01:49:52.1398949Z test_T_mT_H_mH (__main__.TestJit) ... ok (0.026s) 2022-11-23T01:49:52.1399189Z test_add_relu_fusion (__main__.TestJit) ... ok (0.036s) 2022-11-23T01:49:52.1399443Z test_arg_configurations (__main__.TestJit) 2022-11-23T01:49:52.1399796Z Different arg configurations should trigger different traces ... skip: Need to be adjusted to Graph Executor (0.002s) 2022-11-23T01:49:52.1400163Z test_attrs (__main__.TestJit) ... ok (0.005s) 2022-11-23T01:49:52.1400409Z test_batchnorm (__main__.TestJit) ... ok (0.005s) 2022-11-23T01:49:52.1400720Z test_big (__main__.TestJit) ... skip: Requires a lot of RAM (0.000s) 2022-11-23T01:49:52.1400984Z test_conj_transpose (__main__.TestJit) ... ok (0.006s) 2022-11-23T01:49:52.1401254Z test_constant_insertion (__main__.TestJit) ... ok (6.936s) 2022-11-23T01:49:52.1401538Z test_constant_prop_aliasing_type (__main__.TestJit) ... ok (0.010s) 2022-11-23T01:49:52.1401834Z test_constant_prop_exception (__main__.TestJit) ... ok (0.010s) 2022-11-23T01:49:52.1402124Z test_constant_prop_if_constant (__main__.TestJit) ... ok (0.000s) 2022-11-23T01:49:52.1402409Z test_constant_prop_if_inline (__main__.TestJit) ... ok (0.011s) 2022-11-23T01:49:52.1402683Z test_constant_prop_loop_constant (__main__.TestJit) ... ok (0.006s) 2022-11-23T01:49:52.1402969Z test_constant_prop_nested (__main__.TestJit) ... ok (0.006s) 2022-11-23T01:49:52.1403248Z test_constant_prop_none (__main__.TestJit) ... ok (0.007s) 2022-11-23T01:49:52.1403521Z test_constant_prop_print (__main__.TestJit) ... ok (0.004s) 2022-11-23T01:49:52.1403796Z test_constant_prop_rand (__main__.TestJit) ... ok (0.004s) 2022-11-23T01:49:52.1404079Z test_constant_prop_remove_output (__main__.TestJit) ... ok (0.005s) 2022-11-23T01:49:52.1404353Z test_constant_prop_simple (__main__.TestJit) ... ok (0.005s) 2022-11-23T01:49:52.1404622Z test_constants_pkl (__main__.TestJit) ... ok (0.003s) 2022-11-23T01:49:52.1404870Z test_cpp (__main__.TestJit) ... ok (0.019s) 2022-11-23T01:49:52.1405159Z test_cse (__main__.TestJit) ... ok (0.020s) 2022-11-23T01:49:52.1405697Z test_cse_not_introduce_aliasing (__main__.TestJit) ... ok (0.011s) 2022-11-23T01:49:52.1405988Z test_cu_escaped_number (__main__.TestJit) ... ok (0.003s) 2022-11-23T01:49:52.1406312Z test_cuda_export_restore (__main__.TestJit) ... skip: requires CUDA (0.002s) 2022-11-23T01:49:52.1406622Z test_debug_flush_compilation_cache (__main__.TestJit) ... ok (0.017s) 2022-11-23T01:49:52.1406946Z test_decompose_addmm (__main__.TestJit) ... ok (0.016s) 2022-11-23T01:49:52.1407236Z test_device_not_equal (__main__.TestJit) ... skip: requires CUDA (0.000s) 2022-11-23T01:49:52.1407576Z test_diff_subgraph_clones_constants (__main__.TestJit) ... ok (0.006s) 2022-11-23T01:49:52.1407864Z test_disabled (__main__.TestJit) ... ok (0.000s) 2022-11-23T01:49:52.1408119Z test_dropout (__main__.TestJit) ... ok (0.000s) 2022-11-23T01:49:52.1408423Z test_dropout_cuda (__main__.TestJit) ... skip: test_dropout_cuda require CUDA (0.000s) 2022-11-23T01:49:52.1408954Z test_dropout_func_requires_grad (__main__.TestJit) ... STAGE:2022-11-23 01:47:42 2276:1172 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:49:52.1409614Z STAGE:2022-11-23 01:47:42 2276:1172 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:49:52.1410286Z STAGE:2022-11-23 01:47:42 2276:1172 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:49:52.1410888Z STAGE:2022-11-23 01:47:42 2276:1172 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:49:52.1411682Z STAGE:2022-11-23 01:47:42 2276:1172 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:49:52.1412330Z STAGE:2022-11-23 01:47:42 2276:1172 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:49:52.1412949Z STAGE:2022-11-23 01:47:42 2276:1172 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:49:52.1413532Z STAGE:2022-11-23 01:47:42 2276:1172 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:49:52.1414111Z STAGE:2022-11-23 01:47:42 2276:1172 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:49:52.1414681Z STAGE:2022-11-23 01:47:42 2276:1172 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:49:52.1415257Z STAGE:2022-11-23 01:47:42 2276:1172 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:49:52.1415842Z STAGE:2022-11-23 01:47:42 2276:1172 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:49:52.1416204Z ok (0.120s) 2022-11-23T01:49:52.1416500Z test_dropout_module_requires_grad (__main__.TestJit) ... skip: Testing differentiable graph (0.010s) 2022-11-23T01:49:52.1416799Z test_einsum (__main__.TestJit) ... ok (0.045s) 2022-11-23T01:49:52.1417060Z test_element_size (__main__.TestJit) ... ok (0.000s) 2022-11-23T01:49:52.1417338Z test_expand_fold_quant_inputs (__main__.TestJit) ... ok (0.000s) 2022-11-23T01:49:52.1417625Z test_expand_quantlint (__main__.TestJit) ... ok (0.009s) 2022-11-23T01:49:52.1417969Z test_export_batchnorm (__main__.TestJit) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:49:52.1418423Z test_export_dropout (__main__.TestJit) ... ok (0.021s) 2022-11-23T01:49:52.1418675Z test_export_lstm (__main__.TestJit) ... ok (0.075s) 2022-11-23T01:49:52.1418976Z test_export_opnames (__main__.TestJit) ... ok (0.028s) 2022-11-23T01:49:52.1419366Z test_export_rnn (__main__.TestJit) ... ok (0.115s) 2022-11-23T01:49:52.1419745Z test_flags (__main__.TestJit) ... skip: Need to instrument GraphExecutors a bit more (0.000s) 2022-11-23T01:49:52.1420136Z test_function_default_values (__main__.TestJit) ... ok (0.021s) 2022-11-23T01:49:52.1420438Z test_hide_source_ranges_context_manager (__main__.TestJit) ... ok (0.004s) 2022-11-23T01:49:52.1420712Z test_import_method (__main__.TestJit) ... ok (0.006s) 2022-11-23T01:49:52.1420986Z test_inferred_as_tensor (__main__.TestJit) ... ok (0.003s) 2022-11-23T01:49:52.1421249Z test_layout (__main__.TestJit) ... ok (0.004s) 2022-11-23T01:49:52.1421520Z test_matrix_conj_transpose (__main__.TestJit) ... ok (0.006s) 2022-11-23T01:49:52.1421799Z test_matrix_transpose (__main__.TestJit) ... ok (0.002s) 2022-11-23T01:49:52.1422078Z test_module_default_values (__main__.TestJit) ... ok (0.009s) 2022-11-23T01:49:52.1422345Z test_mutable_default_values (__main__.TestJit) ... ok (0.000s) 2022-11-23T01:49:52.1422660Z test_native_dropout_corner_case (__main__.TestJit) ... skip: test requires CUDA (0.000s) 2022-11-23T01:49:52.1422955Z test_nn_conv (__main__.TestJit) ... ok (0.444s) 2022-11-23T01:49:52.1423787Z test_nn_lp_pool1d (__main__.TestJit) ... ok (0.071s) 2022-11-23T01:49:52.1424060Z test_nn_lp_pool2d (__main__.TestJit) ... ok (0.067s) 2022-11-23T01:49:52.1424350Z test_nn_padding (__main__.TestJit) ... ok (0.470s) 2022-11-23T01:49:52.1424620Z test_nn_padding_functional (__main__.TestJit) ... ok (0.048s) 2022-11-23T01:49:52.1424942Z test_no_erroneous_warnings (__main__.TestJit) ... ok (0.010s) 2022-11-23T01:49:52.1425300Z test_non_ascii_string (__main__.TestJit) ... skip: temporarily disable the test for fwd compatibility (0.000s) 2022-11-23T01:49:52.1425620Z test_numel (__main__.TestJit) ... ok (0.000s) 2022-11-23T01:49:52.1425895Z test_pattern_based_module_rewrite (__main__.TestJit) ... ok (0.067s) 2022-11-23T01:49:52.1426170Z test_pattern_based_rewrite (__main__.TestJit) ... ok (0.003s) 2022-11-23T01:49:52.1426489Z test_pattern_based_rewrite_with_source_range_preserved (__main__.TestJit) ... ok (0.032s) 2022-11-23T01:49:52.1426887Z test_peephole_optimize_shape_ops (__main__.TestJit) ... skip: Simple executor doesn't have shape information (0.004s) 2022-11-23T01:49:52.1427238Z test_permute_inputs_binding (__main__.TestJit) ... ok (0.005s) 2022-11-23T01:49:52.1427519Z test_pretty_printer (__main__.TestJit) ... ok (0.023s) 2022-11-23T01:49:52.1427800Z test_print_classes_module (__main__.TestJit) ... ok (0.010s) 2022-11-23T01:49:52.1428075Z test_print_op_module (__main__.TestJit) ... ok (0.000s) 2022-11-23T01:49:52.1428334Z test_print_torch_ops_modules (__main__.TestJit) ... ok (0.000s) 2022-11-23T01:49:52.1428660Z test_profiler (__main__.TestJit) ... skip: TODO: fix occasional windows failure (0.000s) 2022-11-23T01:49:52.1428971Z test_python_bindings (__main__.TestJit) ... ok (0.117s) 2022-11-23T01:49:52.1429230Z test_python_ir (__main__.TestJit) ... ok (0.004s) 2022-11-23T01:49:52.1429492Z test_python_ir_utils (__main__.TestJit) ... ok (0.003s) 2022-11-23T01:49:52.1429766Z test_python_ir_utils_graph (__main__.TestJit) ... ok (0.006s) 2022-11-23T01:49:52.1430025Z test_python_ivalue (__main__.TestJit) ... ok (0.000s) 2022-11-23T01:49:52.1430338Z test_pytorch_jit_env_off (__main__.TestJit) ... ok (2.080s) 2022-11-23T01:49:52.1430605Z test_recursive_cse (__main__.TestJit) ... ok (0.006s) 2022-11-23T01:49:52.1430890Z test_repeat_interleave_script (__main__.TestJit) ... ok (0.000s) 2022-11-23T01:49:52.1431217Z test_restore_device (__main__.TestJit) ... ok (0.010s) 2022-11-23T01:49:52.1431578Z test_restore_device_cuda (__main__.TestJit) ... skip: restore device requires CUDA (0.011s) 2022-11-23T01:49:52.1431947Z test_restore_shared_storage_on_cuda (__main__.TestJit) ... skip: restore device requires CUDA (0.002s) 2022-11-23T01:49:52.1432280Z test_script_autograd_grad (__main__.TestJit) ... ok (0.132s) 2022-11-23T01:49:52.1432562Z test_script_backward (__main__.TestJit) ... ok (0.011s) 2022-11-23T01:49:52.1433084Z test_script_backward_twice (__main__.TestJit) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\_script.py:1243: UserWarning: `optimize` is deprecated and has no effect. Use `with torch.jit.optimized_execution() instead 2022-11-23T01:49:52.1433543Z warnings.warn( 2022-11-23T01:49:52.1433729Z ok (0.016s) 2022-11-23T01:49:52.1433938Z test_script_fn_pkl (__main__.TestJit) ... ok (0.000s) 2022-11-23T01:49:52.1434214Z test_script_tensor_type (__main__.TestJit) ... ok (0.010s) 2022-11-23T01:49:52.1434502Z test_shape_analysis_broadcast (__main__.TestJit) ... ok (0.004s) 2022-11-23T01:49:52.1434808Z test_shape_analysis_masked_select (__main__.TestJit) ... ok (0.002s) 2022-11-23T01:49:52.1435116Z test_shape_analysis_unsqueeze_in_loop (__main__.TestJit) ... ok (0.002s) 2022-11-23T01:49:52.1435411Z test_sparse_csr_tensors (__main__.TestJit) ... ok (0.004s) 2022-11-23T01:49:52.1435663Z test_sparse_tensors (__main__.TestJit) ... ok (0.044s) 2022-11-23T01:49:52.1436683Z test_torch_complex (__main__.TestJit) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:470: UserWarning: An output with one or more elements was resized since it had shape [3, 4], which does not match the required output shape [2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T01:49:52.1437585Z return callable(*args, **kwargs) 2022-11-23T01:49:52.1438441Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:470: UserWarning: An output with one or more elements was resized since it had shape [5, 2], which does not match the required output shape [2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T01:49:52.1439205Z return callable(*args, **kwargs) 2022-11-23T01:49:52.1439407Z ok (0.037s) 2022-11-23T01:49:52.1439724Z test_torch_load_error (__main__.TestJit) ... skip: TODO: re-enable with https://github.com/pytorch/pytorch/pull/29339 (0.000s) 2022-11-23T01:49:52.1440093Z test_torch_load_zipfile_check (__main__.TestJit) ... ok (0.009s) 2022-11-23T01:49:52.1440375Z test_torch_ops_kwonly (__main__.TestJit) ... ok (0.000s) 2022-11-23T01:49:52.1440655Z test_torch_ops_overloaded (__main__.TestJit) ... ok (0.010s) 2022-11-23T01:49:52.1440923Z test_torch_sum (__main__.TestJit) ... ok (0.015s) 2022-11-23T01:49:52.1441193Z test_trace_retains_train (__main__.TestJit) ... ok (0.008s) 2022-11-23T01:49:52.1441441Z test_train_eval (__main__.TestJit) ... ok (0.063s) 2022-11-23T01:49:52.1441697Z test_transpose (__main__.TestJit) ... ok (0.006s) 2022-11-23T01:49:52.1441962Z test_unchecked_cast (__main__.TestJit) ... ok (0.010s) 2022-11-23T01:49:52.1442239Z test_unique_state_dict (__main__.TestJit) ... ok (0.006s) 2022-11-23T01:49:52.1442613Z test_verify (__main__.TestJit) ... skip: verify needs to be updated to work with GraphExecutors (0.000s) 2022-11-23T01:49:52.1442928Z test_warnings (__main__.TestJit) ... ok (0.014s) 2022-11-23T01:49:52.1443313Z test_nn_AdaptiveAvgPool1d (__main__.TestJitGeneratedModule) ... ok (0.072s) 2022-11-23T01:49:52.1443679Z test_nn_AdaptiveAvgPool1d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.070s) 2022-11-23T01:49:52.1444053Z test_nn_AdaptiveAvgPool1d_one_output (__main__.TestJitGeneratedModule) ... ok (0.067s) 2022-11-23T01:49:52.1444432Z test_nn_AdaptiveAvgPool2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.087s) 2022-11-23T01:49:52.1444803Z test_nn_AdaptiveAvgPool2d_single (__main__.TestJitGeneratedModule) ... ok (0.084s) 2022-11-23T01:49:52.1445182Z test_nn_AdaptiveAvgPool2d_single_1x1output (__main__.TestJitGeneratedModule) ... ok (0.094s) 2022-11-23T01:49:52.1445535Z test_nn_AdaptiveAvgPool2d_tuple (__main__.TestJitGeneratedModule) ... ok (0.078s) 2022-11-23T01:49:52.1445910Z test_nn_AdaptiveAvgPool2d_tuple_none (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-11-23T01:49:52.1446276Z test_nn_AdaptiveAvgPool3d_last_dim (__main__.TestJitGeneratedModule) ... ok (0.087s) 2022-11-23T01:49:52.1446648Z test_nn_AdaptiveAvgPool3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.076s) 2022-11-23T01:49:52.1447016Z test_nn_AdaptiveAvgPool3d_single (__main__.TestJitGeneratedModule) ... ok (0.067s) 2022-11-23T01:49:52.1447424Z test_nn_AdaptiveAvgPool3d_tuple (__main__.TestJitGeneratedModule) ... ok (0.086s) 2022-11-23T01:49:52.1447828Z test_nn_AdaptiveAvgPool3d_tuple_none (__main__.TestJitGeneratedModule) ... ok (0.013s) 2022-11-23T01:49:52.1448183Z test_nn_AdaptiveMaxPool1d (__main__.TestJitGeneratedModule) ... ok (0.087s) 2022-11-23T01:49:52.1448676Z test_nn_AdaptiveMaxPool1d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.085s) 2022-11-23T01:49:52.1449129Z test_nn_AdaptiveMaxPool2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.112s) 2022-11-23T01:49:52.1449537Z test_nn_AdaptiveMaxPool2d_single (__main__.TestJitGeneratedModule) ... ok (0.092s) 2022-11-23T01:49:52.1449931Z test_nn_AdaptiveMaxPool2d_tuple (__main__.TestJitGeneratedModule) ... ok (0.104s) 2022-11-23T01:49:52.1450336Z test_nn_AdaptiveMaxPool2d_tuple_none (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T01:49:52.1450705Z test_nn_AdaptiveMaxPool3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.102s) 2022-11-23T01:49:52.1451189Z test_nn_AdaptiveMaxPool3d_single (__main__.TestJitGeneratedModule) ... ok (0.086s) 2022-11-23T01:49:52.1451617Z test_nn_AdaptiveMaxPool3d_single_nonatomic (__main__.TestJitGeneratedModule) ... ok (0.101s) 2022-11-23T01:49:52.1452041Z test_nn_AdaptiveMaxPool3d_tuple (__main__.TestJitGeneratedModule) ... ok (0.102s) 2022-11-23T01:49:52.1452463Z test_nn_AdaptiveMaxPool3d_tuple_nonatomic (__main__.TestJitGeneratedModule) ... ok (0.080s) 2022-11-23T01:49:52.1452886Z test_nn_AdaptiveMaxPool3d_tuple_none (__main__.TestJitGeneratedModule) ... ok (0.010s) 2022-11-23T01:49:52.1453267Z test_nn_AvgPool1d (__main__.TestJitGeneratedModule) ... ok (0.071s) 2022-11-23T01:49:52.1453600Z test_nn_AvgPool1d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.069s) 2022-11-23T01:49:52.1453981Z test_nn_AvgPool1d_stride (__main__.TestJitGeneratedModule) ... ok (0.077s) 2022-11-23T01:49:52.1454362Z test_nn_AvgPool1d_stride_pad (__main__.TestJitGeneratedModule) ... ok (0.073s) 2022-11-23T01:49:52.1454774Z test_nn_AvgPool2d (__main__.TestJitGeneratedModule) ... ok (0.067s) 2022-11-23T01:49:52.1455180Z test_nn_AvgPool2d_divisor (__main__.TestJitGeneratedModule) ... ok (0.091s) 2022-11-23T01:49:52.1455561Z test_nn_AvgPool2d_divisor_stride (__main__.TestJitGeneratedModule) ... ok (0.069s) 2022-11-23T01:49:52.1455919Z test_nn_AvgPool2d_divisor_stride_pad (__main__.TestJitGeneratedModule) ... ok (0.084s) 2022-11-23T01:49:52.1456314Z test_nn_AvgPool2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.073s) 2022-11-23T01:49:52.1456690Z test_nn_AvgPool2d_stride (__main__.TestJitGeneratedModule) ... ok (0.068s) 2022-11-23T01:49:52.1457068Z test_nn_AvgPool2d_stride_pad (__main__.TestJitGeneratedModule) ... ok (0.079s) 2022-11-23T01:49:52.1457506Z test_nn_AvgPool3d (__main__.TestJitGeneratedModule) ... ok (0.081s) 2022-11-23T01:49:52.1457879Z test_nn_AvgPool3d_divisor (__main__.TestJitGeneratedModule) ... ok (0.066s) 2022-11-23T01:49:52.1458228Z test_nn_AvgPool3d_divisor_stride (__main__.TestJitGeneratedModule) ... ok (0.077s) 2022-11-23T01:49:52.1458633Z test_nn_AvgPool3d_divisor_stride1_pad0_gpu_input (__main__.TestJitGeneratedModule) ... ok (0.080s) 2022-11-23T01:49:52.1459039Z test_nn_AvgPool3d_divisor_stride_pad (__main__.TestJitGeneratedModule) ... ok (0.073s) 2022-11-23T01:49:52.1459466Z test_nn_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output (__main__.TestJitGeneratedModule) ... ok (0.079s) 2022-11-23T01:49:52.1459910Z test_nn_AvgPool3d_divisor_stride_pad_gpu_general_output (__main__.TestJitGeneratedModule) ... ok (0.086s) 2022-11-23T01:49:52.1460352Z test_nn_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap (__main__.TestJitGeneratedModule) ... ok (0.072s) 2022-11-23T01:49:52.1460807Z test_nn_AvgPool3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.076s) 2022-11-23T01:49:52.1504679Z test_nn_AvgPool3d_stride (__main__.TestJitGeneratedModule) ... ok (0.064s) 2022-11-23T01:49:52.1505127Z test_nn_AvgPool3d_stride1_pad0_gpu_input (__main__.TestJitGeneratedModule) ... ok (0.086s) 2022-11-23T01:49:52.1505465Z test_nn_AvgPool3d_stride_pad (__main__.TestJitGeneratedModule) ... ok (0.075s) 2022-11-23T01:49:52.1505815Z test_nn_AvgPool3d_stride_pad_gpu_fixedkw_output (__main__.TestJitGeneratedModule) ... ok (0.071s) 2022-11-23T01:49:52.1506349Z test_nn_AvgPool3d_stride_pad_gpu_general_output (__main__.TestJitGeneratedModule) ... ok (0.086s) 2022-11-23T01:49:52.1506715Z test_nn_AvgPool3d_stride_pad_gpu_input_nooverlap (__main__.TestJitGeneratedModule) ... ok (0.074s) 2022-11-23T01:49:52.1507034Z test_nn_BCELoss (__main__.TestJitGeneratedModule) ... ok (0.076s) 2022-11-23T01:49:52.1507345Z test_nn_BCELoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-11-23T01:49:52.1507683Z test_nn_BCELoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-11-23T01:49:52.1508011Z test_nn_BCELoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-11-23T01:49:52.1508337Z test_nn_BCELoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T01:49:52.1508653Z test_nn_BCELoss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T01:49:52.1508978Z test_nn_BCELoss_scalar_weights (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-11-23T01:49:52.1509340Z test_nn_BCELoss_weights (__main__.TestJitGeneratedModule) ... ok (0.051s) 2022-11-23T01:49:52.1509655Z test_nn_BCELoss_weights_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-11-23T01:49:52.1510040Z test_nn_BCELoss_weights_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T01:49:52.1510381Z test_nn_BCEWithLogitsLoss (__main__.TestJitGeneratedModule) ... ok (0.060s) 2022-11-23T01:49:52.1510730Z test_nn_BCEWithLogitsLoss_legacy_enum (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-11-23T01:49:52.1511095Z test_nn_BCEWithLogitsLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.049s) 2022-11-23T01:49:52.1511449Z test_nn_BCEWithLogitsLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.049s) 2022-11-23T01:49:52.1511813Z test_nn_BCEWithLogitsLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-11-23T01:49:52.1512171Z test_nn_BCEWithLogitsLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.006s) 2022-11-23T01:49:52.1512533Z test_nn_BCEWithLogitsLoss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-11-23T01:49:52.1512898Z test_nn_BCEWithLogitsLoss_scalar_weights (__main__.TestJitGeneratedModule) ... ok (0.054s) 2022-11-23T01:49:52.1513257Z test_nn_BCEWithLogitsLoss_weights (__main__.TestJitGeneratedModule) ... ok (0.049s) 2022-11-23T01:49:52.1513666Z test_nn_BatchNorm1d_3d_input (__main__.TestJitGeneratedModule) ... ok (0.171s) 2022-11-23T01:49:52.1513994Z test_nn_BatchNorm1d_3d_input_not_affine (__main__.TestJitGeneratedModule) ... ok (0.138s) 2022-11-23T01:49:52.1514332Z test_nn_BatchNorm1d_affine (__main__.TestJitGeneratedModule) ... ok (0.134s) 2022-11-23T01:49:52.1514681Z test_nn_BatchNorm1d_affine_simple_average (__main__.TestJitGeneratedModule) ... ok (0.153s) 2022-11-23T01:49:52.1515027Z test_nn_BatchNorm1d_not_affine (__main__.TestJitGeneratedModule) ... ok (0.134s) 2022-11-23T01:49:52.1515416Z test_nn_BatchNorm1d_not_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.132s) 2022-11-23T01:49:52.1515760Z test_nn_BatchNorm1d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.139s) 2022-11-23T01:49:52.1516108Z test_nn_BatchNorm2d (__main__.TestJitGeneratedModule) ... ok (0.130s) 2022-11-23T01:49:52.1516441Z test_nn_BatchNorm2d_2d_simple_average (__main__.TestJitGeneratedModule) ... ok (0.132s) 2022-11-23T01:49:52.1516783Z test_nn_BatchNorm2d_momentum (__main__.TestJitGeneratedModule) ... ok (0.150s) 2022-11-23T01:49:52.1517119Z test_nn_BatchNorm2d_not_affine (__main__.TestJitGeneratedModule) ... ok (0.134s) 2022-11-23T01:49:52.1517460Z test_nn_BatchNorm2d_not_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.129s) 2022-11-23T01:49:52.1517802Z test_nn_BatchNorm2d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.144s) 2022-11-23T01:49:52.1518122Z test_nn_BatchNorm3d (__main__.TestJitGeneratedModule) ... ok (0.129s) 2022-11-23T01:49:52.1518490Z test_nn_BatchNorm3d_3d_simple_average (__main__.TestJitGeneratedModule) ... ok (0.142s) 2022-11-23T01:49:52.1518832Z test_nn_BatchNorm3d_momentum (__main__.TestJitGeneratedModule) ... ok (0.142s) 2022-11-23T01:49:52.1519167Z test_nn_BatchNorm3d_not_affine (__main__.TestJitGeneratedModule) ... ok (0.134s) 2022-11-23T01:49:52.1519508Z test_nn_BatchNorm3d_not_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.129s) 2022-11-23T01:49:52.1519851Z test_nn_BatchNorm3d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.129s) 2022-11-23T01:49:52.1520159Z test_nn_Bilinear (__main__.TestJitGeneratedModule) ... ok (0.085s) 2022-11-23T01:49:52.1520431Z test_nn_CELU (__main__.TestJitGeneratedModule) ... ok (0.069s) 2022-11-23T01:49:52.1520733Z test_nn_CELU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.069s) 2022-11-23T01:49:52.1521046Z test_nn_CELU_scalar (__main__.TestJitGeneratedModule) ... ok (0.078s) 2022-11-23T01:49:52.1521468Z test_nn_CTCLoss_2d_int_target_lengths_intlists (__main__.TestJitGeneratedModule) ... skip: module test skipped on JIT (0.004s) 2022-11-23T01:49:52.1521898Z test_nn_CTCLoss_2d_int_target_lengths_tensors (__main__.TestJitGeneratedModule) ... ok (0.051s) 2022-11-23T01:49:52.1522241Z test_nn_CTCLoss_2d_lengths_tensors (__main__.TestJitGeneratedModule) ... ok (0.035s) 2022-11-23T01:49:52.1522614Z test_nn_CTCLoss_lengths_intlists (__main__.TestJitGeneratedModule) ... skip: module test skipped on JIT (0.000s) 2022-11-23T01:49:52.1522965Z test_nn_CTCLoss_lengths_tensors (__main__.TestJitGeneratedModule) ... ok (0.044s) 2022-11-23T01:49:52.1523286Z test_nn_ConstantPad1d (__main__.TestJitGeneratedModule) ... ok (0.087s) 2022-11-23T01:49:52.1523617Z test_nn_ConstantPad1d_batch (__main__.TestJitGeneratedModule) ... ok (0.081s) 2022-11-23T01:49:52.1523950Z test_nn_ConstantPad1d_complex (__main__.TestJitGeneratedModule) ... ok (0.072s) 2022-11-23T01:49:52.1524276Z test_nn_ConstantPad2d (__main__.TestJitGeneratedModule) ... ok (0.069s) 2022-11-23T01:49:52.1524602Z test_nn_ConstantPad2d_complex (__main__.TestJitGeneratedModule) ... ok (0.068s) 2022-11-23T01:49:52.1524933Z test_nn_ConstantPad2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.069s) 2022-11-23T01:49:52.1525264Z test_nn_ConstantPad3d (__main__.TestJitGeneratedModule) ... ok (0.071s) 2022-11-23T01:49:52.1525590Z test_nn_ConstantPad3d_complex (__main__.TestJitGeneratedModule) ... ok (0.064s) 2022-11-23T01:49:52.1525985Z test_nn_ConstantPad3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.073s) 2022-11-23T01:49:52.1526304Z test_nn_Conv1d (__main__.TestJitGeneratedModule) ... ok (0.123s) 2022-11-23T01:49:52.1526630Z test_nn_Conv1d_circular_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.108s) 2022-11-23T01:49:52.1526958Z test_nn_Conv1d_dilated (__main__.TestJitGeneratedModule) ... ok (0.129s) 2022-11-23T01:49:52.1527307Z test_nn_Conv1d_groups (__main__.TestJitGeneratedModule) ... ok (0.126s) 2022-11-23T01:49:52.1527628Z test_nn_Conv1d_pad1 (__main__.TestJitGeneratedModule) ... ok (0.117s) 2022-11-23T01:49:52.1527988Z test_nn_Conv1d_pad1size1 (__main__.TestJitGeneratedModule) ... ok (0.110s) 2022-11-23T01:49:52.1528309Z test_nn_Conv1d_pad2 (__main__.TestJitGeneratedModule) ... ok (0.112s) 2022-11-23T01:49:52.1528629Z test_nn_Conv1d_pad2size1 (__main__.TestJitGeneratedModule) ... ok (0.122s) 2022-11-23T01:49:52.1528952Z test_nn_Conv1d_pad_same (__main__.TestJitGeneratedModule) ... ok (0.108s) 2022-11-23T01:49:52.1529613Z test_nn_Conv1d_pad_same2 (__main__.TestJitGeneratedModule) ... ok (0.113s) 2022-11-23T01:49:52.1529955Z test_nn_Conv1d_pad_same_dilated (__main__.TestJitGeneratedModule) ... ok (0.113s) 2022-11-23T01:49:52.1530288Z test_nn_Conv1d_pad_valid (__main__.TestJitGeneratedModule) ... ok (0.111s) 2022-11-23T01:49:52.1530634Z test_nn_Conv1d_reflect_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.109s) 2022-11-23T01:49:52.1530989Z test_nn_Conv1d_replicate_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.115s) 2022-11-23T01:49:52.1531525Z test_nn_Conv1d_stride (__main__.TestJitGeneratedModule) ... ok (0.113s) 2022-11-23T01:49:52.1531858Z test_nn_Conv1d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.094s) 2022-11-23T01:49:52.1532221Z test_nn_Conv1d_zeros_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.117s) 2022-11-23T01:49:52.1532524Z test_nn_Conv2d (__main__.TestJitGeneratedModule) ... ok (0.125s) 2022-11-23T01:49:52.1532856Z test_nn_Conv2d_circular_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.118s) 2022-11-23T01:49:52.1533199Z test_nn_Conv2d_depthwise (__main__.TestJitGeneratedModule) ... ok (0.129s) 2022-11-23T01:49:52.1533583Z test_nn_Conv2d_depthwise_dilated (__main__.TestJitGeneratedModule) ... ok (0.106s) 2022-11-23T01:49:52.1533930Z test_nn_Conv2d_depthwise_padded (__main__.TestJitGeneratedModule) ... ok (0.130s) 2022-11-23T01:49:52.1534317Z test_nn_Conv2d_depthwise_strided (__main__.TestJitGeneratedModule) ... ok (0.116s) 2022-11-23T01:49:52.1534655Z test_nn_Conv2d_depthwise_with_multiplier (__main__.TestJitGeneratedModule) ... ok (0.133s) 2022-11-23T01:49:52.1534998Z test_nn_Conv2d_dilated (__main__.TestJitGeneratedModule) ... ok (0.149s) 2022-11-23T01:49:52.1535320Z test_nn_Conv2d_groups (__main__.TestJitGeneratedModule) ... ok (0.132s) 2022-11-23T01:49:52.1535644Z test_nn_Conv2d_groups_thnn (__main__.TestJitGeneratedModule) ... ok (0.141s) 2022-11-23T01:49:52.1535970Z test_nn_Conv2d_no_bias (__main__.TestJitGeneratedModule) ... ok (0.131s) 2022-11-23T01:49:52.1536291Z test_nn_Conv2d_pad_same (__main__.TestJitGeneratedModule) ... ok (0.123s) 2022-11-23T01:49:52.1536628Z test_nn_Conv2d_pad_same_dilated (__main__.TestJitGeneratedModule) ... ok (0.126s) 2022-11-23T01:49:52.1536944Z test_nn_Conv2d_pad_valid (__main__.TestJitGeneratedModule) ... ok (0.122s) 2022-11-23T01:49:52.1537266Z test_nn_Conv2d_padding (__main__.TestJitGeneratedModule) ... ok (0.129s) 2022-11-23T01:49:52.1537606Z test_nn_Conv2d_reflect_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.135s) 2022-11-23T01:49:52.1537961Z test_nn_Conv2d_replicate_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.139s) 2022-11-23T01:49:52.1538297Z test_nn_Conv2d_strided (__main__.TestJitGeneratedModule) ... ok (0.120s) 2022-11-23T01:49:52.1538618Z test_nn_Conv2d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.131s) 2022-11-23T01:49:52.1538937Z test_nn_Conv2d_zeros_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.129s) 2022-11-23T01:49:52.1539320Z test_nn_Conv3d (__main__.TestJitGeneratedModule) ... ok (0.130s) 2022-11-23T01:49:52.1539680Z test_nn_Conv3d_1x1x1_no_bias (__main__.TestJitGeneratedModule) ... ok (0.127s) 2022-11-23T01:49:52.1540058Z test_nn_Conv3d_circular_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.122s) 2022-11-23T01:49:52.1540395Z test_nn_Conv3d_dilated (__main__.TestJitGeneratedModule) ... ok (0.104s) 2022-11-23T01:49:52.1540726Z test_nn_Conv3d_dilated_strided (__main__.TestJitGeneratedModule) ... ok (0.131s) 2022-11-23T01:49:52.1541040Z test_nn_Conv3d_groups (__main__.TestJitGeneratedModule) ... ok (0.164s) 2022-11-23T01:49:52.1541355Z test_nn_Conv3d_no_bias (__main__.TestJitGeneratedModule) ... ok (0.141s) 2022-11-23T01:49:52.1541671Z test_nn_Conv3d_pad_same (__main__.TestJitGeneratedModule) ... ok (0.157s) 2022-11-23T01:49:52.1542009Z test_nn_Conv3d_pad_same_dilated (__main__.TestJitGeneratedModule) ... ok (0.139s) 2022-11-23T01:49:52.1542347Z test_nn_Conv3d_pad_valid (__main__.TestJitGeneratedModule) ... ok (0.148s) 2022-11-23T01:49:52.1542692Z test_nn_Conv3d_replicate_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.124s) 2022-11-23T01:49:52.1543027Z test_nn_Conv3d_stride (__main__.TestJitGeneratedModule) ... ok (0.126s) 2022-11-23T01:49:52.1543337Z test_nn_Conv3d_stride_padding (__main__.TestJitGeneratedModule) ... ok (0.135s) 2022-11-23T01:49:52.1543669Z test_nn_Conv3d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.119s) 2022-11-23T01:49:52.1544050Z test_nn_Conv3d_zeros_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.101s) 2022-11-23T01:49:52.1544393Z test_nn_ConvTranspose1d (__main__.TestJitGeneratedModule) ... ok (0.224s) 2022-11-23T01:49:52.1544741Z test_nn_ConvTranspose1d_dilated (__main__.TestJitGeneratedModule) ... ok (0.198s) 2022-11-23T01:49:52.1545092Z test_nn_ConvTranspose1d_groups (__main__.TestJitGeneratedModule) ... ok (0.218s) 2022-11-23T01:49:52.1545463Z test_nn_ConvTranspose1d_no_bias (__main__.TestJitGeneratedModule) ... ok (0.216s) 2022-11-23T01:49:52.1545801Z test_nn_ConvTranspose2d (__main__.TestJitGeneratedModule) ... ok (0.212s) 2022-11-23T01:49:52.1546186Z test_nn_ConvTranspose2d_dilated (__main__.TestJitGeneratedModule) ... ok (0.211s) 2022-11-23T01:49:52.1546539Z test_nn_ConvTranspose2d_groups (__main__.TestJitGeneratedModule) ... ok (0.207s) 2022-11-23T01:49:52.1546877Z test_nn_ConvTranspose2d_no_bias (__main__.TestJitGeneratedModule) ... ok (0.228s) 2022-11-23T01:49:52.1547214Z test_nn_ConvTranspose3d (__main__.TestJitGeneratedModule) ... ok (0.238s) 2022-11-23T01:49:52.1547543Z test_nn_ConvTranspose3d_dilated (__main__.TestJitGeneratedModule) ... ok (0.234s) 2022-11-23T01:49:52.1547881Z test_nn_CosineEmbeddingLoss (__main__.TestJitGeneratedModule) ... ok (0.071s) 2022-11-23T01:49:52.1548237Z test_nn_CosineEmbeddingLoss_margin (__main__.TestJitGeneratedModule) ... ok (0.074s) 2022-11-23T01:49:52.1548620Z test_nn_CosineEmbeddingLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-11-23T01:49:52.1549006Z test_nn_CosineEmbeddingLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-11-23T01:49:52.1549389Z test_nn_CosineEmbeddingLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.065s) 2022-11-23T01:49:52.1549755Z test_nn_CrossEntropyLoss (__main__.TestJitGeneratedModule) ... ok (0.063s) 2022-11-23T01:49:52.1550080Z test_nn_CrossEntropyLoss_2d (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-11-23T01:49:52.1550441Z test_nn_CrossEntropyLoss_2d_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.057s) 2022-11-23T01:49:52.1550829Z test_nn_CrossEntropyLoss_2d_indices_target_smoothing (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-11-23T01:49:52.1551246Z test_nn_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.073s) 2022-11-23T01:49:52.1551717Z test_nn_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction (__main__.TestJitGeneratedModule) ... ok (0.062s) 2022-11-23T01:49:52.1552240Z test_nn_CrossEntropyLoss_2d_indices_target_smoothing_weight (__main__.TestJitGeneratedModule) ... ok (0.065s) 2022-11-23T01:49:52.1552633Z test_nn_CrossEntropyLoss_2d_prob_target (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-11-23T01:49:52.1553002Z test_nn_CrossEntropyLoss_2d_prob_target_smoothing (__main__.TestJitGeneratedModule) ... ok (0.051s) 2022-11-23T01:49:52.1553413Z test_nn_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-11-23T01:49:52.1553829Z test_nn_CrossEntropyLoss_2d_prob_target_smoothing_weight (__main__.TestJitGeneratedModule) ... ok (0.054s) 2022-11-23T01:49:52.1554228Z test_nn_CrossEntropyLoss_2d_prob_target_weights (__main__.TestJitGeneratedModule) ... ok (0.037s) 2022-11-23T01:49:52.1554606Z test_nn_CrossEntropyLoss_2d_weights (__main__.TestJitGeneratedModule) ... ok (0.056s) 2022-11-23T01:49:52.1554987Z test_nn_CrossEntropyLoss_3d_indices_target_smoothing (__main__.TestJitGeneratedModule) ... ok (0.039s) 2022-11-23T01:49:52.1555403Z test_nn_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.067s) 2022-11-23T01:49:52.1555809Z test_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction (__main__.TestJitGeneratedModule) ... ok (0.057s) 2022-11-23T01:49:52.1556253Z test_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-11-23T01:49:52.1556719Z test_nn_CrossEntropyLoss_3d_prob_target (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-11-23T01:49:52.1557108Z test_nn_CrossEntropyLoss_3d_prob_target_smoothing (__main__.TestJitGeneratedModule) ... ok (0.046s) 2022-11-23T01:49:52.1557554Z test_nn_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction (__main__.TestJitGeneratedModule) ... ok (0.045s) 2022-11-23T01:49:52.1557966Z test_nn_CrossEntropyLoss_3d_prob_target_weights (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-11-23T01:49:52.1558381Z test_nn_CrossEntropyLoss_4d_prob_target (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-11-23T01:49:52.1558761Z test_nn_CrossEntropyLoss_4d_prob_target_weights (__main__.TestJitGeneratedModule) ... ok (0.060s) 2022-11-23T01:49:52.1559112Z test_nn_CrossEntropyLoss_dim_is_3 (__main__.TestJitGeneratedModule) ... ok (0.061s) 2022-11-23T01:49:52.1559473Z test_nn_CrossEntropyLoss_higher_dim (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-11-23T01:49:52.1559839Z test_nn_CrossEntropyLoss_weights (__main__.TestJitGeneratedModule) ... ok (0.055s) 2022-11-23T01:49:52.1560182Z test_nn_CrossMapLRN2d (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T01:49:52.1560497Z test_nn_ELU (__main__.TestJitGeneratedModule) ... ok (0.093s) 2022-11-23T01:49:52.1560810Z test_nn_ELU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.081s) 2022-11-23T01:49:52.1561113Z test_nn_ELU_scalar (__main__.TestJitGeneratedModule) ... ok (0.071s) 2022-11-23T01:49:52.1561429Z test_nn_Embedding (__main__.TestJitGeneratedModule) ... ok (0.039s) 2022-11-23T01:49:52.1561770Z test_nn_EmbeddingBag_discontiguous (__main__.TestJitGeneratedModule) ... ok (0.114s) 2022-11-23T01:49:52.1562118Z test_nn_EmbeddingBag_max (__main__.TestJitGeneratedModule) ... ok (0.070s) 2022-11-23T01:49:52.1562472Z test_nn_EmbeddingBag_max_padding_idx (__main__.TestJitGeneratedModule) ... ok (0.070s) 2022-11-23T01:49:52.1562822Z test_nn_EmbeddingBag_mean (__main__.TestJitGeneratedModule) ... ok (0.071s) 2022-11-23T01:49:52.1563158Z test_nn_EmbeddingBag_mean_padding_idx (__main__.TestJitGeneratedModule) ... ok (0.070s) 2022-11-23T01:49:52.1563549Z test_nn_EmbeddingBag_sparse (__main__.TestJitGeneratedModule) ... ok (0.072s) 2022-11-23T01:49:52.1563896Z test_nn_EmbeddingBag_sum (__main__.TestJitGeneratedModule) ... ok (0.071s) 2022-11-23T01:49:52.1564282Z test_nn_EmbeddingBag_sum_padding_idx (__main__.TestJitGeneratedModule) ... ok (0.065s) 2022-11-23T01:49:52.1564701Z test_nn_Embedding_discontiguous (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-11-23T01:49:52.1565044Z test_nn_Embedding_sparse (__main__.TestJitGeneratedModule) ... ok (0.044s) 2022-11-23T01:49:52.1565370Z test_nn_Flatten (__main__.TestJitGeneratedModule) ... ok (0.069s) 2022-11-23T01:49:52.1565673Z test_nn_Flatten_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.063s) 2022-11-23T01:49:52.1565991Z test_nn_Fold (__main__.TestJitGeneratedModule) ... ok (0.108s) 2022-11-23T01:49:52.1566304Z test_nn_Fold_int_input (__main__.TestJitGeneratedModule) ... ok (0.087s) 2022-11-23T01:49:52.1566638Z test_nn_Fold_no_batch_dim_input (__main__.TestJitGeneratedModule) ... ok (0.095s) 2022-11-23T01:49:52.1566979Z test_nn_Fold_no_batch_dim_int_input (__main__.TestJitGeneratedModule) ... ok (0.085s) 2022-11-23T01:49:52.1567341Z test_nn_FractionalMaxPool2d_ratio (__main__.TestJitGeneratedModule) ... ok (0.139s) 2022-11-23T01:49:52.1567712Z test_nn_FractionalMaxPool2d_ratio_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.149s) 2022-11-23T01:49:52.1568123Z test_nn_FractionalMaxPool2d_ratio_no_batch_dim_no_random_samples (__main__.TestJitGeneratedModule) ... ok (0.131s) 2022-11-23T01:49:52.1568539Z test_nn_FractionalMaxPool2d_ratio_return_indices (__main__.TestJitGeneratedModule) ... ok (0.118s) 2022-11-23T01:49:52.1568917Z test_nn_FractionalMaxPool2d_size (__main__.TestJitGeneratedModule) ... ok (0.156s) 2022-11-23T01:49:52.1569338Z test_nn_FractionalMaxPool2d_size_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.140s) 2022-11-23T01:49:52.1569793Z test_nn_FractionalMaxPool2d_size_no_batch_dim_no_random_samples (__main__.TestJitGeneratedModule) ... ok (0.148s) 2022-11-23T01:49:52.1570229Z test_nn_FractionalMaxPool3d_asymsize (__main__.TestJitGeneratedModule) ... ok (0.170s) 2022-11-23T01:49:52.1570584Z test_nn_FractionalMaxPool3d_ratio (__main__.TestJitGeneratedModule) ... ok (0.157s) 2022-11-23T01:49:52.1570964Z test_nn_FractionalMaxPool3d_ratio_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.173s) 2022-11-23T01:49:52.1571461Z test_nn_FractionalMaxPool3d_ratio_no_batch_dim_no_random_samples (__main__.TestJitGeneratedModule) ... ok (0.166s) 2022-11-23T01:49:52.1571874Z test_nn_FractionalMaxPool3d_ratio_return_indices (__main__.TestJitGeneratedModule) ... ok (0.149s) 2022-11-23T01:49:52.1572252Z test_nn_FractionalMaxPool3d_size (__main__.TestJitGeneratedModule) ... ok (0.136s) 2022-11-23T01:49:52.1572639Z test_nn_FractionalMaxPool3d_size_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.151s) 2022-11-23T01:49:52.1573043Z test_nn_FractionalMaxPool3d_size_no_batch_dim_no_random_samples (__main__.TestJitGeneratedModule) ... ok (0.149s) 2022-11-23T01:49:52.1573388Z test_nn_GELU (__main__.TestJitGeneratedModule) ... ok (0.067s) 2022-11-23T01:49:52.1573707Z test_nn_GELU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.065s) 2022-11-23T01:49:52.1574031Z test_nn_GELU_scalar (__main__.TestJitGeneratedModule) ... ok (0.088s) 2022-11-23T01:49:52.1574343Z test_nn_GLU (__main__.TestJitGeneratedModule) ... ok (0.075s) 2022-11-23T01:49:52.1574648Z test_nn_GLU_dim (__main__.TestJitGeneratedModule) ... ok (0.084s) 2022-11-23T01:49:52.1574966Z test_nn_GLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.076s) 2022-11-23T01:49:52.1575267Z test_nn_GRUCell (__main__.TestJitGeneratedModule) ... ok (0.113s) 2022-11-23T01:49:52.1575634Z test_nn_GroupNorm_1d_affine (__main__.TestJitGeneratedModule) ... ok (0.132s) 2022-11-23T01:49:52.1575987Z test_nn_GroupNorm_1d_affine_GN (__main__.TestJitGeneratedModule) ... ok (0.137s) 2022-11-23T01:49:52.1576383Z test_nn_GroupNorm_1d_affine_large_batch (__main__.TestJitGeneratedModule) ... ok (0.153s) 2022-11-23T01:49:52.1576738Z test_nn_GroupNorm_1d_no_affine_IN (__main__.TestJitGeneratedModule) ... ok (0.153s) 2022-11-23T01:49:52.1577082Z test_nn_GroupNorm_1d_no_affine_LN (__main__.TestJitGeneratedModule) ... ok (0.172s) 2022-11-23T01:49:52.1577463Z test_nn_GroupNorm_2d_affine (__main__.TestJitGeneratedModule) ... ok (0.144s) 2022-11-23T01:49:52.1577814Z test_nn_GroupNorm_2d_affine_large_feature (__main__.TestJitGeneratedModule) ... ok (0.163s) 2022-11-23T01:49:52.1578166Z test_nn_GroupNorm_2d_no_affine_IN (__main__.TestJitGeneratedModule) ... ok (0.153s) 2022-11-23T01:49:52.1578506Z test_nn_GroupNorm_2d_no_affine_LN (__main__.TestJitGeneratedModule) ... ok (0.136s) 2022-11-23T01:49:52.1578867Z test_nn_GroupNorm_2d_no_affine_large_feature (__main__.TestJitGeneratedModule) ... ok (0.179s) 2022-11-23T01:49:52.1579216Z test_nn_Hardshrink (__main__.TestJitGeneratedModule) ... ok (0.099s) 2022-11-23T01:49:52.1579553Z test_nn_Hardshrink_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.080s) 2022-11-23T01:49:52.1579878Z test_nn_Hardshrink_scalar (__main__.TestJitGeneratedModule) ... ok (0.071s) 2022-11-23T01:49:52.1580259Z test_nn_Hardsigmoid_no_batch_dim (__main__.TestJitGeneratedModule) ... skip: module test skipped on JIT (0.004s) 2022-11-23T01:49:52.1580681Z test_nn_Hardswish_no_batch_dim (__main__.TestJitGeneratedModule) ... skip: module test skipped on JIT (0.004s) 2022-11-23T01:49:52.1581034Z test_nn_Hardtanh (__main__.TestJitGeneratedModule) ... ok (0.077s) 2022-11-23T01:49:52.1581366Z test_nn_Hardtanh_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.078s) 2022-11-23T01:49:52.1581742Z test_nn_Hardtanh_scalar (__main__.TestJitGeneratedModule) ... ok (0.080s) 2022-11-23T01:49:52.1582133Z test_nn_HingeEmbeddingLoss (__main__.TestJitGeneratedModule) ... ok (0.062s) 2022-11-23T01:49:52.1582513Z test_nn_HingeEmbeddingLoss_margin (__main__.TestJitGeneratedModule) ... ok (0.045s) 2022-11-23T01:49:52.1582888Z test_nn_HingeEmbeddingLoss_margin_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-11-23T01:49:52.1583275Z test_nn_HingeEmbeddingLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.054s) 2022-11-23T01:49:52.1583661Z test_nn_HingeEmbeddingLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-11-23T01:49:52.1584048Z test_nn_HingeEmbeddingLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-11-23T01:49:52.1584426Z test_nn_HingeEmbeddingLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T01:49:52.1584781Z test_nn_HingeEmbeddingLoss_scalar_margin (__main__.TestJitGeneratedModule) ... ok (0.044s) 2022-11-23T01:49:52.1585124Z test_nn_HuberLoss (__main__.TestJitGeneratedModule) ... ok (0.045s) 2022-11-23T01:49:52.1585451Z test_nn_HuberLoss_delta (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T01:49:52.1585796Z test_nn_HuberLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-11-23T01:49:52.1586147Z test_nn_HuberLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.037s) 2022-11-23T01:49:52.1586498Z test_nn_HuberLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.038s) 2022-11-23T01:49:52.1586840Z test_nn_InstanceNorm1d (__main__.TestJitGeneratedModule) ... ok (0.227s) 2022-11-23T01:49:52.1587170Z test_nn_InstanceNorm1d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.206s) 2022-11-23T01:49:52.1587533Z test_nn_InstanceNorm1d_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.225s) 2022-11-23T01:49:52.1587958Z test_nn_InstanceNorm1d_tracking_stats_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.201s) 2022-11-23T01:49:52.1588353Z test_nn_InstanceNorm2d (__main__.TestJitGeneratedModule) ... ok (0.224s) 2022-11-23T01:49:52.1588705Z test_nn_InstanceNorm2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.220s) 2022-11-23T01:49:52.1589065Z test_nn_InstanceNorm2d_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.236s) 2022-11-23T01:49:52.1589425Z test_nn_InstanceNorm2d_tracking_stats_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.235s) 2022-11-23T01:49:52.1589839Z test_nn_InstanceNorm3d (__main__.TestJitGeneratedModule) ... ok (0.215s) 2022-11-23T01:49:52.1590181Z test_nn_InstanceNorm3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.218s) 2022-11-23T01:49:52.1590540Z test_nn_InstanceNorm3d_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.235s) 2022-11-23T01:49:52.1590923Z test_nn_InstanceNorm3d_tracking_stats_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.208s) 2022-11-23T01:49:52.1591274Z test_nn_KLDivLoss (__main__.TestJitGeneratedModule) ... ok (0.094s) 2022-11-23T01:49:52.1591611Z test_nn_KLDivLoss_log_target (__main__.TestJitGeneratedModule) ... ok (0.064s) 2022-11-23T01:49:52.1591942Z test_nn_KLDivLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.057s) 2022-11-23T01:49:52.1592290Z test_nn_KLDivLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.057s) 2022-11-23T01:49:52.1592645Z test_nn_KLDivLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-11-23T01:49:52.1592991Z test_nn_KLDivLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-11-23T01:49:52.1593339Z test_nn_KLDivLoss_no_reduce_log_target (__main__.TestJitGeneratedModule) ... ok (0.010s) 2022-11-23T01:49:52.1593733Z test_nn_KLDivLoss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-11-23T01:49:52.1594102Z test_nn_KLDivLoss_no_reduce_scalar_log_target (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-11-23T01:49:52.1594440Z test_nn_KLDivLoss_scalar (__main__.TestJitGeneratedModule) ... ok (0.060s) 2022-11-23T01:49:52.1594876Z test_nn_KLDivLoss_scalar_log_target (__main__.TestJitGeneratedModule) ... ok (0.049s) 2022-11-23T01:49:52.1595244Z test_nn_KLDivLoss_with_log_target_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T01:49:52.1595610Z test_nn_KLDivLoss_with_target_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T01:49:52.1595938Z test_nn_L1Loss (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-11-23T01:49:52.1596267Z test_nn_L1Loss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-11-23T01:49:52.1596587Z test_nn_L1Loss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-11-23T01:49:52.1596924Z test_nn_L1Loss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.046s) 2022-11-23T01:49:52.1597260Z test_nn_L1Loss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.010s) 2022-11-23T01:49:52.1597602Z test_nn_L1Loss_no_reduce_complex (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T01:49:52.1597947Z test_nn_L1Loss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T01:49:52.1598272Z test_nn_L1Loss_scalar (__main__.TestJitGeneratedModule) ... ok (0.036s) 2022-11-23T01:49:52.1598572Z test_nn_LPPool1d (__main__.TestJitGeneratedModule) ... ok (0.174s) 2022-11-23T01:49:52.1598900Z test_nn_LPPool1d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.155s) 2022-11-23T01:49:52.1599240Z test_nn_LPPool1d_norm (__main__.TestJitGeneratedModule) ... ok (0.179s) 2022-11-23T01:49:52.1599559Z test_nn_LPPool2d (__main__.TestJitGeneratedModule) ... ok (0.158s) 2022-11-23T01:49:52.1599879Z test_nn_LPPool2d_norm (__main__.TestJitGeneratedModule) ... ok (0.179s) 2022-11-23T01:49:52.1600234Z test_nn_LSTMCell (__main__.TestJitGeneratedModule) ... ok (0.152s) 2022-11-23T01:49:52.1600575Z test_nn_LayerNorm_1d_elementwise_affine (__main__.TestJitGeneratedModule) ... ok (0.097s) 2022-11-23T01:49:52.1600971Z test_nn_LayerNorm_1d_empty_elementwise_affine (__main__.TestJitGeneratedModule) ... ok (0.109s) 2022-11-23T01:49:52.1601351Z test_nn_LayerNorm_1d_no_elementwise_affine (__main__.TestJitGeneratedModule) ... ok (0.104s) 2022-11-23T01:49:52.1601725Z test_nn_LayerNorm_3d_elementwise_affine (__main__.TestJitGeneratedModule) ... ok (0.117s) 2022-11-23T01:49:52.1602096Z test_nn_LayerNorm_3d_no_affine_large_feature (__main__.TestJitGeneratedModule) ... ok (0.382s) 2022-11-23T01:49:52.1603079Z test_nn_LayerNorm_3d_no_elementwise_affine (__main__.TestJitGeneratedModule) ... ok (0.106s) 2022-11-23T01:49:52.1603423Z test_nn_LeakyReLU (__main__.TestJitGeneratedModule) ... ok (0.102s) 2022-11-23T01:49:52.1603740Z test_nn_LeakyReLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.104s) 2022-11-23T01:49:52.1604082Z test_nn_LeakyReLU_with_negval (__main__.TestJitGeneratedModule) ... ok (0.080s) 2022-11-23T01:49:52.1604436Z test_nn_LeakyReLU_with_negval_scalar (__main__.TestJitGeneratedModule) ... ok (0.074s) 2022-11-23T01:49:52.1604797Z test_nn_LeakyReLU_with_zero_negval (__main__.TestJitGeneratedModule) ... ok (0.081s) 2022-11-23T01:49:52.1605124Z test_nn_Linear (__main__.TestJitGeneratedModule) ... ok (0.071s) 2022-11-23T01:49:52.1605451Z test_nn_Linear_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.073s) 2022-11-23T01:49:52.1605779Z test_nn_Linear_no_bias (__main__.TestJitGeneratedModule) ... ok (0.075s) 2022-11-23T01:49:52.1606146Z test_nn_LocalResponseNorm_1d (__main__.TestJitGeneratedModule) ... ok (0.253s) 2022-11-23T01:49:52.1606517Z test_nn_LocalResponseNorm_2d_uneven_pad (__main__.TestJitGeneratedModule) ... ok (0.189s) 2022-11-23T01:49:52.1606930Z test_nn_LocalResponseNorm_3d_custom_params (__main__.TestJitGeneratedModule) ... ok (0.168s) 2022-11-23T01:49:52.1607281Z test_nn_LogSigmoid (__main__.TestJitGeneratedModule) ... ok (0.082s) 2022-11-23T01:49:52.1607619Z test_nn_LogSigmoid_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.086s) 2022-11-23T01:49:52.1607958Z test_nn_LogSigmoid_scalar (__main__.TestJitGeneratedModule) ... ok (0.084s) 2022-11-23T01:49:52.1608324Z test_nn_LogSoftmax (__main__.TestJitGeneratedModule) ... ok (0.113s) 2022-11-23T01:49:52.1608665Z test_nn_LogSoftmax_multiparam (__main__.TestJitGeneratedModule) ... ok (0.079s) 2022-11-23T01:49:52.1609020Z test_nn_LogSoftmax_multiparam_scalar (__main__.TestJitGeneratedModule) ... ok (0.089s) 2022-11-23T01:49:52.1609374Z test_nn_LogSoftmax_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.103s) 2022-11-23T01:49:52.1609700Z test_nn_MSELoss (__main__.TestJitGeneratedModule) ... ok (0.069s) 2022-11-23T01:49:52.1610028Z test_nn_MSELoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.046s) 2022-11-23T01:49:52.1610349Z test_nn_MSELoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.046s) 2022-11-23T01:49:52.1610688Z test_nn_MSELoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.036s) 2022-11-23T01:49:52.1611105Z test_nn_MSELoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.010s) 2022-11-23T01:49:52.1611449Z test_nn_MSELoss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-11-23T01:49:52.1611779Z test_nn_MSELoss_prec (__main__.TestJitGeneratedModule) ... ok (0.122s) 2022-11-23T01:49:52.1612106Z test_nn_MSELoss_scalar (__main__.TestJitGeneratedModule) ... ok (0.061s) 2022-11-23T01:49:52.1612483Z test_nn_MarginRankingLoss (__main__.TestJitGeneratedModule) ... ok (0.069s) 2022-11-23T01:49:52.1612858Z test_nn_MarginRankingLoss_margin (__main__.TestJitGeneratedModule) ... ok (0.064s) 2022-11-23T01:49:52.1613231Z test_nn_MarginRankingLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.049s) 2022-11-23T01:49:52.1613608Z test_nn_MarginRankingLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-11-23T01:49:52.1613985Z test_nn_MarginRankingLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.049s) 2022-11-23T01:49:52.1614329Z test_nn_MaxPool1d (__main__.TestJitGeneratedModule) ... ok (0.100s) 2022-11-23T01:49:52.1614667Z test_nn_MaxPool1d_return_indices (__main__.TestJitGeneratedModule) ... ok (0.122s) 2022-11-23T01:49:52.1614991Z test_nn_MaxPool1d_stride (__main__.TestJitGeneratedModule) ... ok (0.110s) 2022-11-23T01:49:52.1615327Z test_nn_MaxPool2d_3d_input (__main__.TestJitGeneratedModule) ... ok (0.100s) 2022-11-23T01:49:52.1615665Z test_nn_MaxPool2d_4d_input (__main__.TestJitGeneratedModule) ... ok (0.090s) 2022-11-23T01:49:52.1616069Z test_nn_MaxPool2d_return_indices (__main__.TestJitGeneratedModule) ... ok (0.149s) 2022-11-23T01:49:52.1616400Z test_nn_MaxPool3d (__main__.TestJitGeneratedModule) ... ok (0.112s) 2022-11-23T01:49:52.1616732Z test_nn_MaxPool3d_return_indices (__main__.TestJitGeneratedModule) ... ok (0.132s) 2022-11-23T01:49:52.1617072Z test_nn_MaxPool3d_stride (__main__.TestJitGeneratedModule) ... ok (0.130s) 2022-11-23T01:49:52.1617395Z test_nn_MaxPool3d_stride_padding (__main__.TestJitGeneratedModule) ... ok (0.123s) 2022-11-23T01:49:52.1617719Z test_nn_Mish (__main__.TestJitGeneratedModule) ... ok (0.102s) 2022-11-23T01:49:52.1618034Z test_nn_Mish_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.098s) 2022-11-23T01:49:52.1618399Z test_nn_Mish_scalar (__main__.TestJitGeneratedModule) ... ok (0.073s) 2022-11-23T01:49:52.1618741Z test_nn_MultiLabelMarginLoss (__main__.TestJitGeneratedModule) ... ok (0.051s) 2022-11-23T01:49:52.1619151Z test_nn_MultiLabelMarginLoss_0d_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T01:49:52.1619504Z test_nn_MultiLabelMarginLoss_1d (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-11-23T01:49:52.1619874Z test_nn_MultiLabelMarginLoss_1d_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-11-23T01:49:52.1620255Z test_nn_MultiLabelMarginLoss_index_neg (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-11-23T01:49:52.1620640Z test_nn_MultiLabelMarginLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-11-23T01:49:52.1621080Z test_nn_MultiLabelMarginLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-11-23T01:49:52.1621475Z test_nn_MultiLabelMarginLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-11-23T01:49:52.1621856Z test_nn_MultiLabelMarginLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T01:49:52.1622214Z test_nn_MultiLabelSoftMarginLoss (__main__.TestJitGeneratedModule) ... ok (0.079s) 2022-11-23T01:49:52.1622608Z test_nn_MultiLabelSoftMarginLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.066s) 2022-11-23T01:49:52.1623012Z test_nn_MultiLabelSoftMarginLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.066s) 2022-11-23T01:49:52.1623419Z test_nn_MultiLabelSoftMarginLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-11-23T01:49:52.1623815Z test_nn_MultiLabelSoftMarginLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-11-23T01:49:52.1624206Z test_nn_MultiLabelSoftMarginLoss_weights (__main__.TestJitGeneratedModule) ... ok (0.067s) 2022-11-23T01:49:52.1624659Z test_nn_MultiLabelSoftMarginLoss_weights_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.006s) 2022-11-23T01:49:52.1625051Z test_nn_MultiMarginLoss (__main__.TestJitGeneratedModule) ... ok (0.081s) 2022-11-23T01:49:52.1625394Z test_nn_MultiMarginLoss_1d (__main__.TestJitGeneratedModule) ... ok (0.065s) 2022-11-23T01:49:52.1625752Z test_nn_MultiMarginLoss_1d_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.006s) 2022-11-23T01:49:52.1626112Z test_nn_MultiMarginLoss_margin (__main__.TestJitGeneratedModule) ... ok (0.056s) 2022-11-23T01:49:52.1626473Z test_nn_MultiMarginLoss_margin_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.006s) 2022-11-23T01:49:52.1626836Z test_nn_MultiMarginLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T01:49:52.1627167Z test_nn_MultiMarginLoss_p (__main__.TestJitGeneratedModule) ... ok (0.044s) 2022-11-23T01:49:52.1627518Z test_nn_MultiMarginLoss_p_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.006s) 2022-11-23T01:49:52.1627878Z test_nn_MultiMarginLoss_weights (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-11-23T01:49:52.1628244Z test_nn_MultiMarginLoss_weights_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-11-23T01:49:52.1628677Z test_nn_MultiheadAttention (__main__.TestJitGeneratedModule) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:49:52.1629125Z test_nn_NLLLoss (__main__.TestJitGeneratedModule) ... ok (0.055s) 2022-11-23T01:49:52.1629451Z test_nn_NLLLoss2d_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.010s) 2022-11-23T01:49:52.1629782Z test_nn_NLLLoss2d_no_reduce_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T01:49:52.1630138Z test_nn_NLLLoss2d_no_reduce_weights (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T01:49:52.1630528Z test_nn_NLLLossNd_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-11-23T01:49:52.1630880Z test_nn_NLLLossNd_no_reduce_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T01:49:52.1631278Z test_nn_NLLLossNd_no_reduce_weights (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-11-23T01:49:52.1631613Z test_nn_NLLLoss_2d (__main__.TestJitGeneratedModule) ... ok (0.036s) 2022-11-23T01:49:52.1631926Z test_nn_NLLLoss_2d_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-11-23T01:49:52.1632262Z test_nn_NLLLoss_2d_weights (__main__.TestJitGeneratedModule) ... ok (0.039s) 2022-11-23T01:49:52.1632591Z test_nn_NLLLoss_dim_is_3 (__main__.TestJitGeneratedModule) ... ok (0.051s) 2022-11-23T01:49:52.1632920Z test_nn_NLLLoss_higher_dim (__main__.TestJitGeneratedModule) ... ok (0.044s) 2022-11-23T01:49:52.1633256Z test_nn_NLLLoss_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.037s) 2022-11-23T01:49:52.1633650Z test_nn_NLLLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-11-23T01:49:52.1633995Z test_nn_NLLLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-11-23T01:49:52.1634314Z test_nn_NLLLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.045s) 2022-11-23T01:49:52.1634652Z test_nn_NLLLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T01:49:52.1634998Z test_nn_NLLLoss_no_reduce_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-11-23T01:49:52.1635351Z test_nn_NLLLoss_no_reduce_weights (__main__.TestJitGeneratedModule) ... ok (0.006s) 2022-11-23T01:49:52.1635715Z test_nn_NLLLoss_no_reduce_weights_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-11-23T01:49:52.1636099Z test_nn_NLLLoss_no_reduce_weights_ignore_index_neg (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-11-23T01:49:52.1636470Z test_nn_NLLLoss_weights (__main__.TestJitGeneratedModule) ... ok (0.076s) 2022-11-23T01:49:52.1636819Z test_nn_NLLLoss_weights_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-11-23T01:49:52.1637219Z test_nn_NLLLoss_weights_ignore_index_neg (__main__.TestJitGeneratedModule) ... ok (0.046s) 2022-11-23T01:49:52.1637554Z test_nn_PReLU_1d (__main__.TestJitGeneratedModule) ... ok (0.068s) 2022-11-23T01:49:52.1637874Z test_nn_PReLU_1d_multiparam (__main__.TestJitGeneratedModule) ... ok (0.072s) 2022-11-23T01:49:52.1638192Z test_nn_PReLU_2d (__main__.TestJitGeneratedModule) ... ok (0.072s) 2022-11-23T01:49:52.1638506Z test_nn_PReLU_2d_multiparam (__main__.TestJitGeneratedModule) ... ok (0.067s) 2022-11-23T01:49:52.1638803Z test_nn_PReLU_3d (__main__.TestJitGeneratedModule) ... ok (0.073s) 2022-11-23T01:49:52.1639127Z test_nn_PReLU_3d_multiparam (__main__.TestJitGeneratedModule) ... ok (0.073s) 2022-11-23T01:49:52.1639458Z test_nn_PReLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.072s) 2022-11-23T01:49:52.1639785Z test_nn_PReLU_scalar (__main__.TestJitGeneratedModule) ... ok (0.067s) 2022-11-23T01:49:52.1640123Z test_nn_Padding122112_3dcircular (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-11-23T01:49:52.1640476Z test_nn_Padding1221_2dcircular (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-11-23T01:49:52.1640803Z test_nn_Padding12_1dcircular (__main__.TestJitGeneratedModule) ... ok (0.010s) 2022-11-23T01:49:52.1641146Z test_nn_Padding2322_2dcircular (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-11-23T01:49:52.1641545Z test_nn_Padding31_1dcircular (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-11-23T01:49:52.1641886Z test_nn_Padding322112_3dcircular (__main__.TestJitGeneratedModule) ... ok (0.010s) 2022-11-23T01:49:52.1642233Z test_nn_Padding332122_3dcircular (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-11-23T01:49:52.1642620Z test_nn_Padding3331_2dcircular (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-11-23T01:49:52.1642949Z test_nn_Padding33_1dcircular (__main__.TestJitGeneratedModule) ... ok (0.010s) 2022-11-23T01:49:52.1643331Z test_nn_PairwiseDistance (__main__.TestJitGeneratedModule) ... ok (0.074s) 2022-11-23T01:49:52.1643689Z test_nn_PairwiseDistance_broadcast_lhs (__main__.TestJitGeneratedModule) ... ok (0.072s) 2022-11-23T01:49:52.1644062Z test_nn_PairwiseDistance_broadcast_rhs (__main__.TestJitGeneratedModule) ... ok (0.077s) 2022-11-23T01:49:52.1644423Z test_nn_PairwiseDistance_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.077s) 2022-11-23T01:49:52.1644803Z test_nn_PairwiseDistance_with_non_default_args (__main__.TestJitGeneratedModule) ... ok (0.071s) 2022-11-23T01:49:52.1645159Z test_nn_PixelShuffle (__main__.TestJitGeneratedModule) ... ok (0.083s) 2022-11-23T01:49:52.1645471Z test_nn_PixelUnshuffle (__main__.TestJitGeneratedModule) ... ok (0.068s) 2022-11-23T01:49:52.1645814Z test_nn_PoissonNLLLoss_full_loss (__main__.TestJitGeneratedModule) ... ok (0.072s) 2022-11-23T01:49:52.1646231Z test_nn_PoissonNLLLoss_full_loss_no_log_input (__main__.TestJitGeneratedModule) ... ok (0.051s) 2022-11-23T01:49:52.1646608Z test_nn_PoissonNLLLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.071s) 2022-11-23T01:49:52.1646978Z test_nn_PoissonNLLLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-11-23T01:49:52.1647345Z test_nn_PoissonNLLLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.055s) 2022-11-23T01:49:52.1647708Z test_nn_PoissonNLLLoss_no_full_loss (__main__.TestJitGeneratedModule) ... ok (0.055s) 2022-11-23T01:49:52.1648057Z test_nn_PoissonNLLLoss_no_full_loss_no_log_input (__main__.TestJitGeneratedModule) ... ok (0.049s) 2022-11-23T01:49:52.1648415Z test_nn_PoissonNLLLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T01:49:52.1648786Z test_nn_RNNCell (__main__.TestJitGeneratedModule) ... ok (0.115s) 2022-11-23T01:49:52.1649090Z test_nn_RReLU (__main__.TestJitGeneratedModule) ... ok (0.075s) 2022-11-23T01:49:52.1649450Z test_nn_RReLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.076s) 2022-11-23T01:49:52.1649782Z test_nn_RReLU_with_up_down (__main__.TestJitGeneratedModule) ... ok (0.081s) 2022-11-23T01:49:52.1650106Z test_nn_RReLU_with_up_down_scalar (__main__.TestJitGeneratedModule) ... ok (0.069s) 2022-11-23T01:49:52.1650429Z test_nn_ReLU (__main__.TestJitGeneratedModule) ... ok (0.078s) 2022-11-23T01:49:52.1650727Z test_nn_ReLU6 (__main__.TestJitGeneratedModule) ... ok (0.075s) 2022-11-23T01:49:52.1651098Z test_nn_ReLU6_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.075s) 2022-11-23T01:49:52.1651422Z test_nn_ReLU6_scalar (__main__.TestJitGeneratedModule) ... ok (0.063s) 2022-11-23T01:49:52.1651747Z test_nn_ReLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.075s) 2022-11-23T01:49:52.1652048Z test_nn_ReLU_scalar (__main__.TestJitGeneratedModule) ... ok (0.073s) 2022-11-23T01:49:52.1652376Z test_nn_ReflectionPad1d (__main__.TestJitGeneratedModule) ... ok (0.077s) 2022-11-23T01:49:52.1652721Z test_nn_ReflectionPad1d_batch (__main__.TestJitGeneratedModule) ... ok (0.086s) 2022-11-23T01:49:52.1653071Z test_nn_ReflectionPad1d_complex (__main__.TestJitGeneratedModule) ... ok (0.090s) 2022-11-23T01:49:52.1653414Z test_nn_ReflectionPad2d (__main__.TestJitGeneratedModule) ... ok (0.071s) 2022-11-23T01:49:52.1653761Z test_nn_ReflectionPad2d_complex (__main__.TestJitGeneratedModule) ... ok (0.082s) 2022-11-23T01:49:52.1654165Z test_nn_ReflectionPad2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.128s) 2022-11-23T01:49:52.1654513Z test_nn_ReflectionPad3d (__main__.TestJitGeneratedModule) ... ok (0.092s) 2022-11-23T01:49:52.1654901Z test_nn_ReflectionPad3d_complex (__main__.TestJitGeneratedModule) ... ok (0.101s) 2022-11-23T01:49:52.1655262Z test_nn_ReflectionPad3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.083s) 2022-11-23T01:49:52.1655647Z test_nn_ReplicationPad1d (__main__.TestJitGeneratedModule) ... ok (0.077s) 2022-11-23T01:49:52.1656002Z test_nn_ReplicationPad1d_batch (__main__.TestJitGeneratedModule) ... ok (0.066s) 2022-11-23T01:49:52.1656360Z test_nn_ReplicationPad1d_complex (__main__.TestJitGeneratedModule) ... ok (0.094s) 2022-11-23T01:49:52.1656689Z test_nn_ReplicationPad2d (__main__.TestJitGeneratedModule) ... ok (0.082s) 2022-11-23T01:49:52.1657039Z test_nn_ReplicationPad2d_complex (__main__.TestJitGeneratedModule) ... ok (0.077s) 2022-11-23T01:49:52.1657403Z test_nn_ReplicationPad2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.087s) 2022-11-23T01:49:52.1657755Z test_nn_ReplicationPad3d (__main__.TestJitGeneratedModule) ... ok (0.082s) 2022-11-23T01:49:52.1658102Z test_nn_ReplicationPad3d_complex (__main__.TestJitGeneratedModule) ... ok (0.081s) 2022-11-23T01:49:52.1658463Z test_nn_ReplicationPad3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.087s) 2022-11-23T01:49:52.1658777Z test_nn_SELU (__main__.TestJitGeneratedModule) ... ok (0.076s) 2022-11-23T01:49:52.1659151Z test_nn_SELU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.079s) 2022-11-23T01:49:52.1659473Z test_nn_SELU_scalar (__main__.TestJitGeneratedModule) ... ok (0.080s) 2022-11-23T01:49:52.1659780Z test_nn_SiLU (__main__.TestJitGeneratedModule) ... ok (0.074s) 2022-11-23T01:49:52.1660097Z test_nn_SiLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.061s) 2022-11-23T01:49:52.1660418Z test_nn_SiLU_scalar (__main__.TestJitGeneratedModule) ... ok (0.082s) 2022-11-23T01:49:52.1660756Z test_nn_Sigmoid (__main__.TestJitGeneratedModule) ... ok (0.075s) 2022-11-23T01:49:52.1661081Z test_nn_Sigmoid_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.066s) 2022-11-23T01:49:52.1661448Z test_nn_Sigmoid_scalar (__main__.TestJitGeneratedModule) ... ok (0.065s) 2022-11-23T01:49:52.1661774Z test_nn_SmoothL1Loss (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-11-23T01:49:52.1662099Z test_nn_SmoothL1Loss_beta (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T01:49:52.1662445Z test_nn_SmoothL1Loss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-11-23T01:49:52.1662800Z test_nn_SmoothL1Loss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.036s) 2022-11-23T01:49:52.1663136Z test_nn_SmoothL1Loss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.055s) 2022-11-23T01:49:52.1663485Z test_nn_SmoothL1Loss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-11-23T01:49:52.1663836Z test_nn_SmoothL1Loss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.013s) 2022-11-23T01:49:52.1664187Z test_nn_SmoothL1Loss_scalar (__main__.TestJitGeneratedModule) ... ok (0.044s) 2022-11-23T01:49:52.1664529Z test_nn_SmoothL1Loss_zero_beta (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T01:49:52.1664860Z test_nn_SoftMarginLoss (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-11-23T01:49:52.1665194Z test_nn_SoftMarginLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.044s) 2022-11-23T01:49:52.1665562Z test_nn_SoftMarginLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.049s) 2022-11-23T01:49:52.1665926Z test_nn_SoftMarginLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-11-23T01:49:52.1666287Z test_nn_SoftMarginLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-11-23T01:49:52.1666615Z test_nn_Softmax (__main__.TestJitGeneratedModule) ... ok (0.095s) 2022-11-23T01:49:52.1667026Z test_nn_Softmax2d (__main__.TestJitGeneratedModule) ... ok (0.094s) 2022-11-23T01:49:52.1667347Z test_nn_Softmax2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.090s) 2022-11-23T01:49:52.1667703Z test_nn_Softmax_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.082s) 2022-11-23T01:49:52.1668030Z test_nn_Softmax_scalar (__main__.TestJitGeneratedModule) ... ok (0.082s) 2022-11-23T01:49:52.1668342Z test_nn_Softmin (__main__.TestJitGeneratedModule) ... ok (0.101s) 2022-11-23T01:49:52.1668662Z test_nn_Softmin_multidim (__main__.TestJitGeneratedModule) ... ok (0.110s) 2022-11-23T01:49:52.1668988Z test_nn_Softmin_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.103s) 2022-11-23T01:49:52.1669315Z test_nn_Softmin_scalar (__main__.TestJitGeneratedModule) ... ok (0.132s) 2022-11-23T01:49:52.1669615Z test_nn_Softplus (__main__.TestJitGeneratedModule) ... ok (0.077s) 2022-11-23T01:49:52.1669933Z test_nn_Softplus_beta (__main__.TestJitGeneratedModule) ... ok (0.070s) 2022-11-23T01:49:52.1670273Z test_nn_Softplus_beta_threshold (__main__.TestJitGeneratedModule) ... ok (0.064s) 2022-11-23T01:49:52.1670621Z test_nn_Softplus_beta_threshold_scalar (__main__.TestJitGeneratedModule) ... ok (0.069s) 2022-11-23T01:49:52.1670971Z test_nn_Softplus_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.074s) 2022-11-23T01:49:52.1671294Z test_nn_Softshrink (__main__.TestJitGeneratedModule) ... ok (0.069s) 2022-11-23T01:49:52.1671598Z test_nn_Softshrink_lambda (__main__.TestJitGeneratedModule) ... ok (0.068s) 2022-11-23T01:49:52.1672398Z test_nn_Softshrink_lambda_scalar (__main__.TestJitGeneratedModule) ... ok (0.065s) 2022-11-23T01:49:52.1672752Z test_nn_Softshrink_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.062s) 2022-11-23T01:49:52.1673113Z test_nn_Softsign (__main__.TestJitGeneratedModule) ... ok (0.088s) 2022-11-23T01:49:52.1673472Z test_nn_Softsign_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.088s) 2022-11-23T01:49:52.1673812Z test_nn_Softsign_scalar (__main__.TestJitGeneratedModule) ... ok (0.093s) 2022-11-23T01:49:52.1674107Z test_nn_Tanh (__main__.TestJitGeneratedModule) ... ok (0.072s) 2022-11-23T01:49:52.1674414Z test_nn_Tanh_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.064s) 2022-11-23T01:49:52.1674726Z test_nn_Tanh_scalar (__main__.TestJitGeneratedModule) ... ok (0.062s) 2022-11-23T01:49:52.1675038Z test_nn_Tanhshrink (__main__.TestJitGeneratedModule) ... ok (0.088s) 2022-11-23T01:49:52.1675363Z test_nn_Tanhshrink_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.082s) 2022-11-23T01:49:52.1675692Z test_nn_Tanhshrink_scalar (__main__.TestJitGeneratedModule) ... ok (0.084s) 2022-11-23T01:49:52.1676018Z test_nn_Threshold_large_value (__main__.TestJitGeneratedModule) ... ok (0.080s) 2022-11-23T01:49:52.1676334Z test_nn_Threshold_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.076s) 2022-11-23T01:49:52.1676673Z test_nn_Threshold_threshold_value (__main__.TestJitGeneratedModule) ... ok (0.070s) 2022-11-23T01:49:52.1677022Z test_nn_Threshold_threshold_value_scalar (__main__.TestJitGeneratedModule) ... ok (0.080s) 2022-11-23T01:49:52.1677433Z test_nn_Transformer (__main__.TestJitGeneratedModule) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T01:49:52.1677857Z test_nn_TransformerDecoderLayer_gelu_activation (__main__.TestJitGeneratedModule) ... ok (3.440s) 2022-11-23T01:49:52.1678255Z test_nn_TransformerDecoderLayer_relu_activation (__main__.TestJitGeneratedModule) ... ok (3.076s) 2022-11-23T01:49:52.1678652Z test_nn_TransformerEncoderLayer_gelu_activation (__main__.TestJitGeneratedModule) ... ok (2.762s) 2022-11-23T01:49:52.1679064Z test_nn_TransformerEncoderLayer_relu_activation (__main__.TestJitGeneratedModule) ... ok (2.792s) 2022-11-23T01:49:52.1679474Z test_nn_Transformer_multilayer_coder (__main__.TestJitGeneratedModule) ... ok (10.927s) 2022-11-23T01:49:52.1679911Z test_nn_TripletMarginLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.077s) 2022-11-23T01:49:52.1680286Z test_nn_TripletMarginLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.085s) 2022-11-23T01:49:52.1680652Z test_nn_TripletMarginLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.066s) 2022-11-23T01:49:52.1681005Z test_nn_Unflatten_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.085s) 2022-11-23T01:49:52.1681304Z test_nn_Unfold (__main__.TestJitGeneratedModule) ... ok (0.116s) 2022-11-23T01:49:52.1681614Z test_nn_Unfold_int_input (__main__.TestJitGeneratedModule) ... ok (0.138s) 2022-11-23T01:49:52.1681930Z test_nn_ZeroPad2d (__main__.TestJitGeneratedModule) ... ok (0.093s) 2022-11-23T01:49:52.1682251Z test_nn_ZeroPad2d_complex (__main__.TestJitGeneratedModule) ... ok (0.106s) 2022-11-23T01:49:52.1682589Z test_nn_ZeroPad2d_negative_dims (__main__.TestJitGeneratedModule) ... ok (0.076s) 2022-11-23T01:49:52.1682934Z test_nn_ZeroPad2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.088s) 2022-11-23T01:49:52.1683272Z test_nn_interpolate_bicubic_2d (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T01:49:52.1683602Z test_nn_interpolate_bicubic_2d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T01:49:52.1683955Z test_nn_interpolate_bicubic_scale_2d (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T01:49:52.1684320Z test_nn_interpolate_bicubic_scale_tuple_shared_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-11-23T01:49:52.1684738Z test_nn_interpolate_bicubic_scale_tuple_skewed_2d (__main__.TestJitGeneratedModule) ... ok (0.006s) 2022-11-23T01:49:52.1685173Z test_nn_interpolate_bicubic_scale_tuple_skewed_2d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-11-23T01:49:52.1685586Z test_nn_interpolate_bicubic_tuple_2d (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-11-23T01:49:52.1685959Z test_nn_interpolate_bicubic_tuple_2d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.011s) 2022-11-23T01:49:52.1686307Z test_nn_interpolate_bilinear_2d (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T01:49:52.1686657Z test_nn_interpolate_bilinear_2d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T01:49:52.1687009Z test_nn_interpolate_bilinear_scale_2d (__main__.TestJitGeneratedModule) ... ok (0.006s) 2022-11-23T01:49:52.1687377Z test_nn_interpolate_bilinear_scale_tuple_shared_2d (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T01:49:52.1687758Z test_nn_interpolate_bilinear_scale_tuple_skewed_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-11-23T01:49:52.1688152Z test_nn_interpolate_bilinear_scale_tuple_skewed_2d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-11-23T01:49:52.1688530Z test_nn_interpolate_bilinear_tuple_2d (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T01:49:52.1688884Z test_nn_interpolate_bilinear_tuple_2d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T01:49:52.1689247Z test_nn_interpolate_linear_1d (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T01:49:52.1689597Z test_nn_interpolate_linear_1d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T01:49:52.1689952Z test_nn_interpolate_linear_1d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.006s) 2022-11-23T01:49:52.1690296Z test_nn_interpolate_linear_scale_1d (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-11-23T01:49:52.1690659Z test_nn_interpolate_linear_scale_1d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.013s) 2022-11-23T01:49:52.1690824Z test_nn_interpolate_linear_tuple_1d (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T01:49:52.1691098Z test_nn_interpolate_nearest_1d (__main__.TestJitGeneratedModule) ... ok (0.006s) 2022-11-23T01:49:52.1691257Z test_nn_interpolate_nearest_1d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T01:49:52.1691485Z test_nn_interpolate_nearest_2d (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T01:49:52.1691702Z test_nn_interpolate_nearest_2d_launch_configs (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-11-23T01:49:52.1691873Z test_nn_interpolate_nearest_2d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T01:49:52.1692032Z test_nn_interpolate_nearest_3d (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T01:49:52.1692202Z test_nn_interpolate_nearest_3d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T01:49:52.1692371Z test_nn_interpolate_nearest_scale_1d (__main__.TestJitGeneratedModule) ... ok (0.006s) 2022-11-23T01:49:52.1692535Z test_nn_interpolate_nearest_scale_2d (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-11-23T01:49:52.1692699Z test_nn_interpolate_nearest_scale_3d (__main__.TestJitGeneratedModule) ... ok (0.010s) 2022-11-23T01:49:52.1692864Z test_nn_interpolate_nearest_tuple_1d (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-11-23T01:49:52.1693026Z test_nn_interpolate_nearest_tuple_2d (__main__.TestJitGeneratedModule) ... ok (0.012s) 2022-11-23T01:49:52.1693186Z test_nn_interpolate_nearest_tuple_3d (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T01:49:52.1693349Z test_nn_interpolate_trilinear_3d (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T01:49:52.1693521Z test_nn_interpolate_trilinear_3d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T01:49:52.1693733Z test_nn_interpolate_trilinear_scale_3d (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T01:49:52.1693923Z test_nn_interpolate_trilinear_scale_3d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T01:49:52.1694090Z test_nn_interpolate_trilinear_tuple_3d (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T01:49:52.1694276Z test_nn_interpolate_trilinear_tuple_3d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-11-23T01:49:52.1694426Z test_nn_log_softmax_dim0 (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-11-23T01:49:52.1694562Z test_nn_log_softmax_dim3 (__main__.TestJitGeneratedModule) ... ok (0.006s) 2022-11-23T01:49:52.1694717Z test_nn_log_softmax_lastdim (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-11-23T01:49:52.1694868Z test_nn_log_softmax_scalar (__main__.TestJitGeneratedModule) ... ok (0.010s) 2022-11-23T01:49:52.1695020Z test_nn_log_softmax_spatial (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-11-23T01:49:52.1695188Z test_nn_log_softmax_spatial_special (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-11-23T01:49:52.1695375Z test_nn_multimarginloss_1d_input_0d_target_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.010s) 2022-11-23T01:49:52.1695535Z test_nn_softmax_functional_dim0 (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-11-23T01:49:52.1695691Z test_nn_softmax_functional_dim3 (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-11-23T01:49:52.1695855Z test_nn_softmax_functional_scalar (__main__.TestJitGeneratedModule) ... ok (0.010s) 2022-11-23T01:49:52.1696003Z test_nn_softmax_lastdim (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-11-23T01:49:52.1696161Z test_nn_softmax_lastdim_dtype (__main__.TestJitGeneratedModule) ... ok (0.010s) 2022-11-23T01:49:52.1696312Z test_nn_softmax_spatial (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-11-23T01:49:52.1696466Z test_nn_softmax_spatial_dtype (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-11-23T01:49:52.1696628Z test_nn_softmax_spatial_special (__main__.TestJitGeneratedModule) ... ok (0.010s) 2022-11-23T01:49:52.1696806Z test_checkscriptassertraisesregex (jit.test_jit_utils.TestJitUtils) ... ok (0.000s) 2022-11-23T01:49:52.1697012Z test_get_callable_argument_names_hybrid (jit.test_jit_utils.TestJitUtils) ... ok (0.017s) 2022-11-23T01:49:52.1697189Z test_get_callable_argument_names_keyword_only (jit.test_jit_utils.TestJitUtils) ... ok (0.001s) 2022-11-23T01:49:52.1697418Z test_get_callable_argument_names_positional_only (jit.test_jit_utils.TestJitUtils) ... ok (0.008s) 2022-11-23T01:49:52.1697644Z test_get_callable_argument_names_positional_or_keyword (jit.test_jit_utils.TestJitUtils) ... ok (0.001s) 2022-11-23T01:49:52.1697805Z test_get_callable_argument_names_var_keyword (jit.test_jit_utils.TestJitUtils) ... ok (0.001s) 2022-11-23T01:49:52.1697984Z test_get_callable_argument_names_var_positional (jit.test_jit_utils.TestJitUtils) ... ok (0.001s) 2022-11-23T01:49:52.1698148Z test_no_tracer_warn_context_manager (jit.test_jit_utils.TestJitUtils) ... ok (0.001s) 2022-11-23T01:49:52.1698296Z test_comprehension_iterable (jit.test_list_dict.TestList) ... ok (0.019s) 2022-11-23T01:49:52.1698455Z test_comprehension_out_type_not_in_type (jit.test_list_dict.TestList) ... ok (0.006s) 2022-11-23T01:49:52.1698604Z test_comprehensions_basic (jit.test_list_dict.TestList) ... ok (0.017s) 2022-11-23T01:49:52.1698760Z test_comprehensions_basic_float (jit.test_list_dict.TestList) ... ok (0.010s) 2022-11-23T01:49:52.1698910Z test_comprehensions_two_comps (jit.test_list_dict.TestList) ... ok (0.009s) 2022-11-23T01:49:52.1699049Z test_copy_list_immutable (jit.test_list_dict.TestList) ... ok (0.004s) 2022-11-23T01:49:52.1699188Z test_copy_list_mutable (jit.test_list_dict.TestList) ... ok (0.008s) 2022-11-23T01:49:52.1699310Z test_del (jit.test_list_dict.TestList) ... ok (0.015s) 2022-11-23T01:49:52.1699469Z test_dict_keyword_is_correctly_typed (jit.test_list_dict.TestList) ... ok (0.005s) 2022-11-23T01:49:52.1699678Z test_dict_keyword_with_dict_comprehension (jit.test_list_dict.TestList) ... ok (0.008s) 2022-11-23T01:49:52.1699862Z test_dict_keyword_with_dict_comprehension_and_kwargs (jit.test_list_dict.TestList) ... ok (0.009s) 2022-11-23T01:49:52.1700034Z test_dict_keyword_with_empty_dict_comprehension (jit.test_list_dict.TestList) ... ok (0.004s) 2022-11-23T01:49:52.1700192Z test_dict_keyword_with_empty_iterable (jit.test_list_dict.TestList) ... ok (0.004s) 2022-11-23T01:49:52.1700366Z test_dict_keyword_with_internal_aggregate_function (jit.test_list_dict.TestList) ... ok (0.007s) 2022-11-23T01:49:52.1700515Z test_dict_keyword_with_iterable (jit.test_list_dict.TestList) ... ok (0.007s) 2022-11-23T01:49:52.1700650Z test_dict_keyword_with_kwargs (jit.test_list_dict.TestList) ... ok (0.008s) 2022-11-23T01:49:52.1700823Z test_dict_keyword_with_kwargs_using_container_values (jit.test_list_dict.TestList) ... ok (0.008s) 2022-11-23T01:49:52.1700975Z test_dict_keyword_with_mapping (jit.test_list_dict.TestList) ... ok (0.006s) 2022-11-23T01:49:52.1701138Z test_dict_keyword_with_mapping_and_kwargs (jit.test_list_dict.TestList) ... ok (0.010s) 2022-11-23T01:49:52.1701308Z test_dict_keyword_with_mismatched_annotations (jit.test_list_dict.TestList) ... ok (0.002s) 2022-11-23T01:49:52.1701460Z test_dict_keyword_with_nested_call (jit.test_list_dict.TestList) ... ok (0.013s) 2022-11-23T01:49:52.1701638Z test_dict_keyword_with_previously_declared_variable (jit.test_list_dict.TestList) ... ok (0.007s) 2022-11-23T01:49:52.1701829Z test_dict_keyword_with_previously_declared_variable_and_kwargs (jit.test_list_dict.TestList) ... ok (0.008s) 2022-11-23T01:49:52.1701973Z test_extend_list_immutable (jit.test_list_dict.TestList) ... ok (0.005s) 2022-11-23T01:49:52.1702113Z test_extend_list_mutable (jit.test_list_dict.TestList) ... ok (0.007s) 2022-11-23T01:49:52.1702240Z test_in_check (jit.test_list_dict.TestList) ... ok (0.016s) 2022-11-23T01:49:52.1702382Z test_list_bool_conversion (jit.test_list_dict.TestList) ... ok (0.041s) 2022-11-23T01:49:52.1702509Z test_list_count (jit.test_list_dict.TestList) ... ok (0.016s) 2022-11-23T01:49:52.1702653Z test_list_count_not_existing (jit.test_list_dict.TestList) ... ok (0.006s) 2022-11-23T01:49:52.1702784Z test_list_gather (jit.test_list_dict.TestList) ... ok (0.023s) 2022-11-23T01:49:52.1702912Z test_list_index (jit.test_list_dict.TestList) ... ok (0.013s) 2022-11-23T01:49:52.1703138Z test_list_index_not_existing (jit.test_list_dict.TestList) ... ok (0.007s) 2022-11-23T01:49:52.1703270Z test_list_keyword (jit.test_list_dict.TestList) ... ok (0.027s) 2022-11-23T01:49:52.1703382Z test_list_len (jit.test_list_dict.TestList) ... ok (0.011s) 2022-11-23T01:49:52.1703511Z test_list_literal (jit.test_list_dict.TestList) ... ok (0.030s) 2022-11-23T01:49:52.1703675Z test_list_none (jit.test_list_dict.TestList) ... ok (0.002s) 2022-11-23T01:49:52.1703801Z test_list_ops (jit.test_list_dict.TestList) ... ok (0.070s) 2022-11-23T01:49:52.1703927Z test_list_slice (jit.test_list_dict.TestList) ... ok (0.036s) 2022-11-23T01:49:52.1704051Z test_list_sort (jit.test_list_dict.TestList) ... ok (0.030s) 2022-11-23T01:49:52.1704194Z test_list_unification_hint (jit.test_list_dict.TestList) ... ok (0.000s) 2022-11-23T01:49:52.1704313Z test_list_variance (jit.test_list_dict.TestList) 2022-11-23T01:49:52.1704450Z `List[T1]` is not a subtype of `List[T2]`, even if `T1` is a ... ok (0.026s) 2022-11-23T01:49:52.1704581Z test_min_bool_list (jit.test_list_dict.TestList) ... ok (0.008s) 2022-11-23T01:49:52.1704709Z test_min_max_list (jit.test_list_dict.TestList) ... ok (0.085s) 2022-11-23T01:49:52.1704845Z test_min_max_single_list (jit.test_list_dict.TestList) ... ok (0.074s) 2022-11-23T01:49:52.1704984Z test_mutable_list_append (jit.test_list_dict.TestList) ... ok (0.010s) 2022-11-23T01:49:52.1705123Z test_mutable_list_append_2 (jit.test_list_dict.TestList) ... ok (0.009s) 2022-11-23T01:49:52.1705314Z test_mutable_list_append_if (jit.test_list_dict.TestList) ... ok (0.009s) 2022-11-23T01:49:52.1705468Z test_mutable_list_append_if_else (jit.test_list_dict.TestList) ... ok (0.003s) 2022-11-23T01:49:52.1705600Z test_mutable_list_append_loop (jit.test_list_dict.TestList) ... ok (0.006s) 2022-11-23T01:49:52.1705752Z test_mutable_list_append_loop_if (jit.test_list_dict.TestList) ... ok (0.010s) 2022-11-23T01:49:52.1705894Z test_mutable_list_clear (jit.test_list_dict.TestList) ... ok (0.010s) 2022-11-23T01:49:52.1706040Z test_mutable_list_clear_empty (jit.test_list_dict.TestList) ... ok (0.000s) 2022-11-23T01:49:52.1706191Z test_mutable_list_function_inline (jit.test_list_dict.TestList) ... ok (0.015s) 2022-11-23T01:49:52.1706332Z test_mutable_list_insert (jit.test_list_dict.TestList) ... ok (0.006s) 2022-11-23T01:49:52.1706496Z test_mutable_list_insert_neg_out_of_bounds (jit.test_list_dict.TestList) ... ok (0.006s) 2022-11-23T01:49:52.1706648Z test_mutable_list_insert_negative (jit.test_list_dict.TestList) ... ok (0.007s) 2022-11-23T01:49:52.1706806Z test_mutable_list_insert_out_of_bounds (jit.test_list_dict.TestList) ... ok (0.006s) 2022-11-23T01:49:52.1706951Z test_mutable_list_nested_loop (jit.test_list_dict.TestList) ... ok (0.008s) 2022-11-23T01:49:52.1707087Z test_mutable_list_pop (jit.test_list_dict.TestList) ... ok (0.003s) 2022-11-23T01:49:52.1707224Z test_mutable_list_pop2 (jit.test_list_dict.TestList) ... ok (0.009s) 2022-11-23T01:49:52.1707367Z test_mutable_list_pop_at (jit.test_list_dict.TestList) ... ok (0.012s) 2022-11-23T01:49:52.1707509Z test_mutable_list_pop_at2 (jit.test_list_dict.TestList) ... ok (0.008s) 2022-11-23T01:49:52.1707661Z test_mutable_list_pop_at_negative (jit.test_list_dict.TestList) ... ok (0.009s) 2022-11-23T01:49:52.1707816Z test_mutable_list_pop_at_negative2 (jit.test_list_dict.TestList) ... ok (0.009s) 2022-11-23T01:49:52.1707958Z test_mutable_list_pop_empty (jit.test_list_dict.TestList) ... ok (0.007s) 2022-11-23T01:49:52.1708090Z test_mutable_list_pop_slice (jit.test_list_dict.TestList) ... ok (0.011s) 2022-11-23T01:49:52.1708229Z test_mutable_list_remove (jit.test_list_dict.TestList) ... ok (0.018s) 2022-11-23T01:49:52.1708367Z test_mutable_list_remove2 (jit.test_list_dict.TestList) ... ok (0.008s) 2022-11-23T01:49:52.1708522Z test_mutable_list_remove_not_existing (jit.test_list_dict.TestList) ... ok (0.007s) 2022-11-23T01:49:52.1708719Z test_mutable_list_remove_tensor (jit.test_list_dict.TestList) ... ok (0.012s) 2022-11-23T01:49:52.1708857Z test_mutable_list_reverse (jit.test_list_dict.TestList) ... ok (0.008s) 2022-11-23T01:49:52.1709045Z test_mutable_list_reverse_empty (jit.test_list_dict.TestList) ... ok (0.006s) 2022-11-23T01:49:52.1709198Z test_mutable_tensor_list_reverse (jit.test_list_dict.TestList) ... ok (0.017s) 2022-11-23T01:49:52.1709347Z test_no_element_type_annotation (jit.test_list_dict.TestList) ... ok (0.007s) 2022-11-23T01:49:52.1709477Z test_slice_index (jit.test_list_dict.TestList) ... ok (0.038s) 2022-11-23T01:49:52.1709616Z test_tensor_list_count (jit.test_list_dict.TestList) ... ok (0.010s) 2022-11-23T01:49:52.1709808Z test_tensor_list_count_not_existing (jit.test_list_dict.TestList) ... ok (0.010s) 2022-11-23T01:49:52.1709943Z test_tensor_list_index (jit.test_list_dict.TestList) ... ok (0.010s) 2022-11-23T01:49:52.1710092Z test_tensor_list_index_not_existing (jit.test_list_dict.TestList) ... ok (0.019s) 2022-11-23T01:49:52.1710203Z test_to_list (jit.test_list_dict.TestList) 2022-11-23T01:49:52.1710333Z Unit tests for Tensor.tolist() function. ... ok (0.358s) 2022-11-23T01:49:52.1710448Z test_to_list_gpu (jit.test_list_dict.TestList) 2022-11-23T01:49:52.1710588Z GPU tests for Tensor.tolist() function. ... skip: CUDA is not available (0.002s) 2022-11-23T01:49:52.1710735Z test_bump_numeric_counter (jit.test_logging.TestLogging) ... ok (0.009s) 2022-11-23T01:49:52.1710883Z test_counter_aggregation (jit.test_logging.TestLogging) ... ok (0.015s) 2022-11-23T01:49:52.1711072Z test_logging_levels_set (jit.test_logging.TestLogging) ... ok (0.002s) 2022-11-23T01:49:52.1711228Z test_time_measurement_counter (jit.test_logging.TestLogging) ... ok (0.006s) 2022-11-23T01:49:52.1711391Z test_time_measurement_counter_script (jit.test_logging.TestLogging) ... ok (0.013s) 2022-11-23T01:49:52.1711538Z test_trace_numeric_counter (jit.test_logging.TestLogging) ... ok (0.009s) 2022-11-23T01:49:52.1711714Z test_always_alive_values (jit.test_freezing.TestMKLDNNReinplacing) ... ok (0.024s) 2022-11-23T01:49:52.1711881Z test_merge_liveness (jit.test_freezing.TestMKLDNNReinplacing) ... ok (0.029s) 2022-11-23T01:49:52.1712043Z test_successful (jit.test_freezing.TestMKLDNNReinplacing) ... ok (0.023s) 2022-11-23T01:49:52.1712223Z test_switch_inputs_to_inplace (jit.test_freezing.TestMKLDNNReinplacing) ... ok (0.013s) 2022-11-23T01:49:52.1712342Z test_broadcasting_list (jit.test_misc.TestMisc) 2022-11-23T01:49:52.1712481Z Test BroadcastingList and torch.nn._size_N_t alias ... ok (0.018s) 2022-11-23T01:49:52.1712625Z test_export_opnames_interface (jit.test_misc.TestMisc) ... ok (0.047s) 2022-11-23T01:49:52.1712757Z test_future_isinstance (jit.test_misc.TestMisc) ... ok (0.013s) 2022-11-23T01:49:52.1712883Z test_hacked_twin (jit.test_misc.TestMisc) ... ok (0.004s) 2022-11-23T01:49:52.1712999Z test_if_returning_any (jit.test_misc.TestMisc) 2022-11-23T01:49:52.1713121Z Check that an if statement can return different ... ok (0.012s) 2022-11-23T01:49:52.1713246Z test_joined_str (jit.test_misc.TestMisc) ... ok (0.008s) 2022-11-23T01:49:52.1713374Z test_kwarg_support (jit.test_misc.TestMisc) ... ok (0.013s) 2022-11-23T01:49:52.1713518Z test_legacy_tensor_constructor (jit.test_misc.TestMisc) ... ok (0.026s) 2022-11-23T01:49:52.1713650Z test_list_literal_infer (jit.test_misc.TestMisc) ... ok (0.026s) 2022-11-23T01:49:52.1713770Z test_math_inf (jit.test_misc.TestMisc) ... ok (0.006s) 2022-11-23T01:49:52.1713901Z test_parse_ir_annotate (jit.test_misc.TestMisc) ... ok (0.002s) 2022-11-23T01:49:52.1714063Z test_parse_ir_single_element_tensor_negative (jit.test_misc.TestMisc) ... ok (0.002s) 2022-11-23T01:49:52.1714220Z test_parse_ir_single_element_tensor_positive (jit.test_misc.TestMisc) ... ok (0.002s) 2022-11-23T01:49:52.1714361Z test_script_many_decorators (jit.test_misc.TestMisc) ... ok (0.006s) 2022-11-23T01:49:52.1714488Z test_str_refine_any (jit.test_misc.TestMisc) ... ok (0.007s) 2022-11-23T01:49:52.1714680Z test_subexpression_Dict_int_Future (jit.test_misc.TestMisc) ... ok (0.006s) 2022-11-23T01:49:52.1714832Z test_subexpression_Future_annotate (jit.test_misc.TestMisc) ... ok (0.006s) 2022-11-23T01:49:52.1714975Z test_subexpression_List_Future (jit.test_misc.TestMisc) ... ok (0.003s) 2022-11-23T01:49:52.1715157Z test_subexpression_Optional (jit.test_misc.TestMisc) ... ok (0.006s) 2022-11-23T01:49:52.1715314Z test_subexpression_Tuple_int_int_Future (jit.test_misc.TestMisc) ... ok (0.000s) 2022-11-23T01:49:52.1715448Z test_tuple_subscripted_assign (jit.test_misc.TestMisc) ... ok (0.010s) 2022-11-23T01:49:52.1715637Z test_call_script_fn_from_traced_module (jit.test_tracer.TestMixTracingScripting) ... ok (0.024s) 2022-11-23T01:49:52.1715867Z test_call_script_module_from_traced_module (jit.test_tracer.TestMixTracingScripting) ... ok (0.030s) 2022-11-23T01:49:52.1716054Z test_call_traced_fn_from_script_fn (jit.test_tracer.TestMixTracingScripting) ... ok (0.009s) 2022-11-23T01:49:52.1716243Z test_call_traced_mod_from_script_fn (jit.test_tracer.TestMixTracingScripting) ... ok (0.026s) 2022-11-23T01:49:52.1716435Z test_call_tracing_fn_from_script_module (jit.test_tracer.TestMixTracingScripting) ... ok (0.017s) 2022-11-23T01:49:52.1716628Z test_call_tracing_mod_from_script_module (jit.test_tracer.TestMixTracingScripting) ... ok (0.024s) 2022-11-23T01:49:52.1716818Z test_script_inline_trace_multiple_args (jit.test_tracer.TestMixTracingScripting) ... ok (0.021s) 2022-11-23T01:49:52.1717035Z test_trace_dict_mix_script (jit.test_tracer.TestMixTracingScripting) ... ok (0.073s) 2022-11-23T01:49:52.1717207Z test_trace_hierarchy (jit.test_tracer.TestMixTracingScripting) ... ok (0.050s) 2022-11-23T01:49:52.1717371Z test_trace_linear (jit.test_tracer.TestMixTracingScripting) ... ok (0.047s) 2022-11-23T01:49:52.1717566Z test_trace_mixed_by_script_with_dict_output (jit.test_tracer.TestMixTracingScripting) ... ok (0.020s) 2022-11-23T01:49:52.1717737Z test_trace_of_script (jit.test_tracer.TestMixTracingScripting) ... ok (0.024s) 2022-11-23T01:49:52.1717903Z test_trace_parameter (jit.test_tracer.TestMixTracingScripting) ... ok (0.047s) 2022-11-23T01:49:52.1718086Z test_trace_returning_dict_with_tensor_tuples (jit.test_tracer.TestMixTracingScripting) 2022-11-23T01:49:52.1718260Z Tracing over a module returning a dictionary whose values are tuples of tensors ... ok (0.025s) 2022-11-23T01:49:52.1718424Z test_trace_script (jit.test_tracer.TestMixTracingScripting) ... ok (0.318s) 2022-11-23T01:49:52.1718610Z test_trace_script_returning_complex_dict (jit.test_tracer.TestMixTracingScripting) 2022-11-23T01:49:52.1718765Z Tracing over a script function returning a dictionary should work. ... ok (0.031s) 2022-11-23T01:49:52.1718913Z test_trace_with_size (jit.test_tracer.TestMixTracingScripting) ... ok (0.010s) 2022-11-23T01:49:52.1719122Z test_traced_module_contains_scripted_interface_types (jit.test_tracer.TestMixTracingScripting) ... ok (0.116s) 2022-11-23T01:49:52.1719319Z test_traced_module_implements_interface (jit.test_tracer.TestMixTracingScripting) ... ok (0.289s) 2022-11-23T01:49:52.1719487Z test_tracing_indexing (jit.test_tracer.TestMixTracingScripting) ... ok (0.015s) 2022-11-23T01:49:52.1719653Z test_tracing_slicing (jit.test_tracer.TestMixTracingScripting) ... ok (0.012s) 2022-11-23T01:49:52.1719806Z test_alexnet (jit.test_models.TestModels) ... skip: no torchvision (0.000s) 2022-11-23T01:49:52.1719940Z test_dcgan_models (jit.test_models.TestModels) ... ok (0.709s) 2022-11-23T01:49:52.1720091Z test_dcgan_models_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.000s) 2022-11-23T01:49:52.1720214Z test_mnist (jit.test_models.TestModels) ... ok (0.285s) 2022-11-23T01:49:52.1720357Z test_mnist_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.001s) 2022-11-23T01:49:52.1720531Z test_mnist_training_leaks_no_memory_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.000s) 2022-11-23T01:49:52.1720782Z test_neural_style (jit.test_models.TestModels) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:49:52.1720935Z test_neural_style_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.000s) 2022-11-23T01:49:52.1721125Z test_reinforcement_learning (jit.test_models.TestModels) ... ok (0.090s) 2022-11-23T01:49:52.1721298Z test_reinforcement_learning_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.001s) 2022-11-23T01:49:52.1721473Z test_script_module_script_resnet (jit.test_models.TestModels) ... skip: no torchvision (0.008s) 2022-11-23T01:49:52.1721650Z test_script_module_trace_resnet18 (jit.test_models.TestModels) ... skip: no torchvision (0.002s) 2022-11-23T01:49:52.1721887Z test_snli (jit.test_models.TestModels) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:49:52.1722030Z test_snli_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.000s) 2022-11-23T01:49:52.1722155Z test_snli_quantized (jit.test_models.TestModels) ... ok (1.252s) 2022-11-23T01:49:52.1722365Z test_super_resolution (jit.test_models.TestModels) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:49:52.1722525Z test_super_resolution_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.001s) 2022-11-23T01:49:52.1722675Z test_time_sequence_prediction (jit.test_models.TestModels) ... ok (0.183s) 2022-11-23T01:49:52.1722799Z test_vae (jit.test_models.TestModels) ... ok (0.304s) 2022-11-23T01:49:52.1722989Z test_vae_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.000s) 2022-11-23T01:49:52.1723126Z test_vae_quantized (jit.test_models.TestModels) ... ok (0.149s) 2022-11-23T01:49:52.1723281Z test_customized_state_dict_methods (jit.test_module_apis.TestModuleAPIs) 2022-11-23T01:49:52.1723420Z Tests that customized state dict methods are in effect ... ok (0.055s) 2022-11-23T01:49:52.1723572Z test_default_state_dict_methods (jit.test_module_apis.TestModuleAPIs) 2022-11-23T01:49:52.1723732Z Tests that default state dict methods are automatically available ... ok (0.048s) 2022-11-23T01:49:52.1723896Z test_submodule_customized_state_dict_methods (jit.test_module_apis.TestModuleAPIs) 2022-11-23T01:49:52.1724050Z Tests that customized state dict methods on submodules are in effect ... ok (0.061s) 2022-11-23T01:49:52.1724245Z test_custom_container_forward (jit.test_module_containers.TestModuleContainers) ... ok (0.126s) 2022-11-23T01:49:52.1724441Z test_empty_dict_override_contains (jit.test_module_containers.TestModuleContainers) ... ok (0.052s) 2022-11-23T01:49:52.1724630Z test_module_inplace_construct (jit.test_module_containers.TestModuleContainers) ... ok (0.038s) 2022-11-23T01:49:52.1724833Z test_module_interface_special_methods (jit.test_module_containers.TestModuleContainers) ... ok (0.093s) 2022-11-23T01:49:52.1725012Z test_module_properties (jit.test_module_containers.TestModuleContainers) ... ok (0.072s) 2022-11-23T01:49:52.1725186Z test_moduledict (jit.test_module_containers.TestModuleContainers) ... ok (0.315s) 2022-11-23T01:49:52.1725354Z test_moduledict_getitem (jit.test_module_containers.TestModuleContainers) ... ok (0.057s) 2022-11-23T01:49:52.1725536Z test_moduledict_keyerror (jit.test_module_containers.TestModuleContainers) ... ok (0.010s) 2022-11-23T01:49:52.1725727Z test_normal_list_attribute_with_modules_error (jit.test_module_containers.TestModuleContainers) 2022-11-23T01:49:52.1725885Z Test that an attempt to script a module with a regular list attribute ... ok (0.000s) 2022-11-23T01:49:52.1726085Z test_parameterdict_script_getitem (jit.test_module_containers.TestModuleContainers) ... ok (0.020s) 2022-11-23T01:49:52.1726278Z test_parameterlist_script_getitem (jit.test_module_containers.TestModuleContainers) ... ok (0.077s) 2022-11-23T01:49:52.1726473Z test_parameterlist_script_iter (jit.test_module_containers.TestModuleContainers) ... ok (0.109s) 2022-11-23T01:49:52.1726712Z test_script_module_list_sequential (jit.test_module_containers.TestModuleContainers) ... ok (0.041s) 2022-11-23T01:49:52.1726899Z test_script_modulelist_index (jit.test_module_containers.TestModuleContainers) ... ok (0.165s) 2022-11-23T01:49:52.1727136Z test_sequential_intermediary_types (jit.test_module_containers.TestModuleContainers) ... ok (0.042s) 2022-11-23T01:49:52.1727328Z test_special_method_with_override (jit.test_module_containers.TestModuleContainers) ... ok (0.037s) 2022-11-23T01:49:52.1727494Z test_typed_module_dict (jit.test_module_containers.TestModuleContainers) 2022-11-23T01:49:52.1727662Z Test that a type annotation can be provided for a ModuleDict that allows ... ok (0.114s) 2022-11-23T01:49:52.1727864Z test_typed_module_list (jit.test_module_containers.TestModuleContainers) 2022-11-23T01:49:52.1728028Z Test that a type annotation can be provided for a ModuleList that allows ... ok (0.099s) 2022-11-23T01:49:52.1728241Z test_freeze_module_with_inplace_mutation_in_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.030s) 2022-11-23T01:49:52.1728434Z test_freeze_module_with_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.035s) 2022-11-23T01:49:52.1728636Z test_freeze_module_with_interface_and_fork (jit.test_module_interface.TestModuleInterface) ... ok (0.049s) 2022-11-23T01:49:52.1728836Z test_freeze_module_with_mutated_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.045s) 2022-11-23T01:49:52.1729035Z test_freeze_module_with_setattr_in_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.035s) 2022-11-23T01:49:52.1729261Z test_module_apis_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.020s) 2022-11-23T01:49:52.1729425Z test_module_doc_string (jit.test_module_interface.TestModuleInterface) ... ok (0.034s) 2022-11-23T01:49:52.1729597Z test_module_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.072s) 2022-11-23T01:49:52.1729789Z test_module_interface_inheritance (jit.test_module_interface.TestModuleInterface) ... ok (0.001s) 2022-11-23T01:49:52.1729976Z test_module_interface_subtype (jit.test_module_interface.TestModuleInterface) ... ok (0.064s) 2022-11-23T01:49:52.1730145Z test_module_swap (jit.test_module_interface.TestModuleInterface) ... ok (0.030s) 2022-11-23T01:49:52.1730332Z test_module_swap_no_lazy_compile (jit.test_module_interface.TestModuleInterface) ... ok (0.035s) 2022-11-23T01:49:52.1730524Z test_module_swap_no_module_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.015s) 2022-11-23T01:49:52.1730709Z test_module_swap_wrong_module (jit.test_module_interface.TestModuleInterface) ... ok (0.026s) 2022-11-23T01:49:52.1730899Z test_not_submodule_interface_call (jit.test_module_interface.TestModuleInterface) ... ok (0.014s) 2022-11-23T01:49:52.1731197Z test_script_module_as_interface_swap (jit.test_module_interface.TestModuleInterface) ... ok (0.027s) 2022-11-23T01:49:52.1731348Z test_script_module_with_constants_list (jit.test_modules.TestModules) 2022-11-23T01:49:52.1731492Z Test that a module that has __constants__ set to something ... ok (0.022s) 2022-11-23T01:49:52.1731636Z test_namedtuple (jit.test_list_dict.TestNamedTuple) ... ok (0.007s) 2022-11-23T01:49:52.1731788Z test_namedtuple_as_attr (jit.test_list_dict.TestNamedTuple) ... ok (0.008s) 2022-11-23T01:49:52.1731940Z test_namedtuple_constant (jit.test_list_dict.TestNamedTuple) ... ok (0.004s) 2022-11-23T01:49:52.1732102Z test_namedtuple_kwarg_construct (jit.test_list_dict.TestNamedTuple) ... ok (0.006s) 2022-11-23T01:49:52.1732255Z test_namedtuple_lower (jit.test_list_dict.TestNamedTuple) ... ok (0.003s) 2022-11-23T01:49:52.1732412Z test_namedtuple_resolution (jit.test_list_dict.TestNamedTuple) ... ok (0.007s) 2022-11-23T01:49:52.1732620Z test_namedtuple_serialization (jit.test_list_dict.TestNamedTuple) ... skip: broken while these tests were not in CI (0.001s) 2022-11-23T01:49:52.1732766Z test_namedtuple_slice_unpack (jit.test_list_dict.TestNamedTuple) ... ok (0.006s) 2022-11-23T01:49:52.1732977Z test_namedtuple_type_annotation (jit.test_list_dict.TestNamedTuple) ... ok (0.004s) 2022-11-23T01:49:52.1733172Z test_namedtuple_wrong_types (jit.test_list_dict.TestNamedTuple) ... ok (0.003s) 2022-11-23T01:49:52.1733327Z test_return_named_tuple (jit.test_list_dict.TestNamedTuple) ... ok (0.005s) 2022-11-23T01:49:52.1733562Z test_adaptive_avg_pool2d (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.001s) 2022-11-23T01:49:52.1733788Z test_avg_pool2d (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.001s) 2022-11-23T01:49:52.1734004Z test_cat (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.002s) 2022-11-23T01:49:52.1734271Z test_compile_spec_santiy (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.003s) 2022-11-23T01:49:52.1734488Z test_conv2d (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.002s) 2022-11-23T01:49:52.1734716Z test_conv2d_transpose (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.002s) 2022-11-23T01:49:52.1734937Z test_dequantize (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-11-23T01:49:52.1735197Z test_detach (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-11-23T01:49:52.1735416Z test_flatten (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-11-23T01:49:52.1735633Z test_hardtanh (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-11-23T01:49:52.1735850Z test_linear (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-11-23T01:49:52.1736072Z test_log_softmax (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-11-23T01:49:52.1736290Z test_max_pool2d (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.006s) 2022-11-23T01:49:52.1736501Z test_mean (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-11-23T01:49:52.1736722Z test_multi_output (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-11-23T01:49:52.1736949Z test_pointwise_binary (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-11-23T01:49:52.1737180Z test_pointwise_binary_const (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-11-23T01:49:52.1737409Z test_pointwise_unary (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-11-23T01:49:52.1737624Z test_prelu (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-11-23T01:49:52.1737836Z test_qadd (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-11-23T01:49:52.1738053Z test_qlinear (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-11-23T01:49:52.1738269Z test_quantize (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.010s) 2022-11-23T01:49:52.1738487Z test_reshape (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-11-23T01:49:52.1738747Z test_seblock_mul (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-11-23T01:49:52.1738962Z test_slice (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-11-23T01:49:52.1739177Z test_softmax (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-11-23T01:49:52.1739391Z test_tensor_input (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-11-23T01:49:52.1739635Z test_to (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-11-23T01:49:52.1739854Z test_unsqueeze (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-11-23T01:49:52.1740122Z test_upsample_nearest2d (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-11-23T01:49:52.1740314Z test_op_decomposition (jit.test_op_decompositions.TestOpDecompositions) ... ok (0.015s) 2022-11-23T01:49:52.1740517Z test_registered_decomposition (jit.test_op_decompositions.TestOpDecompositions) ... ok (0.007s) 2022-11-23T01:49:52.1740792Z test_fuse_activation_with_pack_ops_linear_conv2d_1 (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.027s) 2022-11-23T01:49:52.1741115Z test_fuse_activation_with_pack_ops_linear_conv2d_2 (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.031s) 2022-11-23T01:49:52.1741393Z test_fuse_activation_with_pack_ops_linear_conv2d_3 (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.024s) 2022-11-23T01:49:52.1741661Z test_fuse_activation_with_pack_ops_linear_conv2d_4 (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.038s) 2022-11-23T01:49:52.1741945Z test_insert_pre_packed_linear_before_inline_and_conv_2d_op (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.011s) 2022-11-23T01:49:52.1742204Z test_insert_pre_packed_linear_op (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.018s) 2022-11-23T01:49:52.1742461Z test_replace_conv1d_with_conv2d (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.010s) 2022-11-23T01:49:52.1742640Z test_scriptable (jit.test_parametrization.TestParametrization) ... ok (0.044s) 2022-11-23T01:49:52.1742800Z test_traceable (jit.test_parametrization.TestParametrization) 2022-11-23T01:49:52.1742948Z Test the jit scripting and tracing of a parametrized model. ... ok (0.037s) 2022-11-23T01:49:52.1743101Z test_conv_dim_folding (jit.test_peephole.TestPeephole) ... ok (0.101s) 2022-11-23T01:49:52.1743253Z test_integer_refinement (jit.test_peephole.TestPeephole) ... ok (0.020s) 2022-11-23T01:49:52.1743399Z test_noop_peephole (jit.test_peephole.TestPeephole) ... ok (0.036s) 2022-11-23T01:49:52.1743549Z test_normalized_is_op (jit.test_peephole.TestPeephole) ... ok (0.009s) 2022-11-23T01:49:52.1743701Z test_normalized_isnot_op (jit.test_peephole.TestPeephole) ... ok (0.008s) 2022-11-23T01:49:52.1743848Z test_normalized_rsub (jit.test_peephole.TestPeephole) ... ok (0.006s) 2022-11-23T01:49:52.1744021Z test_optimize_out_comparison_same_value (jit.test_peephole.TestPeephole) ... ok (0.006s) 2022-11-23T01:49:52.1744163Z test_peephole (jit.test_peephole.TestPeephole) ... ok (0.020s) 2022-11-23T01:49:52.1744300Z test_peephole_add_zero (jit.test_peephole.TestPeephole) ... ok (0.000s) 2022-11-23T01:49:52.1744450Z test_peephole_arith (jit.test_peephole.TestPeephole) ... ok (0.010s) 2022-11-23T01:49:52.1745080Z test_peephole_cuda (jit.test_peephole.TestPeephole) ... skip: cpp tests require CUDA (0.000s) 2022-11-23T01:49:52.1745280Z test_peephole_dict_getitem_no_optimization_dict_modified (jit.test_peephole.TestPeephole) ... ok (0.000s) 2022-11-23T01:49:52.1745517Z test_peephole_dict_getitem_no_optimization_get_input_arg (jit.test_peephole.TestPeephole) ... ok (0.012s) 2022-11-23T01:49:52.1745727Z test_peephole_dict_getitem_no_optimization_keys_might_overlap (jit.test_peephole.TestPeephole) ... ok (0.004s) 2022-11-23T01:49:52.1745924Z test_peephole_dict_getitem_no_optimization_missing_key (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-11-23T01:49:52.1746160Z test_peephole_dict_getitem_no_optimization_overlapping_keys (jit.test_peephole.TestPeephole) ... ok (0.002s) 2022-11-23T01:49:52.1746363Z test_peephole_dict_getitem_no_optimization_unsupported_type (jit.test_peephole.TestPeephole) ... ok (0.004s) 2022-11-23T01:49:52.1746530Z test_peephole_dict_getitem_simple (jit.test_peephole.TestPeephole) ... ok (0.014s) 2022-11-23T01:49:52.1746682Z test_peephole_dict_len (jit.test_peephole.TestPeephole) ... ok (0.000s) 2022-11-23T01:49:52.1746879Z test_peephole_dict_len_no_optimization_keys_might_overlap (jit.test_peephole.TestPeephole) ... ok (0.000s) 2022-11-23T01:49:52.1747076Z test_peephole_dict_len_no_optimization_overlapping_keys (jit.test_peephole.TestPeephole) ... ok (0.011s) 2022-11-23T01:49:52.1747270Z test_peephole_dict_len_no_optimization_unsupported_type (jit.test_peephole.TestPeephole) ... ok (0.005s) 2022-11-23T01:49:52.1747474Z test_peephole_dynamic (jit.test_peephole.TestPeephole) ... ok (0.004s) 2022-11-23T01:49:52.1747621Z test_peephole_int (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-11-23T01:49:52.1747769Z test_peephole_len_list (jit.test_peephole.TestPeephole) ... ok (0.009s) 2022-11-23T01:49:52.1747917Z test_peephole_list_len (jit.test_peephole.TestPeephole) ... ok (0.054s) 2022-11-23T01:49:52.1748070Z test_peephole_list_ops (jit.test_peephole.TestPeephole) ... ok (0.017s) 2022-11-23T01:49:52.1748221Z test_peephole_no_output_aliasing (jit.test_peephole.TestPeephole) ... ok (0.007s) 2022-11-23T01:49:52.1748381Z test_peephole_optional_refine (jit.test_peephole.TestPeephole) ... ok (0.004s) 2022-11-23T01:49:52.1748546Z test_peephole_slice_all_three_args (jit.test_peephole.TestPeephole) ... ok (0.006s) 2022-11-23T01:49:52.1748708Z test_peephole_slice_one_empty_arg (jit.test_peephole.TestPeephole) ... ok (0.015s) 2022-11-23T01:49:52.1748910Z test_peephole_slice_optimization_not_applied_list_modified (jit.test_peephole.TestPeephole) ... ok (0.005s) 2022-11-23T01:49:52.1749110Z test_peephole_slice_optimization_not_applied_non_const_args (jit.test_peephole.TestPeephole) ... ok (0.000s) 2022-11-23T01:49:52.1749270Z test_peephole_slice_two_empty_args (jit.test_peephole.TestPeephole) ... ok (0.021s) 2022-11-23T01:49:52.1749430Z test_peephole_type_refinements (jit.test_peephole.TestPeephole) ... ok (0.015s) 2022-11-23T01:49:52.1749600Z test_peephole_with_non_output_writes (jit.test_peephole.TestPeephole) ... ok (0.009s) 2022-11-23T01:49:52.1749753Z test_peephole_with_writes (jit.test_peephole.TestPeephole) ... ok (0.007s) 2022-11-23T01:49:52.1749908Z test_refine_integer_values (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-11-23T01:49:52.1750072Z test_short_circuit_optimization (jit.test_peephole.TestPeephole) ... ok (0.009s) 2022-11-23T01:49:52.1750204Z test_version (__main__.TestProducerVersion) ... ok (0.001s) 2022-11-23T01:49:52.1750350Z test_aliasing_merge (jit.test_profiler.TestProfiler) ... ok (0.015s) 2022-11-23T01:49:52.1750509Z test_autograd_fallback_graph (jit.test_profiler.TestProfiler) ... ok (0.026s) 2022-11-23T01:49:52.1750684Z test_fallback_graph_not_specialized (jit.test_profiler.TestProfiler) ... ok (0.005s) 2022-11-23T01:49:52.1750833Z test_iterative_fusion (jit.test_profiler.TestProfiler) ... ok (0.009s) 2022-11-23T01:49:52.1750986Z test_local_fusion_strategy (jit.test_profiler.TestProfiler) ... ok (0.000s) 2022-11-23T01:49:52.1751183Z test_not_fusing_scalar_ops (jit.test_profiler.TestProfiler) ... ok (0.011s) 2022-11-23T01:49:52.1751326Z test_not_optimizing_property (jit.test_profiler.TestProfiler) ... ok (0.007s) 2022-11-23T01:49:52.1751521Z test_specialize_backward (jit.test_profiler.TestProfiler) ... ok (0.038s) 2022-11-23T01:49:52.1751677Z test_specialized_types (jit.test_profiler.TestProfiler) ... ok (0.000s) 2022-11-23T01:49:52.1751825Z test_tensor_constant (jit.test_profiler.TestProfiler) ... ok (0.014s) 2022-11-23T01:49:52.1752001Z test_tensor_type_not_determined_by_inputs (jit.test_profiler.TestProfiler) ... ok (0.013s) 2022-11-23T01:49:52.1752149Z test_use_not_profiled (jit.test_profiler.TestProfiler) ... ok (0.008s) 2022-11-23T01:49:52.1752311Z test_add_input (jit.test_python_bindings.TestPythonBindings) ... ok (0.001s) 2022-11-23T01:49:52.1752508Z test_aliasdb (jit.test_python_bindings.TestPythonBindings) ... ok (0.004s) 2022-11-23T01:49:52.1752681Z test_canonicalize (jit.test_python_bindings.TestPythonBindings) ... ok (0.002s) 2022-11-23T01:49:52.1752856Z test_cu_create_function (jit.test_python_bindings.TestPythonBindings) ... ok (0.005s) 2022-11-23T01:49:52.1753094Z test_cu_get_functions (jit.test_python_bindings.TestPythonBindings) ... ok (0.005s) 2022-11-23T01:49:52.1753347Z test_graph_create (jit.test_python_bindings.TestPythonBindings) ... ok (0.000s) 2022-11-23T01:49:52.1753610Z test_graph_iterator_keepalive (jit.test_python_bindings.TestPythonBindings) ... ok (0.003s) 2022-11-23T01:49:52.1759323Z test_invalidation (jit.test_python_bindings.TestPythonBindings) ... ok (0.006s) 2022-11-23T01:49:52.1759602Z test_add (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.010s) 2022-11-23T01:49:52.1759785Z test_adv_indexing_list (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.035s) 2022-11-23T01:49:52.1759962Z test_advancedindex (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.022s) 2022-11-23T01:49:52.1760123Z test_gather (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.016s) 2022-11-23T01:49:52.1760286Z test_index (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.037s) 2022-11-23T01:49:52.1760504Z test_index_ellipses (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.114s) 2022-11-23T01:49:52.1760661Z test_inf (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.012s) 2022-11-23T01:49:52.1760828Z test_matmul_py3 (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.021s) 2022-11-23T01:49:52.1760985Z test_mul (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.013s) 2022-11-23T01:49:52.1761135Z test_pow (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.053s) 2022-11-23T01:49:52.1761301Z test_random (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.005s) 2022-11-23T01:49:52.1761456Z test_slice (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.016s) 2022-11-23T01:49:52.1761640Z test_stepped_tuple_slicing (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.010s) 2022-11-23T01:49:52.1761808Z test_str_to_float (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.010s) 2022-11-23T01:49:52.1761969Z test_triple (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.012s) 2022-11-23T01:49:52.1762110Z test_param_strides (jit.test_python_ir.TestPythonIr) ... ok (0.008s) 2022-11-23T01:49:52.1762279Z test_attributes (jit.test_recursive_script.TestRecursiveScript) ... ok (0.072s) 2022-11-23T01:49:52.1762501Z test_class_compile (jit.test_recursive_script.TestRecursiveScript) ... ok (0.034s) 2022-11-23T01:49:52.1762752Z test_constants_with_final (jit.test_recursive_script.TestRecursiveScript) ... ok (0.046s) 2022-11-23T01:49:52.1762990Z test_dir (jit.test_recursive_script.TestRecursiveScript) ... ok (0.063s) 2022-11-23T01:49:52.1763172Z test_error_stack (jit.test_recursive_script.TestRecursiveScript) ... ok (0.005s) 2022-11-23T01:49:52.1763343Z test_error_stack_annotation (jit.test_recursive_script.TestRecursiveScript) ... ok (0.010s) 2022-11-23T01:49:52.1763601Z test_error_stack_class (jit.test_recursive_script.TestRecursiveScript) ... ok (0.010s) 2022-11-23T01:49:52.1763776Z test_error_stack_module (jit.test_recursive_script.TestRecursiveScript) ... ok (0.012s) 2022-11-23T01:49:52.1763967Z test_failed_function_compilation (jit.test_recursive_script.TestRecursiveScript) ... ok (0.004s) 2022-11-23T01:49:52.1764208Z test_function_attribute_in_submodule (jit.test_recursive_script.TestRecursiveScript) ... ok (0.033s) 2022-11-23T01:49:52.1764381Z test_ignore_class (jit.test_recursive_script.TestRecursiveScript) ... ok (0.011s) 2022-11-23T01:49:52.1764557Z test_inferred_nonetype (jit.test_recursive_script.TestRecursiveScript) ... ok (0.018s) 2022-11-23T01:49:52.1764722Z test_init_error (jit.test_recursive_script.TestRecursiveScript) ... ok (0.002s) 2022-11-23T01:49:52.1764935Z test_inner_traced_module (jit.test_recursive_script.TestRecursiveScript) ... ok (0.033s) 2022-11-23T01:49:52.1765110Z test_iterable_modules (jit.test_recursive_script.TestRecursiveScript) ... ok (0.079s) 2022-11-23T01:49:52.1765274Z test_method_call (jit.test_recursive_script.TestRecursiveScript) ... ok (0.018s) 2022-11-23T01:49:52.1765439Z test_module_basic (jit.test_recursive_script.TestRecursiveScript) ... ok (0.028s) 2022-11-23T01:49:52.1765618Z test_module_function_export (jit.test_recursive_script.TestRecursiveScript) ... ok (0.027s) 2022-11-23T01:49:52.1765783Z test_module_name (jit.test_recursive_script.TestRecursiveScript) ... ok (0.003s) 2022-11-23T01:49:52.1765994Z test_module_repr (jit.test_recursive_script.TestRecursiveScript) ... ok (0.034s) 2022-11-23T01:49:52.1766168Z test_optional_module (jit.test_recursive_script.TestRecursiveScript) ... ok (0.037s) 2022-11-23T01:49:52.1766361Z test_override_instance_method_ignore (jit.test_recursive_script.TestRecursiveScript) ... ok (0.000s) 2022-11-23T01:49:52.1766549Z test_prepare_scriptable_basic (jit.test_recursive_script.TestRecursiveScript) ... ok (0.014s) 2022-11-23T01:49:52.1766737Z test_prepare_scriptable_cycle (jit.test_recursive_script.TestRecursiveScript) ... ok (0.005s) 2022-11-23T01:49:52.1766937Z test_prepare_scriptable_iterable_modules (jit.test_recursive_script.TestRecursiveScript) ... ok (0.073s) 2022-11-23T01:49:52.1767109Z test_python_function_attribute (jit.test_recursive_script.TestRecursiveScript) ... ok (0.016s) 2022-11-23T01:49:52.1767287Z test_repeated_error_stack (jit.test_recursive_script.TestRecursiveScript) ... ok (0.010s) 2022-11-23T01:49:52.1767463Z test_script_after_eval (jit.test_recursive_script.TestRecursiveScript) ... ok (0.008s) 2022-11-23T01:49:52.1767629Z test_script_basic (jit.test_recursive_script.TestRecursiveScript) ... ok (0.006s) 2022-11-23T01:49:52.1767814Z test_script_function_attribute (jit.test_recursive_script.TestRecursiveScript) ... ok (0.048s) 2022-11-23T01:49:52.1767977Z test_script_loaded_module (jit.test_recursive_script.TestRecursiveScript) 2022-11-23T01:49:52.1768128Z Test that we can hold a loaded ScriptModule as a submodule. ... ok (0.030s) 2022-11-23T01:49:52.1768294Z test_aten_inplace (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.022s) 2022-11-23T01:49:52.1768471Z test_common_pytorch_list_ops (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.038s) 2022-11-23T01:49:52.1768630Z test_if_output (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.006s) 2022-11-23T01:49:52.1768794Z test_if_output_fail (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.008s) 2022-11-23T01:49:52.1768969Z test_list_indexing_removal (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.019s) 2022-11-23T01:49:52.1769132Z test_lists_append (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.010s) 2022-11-23T01:49:52.1769295Z test_lists_insert (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.005s) 2022-11-23T01:49:52.1769467Z test_special_mapped_op (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.013s) 2022-11-23T01:49:52.1769648Z test_different_functions (jit.test_save_load.TestSaveLoad) 2022-11-23T01:49:52.1769796Z Exercise the situation where we have the same qualified name ... ok (0.026s) 2022-11-23T01:49:52.1769936Z test_different_interfaces (jit.test_save_load.TestSaveLoad) 2022-11-23T01:49:52.1770068Z Exercise the situation where we have the same qualified name ... ok (0.184s) 2022-11-23T01:49:52.1770242Z test_different_modules (jit.test_save_load.TestSaveLoad) 2022-11-23T01:49:52.1770386Z Exercise the situation where we have the same qualified name ... ok (0.050s) 2022-11-23T01:49:52.1770532Z test_many_collisions (jit.test_save_load.TestSaveLoad) ... ok (0.097s) 2022-11-23T01:49:52.1770673Z test_save_load_meta_tensors (jit.test_save_load.TestSaveLoad) 2022-11-23T01:49:52.1770881Z Check that parameters, buffers, and submodules are the same after loading ... ok (0.032s) 2022-11-23T01:49:52.1771107Z test_save_load_params_buffers_submodules (jit.test_save_load.TestSaveLoad) 2022-11-23T01:49:52.1771280Z Check that parameters, buffers, and submodules are the same after loading. ... ok (0.019s) 2022-11-23T01:49:52.1771436Z test_save_load_using_pathlib (jit.test_save_load.TestSaveLoad) ... ok (0.010s) 2022-11-23T01:49:52.1771594Z test_save_load_with_extra_files (jit.test_save_load.TestSaveLoad) ... ok (0.020s) 2022-11-23T01:49:52.1771737Z test_save_namedtuple_input_only (jit.test_save_load.TestSaveLoad) 2022-11-23T01:49:52.1771893Z Even if a NamedTuple is only used as an input argument, saving and ... ok (0.010s) 2022-11-23T01:49:52.1772096Z test_save_namedtuple_output_only (jit.test_save_load.TestSaveLoad) 2022-11-23T01:49:52.1772255Z Even if a NamedTuple is only used as an output argument, saving and ... ok (0.022s) 2022-11-23T01:49:52.1772399Z test_save_nonexit_file (jit.test_save_load.TestSaveLoad) ... ok (0.008s) 2022-11-23T01:49:52.1772555Z test_different_functions (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-11-23T01:49:52.1772763Z Exercise the situation where we have the same qualified name ... skip: Need to enable flatbuffer to run the below tests (0.002s) 2022-11-23T01:49:52.1772913Z test_different_interfaces (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-11-23T01:49:52.1773118Z Exercise the situation where we have the same qualified name ... skip: Need to enable flatbuffer to run the below tests (0.002s) 2022-11-23T01:49:52.1773273Z test_different_modules (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-11-23T01:49:52.1773481Z Exercise the situation where we have the same qualified name ... skip: Need to enable flatbuffer to run the below tests (0.002s) 2022-11-23T01:49:52.1773710Z test_many_collisions (jit.test_save_load.TestSaveLoadFlatbuffer) ... skip: Need to enable flatbuffer to run the below tests (0.003s) 2022-11-23T01:49:52.1773945Z test_module_info_flatbuffer (jit.test_save_load.TestSaveLoadFlatbuffer) ... skip: Need to enable flatbuffer to run the below tests (0.001s) 2022-11-23T01:49:52.1774120Z test_save_load_params_buffers_submodules (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-11-23T01:49:52.1774348Z 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-23T01:49:52.1774582Z test_save_load_using_pathlib (jit.test_save_load.TestSaveLoadFlatbuffer) ... skip: Need to enable flatbuffer to run the below tests (0.001s) 2022-11-23T01:49:52.1774745Z test_save_load_with_extra_files (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-11-23T01:49:52.1774967Z 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-23T01:49:52.1775129Z test_save_namedtuple_input_only (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-11-23T01:49:52.1775337Z Even if a NamedTuple is only used as an input argument, saving and ... skip: Need to enable flatbuffer to run the below tests (0.000s) 2022-11-23T01:49:52.1775502Z test_save_namedtuple_output_only (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-11-23T01:49:52.1775758Z Even if a NamedTuple is only used as an output argument, saving and ... skip: Need to enable flatbuffer to run the below tests (0.001s) 2022-11-23T01:49:52.1776016Z test_versioned_div_scalar (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... Falsifying explicit example: test_versioned_div_scalar( 2022-11-23T01:49:52.1776263Z self=, 2022-11-23T01:49:52.1776356Z sample_input=(2, 3, 2.0, 3.0), 2022-11-23T01:49:52.1776416Z ) 2022-11-23T01:49:52.1776516Z skip: Failed to load fixture! (0.364s) 2022-11-23T01:49:52.1776727Z test_versioned_div_scalar_inplace (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.175s) 2022-11-23T01:49:52.1776979Z test_versioned_div_scalar_reciprocal (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.132s) 2022-11-23T01:49:52.1777189Z test_versioned_div_scalar_scalar (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.006s) 2022-11-23T01:49:52.1777374Z test_versioned_div_tensor (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.123s) 2022-11-23T01:49:52.1777579Z test_versioned_div_tensor_inplace (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.131s) 2022-11-23T01:49:52.1777781Z test_versioned_div_tensor_out (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.185s) 2022-11-23T01:49:52.1778025Z test_versioned_linspace (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.020s) 2022-11-23T01:49:52.1778228Z test_versioned_linspace_out (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.010s) 2022-11-23T01:49:52.1778426Z test_versioned_logspace (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.011s) 2022-11-23T01:49:52.1778630Z test_versioned_logspace_out (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.011s) 2022-11-23T01:49:52.1778747Z test_add_out (__main__.TestScript) ... ok (0.008s) 2022-11-23T01:49:52.1778887Z test_add_tuple_different_types (__main__.TestScript) ... ok (0.005s) 2022-11-23T01:49:52.1779020Z test_add_tuple_non_optional (__main__.TestScript) ... ok (0.009s) 2022-11-23T01:49:52.1779153Z test_add_tuple_optional (__main__.TestScript) ... ok (0.000s) 2022-11-23T01:49:52.1779281Z test_add_tuple_same_types (__main__.TestScript) ... ok (0.016s) 2022-11-23T01:49:52.1779380Z test_addmm_grad (__main__.TestScript) 2022-11-23T01:49:52.1779493Z This test checks several things: ... ok (0.007s) 2022-11-23T01:49:52.1779640Z test_alias_covariant_type_containers (__main__.TestScript) ... ok (0.007s) 2022-11-23T01:49:52.1780025Z test_all (__main__.TestScript) ... C:\actions-runner\_work\pytorch\pytorch\test\test_jit.py:7035: DeprecationWarning: an integer is required (got type float). Implicit conversion to integers using __int__ is deprecated, and may be removed in a future version of Python. 2022-11-23T01:49:52.1780184Z self.assertTrue(test_all_tensor(torch.tensor([3.14, 3, 99], dtype=torch.uint8))) 2022-11-23T01:49:52.1780253Z ok (0.012s) 2022-11-23T01:49:52.1780378Z test_annot_ast_mypy_fn (__main__.TestScript) ... ok (0.084s) 2022-11-23T01:49:52.1780494Z test_annot_ast_mypy_method (__main__.TestScript) ... ok (0.095s) 2022-11-23T01:49:52.1780617Z test_annot_ast_py3_fn (__main__.TestScript) ... ok (0.099s) 2022-11-23T01:49:52.1780744Z test_annot_ast_py3_method (__main__.TestScript) ... ok (0.103s) 2022-11-23T01:49:52.1780872Z test_annot_string_mypy_fn (__main__.TestScript) ... ok (0.000s) 2022-11-23T01:49:52.1781007Z test_annot_string_mypy_method (__main__.TestScript) ... ok (0.039s) 2022-11-23T01:49:52.1781132Z test_annot_string_py3_fn (__main__.TestScript) ... ok (0.001s) 2022-11-23T01:49:52.1781266Z test_annot_string_py3_method (__main__.TestScript) ... ok (0.036s) 2022-11-23T01:49:52.1781394Z test_annotated_script_fn (__main__.TestScript) ... ok (0.000s) 2022-11-23T01:49:52.1781579Z test_annotated_script_fn_arg_mismatch (__main__.TestScript) ... ok (0.000s) 2022-11-23T01:49:52.1781728Z test_annotated_script_fn_return_mismatch (__main__.TestScript) ... ok (0.000s) 2022-11-23T01:49:52.1781863Z test_annotated_script_method (__main__.TestScript) ... ok (0.016s) 2022-11-23T01:49:52.1781988Z test_annoying_doubles (__main__.TestScript) ... ok (0.007s) 2022-11-23T01:49:52.1782096Z test_any (__main__.TestScript) ... ok (0.036s) 2022-11-23T01:49:52.1782275Z test_assert_is_scripting_metacompile (__main__.TestScript) ... ok (0.007s) 2022-11-23T01:49:52.1782424Z test_assertion_optional_refinement (__main__.TestScript) ... ok (0.009s) 2022-11-23T01:49:52.1782553Z test_attr_module_constants (__main__.TestScript) ... ok (0.037s) 2022-11-23T01:49:52.1782664Z test_attr_qscheme_script (__main__.TestScript) ... ok (0.007s) 2022-11-23T01:49:52.1782789Z test_attribute_in_init (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:49:52.1782965Z test_attribute_serialization (__main__.TestScript) ... ok (0.017s) 2022-11-23T01:49:52.1783183Z test_attribute_unpickling (__main__.TestScript) ... skip: NYI: TemporaryFileName support for Windows or Sandcastle (0.006s) 2022-11-23T01:49:52.1783312Z test_augmented_assign (__main__.TestScript) ... ok (0.000s) 2022-11-23T01:49:52.1783453Z test_autodiff_complex (__main__.TestScript) ... skip: no CUDA (0.011s) 2022-11-23T01:49:52.1783585Z test_backend_cudnn_enabled (__main__.TestScript) ... ok (0.005s) 2022-11-23T01:49:52.1784178Z test_bad_multiline_annotations (__main__.TestScript) ... ok (0.004s) 2022-11-23T01:49:52.1784345Z test_bailout_loop_carried_deps_name_clash (__main__.TestScript) ... ok (0.016s) 2022-11-23T01:49:52.1784493Z test_bailout_loop_counter_transition (__main__.TestScript) ... ok (0.014s) 2022-11-23T01:49:52.1784693Z test_batch_norm_inference_backward_cuda (__main__.TestScript) ... skip: running tests on cuda to verify cudnn fix (0.002s) 2022-11-23T01:49:52.1784845Z test_batchnorm_fuser_cpu (__main__.TestScript) ... pytorch_fuseru2cilz.cpp 2022-11-23T01:49:52.1785010Z Creating library pytorch_fuseru2cilz.lib and object pytorch_fuseru2cilz.exp 2022-11-23T01:49:52.1785077Z ok (2.550s) 2022-11-23T01:49:52.1785206Z test_big_float_literals (__main__.TestScript) ... ok (0.005s) 2022-11-23T01:49:52.1785332Z test_big_int_literals (__main__.TestScript) ... ok (0.007s) 2022-11-23T01:49:52.1785444Z test_binary_op_shape (__main__.TestScript) ... ok (0.322s) 2022-11-23T01:49:52.1785563Z test_bitwise_ops (__main__.TestScript) ... ok (0.029s) 2022-11-23T01:49:52.1785705Z test_block_input_grad_in_loop (__main__.TestScript) ... ok (0.008s) 2022-11-23T01:49:52.1785843Z test_bool_augassign_bitwise_and (__main__.TestScript) ... ok (0.009s) 2022-11-23T01:49:52.1785981Z test_bool_augassign_bitwise_or (__main__.TestScript) ... ok (0.008s) 2022-11-23T01:49:52.1786118Z test_bool_augassign_bitwise_xor (__main__.TestScript) ... ok (0.008s) 2022-11-23T01:49:52.1786244Z test_bool_dispatch (__main__.TestScript) ... ok (0.046s) 2022-11-23T01:49:52.1786399Z test_boolean_literal_constant_metacompile (__main__.TestScript) ... ok (0.040s) 2022-11-23T01:49:52.1786529Z test_break_continue_error (__main__.TestScript) ... ok (0.004s) 2022-11-23T01:49:52.1786655Z test_breaks_continues (__main__.TestScript) ... ok (0.154s) 2022-11-23T01:49:52.1786774Z test_builtin_args (__main__.TestScript) ... ok (0.017s) 2022-11-23T01:49:52.1786947Z test_builtin_args_fails (__main__.TestScript) ... You have not run this instance of FileCheck! 2022-11-23T01:49:52.1787030Z FileCheck checks: 2022-11-23T01:49:52.1787494Z [W C:\actions-runner\_work\pytorch\pytorch\torch\csrc\jit\frontend\ir_emitter.cpp:4385] Warning: List consists of heterogeneous types, which means that it has been typed as containing Union[List[int], int]. To use any of the values in this List, it will be necessary to add an `assert isinstance` statement before first use to trigger type refinement. 2022-11-23T01:49:52.1788013Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_jit.py", line 10806 2022-11-23T01:49:52.1788105Z @torch.jit.script 2022-11-23T01:49:52.1788179Z def f6(a): 2022-11-23T01:49:52.1788270Z a.expand(size=[3, [4]]) 2022-11-23T01:49:52.1788387Z ~~~~~~ <--- HERE 2022-11-23T01:49:52.1788482Z (function emitListLiteral) 2022-11-23T01:49:52.1788549Z ok (0.005s) 2022-11-23T01:49:52.1788691Z test_builtin_function_attributes (__main__.TestScript) ... ok (0.016s) 2022-11-23T01:49:52.1788822Z test_builtin_use_as_value (__main__.TestScript) ... ok (0.000s) 2022-11-23T01:49:52.1788971Z test_call_ge (__main__.TestScript) ... ok (0.013s) 2022-11-23T01:49:52.1789118Z test_call_python_fn_from_script_fn (__main__.TestScript) ... ok (0.004s) 2022-11-23T01:49:52.1789263Z test_call_python_fn_from_script_module (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:49:52.1789407Z test_call_python_fn_from_traced_module (__main__.TestScript) ... ok (0.012s) 2022-11-23T01:49:52.1789550Z test_call_python_fn_from_tracing_fn (__main__.TestScript) ... ok (0.008s) 2022-11-23T01:49:52.1789688Z test_call_python_mod_from_script_fn (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:49:52.1789834Z test_call_python_mod_from_script_module (__main__.TestScript) ... ok (0.005s) 2022-11-23T01:49:52.1789980Z test_call_python_mod_from_traced_module (__main__.TestScript) ... ok (0.016s) 2022-11-23T01:49:52.1790123Z test_call_python_mod_from_tracing_fn (__main__.TestScript) ... ok (0.017s) 2022-11-23T01:49:52.1790316Z test_call_script_fn_from_script_fn (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:49:52.1790449Z test_call_script_fn_from_script_module (__main__.TestScript) ... ok (0.009s) 2022-11-23T01:49:52.1790589Z test_call_script_fn_from_tracing_fn (__main__.TestScript) ... ok (0.011s) 2022-11-23T01:49:52.1790728Z test_call_script_mod_from_script_fn (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:49:52.1790875Z test_call_script_mod_from_script_module (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:49:52.1791053Z test_call_script_mod_from_tracing_fn (__main__.TestScript) ... skip: error in first class mode (0.000s) 2022-11-23T01:49:52.1791196Z test_call_traced_fn_from_tracing_fn (__main__.TestScript) ... ok (0.020s) 2022-11-23T01:49:52.1791375Z test_call_traced_mod_from_tracing_fn (__main__.TestScript) ... skip: error in first class mode (0.000s) 2022-11-23T01:49:52.1791616Z test_calls_in_type_annotations (__main__.TestScript) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\__init__.py 2022-11-23T01:49:52.1791683Z ok (0.000s) 2022-11-23T01:49:52.1791825Z test_canonicalize_control_outputs (__main__.TestScript) ... ok (0.022s) 2022-11-23T01:49:52.1792033Z test_cast (__main__.TestScript) ... skip: RuntimeError: VariableType::ID() not implemented (0.001s) 2022-11-23T01:49:52.1792143Z test_cat (__main__.TestScript) ... ok (0.020s) 2022-11-23T01:49:52.1792259Z test_cat_lifts (__main__.TestScript) ... ok (0.008s) 2022-11-23T01:49:52.1792365Z test_chr (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:49:52.1792480Z test_circular_dependency (__main__.TestScript) 2022-11-23T01:49:52.1792627Z https://github.com/pytorch/pytorch/issues/25871 ... ok (0.051s) 2022-11-23T01:49:52.1792754Z test_class_as_attribute (__main__.TestScript) ... ok (0.448s) 2022-11-23T01:49:52.1792878Z test_class_attribute (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:49:52.1793001Z test_class_attribute_in_script (__main__.TestScript) ... ok (0.005s) 2022-11-23T01:49:52.1793160Z test_class_with_comment_at_lower_indentation (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:49:52.1793273Z test_code_with_constants (__main__.TestScript) 2022-11-23T01:49:52.1793460Z Check that the `code_with_constants` property correctly returns graph CONSTANTS in the ... ok (0.000s) 2022-11-23T01:49:52.1793586Z test_code_with_constants_restore (__main__.TestScript) 2022-11-23T01:49:52.1793823Z Check that the `code_with_constants` property correctly works on restoration after save() + load() ... ok (0.027s) 2022-11-23T01:49:52.1793955Z test_comment_ignore_indent (__main__.TestScript) ... ok (0.015s) 2022-11-23T01:49:52.1794089Z test_compare_two_bool_inputs (__main__.TestScript) ... ok (0.004s) 2022-11-23T01:49:52.1794335Z test_compile_module_with_constant (__main__.TestScript) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:49:52.1794469Z test_conditional_casting (__main__.TestScript) ... ok (0.050s) 2022-11-23T01:49:52.1794594Z test_constant_as_attr (__main__.TestScript) ... ok (0.005s) 2022-11-23T01:49:52.1794746Z test_constant_pooling_introduce_aliasing (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:49:52.1794876Z test_constant_pooling_none (__main__.TestScript) ... ok (0.000s) 2022-11-23T01:49:52.1795056Z test_constant_pooling_same_identity (__main__.TestScript) ... ok (0.015s) 2022-11-23T01:49:52.1795184Z test_context_manager (__main__.TestScript) ... ok (0.038s) 2022-11-23T01:49:52.1795298Z test_conv_error (__main__.TestScript) ... ok (0.000s) 2022-11-23T01:49:52.1795418Z test_convert_base (__main__.TestScript) ... ok (0.033s) 2022-11-23T01:49:52.1795539Z test_cpp_function_tensor_str (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:49:52.1795666Z test_cpp_module_iterator (__main__.TestScript) ... ok (0.013s) 2022-11-23T01:49:52.1795791Z test_desugar_module (__main__.TestScript) ... ok (0.008s) 2022-11-23T01:49:52.1795910Z test_device_kwarg (__main__.TestScript) ... ok (0.007s) 2022-11-23T01:49:52.1796071Z test_device_type (__main__.TestScript) ... ok (0.005s) 2022-11-23T01:49:52.1796220Z test_device_type_cuda (__main__.TestScript) ... skip: Requires CUDA (0.001s) 2022-11-23T01:49:52.1796327Z test_dir (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:49:52.1796439Z test_divmod (__main__.TestScript) ... ok (0.041s) 2022-11-23T01:49:52.1796612Z test_dominated_bailout (__main__.TestScript) ... skip: bailouts are being deprecated (0.003s) 2022-11-23T01:49:52.1796732Z test_dropout_eval (__main__.TestScript) ... ok (0.372s) 2022-11-23T01:49:52.1796849Z test_dtype_attr (__main__.TestScript) ... ok (0.009s) 2022-11-23T01:49:52.1796976Z test_dtype_op_shape (__main__.TestScript) ... ok (0.051s) 2022-11-23T01:49:52.1797101Z test_dtype_op_shape2 (__main__.TestScript) ... ok (0.070s) 2022-11-23T01:49:52.1797231Z test_early_return_closure (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:49:52.1797365Z test_early_return_fork_join (__main__.TestScript) ... ok (0.015s) 2022-11-23T01:49:52.1797480Z test_early_return_rewrite (__main__.TestScript) ... ok (0.033s) 2022-11-23T01:49:52.1797623Z test_early_return_type_refinement (__main__.TestScript) ... ok (0.000s) 2022-11-23T01:49:52.1797752Z test_early_returns_loops (__main__.TestScript) ... ok (0.050s) 2022-11-23T01:49:52.1797881Z test_ellipsis_const_end (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:49:52.1798013Z test_ellipsis_const_mid (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:49:52.1798149Z test_ellipsis_const_mid_select (__main__.TestScript) ... ok (0.014s) 2022-11-23T01:49:52.1798277Z test_ellipsis_const_start (__main__.TestScript) ... ok (0.008s) 2022-11-23T01:49:52.1798397Z test_ellipsis_end (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:49:52.1798515Z test_ellipsis_mid (__main__.TestScript) ... ok (0.008s) 2022-11-23T01:49:52.1798644Z test_ellipsis_mid_select (__main__.TestScript) ... ok (0.012s) 2022-11-23T01:49:52.1798768Z test_ellipsis_start (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:49:52.1798911Z test_embedding_renorm_grad_error (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:49:52.1799043Z test_empty_like_memory_format_bc (__main__.TestScript) ... ok (0.000s) 2022-11-23T01:49:52.1799166Z test_empty_tuple_str (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:49:52.1799302Z test_enumerate_modlist_range (__main__.TestScript) ... ok (0.066s) 2022-11-23T01:49:52.1799470Z test_erase_number_types (__main__.TestScript) ... ok (0.005s) 2022-11-23T01:49:52.1799566Z test_error (__main__.TestScript) ... ok (0.008s) 2022-11-23T01:49:52.1799689Z test_error_stacktrace (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:49:52.1799826Z test_error_stacktrace_interface (__main__.TestScript) ... ok (0.786s) 2022-11-23T01:49:52.1799945Z test_eval_python (__main__.TestScript) ... ok (0.012s) 2022-11-23T01:49:52.1800079Z test_exception_exits_closure (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:49:52.1800223Z test_exceptions_with_control_flow (__main__.TestScript) ... ok (0.042s) 2022-11-23T01:49:52.1800371Z test_expand (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:49:52.1800483Z test_fibb (__main__.TestScript) ... ok (0.018s) 2022-11-23T01:49:52.1800609Z test_fibb_totally_better (__main__.TestScript) ... ok (0.008s) 2022-11-23T01:49:52.1800749Z test_file_format_serialization (__main__.TestScript) ... ok (0.008s) 2022-11-23T01:49:52.1800873Z test_file_line_error (__main__.TestScript) ... ok (0.004s) 2022-11-23T01:49:52.1801044Z test_file_line_error_class_defn (__main__.TestScript) ... ok (0.732s) 2022-11-23T01:49:52.1801168Z test_file_line_graph (__main__.TestScript) ... ok (0.000s) 2022-11-23T01:49:52.1801291Z test_file_line_save_load (__main__.TestScript) ... ok (0.310s) 2022-11-23T01:49:52.1801414Z test_file_line_string (__main__.TestScript) ... ok (0.000s) 2022-11-23T01:49:52.1801519Z test_file_line_trace (__main__.TestScript) ... ok (0.000s) 2022-11-23T01:49:52.1801678Z test_filecheck (__main__.TestScript) ... ok (0.015s) 2022-11-23T01:49:52.1801802Z test_filecheck_parse (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:49:52.1801926Z test_first_class_calls (__main__.TestScript) ... ok (0.427s) 2022-11-23T01:49:52.1802052Z test_first_class_module (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:49:52.1802166Z test_floor_div (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:49:52.1802283Z test_floordiv (__main__.TestScript) ... ok (0.033s) 2022-11-23T01:49:52.1802393Z test_for_else (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:49:52.1802509Z test_for_in_dict (__main__.TestScript) ... ok (0.013s) 2022-11-23T01:49:52.1802632Z test_for_in_enumerate (__main__.TestScript) ... ok (0.040s) 2022-11-23T01:49:52.1802748Z test_for_in_range (__main__.TestScript) ... ok (0.007s) 2022-11-23T01:49:52.1802870Z test_for_in_range_ast (__main__.TestScript) ... ok (0.022s) 2022-11-23T01:49:52.1802997Z test_for_in_range_dynamic (__main__.TestScript) ... ok (0.022s) 2022-11-23T01:49:52.1803124Z test_for_in_range_if_ast (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:49:52.1803253Z test_for_in_range_start_end (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:49:52.1803376Z test_for_in_range_start_end_step (__main__.TestScript) ... ok (0.015s) 2022-11-23T01:49:52.1803503Z test_for_in_range_zero_step (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:49:52.1803624Z test_for_in_string (__main__.TestScript) ... ok (0.022s) 2022-11-23T01:49:52.1803749Z test_for_in_tensors (__main__.TestScript) ... ok (0.013s) 2022-11-23T01:49:52.1803884Z test_for_in_tensors_fail_scalar (__main__.TestScript) ... ok (0.004s) 2022-11-23T01:49:52.1804013Z test_for_in_tensors_nested (__main__.TestScript) ... ok (0.019s) 2022-11-23T01:49:52.1804138Z test_for_in_tensors_rank0 (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:49:52.1804252Z test_for_in_zip (__main__.TestScript) ... ok (0.051s) 2022-11-23T01:49:52.1804382Z test_for_in_zip_enumerate (__main__.TestScript) ... ok (0.039s) 2022-11-23T01:49:52.1804508Z test_for_tuple_assign (__main__.TestScript) ... ok (0.011s) 2022-11-23T01:49:52.1804632Z test_for_tuple_unpack (__main__.TestScript) ... ok (0.023s) 2022-11-23T01:49:52.1804741Z test_format (__main__.TestScript) ... ok (0.009s) 2022-11-23T01:49:52.1804854Z test_func_call (__main__.TestScript) ... ok (0.022s) 2022-11-23T01:49:52.1805039Z test_function_compilation_caching (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:49:52.1805173Z test_function_overload_misuse (__main__.TestScript) ... ok (0.925s) 2022-11-23T01:49:52.1805321Z test_function_overloading_isinstance (__main__.TestScript) ... ok (0.016s) 2022-11-23T01:49:52.1805432Z test_function_overloads (__main__.TestScript) ... ok (0.065s) 2022-11-23T01:49:52.1805643Z test_fuser_double_float_codegen (__main__.TestScript) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:49:52.1805814Z test_fuser_double_literal_precision (__main__.TestScript) ... pytorch_fuserzxa2kr.cpp 2022-11-23T01:49:52.1805983Z Creating library pytorch_fuserzxa2kr.lib and object pytorch_fuserzxa2kr.exp 2022-11-23T01:49:52.1806050Z ok (0.173s) 2022-11-23T01:49:52.1806183Z test_fuser_multiple_blocks (__main__.TestScript) ... ok (0.005s) 2022-11-23T01:49:52.1806312Z test_gather_dynamic_index (__main__.TestScript) ... ok (0.008s) 2022-11-23T01:49:52.1806482Z test_generic_list_errors (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:49:52.1806688Z test_get_set_state (__main__.TestScript) ... skip: NYI: TemporaryFileName support for Windows or Sandcastle (0.003s) 2022-11-23T01:49:52.1806822Z test_get_set_state_with_tensors (__main__.TestScript) ... ok (0.015s) 2022-11-23T01:49:52.1806946Z test_grad_from_script (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:49:52.1807090Z test_hash (__main__.TestScript) ... ok (0.014s) 2022-11-23T01:49:52.1807211Z test_hex_literals (__main__.TestScript) ... ok (0.016s) 2022-11-23T01:49:52.1807358Z test_id (__main__.TestScript) ... ok (0.378s) 2022-11-23T01:49:52.1807465Z test_if (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:49:52.1807579Z test_if_define (__main__.TestScript) ... ok (0.014s) 2022-11-23T01:49:52.1807693Z test_if_different_type (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:49:52.1807816Z test_if_for_in_range (__main__.TestScript) ... ok (0.013s) 2022-11-23T01:49:52.1807945Z test_if_is_none_dispatch (__main__.TestScript) ... ok (0.023s) 2022-11-23T01:49:52.1808061Z test_if_list_cat (__main__.TestScript) ... ok (0.000s) 2022-11-23T01:49:52.1808180Z test_if_nest_while (__main__.TestScript) ... ok (0.080s) 2022-11-23T01:49:52.1808296Z test_if_noelse (__main__.TestScript) ... ok (0.009s) 2022-11-23T01:49:52.1808426Z test_if_not_defined_error (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:49:52.1808546Z test_if_supertype (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:49:52.1808670Z test_ignore_decorator (__main__.TestScript) ... ok (0.022s) 2022-11-23T01:49:52.1808794Z test_ignored_as_value (__main__.TestScript) ... ok (0.013s) 2022-11-23T01:49:52.1808926Z test_ignored_method_binding (__main__.TestScript) ... ok (0.008s) 2022-11-23T01:49:52.1809048Z test_ignored_props (__main__.TestScript) ... ok (0.007s) 2022-11-23T01:49:52.1809196Z test_import_constants_not_specialized (__main__.TestScript) ... ok (0.011s) 2022-11-23T01:49:52.1809324Z test_in_for_and_comp_expr (__main__.TestScript) ... ok (0.017s) 2022-11-23T01:49:52.1809462Z test_in_operator_with_two_strings (__main__.TestScript) ... ok (0.005s) 2022-11-23T01:49:52.1809557Z test_index (__main__.TestScript) ... ok (0.086s) 2022-11-23T01:49:52.1809690Z test_index_select_shape_prop (__main__.TestScript) ... ok (0.005s) 2022-11-23T01:49:52.1809812Z test_index_with_tuple (__main__.TestScript) ... ok (0.015s) 2022-11-23T01:49:52.1809935Z test_indexing_error (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:49:52.1810051Z test_infer_size (__main__.TestScript) ... ok (0.007s) 2022-11-23T01:49:52.1810165Z test_inferred_error_msg (__main__.TestScript) 2022-11-23T01:49:52.1810322Z Test that when we get a type mismatch on a function where we inferred ... ok (0.002s) 2022-11-23T01:49:52.1810444Z test_inherit_method (__main__.TestScript) ... ok (0.009s) 2022-11-23T01:49:52.1810661Z test_inline_and_run_annotated_script_fn (__main__.TestScript) ... skip: https://github.com/pytorch/pytorch/issues/9595 (0.000s) 2022-11-23T01:49:52.1810811Z test_inlined_graph (__main__.TestScript) 2022-11-23T01:49:52.1810972Z Check that the `inlined_graph` property correctly returns an inlined ... ok (0.023s) 2022-11-23T01:49:52.1811182Z test_inlining_cleanup (__main__.TestScript) ... ok (0.007s) 2022-11-23T01:49:52.1811302Z test_inplace_add (__main__.TestScript) ... ok (0.007s) 2022-11-23T01:49:52.1811432Z test_inplace_copy_script (__main__.TestScript) ... ok (0.007s) 2022-11-23T01:49:52.1811564Z test_input_keyword_in_schema (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:49:52.1811678Z test_int_cast (__main__.TestScript) ... ok (0.004s) 2022-11-23T01:49:52.1811801Z test_integral_shape_inference (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:49:52.1811926Z test_interpret_graph (__main__.TestScript) ... ok (0.001s) 2022-11-23T01:49:52.1812052Z test_interpreter_fuzz (__main__.TestScript) ... ok (0.359s) 2022-11-23T01:49:52.1812172Z test_intlist_args (__main__.TestScript) ... ok (0.020s) 2022-11-23T01:49:52.1812304Z test_invalid_call_arguments (__main__.TestScript) ... ok (0.000s) 2022-11-23T01:49:52.1812474Z test_invalid_lhs_assignment (__main__.TestScript) ... ok (0.000s) 2022-11-23T01:49:52.1812615Z test_invalid_prefix_annotation (__main__.TestScript) ... ok (0.000s) 2022-11-23T01:49:52.1812731Z test_irparser (__main__.TestScript) ... ok (0.000s) 2022-11-23T01:49:52.1812850Z test_is_after_use (__main__.TestScript) ... ok (0.022s) 2022-11-23T01:49:52.1813107Z test_is_isnot (__main__.TestScript) ... :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:49:52.1813249Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:49:52.1813382Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:49:52.1813509Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:49:52.1813636Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:49:52.1813772Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:49:52.1813901Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:49:52.1814012Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:49:52.1814139Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:49:52.1814265Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:49:52.1814389Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:49:52.1814517Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:49:52.1814651Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:49:52.1814780Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:49:52.1814908Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:49:52.1815035Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:49:52.1815161Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:49:52.1815285Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:49:52.1815409Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:49:52.1815539Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:49:52.1815667Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:49:52.1815794Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:49:52.1815924Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:49:52.1816033Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:49:52.1816157Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:49:52.1816282Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:49:52.1816457Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:49:52.1816588Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:49:52.1816715Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:49:52.1816844Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:49:52.1816969Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:49:52.1817094Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:49:52.1817222Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:49:52.1817349Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:49:52.1817475Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:49:52.1817601Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:49:52.1817725Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:49:52.1817852Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:49:52.1817976Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:49:52.1818086Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:49:52.1818214Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:49:52.1818340Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:49:52.1818503Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:49:52.1818672Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:49:52.1818800Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:49:52.1818924Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:49:52.1819052Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:49:52.1819216Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:49:52.1819355Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:49:52.1819492Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:49:52.1819628Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:49:52.1819766Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:49:52.1819900Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:49:52.1820035Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:49:52.1820167Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:49:52.1820288Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:49:52.1820426Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:49:52.1820561Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:49:52.1820695Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:49:52.1820829Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:49:52.1820963Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:49:52.1821098Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:49:52.1821229Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:49:52.1821363Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:49:52.1821499Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:49:52.1821629Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:49:52.1821763Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:49:52.1821938Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:49:52.1822070Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:49:52.1822200Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:49:52.1822333Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:49:52.1822467Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:49:52.1822585Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:49:52.1822719Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:49:52.1822851Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:49:52.1822983Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:49:52.1823116Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:49:52.1823247Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:49:52.1823382Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:49:52.1823513Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:49:52.1823644Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:49:52.1823775Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:49:52.1823909Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:49:52.1824078Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:49:52.1824210Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:49:52.1824341Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:49:52.1824509Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:49:52.1824642Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:49:52.1824760Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:49:52.1824891Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:49:52.1825022Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:49:52.1825191Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:49:52.1825329Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:49:52.1825461Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:49:52.1825595Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:49:52.1825727Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:49:52.1825794Z ok (0.057s) 2022-11-23T01:49:52.1825916Z test_is_optional (__main__.TestScript) ... ok (0.001s) 2022-11-23T01:49:52.1826040Z test_is_scripting (__main__.TestScript) ... ok (0.004s) 2022-11-23T01:49:52.1826179Z test_is_scripting_metacompile (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:49:52.1826296Z test_isinstance (__main__.TestScript) ... ok (0.009s) 2022-11-23T01:49:52.1826426Z test_isinstance_dynamic (__main__.TestScript) ... ok (0.004s) 2022-11-23T01:49:52.1826562Z test_isinstance_metacompile (__main__.TestScript) ... ok (0.009s) 2022-11-23T01:49:52.1826697Z test_isinstance_refinement (__main__.TestScript) ... ok (0.020s) 2022-11-23T01:49:52.1826798Z test_jitter_bug (__main__.TestScript) ... ok (0.008s) 2022-11-23T01:49:52.1826912Z test_keyword (__main__.TestScript) ... ok (0.005s) 2022-11-23T01:49:52.1827041Z test_kwarg_expansion_error (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:49:52.1827166Z test_kwargs_error_msg (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:49:52.1827283Z test_lazy_script (__main__.TestScript) ... ok (0.020s) 2022-11-23T01:49:52.1827431Z test_lhs_advanced_indexing_assignment (__main__.TestScript) ... ok (0.015s) 2022-11-23T01:49:52.1827638Z test_lhs_advanced_indexing_augmented_assignment (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:49:52.1827759Z test_lhs_indexing (__main__.TestScript) ... ok (0.007s) 2022-11-23T01:49:52.1827891Z test_lhs_indexing_increment (__main__.TestScript) ... ok (0.007s) 2022-11-23T01:49:52.1828031Z test_lhs_indexing_increment_list (__main__.TestScript) ... ok (0.007s) 2022-11-23T01:49:52.1828175Z test_lhs_indexing_increment_list_prim (__main__.TestScript) ... ok (0.009s) 2022-11-23T01:49:52.1828300Z test_lhs_indexing_list (__main__.TestScript) ... ok (0.000s) 2022-11-23T01:49:52.1828429Z test_lhs_indexing_multi (__main__.TestScript) ... ok (0.015s) 2022-11-23T01:49:52.1828546Z test_linear_grad (__main__.TestScript) ... ok (0.018s) 2022-11-23T01:49:52.1828692Z test_list_comprehension_modulelist (__main__.TestScript) ... ok (0.078s) 2022-11-23T01:49:52.1828841Z test_list_comprehension_variable_write (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:49:52.1828952Z test_list_iterables (__main__.TestScript) ... ok (0.000s) 2022-11-23T01:49:52.1829073Z test_list_python_op (__main__.TestScript) ... ok (0.012s) 2022-11-23T01:49:52.1829188Z test_list_unify (__main__.TestScript) ... ok (0.016s) 2022-11-23T01:49:52.1829300Z test_literal (__main__.TestScript) ... ok (0.027s) 2022-11-23T01:49:52.1829418Z test_literals (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:49:52.1829548Z test_logical_short_circuit (__main__.TestScript) ... ok (0.016s) 2022-11-23T01:49:52.1829669Z test_loop_liveness (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:49:52.1829838Z test_loop_unroll_negative (__main__.TestScript) ... ok (0.016s) 2022-11-23T01:49:52.1829976Z test_loop_unroll_unused_counter (__main__.TestScript) ... ok (0.005s) 2022-11-23T01:49:52.1830097Z test_loop_unrolling (__main__.TestScript) ... ok (0.014s) 2022-11-23T01:49:52.1830226Z test_loop_unrolling_const (__main__.TestScript) ... ok (0.015s) 2022-11-23T01:49:52.1830361Z test_loop_unrolling_nested (__main__.TestScript) ... ok (0.075s) 2022-11-23T01:49:52.1830524Z test_lower_nested_tuples (__main__.TestScript) ... ok (0.004s) 2022-11-23T01:49:52.1830640Z test_math_ops (__main__.TestScript) ... ok (0.187s) 2022-11-23T01:49:52.1830824Z test_maxpool_guard_elimination (__main__.TestScript) ... skip: bailouts are being deprecated (0.000s) 2022-11-23T01:49:52.1831043Z test_meshgrid (__main__.TestScript) ... skip: Profiling executor fails to recognize that tensors in a list require gradients (0.000s) 2022-11-23T01:49:52.1831195Z test_method_casts_script (__main__.TestScript) ... ok (0.000s) 2022-11-23T01:49:52.1831319Z test_method_no_self (__main__.TestScript) ... ok (0.013s) 2022-11-23T01:49:52.1831447Z test_method_overloading (__main__.TestScript) ... ok (9.557s) 2022-11-23T01:49:52.1831574Z test_missing_getstate (__main__.TestScript) ... ok (0.011s) 2022-11-23T01:49:52.1831693Z test_mm_batching (__main__.TestScript) ... ok (0.722s) 2022-11-23T01:49:52.1831814Z test_module_apis (__main__.TestScript) ... ok (0.063s) 2022-11-23T01:49:52.1831936Z test_module_attrs (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:49:52.1832073Z test_module_copy_with_attributes (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:49:52.1832196Z test_module_copying (__main__.TestScript) ... ok (0.027s) 2022-11-23T01:49:52.1832314Z test_module_error (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:49:52.1832454Z test_module_method_reassignment (__main__.TestScript) ... ok (0.005s) 2022-11-23T01:49:52.1832581Z test_module_none_attrs (__main__.TestScript) ... ok (0.005s) 2022-11-23T01:49:52.1832723Z test_module_parameters_and_buffers (__main__.TestScript) ... ok (0.039s) 2022-11-23T01:49:52.1832840Z test_module_str (__main__.TestScript) ... ok (0.000s) 2022-11-23T01:49:52.1832982Z test_module_with_params_called_fails (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:49:52.1833090Z test_multi_reduction (__main__.TestScript) ... ok (0.000s) 2022-11-23T01:49:52.1833269Z test_multi_starred_expr_lhs (__main__.TestScript) ... ok (0.000s) 2022-11-23T01:49:52.1833402Z test_multiline_annot_ast_py3_fn (__main__.TestScript) ... ok (0.095s) 2022-11-23T01:49:52.1833554Z test_multiline_optional_future_refinement (__main__.TestScript) ... ok (0.000s) 2022-11-23T01:49:52.1833691Z test_multiline_string_dedents (__main__.TestScript) ... ok (0.000s) 2022-11-23T01:49:52.1833816Z test_multiple_assign (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:49:52.1833945Z test_multiple_assignment (__main__.TestScript) ... ok (0.016s) 2022-11-23T01:49:52.1834064Z test_mutable_dce (__main__.TestScript) ... ok (0.005s) 2022-11-23T01:49:52.1834193Z test_mutable_dce_block (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:49:52.1834326Z test_mutable_dce_graph_input (__main__.TestScript) ... ok (0.004s) 2022-11-23T01:49:52.1834477Z test_mutable_dce_indirect_wildcard_write (__main__.TestScript) ... ok (0.009s) 2022-11-23T01:49:52.1834623Z test_mutable_dce_indirect_wildcards (__main__.TestScript) ... ok (0.009s) 2022-11-23T01:49:52.1834748Z test_mutable_dce_list (__main__.TestScript) ... ok (0.007s) 2022-11-23T01:49:52.1834873Z test_mutable_dce_loop (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:49:52.1835004Z test_mutable_dce_wildcards (__main__.TestScript) ... ok (0.009s) 2022-11-23T01:49:52.1835127Z test_mutate_constant (__main__.TestScript) ... ok (0.004s) 2022-11-23T01:49:52.1835234Z test_mypy_type_ignore (__main__.TestScript) ... ok (0.005s) 2022-11-23T01:49:52.1835408Z test_named_buffers_are_iterable (__main__.TestScript) ... ok (0.070s) 2022-11-23T01:49:52.1835535Z test_namedtuple_attr (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:49:52.1835689Z test_namedtuple_default_values_Tensor_type (__main__.TestScript) ... ok (0.005s) 2022-11-23T01:49:52.1835847Z test_namedtuple_default_values_container_type (__main__.TestScript) ... ok (0.032s) 2022-11-23T01:49:52.1836001Z test_namedtuple_default_values_missing (__main__.TestScript) ... ok (0.028s) 2022-11-23T01:49:52.1836153Z test_namedtuple_default_values_simple_type (__main__.TestScript) ... ok (0.026s) 2022-11-23T01:49:52.1836330Z test_namedtuple_default_values_using_factory_constructor (__main__.TestScript) ... ok (0.000s) 2022-11-23T01:49:52.1836462Z test_namedtuple_python (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:49:52.1836638Z test_namedtuple_type_inference (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:49:52.1836757Z test_narrow_copy (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:49:52.1836883Z test_nested_aug_assign (__main__.TestScript) ... ok (1.101s) 2022-11-23T01:49:52.1837006Z test_nested_bailouts (__main__.TestScript) ... ok (0.019s) 2022-11-23T01:49:52.1837125Z test_nested_breaks (__main__.TestScript) ... ok (0.067s) 2022-11-23T01:49:52.1837291Z test_nested_list_construct (__main__.TestScript) ... ok (0.012s) 2022-11-23T01:49:52.1837421Z test_nested_select_assign (__main__.TestScript) ... ok (0.047s) 2022-11-23T01:49:52.1837521Z test_nn_GRU (__main__.TestScript) ... ok (0.233s) 2022-11-23T01:49:52.1837632Z test_nn_LSTM (__main__.TestScript) ... ok (0.150s) 2022-11-23T01:49:52.1837759Z test_nn_LSTM_with_layers (__main__.TestScript) ... ok (0.145s) 2022-11-23T01:49:52.1837872Z test_nn_init (__main__.TestScript) ... ok (0.046s) 2022-11-23T01:49:52.1837994Z test_no_dtype_shape (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:49:52.1838131Z test_no_self_arg_ignore_function (__main__.TestScript) ... ok (0.011s) 2022-11-23T01:49:52.1838255Z test_non_final_return (__main__.TestScript) ... ok (0.112s) 2022-11-23T01:49:52.1838373Z test_none_type_str (__main__.TestScript) ... ok (0.001s) 2022-11-23T01:49:52.1838477Z test_not (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:49:52.1838606Z test_not_initialized_err (__main__.TestScript) ... ok (0.001s) 2022-11-23T01:49:52.1838731Z test_ntuple_builtins (__main__.TestScript) ... ok (0.009s) 2022-11-23T01:49:52.1838893Z test_number_abs (__main__.TestScript) ... ok (0.021s) 2022-11-23T01:49:52.1839019Z test_number_augassign (__main__.TestScript) ... ok (0.005s) 2022-11-23T01:49:52.1839164Z test_number_augassign_bitwise_lshift (__main__.TestScript) ... ok (0.005s) 2022-11-23T01:49:52.1839305Z test_number_augassign_bitwise_pow (__main__.TestScript) ... ok (0.005s) 2022-11-23T01:49:52.1839447Z test_number_augassign_bitwise_rshift (__main__.TestScript) ... ok (0.004s) 2022-11-23T01:49:52.1839548Z test_number_div (__main__.TestScript) ... ok (0.012s) 2022-11-23T01:49:52.1839666Z test_number_math (__main__.TestScript) ... ok (2.364s) 2022-11-23T01:49:52.1839781Z test_number_neg (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:49:52.1839989Z test_old_models_bc (__main__.TestScript) ... skip: NYI: TemporaryFileName support for Windows or Sandcastle (0.000s) 2022-11-23T01:49:52.1840110Z test_oneline_func (__main__.TestScript) ... ok (0.011s) 2022-11-23T01:49:52.1840227Z test_op_dtype (__main__.TestScript) ... ok (0.011s) 2022-11-23T01:49:52.1840359Z test_operator_precedence (__main__.TestScript) ... ok (0.011s) 2022-11-23T01:49:52.1840575Z test_optional_list (__main__.TestScript) ... skip: the current version of Profiler doesn't profile/specialize Optionals (0.002s) 2022-11-23T01:49:52.1840792Z test_optional_tensor (__main__.TestScript) ... skip: the current version of Profiler doesn't profile/specialize Optionals (0.002s) 2022-11-23T01:49:52.1840900Z test_ord (__main__.TestScript) ... ok (0.009s) 2022-11-23T01:49:52.1841023Z test_override_magic (__main__.TestScript) ... ok (0.016s) 2022-11-23T01:49:52.1841200Z test_pack_tuple_into_non_var (__main__.TestScript) ... ok (0.001s) 2022-11-23T01:49:52.1841328Z test_pack_unpack_nested (__main__.TestScript) ... ok (0.041s) 2022-11-23T01:49:52.1841454Z test_pack_unpack_state (__main__.TestScript) ... ok (0.031s) 2022-11-23T01:49:52.1841618Z test_parameter_order (__main__.TestScript) ... tensor([ 0., 1., 2., 3., 4., 5., 6., 7., 8., 9., 10., 11., 12., 13., 2022-11-23T01:49:52.1841725Z 14., 15., 16., 17., 18., 19., 20., 21., 22., 23., 24., 25., 26., 27., 2022-11-23T01:49:52.1841825Z 28., 29., 30., 31., 32., 33., 34., 35., 36., 37., 38., 39., 40., 41., 2022-11-23T01:49:52.1841907Z 42., 43., 44., 45., 46., 47., 48., 49., 50., 51.], 2022-11-23T01:49:52.1841996Z grad_fn=) 2022-11-23T01:49:52.1842104Z tensor([ 0., 1., 2., 3., 4., 5., 6., 7., 8., 9., 10., 11., 12., 13., 2022-11-23T01:49:52.1842207Z 14., 15., 16., 17., 18., 19., 20., 21., 22., 23., 24., 25., 26., 27., 2022-11-23T01:49:52.1842309Z 28., 29., 30., 31., 32., 33., 34., 35., 36., 37., 38., 39., 40., 41., 2022-11-23T01:49:52.1842404Z 42., 43., 44., 45., 46., 47., 48., 49., 50., 51.], 2022-11-23T01:49:52.1842495Z grad_fn=) 2022-11-23T01:49:52.1842598Z ok (0.012s) 2022-11-23T01:49:52.1842743Z test_parse_empty_tuple_annotation (__main__.TestScript) ... ok (0.000s) 2022-11-23T01:49:52.1842903Z test_parse_empty_tuple_annotation_element_error (__main__.TestScript) ... ok (0.000s) 2022-11-23T01:49:52.1843032Z test_parse_nested_names (__main__.TestScript) ... ok (0.000s) 2022-11-23T01:49:52.1843202Z test_parse_none_type_annotation (__main__.TestScript) ... ok (0.000s) 2022-11-23T01:49:52.1843342Z test_parse_tensor_constants (__main__.TestScript) ... ok (0.015s) 2022-11-23T01:49:52.1843468Z test_parser_kwargonly (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:49:52.1843605Z test_parser_type_annotations (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:49:52.1843740Z test_parser_type_annotations_comment (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:49:52.1843913Z test_parser_type_annotations_incompatible_expression (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:49:52.1844073Z test_parser_type_annotations_subscript_non_ident (__main__.TestScript) ... ok (0.001s) 2022-11-23T01:49:52.1844231Z test_parser_type_annotations_subscript_tensor (__main__.TestScript) ... ok (0.001s) 2022-11-23T01:49:52.1844801Z test_parser_type_annotations_unknown_type (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:49:52.1844928Z test_partial_returns (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:49:52.1845038Z test_pass (__main__.TestScript) ... ok (0.005s) 2022-11-23T01:49:52.1845167Z test_pickle_checkpoint (__main__.TestScript) ... ok (0.025s) 2022-11-23T01:49:52.1845315Z test_pickle_checkpoint_cuda (__main__.TestScript) ... skip: no CUDA (0.000s) 2022-11-23T01:49:52.1845449Z test_pickle_checkpoint_tup (__main__.TestScript) ... ok (0.011s) 2022-11-23T01:49:52.1845625Z test_pow_scalar_backward_cuda (__main__.TestScript) ... skip: device tests require CUDA (0.001s) 2022-11-23T01:49:52.1845757Z test_pretty_print_function (__main__.TestScript) ... ok (0.041s) 2022-11-23T01:49:52.1845941Z test_prim_grad_undefined (__main__.TestScript) ... skip: shape analysis is only enabled in Legacy (0.000s) 2022-11-23T01:49:52.1846055Z test_print (__main__.TestScript) ... ok (0.022s) 2022-11-23T01:49:52.1846176Z test_print_kwargs (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:49:52.1846360Z test_profiling_graph_executor (__main__.TestScript) ... skip: bailouts are being deprecated (0.001s) 2022-11-23T01:49:52.1846486Z test_profiling_merge (__main__.TestScript) ... ok (0.005s) 2022-11-23T01:49:52.1846608Z test_pybind_type_comparisons (__main__.TestScript) ... ok (0.004s) 2022-11-23T01:49:52.1846726Z test_python_call (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:49:52.1846909Z test_python_call_annotation (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:49:52.1847056Z test_python_call_annoytation_failure (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:49:52.1847185Z test_python_call_failure (__main__.TestScript) ... ok (0.000s) 2022-11-23T01:49:52.1847318Z test_python_call_non_tensor (__main__.TestScript) ... ok (0.014s) 2022-11-23T01:49:52.1847456Z test_python_call_non_tensor_wrong (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:49:52.1847582Z test_python_frontend (__main__.TestScript) ... ok (0.004s) 2022-11-23T01:49:52.1847710Z test_python_frontend_py3 (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:49:52.1847849Z test_python_frontend_source_range (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:49:52.1847976Z test_python_op_builtins (__main__.TestScript) ... ok (0.005s) 2022-11-23T01:49:52.1848097Z test_python_op_name (__main__.TestScript) ... ok (0.011s) 2022-11-23T01:49:52.1848233Z test_python_val_doesnt_have_attr (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:49:52.1848394Z test_rand (__main__.TestScript) ... skip: the original version of test_rand (0.000s) 2022-11-23T01:49:52.1848520Z test_rand_profiling (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:49:52.1848676Z test_range_args (__main__.TestScript) ... ok (0.000s) 2022-11-23T01:49:52.1848793Z test_reassign_module_lhs (__main__.TestScript) ... ok (0.011s) 2022-11-23T01:49:52.1848922Z test_reassign_module_rhs (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:49:52.1849052Z test_refine_tuple_types (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:49:52.1849175Z test_remove_dropout (__main__.TestScript) ... ok (0.023s) 2022-11-23T01:49:52.1849352Z test_repeated_script_on_function (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:49:52.1849476Z test_request_bailout (__main__.TestScript) ... ok (0.009s) 2022-11-23T01:49:52.1849640Z test_requires_grad_loop (__main__.TestScript) ... skip: Peeling is now disabled (0.000s) 2022-11-23T01:49:52.1849782Z test_rescripting_loaded_modules (__main__.TestScript) ... ok (0.068s) 2022-11-23T01:49:52.1849908Z test_resize_input_ops (__main__.TestScript) ... ok (0.014s) 2022-11-23T01:49:52.1850018Z test_return (__main__.TestScript) ... ok (0.017s) 2022-11-23T01:49:52.1850146Z test_return_stmt_not_at_end (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:49:52.1850265Z test_return_tuple (__main__.TestScript) ... ok (0.000s) 2022-11-23T01:49:52.1850449Z test_robust_op_resolution (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:49:52.1850559Z test_round (__main__.TestScript) ... ok (0.011s) 2022-11-23T01:49:52.1850687Z test_save_load_attr_error (__main__.TestScript) ... ok (0.016s) 2022-11-23T01:49:52.1850816Z test_script_annotation (__main__.TestScript) ... ok (0.005s) 2022-11-23T01:49:52.1850930Z test_script_bool_constant (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:49:52.1851116Z test_script_chunk (__main__.TestScript) ... ok (0.007s) 2022-11-23T01:49:52.1851248Z test_script_clamp_none (__main__.TestScript) ... ok (0.031s) 2022-11-23T01:49:52.1851365Z test_script_copy (__main__.TestScript) ... ok (0.012s) 2022-11-23T01:49:52.1851481Z test_script_cu (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:49:52.1851609Z test_script_define_order (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:49:52.1851758Z test_script_define_order_recursive_fail (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:49:52.1851885Z test_script_docstring (__main__.TestScript) ... ok (0.000s) 2022-11-23T01:49:52.1852034Z test_script_forward_method_replacement (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:49:52.1852189Z test_script_get_device_cuda (__main__.TestScript) ... skip: requires CUDA (0.000s) 2022-11-23T01:49:52.1852323Z test_script_get_tracing_state (__main__.TestScript) ... ok (0.011s) 2022-11-23T01:49:52.1852447Z test_script_is_tracing (__main__.TestScript) ... ok (0.011s) 2022-11-23T01:49:52.1852576Z test_script_kwargs_fn_call (__main__.TestScript) ... ok (0.008s) 2022-11-23T01:49:52.1852759Z test_script_method_docstring (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:49:52.1852915Z test_script_method_torch_function_overload (__main__.TestScript) ... ok (0.008s) 2022-11-23T01:49:52.1853035Z test_script_module (__main__.TestScript) ... ok (0.024s) 2022-11-23T01:49:52.1853158Z test_script_module_call_noscript (__main__.TestScript) ... ok (0.007s) 2022-11-23T01:49:52.1853286Z test_script_module_const (__main__.TestScript) ... ok (0.007s) 2022-11-23T01:49:52.1853433Z test_script_module_const_submodule_fail (__main__.TestScript) ... ok (0.023s) 2022-11-23T01:49:52.1853571Z test_script_module_export_blocks (__main__.TestScript) ... ok (0.025s) 2022-11-23T01:49:52.1854050Z test_script_module_export_shared_storage (__main__.TestScript) ... 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-23T01:49:52.1854161Z warnings.warn(message, UserWarning) 2022-11-23T01:49:52.1854229Z ok (0.015s) 2022-11-23T01:49:52.1854374Z test_script_module_export_submodule (__main__.TestScript) ... ok (0.042s) 2022-11-23T01:49:52.1854572Z test_script_module_export_tensor_cuda (__main__.TestScript) ... skip: testing cuda tensors require CUDA (0.001s) 2022-11-23T01:49:52.1854753Z test_script_module_export_tensor_type (__main__.TestScript) ... ok (0.024s) 2022-11-23T01:49:52.1854887Z test_script_module_fail_exist (__main__.TestScript) ... ok (0.000s) 2022-11-23T01:49:52.1855015Z test_script_module_for (__main__.TestScript) ... ok (0.015s) 2022-11-23T01:49:52.1855142Z test_script_module_for2 (__main__.TestScript) ... ok (0.066s) 2022-11-23T01:49:52.1855319Z test_script_module_invalid_consts (__main__.TestScript) ... ok (0.005s) 2022-11-23T01:49:52.1855466Z test_script_module_nochange_submodule (__main__.TestScript) ... ok (0.017s) 2022-11-23T01:49:52.1855713Z test_script_module_none_exist_fail (__main__.TestScript) ... skip: [module dedupe] currently NoneType refinement on optional attributes doesn't work. (0.000s) 2022-11-23T01:49:52.1855849Z test_script_module_not_tuple (__main__.TestScript) ... ok (0.005s) 2022-11-23T01:49:52.1855997Z test_script_module_param_buffer_mutation (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:49:52.1856182Z test_script_module_star_assign2 (__main__.TestScript) ... ok (0.021s) 2022-11-23T01:49:52.1856316Z test_script_module_star_assign2_inplace (__main__.TestScript) ... ok (0.027s) 2022-11-23T01:49:52.1856466Z test_script_module_star_assign_fail_builtin (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:49:52.1856622Z test_script_module_star_assign_fail_pythonop (__main__.TestScript) ... ok (0.012s) 2022-11-23T01:49:52.1856772Z test_script_module_tensor_subclass_argument (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:49:52.1856905Z test_script_nested_mod_list (__main__.TestScript) ... ok (0.073s) 2022-11-23T01:49:52.1857050Z test_script_non_tensor_args_outputs (__main__.TestScript) ... ok (0.012s) 2022-11-23T01:49:52.1857180Z test_script_optional_none (__main__.TestScript) ... ok (0.027s) 2022-11-23T01:49:52.1857304Z test_script_outputs (__main__.TestScript) ... ok (0.008s) 2022-11-23T01:49:52.1857449Z test_script_pack_padded_sequence (__main__.TestScript) ... ok (0.077s) 2022-11-23T01:49:52.1857601Z test_script_pad_sequence_pack_sequence (__main__.TestScript) ... ok (0.047s) 2022-11-23T01:49:52.1857722Z test_script_scope (__main__.TestScript) ... ok (0.000s) 2022-11-23T01:49:52.1857851Z test_script_sequential_for (__main__.TestScript) ... ok (0.039s) 2022-11-23T01:49:52.1857991Z test_script_sequential_in_mod_list (__main__.TestScript) ... ok (0.057s) 2022-11-23T01:49:52.1858139Z test_script_sequential_multi_output_fail (__main__.TestScript) ... ok (0.009s) 2022-11-23T01:49:52.1858280Z test_script_sequential_orderdict (__main__.TestScript) ... ok (0.047s) 2022-11-23T01:49:52.1858470Z test_script_sequential_sliced_iteration (__main__.TestScript) ... ok (0.048s) 2022-11-23T01:49:52.1858599Z test_script_star_assign (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:49:52.1858708Z test_script_star_expr (__main__.TestScript) ... ok (0.029s) 2022-11-23T01:49:52.1858843Z test_script_star_expr_string (__main__.TestScript) ... ok (0.030s) 2022-11-23T01:49:52.1858974Z test_scriptable_fn_as_attr (__main__.TestScript) ... ok (0.015s) 2022-11-23T01:49:52.1859134Z test_scriptmodule_multi_head_attn_cuda (__main__.TestScript) ... skip: no CUDA (0.002s) 2022-11-23T01:49:52.1859300Z test_scriptmodule_releases_tensors_cuda (__main__.TestScript) ... skip: no CUDA (0.002s) 2022-11-23T01:49:52.1859462Z test_scriptmodule_transformer_cuda (__main__.TestScript) ... skip: no CUDA (0.001s) 2022-11-23T01:49:52.1859593Z test_select_after_chunk (__main__.TestScript) ... ok (0.008s) 2022-11-23T01:49:52.1859720Z test_sequence_parsing (__main__.TestScript) ... ok (0.004s) 2022-11-23T01:49:52.1859865Z test_sequential_intermediary_types (__main__.TestScript) ... ok (0.042s) 2022-11-23T01:49:52.1860001Z test_serialization_big_ints (__main__.TestScript) ... ok (0.018s) 2022-11-23T01:49:52.1860187Z test_serialization_sharing (__main__.TestScript) ... skip: NYI: TemporaryFileName on Windows (0.002s) 2022-11-23T01:49:52.1860316Z test_serialize_long_lines (__main__.TestScript) ... ok (0.008s) 2022-11-23T01:49:52.1860454Z test_serialized_source_ranges (__main__.TestScript) ... ok (0.435s) 2022-11-23T01:49:52.1860593Z test_serialized_source_ranges2 (__main__.TestScript) ... ok (0.443s) 2022-11-23T01:49:52.1860780Z test_serialized_source_ranges_dont_jitter (__main__.TestScript) ... ok (0.089s) 2022-11-23T01:49:52.1860925Z test_serialized_source_ranges_graph (__main__.TestScript) ... ok (0.339s) 2022-11-23T01:49:52.1861069Z test_serialized_source_ranges_no_dups (__main__.TestScript) ... ok (0.016s) 2022-11-23T01:49:52.1861202Z test_set_attribute_through_optional (__main__.TestScript) ... ok (0.008s) 2022-11-23T01:49:52.1861381Z test_shape_analysis_grad_property (__main__.TestScript) ... ok (0.005s) 2022-11-23T01:49:52.1861512Z test_shape_analysis_loop (__main__.TestScript) ... ok (0.011s) 2022-11-23T01:49:52.1861653Z test_shape_prop_promote_scalar_arg (__main__.TestScript) ... ok (0.004s) 2022-11-23T01:49:52.1861828Z test_shape_prop_promotion (__main__.TestScript) ... ok (0.004s) 2022-11-23T01:49:52.1861954Z test_signed_float_zero (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:49:52.1862094Z test_single_starred_expr_for_loop (__main__.TestScript) ... ok (0.000s) 2022-11-23T01:49:52.1862221Z test_single_starred_lhs (__main__.TestScript) ... ok (0.000s) 2022-11-23T01:49:52.1862354Z test_singleton_tuple_unpack (__main__.TestScript) ... ok (0.016s) 2022-11-23T01:49:52.1862533Z test_slice_guard_elimination (__main__.TestScript) ... skip: bailouts are being deprecated (0.001s) 2022-11-23T01:49:52.1862646Z test_split (__main__.TestScript) ... ok (0.008s) 2022-11-23T01:49:52.1862753Z test_stack (__main__.TestScript) ... ok (0.011s) 2022-11-23T01:49:52.1862874Z test_static_if_prop (__main__.TestScript) ... ok (2.441s) 2022-11-23T01:49:52.1862992Z test_static_method_on_module (__main__.TestScript) 2022-11-23T01:49:52.1863158Z Check that the `@staticmethod` annotation on a function on a module works. ... ok (0.011s) 2022-11-23T01:49:52.1863282Z test_static_methods (__main__.TestScript) ... ok (0.043s) 2022-11-23T01:49:52.1863383Z test_str_cast (__main__.TestScript) ... ok (0.004s) 2022-11-23T01:49:52.1863497Z test_string_cu (__main__.TestScript) ... ok (0.001s) 2022-11-23T01:49:52.1863646Z test_string_device_implicit_conversion (__main__.TestScript) ... ok (0.004s) 2022-11-23T01:49:52.1863775Z test_string_frontend_elif (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:49:52.1863892Z test_string_index (__main__.TestScript) ... ok (0.005s) 2022-11-23T01:49:52.1864047Z test_string_len (__main__.TestScript) ... ok (0.007s) 2022-11-23T01:49:52.1864168Z test_string_list (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:49:52.1864290Z test_string_new_line (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:49:52.1864406Z test_string_ops (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:49:52.1864525Z test_string_print (__main__.TestScript) ... ok (0.000s) 2022-11-23T01:49:52.1864655Z test_string_single_escape (__main__.TestScript) ... ok (0.000s) 2022-11-23T01:49:52.1864777Z test_string_slicing (__main__.TestScript) ... ok (0.025s) 2022-11-23T01:49:52.1864892Z test_string_sort (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:49:52.1865012Z test_string_sorted (__main__.TestScript) ... ok (0.005s) 2022-11-23T01:49:52.1865162Z test_submodule_attribute_serialization (__main__.TestScript) ... ok (0.029s) 2022-11-23T01:49:52.1865272Z test_submodule_twice (__main__.TestScript) ... ok (0.000s) 2022-11-23T01:49:52.1865379Z test_sum (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:49:52.1865507Z test_sum_list_diff_elms (__main__.TestScript) ... ok (0.013s) 2022-11-23T01:49:52.1865627Z test_sum_list_empty (__main__.TestScript) ... ok (0.008s) 2022-11-23T01:49:52.1865752Z test_sum_list_literal (__main__.TestScript) ... ok (0.007s) 2022-11-23T01:49:52.1865867Z test_sum_list_one (__main__.TestScript) ... ok (0.008s) 2022-11-23T01:49:52.1865996Z test_sum_list_wrong_type (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:49:52.1866124Z test_sys_stdout_override (__main__.TestScript) ... ok (0.004s) 2022-11-23T01:49:52.1866334Z test_tensor_as_tensor_shape_prop (__main__.TestScript) ... skip: Simple Executor doesn't have any shapes to propagate (0.002s) 2022-11-23T01:49:52.1866451Z test_tensor_data (__main__.TestScript) ... ok (0.005s) 2022-11-23T01:49:52.1866608Z test_tensor_device (__main__.TestScript) ... skip: device tests require CUDA (0.000s) 2022-11-23T01:49:52.1866763Z test_tensor_dtype (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:49:52.1866884Z test_tensor_grad (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:49:52.1867013Z test_tensor_import_export (__main__.TestScript) ... ok (0.020s) 2022-11-23T01:49:52.1867128Z test_tensor_len (__main__.TestScript) ... ok (0.005s) 2022-11-23T01:49:52.1867254Z test_tensor_number_math (__main__.TestScript) ... ok (0.551s) 2022-11-23T01:49:52.1867424Z test_tensor_number_math_cuda (__main__.TestScript) ... skip: No CUDA (0.001s) 2022-11-23T01:49:52.1867637Z test_tensor_requires_grad (__main__.TestScript) ... skip: testing legacy behavior (0.001s) 2022-11-23T01:49:52.1867758Z test_tensor_shape (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:49:52.1868207Z test_tensor_subclasses (__main__.TestScript) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\annotations.py:309: UserWarning: TorchScript will treat type annotations of Tensor dtype-specific subtypes as if they are normal Tensors. dtype constraints are not enforced in compilation either. 2022-11-23T01:49:52.1868359Z warnings.warn("TorchScript will treat type annotations of Tensor " 2022-11-23T01:49:52.1868426Z ok (0.011s) 2022-11-23T01:49:52.1868542Z test_tensor_to (__main__.TestScript) ... ok (0.033s) 2022-11-23T01:49:52.1868662Z test_tensor_to_cpu (__main__.TestScript) ... ok (0.005s) 2022-11-23T01:49:52.1868820Z test_tensor_to_cuda (__main__.TestScript) ... skip: device tests require CUDA (0.001s) 2022-11-23T01:49:52.1868982Z test_tensor_to_device (__main__.TestScript) ... skip: device tests require CUDA (0.001s) 2022-11-23T01:49:52.1869095Z test_ternary (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:49:52.1869232Z test_ternary_module_type_hint (__main__.TestScript) ... ok (0.083s) 2022-11-23T01:49:52.1869370Z test_ternary_right_associative (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:49:52.1869495Z test_ternary_static_if (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:49:52.1869607Z test_torch_any (__main__.TestScript) ... ok (0.026s) 2022-11-23T01:49:52.1869821Z test_torch_functional (__main__.TestScript) ... skip: Skipping while landing PR stack (0.004s) 2022-11-23T01:49:52.1869967Z test_torch_functional_tensordot_int (__main__.TestScript) ... ok (0.058s) 2022-11-23T01:49:52.1870112Z test_torch_functional_tensordot_list (__main__.TestScript) ... ok (0.016s) 2022-11-23T01:49:52.1870244Z test_torch_functional_tensordot_tensor (__main__.TestScript) ... ok (0.039s) 2022-11-23T01:49:52.1870392Z test_torch_functional_tensordot_tuple (__main__.TestScript) ... ok (0.012s) 2022-11-23T01:49:52.1870534Z test_torch_ignore_conversion_to_none (__main__.TestScript) ... ok (0.011s) 2022-11-23T01:49:52.1870660Z test_torch_manual_seed (__main__.TestScript) ... ok (0.005s) 2022-11-23T01:49:52.1870778Z test_torch_pow (__main__.TestScript) ... ok (0.044s) 2022-11-23T01:49:52.1871110Z test_torch_tensor_as_tensor (__main__.TestScript) ... :4: DeprecationWarning: an integer is required (got type float). Implicit conversion to integers using __int__ is deprecated, and may be removed in a future version of Python. 2022-11-23T01:49:52.1871535Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:470: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Copy.cpp:275.) 2022-11-23T01:49:52.1871633Z return callable(*args, **kwargs) 2022-11-23T01:49:52.1871701Z ok (0.661s) 2022-11-23T01:49:52.1871848Z test_torch_tensor_as_tensor_empty_list (__main__.TestScript) ... ok (0.007s) 2022-11-23T01:49:52.1871981Z test_torch_tensor_bad_input (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:49:52.1872107Z test_torch_tensor_dtype (__main__.TestScript) ... ok (0.020s) 2022-11-23T01:49:52.1872247Z test_torchscript_memoryformat (__main__.TestScript) ... ok (0.000s) 2022-11-23T01:49:52.1872387Z test_torchscript_multi_head_attn (__main__.TestScript) ... ok (0.166s) 2022-11-23T01:49:52.1872542Z test_torchscript_multi_head_attn_fast_path (__main__.TestScript) ... ok (0.255s) 2022-11-23T01:49:52.1872671Z test_training_param (__main__.TestScript) ... ok (0.011s) 2022-11-23T01:49:52.1872833Z test_tuple_assignments (__main__.TestScript) ... ok (0.470s) 2022-11-23T01:49:52.1872955Z test_tuple_error_msg (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:49:52.1873067Z test_tuple_index_to_list (__main__.TestScript) ... ok (0.012s) 2022-11-23T01:49:52.1873246Z test_tuple_indexing (__main__.TestScript) ... ok (0.027s) 2022-11-23T01:49:52.1873360Z test_tuple_len (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:49:52.1873484Z test_tuple_nested_sort (__main__.TestScript) ... ok (0.007s) 2022-11-23T01:49:52.1873633Z test_tuple_sort (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:49:52.1873763Z test_tuple_sort_reverse (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:49:52.1873881Z test_tuple_sorted (__main__.TestScript) ... ok (0.005s) 2022-11-23T01:49:52.1874007Z test_tuple_to_opt_list (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:49:52.1874148Z test_tuple_unsortable_diff_type (__main__.TestScript) ... ok (0.000s) 2022-11-23T01:49:52.1874289Z test_tuple_unsortable_element_type (__main__.TestScript) ... ok (0.011s) 2022-11-23T01:49:52.1874435Z test_tuple_unsortable_nested_diff_type (__main__.TestScript) ... ok (0.004s) 2022-11-23T01:49:52.1874557Z test_type_annotate (__main__.TestScript) ... ok (0.019s) 2022-11-23T01:49:52.1874691Z test_type_annotation_module (__main__.TestScript) ... ok (0.015s) 2022-11-23T01:49:52.1874818Z test_type_annotation_py3 (__main__.TestScript) ... ok (0.023s) 2022-11-23T01:49:52.1874941Z test_type_annotations (__main__.TestScript) ... ok (0.023s) 2022-11-23T01:49:52.1875085Z test_type_annotations_repeated_list (__main__.TestScript) ... ok (0.015s) 2022-11-23T01:49:52.1875207Z test_type_annotations_varargs (__main__.TestScript) ... ok (0.018s) 2022-11-23T01:49:52.1875334Z test_type_call_in_script (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:49:52.1875793Z test_type_cast (__main__.TestScript) ... ok (0.007s) 2022-11-23T01:49:52.1875935Z test_type_comments_in_body (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:49:52.1876072Z test_type_inferred_from_empty_annotation (__main__.TestScript) 2022-11-23T01:49:52.1876269Z Test that the type inferred from an empty or missing annotation is Torch.Tensor wtih `inferred=true` ... ok (0.003s) 2022-11-23T01:49:52.1876508Z test_unbind (__main__.TestScript) ... skip: Profiling executor will be using different heuristics for constructing differentiable graphs (0.001s) 2022-11-23T01:49:52.1876635Z test_unfold_zero_dim (__main__.TestScript) ... ok (0.004s) 2022-11-23T01:49:52.1876760Z test_unicode_comments (__main__.TestScript) ... ok (0.004s) 2022-11-23T01:49:52.1876885Z test_uninitialized (__main__.TestScript) ... ok (0.011s) 2022-11-23T01:49:52.1877005Z test_union_to_number (__main__.TestScript) ... ok (0.000s) 2022-11-23T01:49:52.1877129Z test_unknown_builtin (__main__.TestScript) ... ok (0.000s) 2022-11-23T01:49:52.1877309Z test_unmatched_type_annotation (__main__.TestScript) ... skip: TODO: need to fix the test case (0.000s) 2022-11-23T01:49:52.1877450Z test_unspecialized_any_binding (__main__.TestScript) ... ok (0.014s) 2022-11-23T01:49:52.1877636Z test_unsqueeze_guard_elimination (__main__.TestScript) ... skip: bailouts are being deprecated (0.001s) 2022-11-23T01:49:52.1877778Z test_unsupported_builtin_error (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:49:52.1877903Z test_unused_decorator (__main__.TestScript) ... ok (0.008s) 2022-11-23T01:49:52.1878024Z test_unwrap_optional_builtin (__main__.TestScript) ... ok (0.009s) 2022-11-23T01:49:52.1878146Z test_var_aug_assign (__main__.TestScript) ... ok (1.248s) 2022-11-23T01:49:52.1878264Z test_vararg_zeros (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:49:52.1878408Z test_view_listconstruct_shape_prop (__main__.TestScript) ... ok (0.005s) 2022-11-23T01:49:52.1878537Z test_view_shape_prop (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:49:52.1878652Z test_view_write (__main__.TestScript) ... ok (0.007s) 2022-11-23T01:49:52.1878780Z test_weak_cuda (__main__.TestScript) ... skip: no CUDA (0.003s) 2022-11-23T01:49:52.1878888Z test_where (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:49:52.1879051Z test_where_method (__main__.TestScript) ... ok (0.000s) 2022-11-23T01:49:52.1879221Z test_while (__main__.TestScript) ... ok (0.019s) 2022-11-23T01:49:52.1879340Z test_while_nest_if (__main__.TestScript) ... ok (0.058s) 2022-11-23T01:49:52.1879478Z test_while_nonexistent_cond_value (__main__.TestScript) ... ok (0.034s) 2022-11-23T01:49:52.1879648Z test_while_nonexistent_value (__main__.TestScript) ... ok (0.000s) 2022-11-23T01:49:52.1879787Z test_while_write_outer_then_read (__main__.TestScript) ... ok (0.012s) 2022-11-23T01:49:52.1879913Z test_wrong_attr_lookup (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:49:52.1880047Z test_wrong_implicit_expand (__main__.TestScript) ... ok (0.007s) 2022-11-23T01:49:52.1880166Z test_wrong_method_call_inputs (__main__.TestScript) ... ok (0.005s) 2022-11-23T01:49:52.1880300Z test_wrong_module_attr_lookup (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:49:52.1880427Z test_wrong_return_type (__main__.TestScript) ... ok (0.005s) 2022-11-23T01:49:52.1880555Z test_wrong_use_as_callable (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:49:52.1880685Z test_wrong_use_as_tuple (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:49:52.1880795Z test_zeros (__main__.TestScript) ... ok (0.011s) 2022-11-23T01:49:52.1880931Z test_zip_enumerate_modulelist (__main__.TestScript) ... ok (0.736s) 2022-11-23T01:49:52.1881049Z test_bool (jit.test_list_dict.TestScriptDict) 2022-11-23T01:49:52.1881179Z Test the __bool__ method. This should return True ... ok (0.000s) 2022-11-23T01:49:52.1881303Z test_contains (jit.test_list_dict.TestScriptDict) 2022-11-23T01:49:52.1881472Z Test membership checks (x in y, x not in y). ... ok (0.000s) 2022-11-23T01:49:52.1881596Z test_delitem (jit.test_list_dict.TestScriptDict) 2022-11-23T01:49:52.1881684Z Test deletion. ... ok (0.000s) 2022-11-23T01:49:52.1881809Z test_getitem (jit.test_list_dict.TestScriptDict) 2022-11-23T01:49:52.1881952Z Test accessing dictionary values using the [] operator. ... ok (0.010s) 2022-11-23T01:49:52.1882060Z test_items (jit.test_list_dict.TestScriptDict) 2022-11-23T01:49:52.1882145Z Test .items(). ... ok (0.002s) 2022-11-23T01:49:52.1882259Z test_iter (jit.test_list_dict.TestScriptDict) 2022-11-23T01:49:52.1882385Z Test iteration over a dictionary's keys. ... ok (0.001s) 2022-11-23T01:49:52.1882502Z test_len (jit.test_list_dict.TestScriptDict) 2022-11-23T01:49:52.1882605Z Test len() builtin function. ... ok (0.002s) 2022-11-23T01:49:52.1882727Z test_nested (jit.test_list_dict.TestScriptDict) 2022-11-23T01:49:52.1882982Z 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-23T01:49:52.1883122Z test_reference_semantics (jit.test_list_dict.TestScriptDict) 2022-11-23T01:49:52.1883285Z Test that reference semantics are honoured; that modifications made ... ok (0.004s) 2022-11-23T01:49:52.1883402Z test_repr (jit.test_list_dict.TestScriptDict) 2022-11-23T01:49:52.1883500Z Test the __repr__ method. ... ok (0.002s) 2022-11-23T01:49:52.1883624Z test_setitem (jit.test_list_dict.TestScriptDict) 2022-11-23T01:49:52.1883762Z Test setting dictionary values using the [] operator. ... ok (0.002s) 2022-11-23T01:49:52.1883883Z test_append (jit.test_list_dict.TestScriptList) 2022-11-23T01:49:52.1883963Z Test append method. ... ok (0.002s) 2022-11-23T01:49:52.1884078Z test_bool (jit.test_list_dict.TestScriptList) 2022-11-23T01:49:52.1884209Z Test the __bool__ method. This should return True ... ok (0.001s) 2022-11-23T01:49:52.1884337Z test_clear (jit.test_list_dict.TestScriptList) 2022-11-23T01:49:52.1884417Z Test clear. ... ok (0.001s) 2022-11-23T01:49:52.1884539Z test_contains (jit.test_list_dict.TestScriptList) 2022-11-23T01:49:52.1884660Z Test membership checks (x in y, x not in y). ... ok (0.002s) 2022-11-23T01:49:52.1884776Z test_count (jit.test_list_dict.TestScriptList) 2022-11-23T01:49:52.1884863Z Test count method. ... ok (0.002s) 2022-11-23T01:49:52.1885064Z test_delitem (jit.test_list_dict.TestScriptList) 2022-11-23T01:49:52.1885137Z Test deletion. ... ok (0.002s) 2022-11-23T01:49:52.1885254Z test_extend (jit.test_list_dict.TestScriptList) 2022-11-23T01:49:52.1885337Z Test extend. ... ok (0.003s) 2022-11-23T01:49:52.1885455Z test_getitem (jit.test_list_dict.TestScriptList) 2022-11-23T01:49:52.1885590Z Test accessing list elements using the [] operator. ... ok (0.004s) 2022-11-23T01:49:52.1885740Z test_insert (jit.test_list_dict.TestScriptList) 2022-11-23T01:49:52.1885822Z Test insert. ... ok (0.002s) 2022-11-23T01:49:52.1885936Z test_iter (jit.test_list_dict.TestScriptList) 2022-11-23T01:49:52.1886056Z Test iteration over a list's elements. ... ok (0.002s) 2022-11-23T01:49:52.1886168Z test_len (jit.test_list_dict.TestScriptList) 2022-11-23T01:49:52.1886269Z Test len() builtin function. ... ok (0.001s) 2022-11-23T01:49:52.1886387Z test_nested (jit.test_list_dict.TestScriptList) 2022-11-23T01:49:52.1886637Z 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-23T01:49:52.1886756Z test_pop (jit.test_list_dict.TestScriptList) 2022-11-23T01:49:52.1886823Z Test pop. ... ok (0.002s) 2022-11-23T01:49:52.1886961Z test_reference_semantics (jit.test_list_dict.TestScriptList) 2022-11-23T01:49:52.1887122Z Test that reference semantics are honoured; that modifications made ... ok (0.004s) 2022-11-23T01:49:52.1887237Z test_remove (jit.test_list_dict.TestScriptList) 2022-11-23T01:49:52.1887326Z Test remove method. ... ok (0.001s) 2022-11-23T01:49:52.1887487Z test_repr (jit.test_list_dict.TestScriptList) 2022-11-23T01:49:52.1887584Z Test the __repr__ method. ... ok (0.002s) 2022-11-23T01:49:52.1887702Z test_setitem (jit.test_list_dict.TestScriptList) 2022-11-23T01:49:52.1887829Z Test setting list elements using the [] operator. ... ok (0.003s) 2022-11-23T01:49:52.1888113Z test_annotated_class_level_annotation_and_init_annotation (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.016s) 2022-11-23T01:49:52.1888379Z test_annotated_class_level_annotation_only (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.010s) 2022-11-23T01:49:52.1888641Z test_annotated_class_level_jit_annotation (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.017s) 2022-11-23T01:49:52.1888892Z test_annotated_empty_dict (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.009s) 2022-11-23T01:49:52.1889143Z test_annotated_empty_list (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.008s) 2022-11-23T01:49:52.1889395Z test_annotated_empty_optional (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.007s) 2022-11-23T01:49:52.1889644Z test_annotated_empty_tensor (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.013s) 2022-11-23T01:49:52.1889901Z test_annotated_falsy_base_type (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.016s) 2022-11-23T01:49:52.1890157Z test_annotated_nonempty_container (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.014s) 2022-11-23T01:49:52.1890411Z test_annotated_with_jit_attribute (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.013s) 2022-11-23T01:49:52.1890664Z test_annotated_with_jit_empty_dict (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.006s) 2022-11-23T01:49:52.1890907Z test_annotated_with_jit_empty_list (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.010s) 2022-11-23T01:49:52.1891255Z test_annotated_with_jit_empty_optional (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.000s) 2022-11-23T01:49:52.1891514Z test_annotated_with_torch_jit_import (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.017s) 2022-11-23T01:49:52.1891758Z test_basic (jit.test_script_profile.TestScriptProfile) ... ok (0.114s) 2022-11-23T01:49:52.1891913Z test_empty (jit.test_script_profile.TestScriptProfile) ... ok (0.000s) 2022-11-23T01:49:52.1892066Z test_multi (jit.test_script_profile.TestScriptProfile) ... ok (0.115s) 2022-11-23T01:49:52.1892218Z test_script (jit.test_script_profile.TestScriptProfile) ... ok (0.118s) 2022-11-23T01:49:52.1892373Z test_section (jit.test_script_profile.TestScriptProfile) ... ok (0.457s) 2022-11-23T01:49:52.1892511Z test_module_list_slicing (jit.test_slice.TestSlice) ... ok (0.029s) 2022-11-23T01:49:52.1892648Z test_slice_as_variable (jit.test_slice.TestSlice) ... ok (0.005s) 2022-11-23T01:49:52.1892785Z test_slice_dynamic_index (jit.test_slice.TestSlice) ... ok (0.005s) 2022-11-23T01:49:52.1892912Z test_slice_kwarg (jit.test_slice.TestSlice) ... ok (0.006s) 2022-11-23T01:49:52.1893041Z test_slice_one_none (jit.test_slice.TestSlice) ... ok (0.006s) 2022-11-23T01:49:52.1893173Z test_slice_start_stop (jit.test_slice.TestSlice) ... ok (0.006s) 2022-11-23T01:49:52.1893311Z test_slice_start_stop_step (jit.test_slice.TestSlice) ... ok (0.006s) 2022-11-23T01:49:52.1893455Z test_slice_start_stop_with_none (jit.test_slice.TestSlice) ... ok (0.006s) 2022-11-23T01:49:52.1893591Z test_slice_stop_clipped (jit.test_slice.TestSlice) ... ok (0.006s) 2022-11-23T01:49:52.1893719Z test_slice_stop_only (jit.test_slice.TestSlice) ... ok (0.006s) 2022-11-23T01:49:52.1893851Z test_slice_stop_only_with_nones (jit.test_slice.TestSlice) ... ok (0.003s) 2022-11-23T01:49:52.1894022Z test_slice_string (jit.test_slice.TestSlice) ... ok (0.006s) 2022-11-23T01:49:52.1894152Z test_slice_tensor (jit.test_slice.TestSlice) ... ok (0.000s) 2022-11-23T01:49:52.1894291Z test_slice_tensor_multidim (jit.test_slice.TestSlice) ... ok (0.016s) 2022-11-23T01:49:52.1894439Z test_slice_tensor_multidim_with_dots (jit.test_slice.TestSlice) ... ok (0.006s) 2022-11-23T01:49:52.1894574Z test_slice_three_nones (jit.test_slice.TestSlice) ... ok (0.006s) 2022-11-23T01:49:52.1894700Z test_slice_two_nones (jit.test_slice.TestSlice) ... ok (0.006s) 2022-11-23T01:49:52.1894831Z test_tuple_slicing (jit.test_slice.TestSlice) ... ok (0.008s) 2022-11-23T01:49:52.1894970Z test_freeze_sparse_coo (jit.test_sparse.TestSparse) ... ok (0.010s) 2022-11-23T01:49:52.1895147Z test_freeze_sparse_csr (jit.test_sparse.TestSparse) ... skip: Need MKL to run CSR matmul (0.000s) 2022-11-23T01:49:52.1895290Z test_serialize_sparse_coo (jit.test_sparse.TestSparse) ... ok (0.017s) 2022-11-23T01:49:52.1895478Z test_serialize_sparse_csr (jit.test_sparse.TestSparse) ... skip: Need MKL to run CSR matmul (0.002s) 2022-11-23T01:49:52.1895658Z test_modulo_operator (jit.test_string_formatting.TestStringFormatting) ... ok (0.006s) 2022-11-23T01:49:52.1895886Z test_string_interpolation_with_alternate_digit_placeholder (jit.test_string_formatting.TestStringFormatting) ... ok (0.006s) 2022-11-23T01:49:52.1896138Z test_string_interpolation_with_capital_exponent_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.006s) 2022-11-23T01:49:52.1896370Z test_string_interpolation_with_char_placeholder_and_char_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.006s) 2022-11-23T01:49:52.1896600Z test_string_interpolation_with_char_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.006s) 2022-11-23T01:49:52.1896840Z test_string_interpolation_with_char_placeholder_and_true_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.005s) 2022-11-23T01:49:52.1897106Z test_string_interpolation_with_digit_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.006s) 2022-11-23T01:49:52.1897347Z test_string_interpolation_with_digit_placeholder_and_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.006s) 2022-11-23T01:49:52.1897615Z test_string_interpolation_with_double_percent_in_string (jit.test_string_formatting.TestStringFormatting) ... ok (0.006s) 2022-11-23T01:49:52.1897884Z test_string_interpolation_with_exponent_placeholder_and_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.005s) 2022-11-23T01:49:52.1898120Z test_string_interpolation_with_float_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.005s) 2022-11-23T01:49:52.1898354Z test_string_interpolation_with_float_placeholder_and_float_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.005s) 2022-11-23T01:49:52.1898605Z test_string_interpolation_with_lowercase_exponent_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.005s) 2022-11-23T01:49:52.1898825Z test_string_interpolation_with_multiple_placeholders (jit.test_string_formatting.TestStringFormatting) ... ok (0.006s) 2022-11-23T01:49:52.1899035Z test_string_interpolation_with_percent_in_string (jit.test_string_formatting.TestStringFormatting) ... ok (0.004s) 2022-11-23T01:49:52.1899268Z test_string_interpolation_with_string_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.003s) 2022-11-23T01:49:52.1899512Z test_string_interpolation_with_string_placeholder_and_format_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.003s) 2022-11-23T01:49:52.1899745Z test_string_interpolation_with_string_placeholder_and_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.006s) 2022-11-23T01:49:52.1899995Z test_string_interpolation_with_subscript (jit.test_string_formatting.TestStringFormatting) ... ok (0.000s) 2022-11-23T01:49:52.1900209Z test_string_interpolation_with_too_few_arguments (jit.test_string_formatting.TestStringFormatting) ... ok (0.013s) 2022-11-23T01:49:52.1900418Z test_string_interpolation_with_too_many_arguments (jit.test_string_formatting.TestStringFormatting) ... ok (0.005s) 2022-11-23T01:49:52.1900638Z test_string_interpolation_with_unknown_format_specifier (jit.test_string_formatting.TestStringFormatting) ... ok (0.004s) 2022-11-23T01:49:52.1900840Z test_adaptive_avg_pool2d (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.032s) 2022-11-23T01:49:52.1901031Z test_arange_shape (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.026s) 2022-11-23T01:49:52.1901234Z test_binary_shape_fns_inplace (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.010s) 2022-11-23T01:49:52.1901438Z test_binary_shape_functions (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.007s) 2022-11-23T01:49:52.1901641Z test_convolution_backward (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.024s) 2022-11-23T01:49:52.1901835Z test_if_propagation (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.007s) 2022-11-23T01:49:52.1902039Z test_partial_eval_graph_conv (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.020s) 2022-11-23T01:49:52.1902242Z test_partial_eval_stitching (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.057s) 2022-11-23T01:49:52.1902462Z test_refinement_through_graph_stitching (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.042s) 2022-11-23T01:49:52.1902677Z test_register_function_error_checking (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.009s) 2022-11-23T01:49:52.1902890Z test_returning_input_symbolic_shapes (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.016s) 2022-11-23T01:49:52.1903083Z test_shape_analysis (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.014s) 2022-11-23T01:49:52.1903308Z test_shape_concat (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.127s) 2022-11-23T01:49:52.1903501Z test_shape_embedding_bag (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.030s) 2022-11-23T01:49:52.1903851Z test_shape_function_includes (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... skip: shape functions not loaded in python (0.001s) 2022-11-23T01:49:52.1904054Z test_shared_shape_graph (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.001s) 2022-11-23T01:49:52.1904242Z test_size_and_sizes (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.007s) 2022-11-23T01:49:52.1904438Z test_stitching_concat (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.024s) 2022-11-23T01:49:52.1904641Z test_stitching_multi_output (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.029s) 2022-11-23T01:49:52.1904834Z test_sym_ir_parsing (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.001s) 2022-11-23T01:49:52.1905039Z test_unary_shape_fns_inplace (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.002s) 2022-11-23T01:49:52.1905242Z test_unary_shape_functions (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.003s) 2022-11-23T01:49:52.1905423Z test_write (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.004s) 2022-11-23T01:49:52.1905582Z test_method_on_number (jit.test_builtins.TestTensorBuiltins) ... ok (0.003s) 2022-11-23T01:49:52.1905752Z test_scalar_to_num_conversions (jit.test_builtins.TestTensorBuiltins) ... ok (0.008s) 2022-11-23T01:49:52.1905903Z test_tensor_item (jit.test_builtins.TestTensorBuiltins) ... ok (0.006s) 2022-11-23T01:49:52.1906115Z test_tensor_properties (jit.test_builtins.TestTensorBuiltins) ... ok (0.020s) 2022-11-23T01:49:52.1906286Z test_tensor_subscript_assign (jit.test_builtins.TestTensorBuiltins) ... ok (0.039s) 2022-11-23T01:49:52.1906483Z test_tensor_subscript_assign_device (jit.test_builtins.TestTensorBuiltins) ... skip: requires CUDA (0.001s) 2022-11-23T01:49:52.1906672Z test_randperm_default_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.005s) 2022-11-23T01:49:52.1906865Z test_randperm_specifed_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.003s) 2022-11-23T01:49:52.1907053Z test_tril_indices_default_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.010s) 2022-11-23T01:49:52.1907248Z test_tril_indices_specified_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.007s) 2022-11-23T01:49:52.1907434Z test_triu_indices_default_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.008s) 2022-11-23T01:49:52.1907615Z test_triu_indices_specified_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.009s) 2022-11-23T01:49:52.1907772Z test_getitem (jit.test_tensor_methods.TestTensorMethods) ... ok (0.010s) 2022-11-23T01:49:52.1907937Z test_getitem_invalid (jit.test_tensor_methods.TestTensorMethods) ... ok (0.000s) 2022-11-23T01:49:52.1908149Z test_default_args (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.000s) 2022-11-23T01:49:52.1908368Z test_lambda_as_constructor (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.006s) 2022-11-23T01:49:52.1908582Z test_profiler_custom_op (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.000s) 2022-11-23T01:49:52.1908785Z test_staticmethod (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.000s) 2022-11-23T01:49:52.1908991Z test_torchbind (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.000s) 2022-11-23T01:49:52.1909247Z test_torchbind_attr_exception (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.000s) 2022-11-23T01:49:52.1909479Z test_torchbind_class_attr_recursive (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.000s) 2022-11-23T01:49:52.1909757Z test_torchbind_class_attribute (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.000s) 2022-11-23T01:49:52.1910013Z test_torchbind_deepcopy (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.000s) 2022-11-23T01:49:52.1910252Z test_torchbind_def_property_getter_setter (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.000s) 2022-11-23T01:49:52.1910483Z test_torchbind_def_property_just_getter (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.011s) 2022-11-23T01:49:52.1910721Z test_torchbind_def_property_readwrite (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T01:49:52.1910937Z test_torchbind_getattr (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T01:49:52.1911147Z test_torchbind_getstate (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T01:49:52.1911381Z test_torchbind_instantiate_missing_class (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T01:49:52.1911597Z test_torchbind_lambda_method (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T01:49:52.1911802Z test_torchbind_no_init (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T01:49:52.1912082Z test_torchbind_optional_explicit_attr (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T01:49:52.1912303Z test_torchbind_pass_wrong_type (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T01:49:52.1912530Z test_torchbind_pickle_serialization (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T01:49:52.1912757Z test_torchbind_python_deepcopy (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T01:49:52.1912976Z test_torchbind_return_instance (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T01:49:52.1913210Z test_torchbind_return_instance_from_method (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T01:49:52.1913427Z test_torchbind_return_tuple (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T01:49:52.1913640Z test_torchbind_save_load (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T01:49:52.1913854Z test_torchbind_take_as_arg (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T01:49:52.1914089Z test_torchbind_take_instance_as_method_arg (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T01:49:52.1914284Z test_torchbind_tracing (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T01:49:52.1914504Z test_torchbind_tracing_nested (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T01:49:52.1914670Z test_call_traced_fn_from_traced_module (jit.test_tracer.TestTracer) ... ok (0.022s) 2022-11-23T01:49:52.1914839Z test_call_traced_module_from_traced_module (jit.test_tracer.TestTracer) ... ok (0.019s) 2022-11-23T01:49:52.1914998Z test_canonicalize_tensor_iterator (jit.test_tracer.TestTracer) ... ok (0.021s) 2022-11-23T01:49:52.1915134Z test_constant (jit.test_tracer.TestTracer) ... ok (0.018s) 2022-11-23T01:49:52.1915296Z test_conv (jit.test_tracer.TestTracer) ... ok (0.048s) 2022-11-23T01:49:52.1915494Z test_export_no_reorder (jit.test_tracer.TestTracer) ... ok (0.034s) 2022-11-23T01:49:52.1915646Z test_force_outplace_check_fill (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-11-23T01:49:52.1915798Z test_force_outplace_check_zero (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-11-23T01:49:52.1915958Z test_ge (jit.test_tracer.TestTracer) ... ok (0.027s) 2022-11-23T01:49:52.1916112Z test_ge_cuda (jit.test_tracer.TestTracer) ... skip: requires CUDA (0.001s) 2022-11-23T01:49:52.1916248Z test_ge_optimized (jit.test_tracer.TestTracer) ... ok (0.185s) 2022-11-23T01:49:52.1916392Z test_ge_unoptimized (jit.test_tracer.TestTracer) ... ok (0.078s) 2022-11-23T01:49:52.1916524Z test_index_put (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-11-23T01:49:52.1916669Z test_index_put_trace_with_view (jit.test_tracer.TestTracer) ... ok (0.018s) 2022-11-23T01:49:52.1916819Z test_index_put_trace_without_view (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-11-23T01:49:52.1927376Z test_inplace_check (jit.test_tracer.TestTracer) ... ok (0.000s) 2022-11-23T01:49:52.1927661Z test_inplace_copy (jit.test_tracer.TestTracer) ... ok (0.016s) 2022-11-23T01:49:52.1927826Z test_inplace_copy_force_outplace (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-11-23T01:49:52.1928006Z test_inplace_flags (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-11-23T01:49:52.1928153Z test_inplace_transplant (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-11-23T01:49:52.1928274Z test_inplace_warn (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-11-23T01:49:52.1928567Z test_input_dict_checkTrace_mut (jit.test_tracer.TestTracer) ... ok (0.019s) 2022-11-23T01:49:52.1928713Z test_input_dict_empty (jit.test_tracer.TestTracer) ... ok (0.002s) 2022-11-23T01:49:52.1928856Z test_input_dict_empty_list (jit.test_tracer.TestTracer) ... ok (0.002s) 2022-11-23T01:49:52.1928996Z test_input_dict_insertion_order (jit.test_tracer.TestTracer) 2022-11-23T01:49:52.1929151Z Check that dictionary access doesn't care about insertion order ... ok (0.012s) 2022-11-23T01:49:52.1929295Z test_input_dict_of_dicts (jit.test_tracer.TestTracer) ... ok (0.015s) 2022-11-23T01:49:52.1929436Z test_input_dict_of_lists (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-11-23T01:49:52.1929582Z test_input_dict_recursive (jit.test_tracer.TestTracer) ... ok (0.021s) 2022-11-23T01:49:52.1929719Z test_input_dict_remembers_keys (jit.test_tracer.TestTracer) 2022-11-23T01:49:52.1929867Z Check that the trace remembers which keys were in a dict input ... ok (0.011s) 2022-11-23T01:49:52.1930007Z test_input_dict_unify (jit.test_tracer.TestTracer) ... ok (0.014s) 2022-11-23T01:49:52.1930130Z test_input_flatten (jit.test_tracer.TestTracer) 2022-11-23T01:49:52.1930270Z Check that inputs to traced functions are flattened ... ok (0.019s) 2022-11-23T01:49:52.1930415Z test_input_list_mixed_type (jit.test_tracer.TestTracer) ... ok (0.000s) 2022-11-23T01:49:52.1930555Z test_input_list_of_tuples (jit.test_tracer.TestTracer) ... ok (0.021s) 2022-11-23T01:49:52.1930697Z test_input_list_toplevel_flatten (jit.test_tracer.TestTracer) ... ok (0.016s) 2022-11-23T01:49:52.1930857Z test_input_list_toplevel_flatten_direct (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-11-23T01:49:52.1930999Z test_input_tuple_of_dicts (jit.test_tracer.TestTracer) ... ok (0.016s) 2022-11-23T01:49:52.1931229Z test_interpolate_trace (jit.test_tracer.TestTracer) ... ok (0.052s) 2022-11-23T01:49:52.1931398Z test_large_nbr_kernel_args (jit.test_tracer.TestTracer) ... skip: requires CUDA (0.001s) 2022-11-23T01:49:52.1931536Z test_lhs_index_fails (jit.test_tracer.TestTracer) ... ok (0.014s) 2022-11-23T01:49:52.1931677Z test_lhs_index_trivial (jit.test_tracer.TestTracer) ... ok (0.011s) 2022-11-23T01:49:52.1931807Z test_max_pool (jit.test_tracer.TestTracer) ... ok (0.019s) 2022-11-23T01:49:52.1931944Z test_nested_inplace (jit.test_tracer.TestTracer) ... ok (0.013s) 2022-11-23T01:49:52.1932082Z test_non_tensor_tracing (jit.test_tracer.TestTracer) ... ok (0.002s) 2022-11-23T01:49:52.1932272Z test_output_unflatten (jit.test_tracer.TestTracer) 2022-11-23T01:49:52.1932467Z Check that outputs of traced functions retain the original structure and nesting ... expected failure (0.021s) 2022-11-23T01:49:52.1932606Z test_python_function (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-11-23T01:49:52.1932749Z test_python_function_tup (jit.test_tracer.TestTracer) ... ok (0.021s) 2022-11-23T01:49:52.1932885Z test_repeated_input (jit.test_tracer.TestTracer) ... ok (0.015s) 2022-11-23T01:49:52.1933022Z test_repeated_output (jit.test_tracer.TestTracer) ... ok (0.014s) 2022-11-23T01:49:52.1933157Z test_shared_param (jit.test_tracer.TestTracer) ... ok (0.000s) 2022-11-23T01:49:52.1933271Z test_simple (jit.test_tracer.TestTracer) ... ok (0.026s) 2022-11-23T01:49:52.1933464Z test_tensor_with_grad_as_constant (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-11-23T01:49:52.1933616Z test_trace_aliased_parameter (jit.test_tracer.TestTracer) ... ok (0.012s) 2022-11-23T01:49:52.1933760Z test_trace_annotation (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-11-23T01:49:52.1933894Z test_trace_arange (jit.test_tracer.TestTracer) ... ok (0.025s) 2022-11-23T01:49:52.1934072Z test_trace_arange_with_grad (jit.test_tracer.TestTracer) ... ok (0.026s) 2022-11-23T01:49:52.1934219Z test_trace_autograd_function (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-11-23T01:49:52.1934412Z test_trace_c10_ops (jit.test_tracer.TestTracer) ... skip: Skip the test since c2 ops are not registered. (0.010s) 2022-11-23T01:49:52.1934590Z test_trace_casts (jit.test_tracer.TestTracer) ... ok (0.049s) 2022-11-23T01:49:52.1934745Z test_trace_checker_control_flow (jit.test_tracer.TestTracer) ... ok (0.013s) 2022-11-23T01:49:52.1934887Z test_trace_checker_dot_data (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-11-23T01:49:52.1935043Z test_trace_checker_dropout_notrain (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-11-23T01:49:52.1935197Z test_trace_checker_dropout_train (jit.test_tracer.TestTracer) ... ok (0.021s) 2022-11-23T01:49:52.1935353Z test_trace_checker_inplace_on_view (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-11-23T01:49:52.1935504Z test_trace_checker_memoization (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-11-23T01:49:52.1935646Z test_trace_checker_slice_lhs (jit.test_tracer.TestTracer) ... ok (0.024s) 2022-11-23T01:49:52.1935803Z test_trace_checking_with_global_name (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-11-23T01:49:52.1936271Z test_trace_contiguous (jit.test_tracer.TestTracer) ... 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-23T01:49:52.1936375Z warnings.warn(message, UserWarning) 2022-11-23T01:49:52.1936428Z ok (0.015s) 2022-11-23T01:49:52.1936588Z test_trace_contiguous_short_circuit (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-11-23T01:49:52.1936721Z test_trace_detach (jit.test_tracer.TestTracer) ... ok (0.011s) 2022-11-23T01:49:52.1936865Z test_trace_detach_inplace (jit.test_tracer.TestTracer) ... ok (0.011s) 2022-11-23T01:49:52.1937025Z test_trace_detach_inplace_redispatch (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-11-23T01:49:52.1937172Z test_trace_detach_redispatch (jit.test_tracer.TestTracer) ... ok (0.002s) 2022-11-23T01:49:52.1937309Z test_trace_dict_input (jit.test_tracer.TestTracer) ... ok (0.023s) 2022-11-23T01:49:52.1937451Z test_trace_dict_output (jit.test_tracer.TestTracer) ... ok (0.020s) 2022-11-23T01:49:52.1937588Z test_trace_export_fns (jit.test_tracer.TestTracer) ... ok (0.034s) 2022-11-23T01:49:52.1937736Z test_trace_export_fns_recursive (jit.test_tracer.TestTracer) ... ok (0.067s) 2022-11-23T01:49:52.1937886Z test_trace_fork_join_and_module (jit.test_tracer.TestTracer) ... ok (0.045s) 2022-11-23T01:49:52.1938078Z test_trace_full_dynamic_shape (jit.test_tracer.TestTracer) ... ok (0.011s) 2022-11-23T01:49:52.1938239Z test_trace_func_argument_names_captured (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-11-23T01:49:52.1938371Z test_trace_index (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-11-23T01:49:52.1938511Z test_trace_index_constant (jit.test_tracer.TestTracer) ... ok (0.000s) 2022-11-23T01:49:52.1938659Z test_trace_indexed_assignment (jit.test_tracer.TestTracer) ... ok (0.027s) 2022-11-23T01:49:52.1938786Z test_trace_inline_shape (jit.test_tracer.TestTracer) ... ok (0.021s) 2022-11-23T01:49:52.1938922Z test_trace_inverse (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-11-23T01:49:52.1939078Z test_trace_invert_module_hierarchy (jit.test_tracer.TestTracer) ... ok (0.027s) 2022-11-23T01:49:52.1939215Z test_trace_legacy_ctor (jit.test_tracer.TestTracer) ... ok (0.014s) 2022-11-23T01:49:52.1939386Z test_trace_module_argument_names_captured (jit.test_tracer.TestTracer) ... ok (0.064s) 2022-11-23T01:49:52.1939561Z test_trace_modulelist (jit.test_tracer.TestTracer) ... ok (0.046s) 2022-11-23T01:49:52.1939751Z test_trace_multi_output_function (jit.test_tracer.TestTracer) ... graph(%self : __torch__.jit.test_tracer.Bar, 2022-11-23T01:49:52.1939886Z %x.1 : Double(3, 2, strides=[2, 1], requires_grad=0, device=cpu), 2022-11-23T01:49:52.1940015Z %y.1 : Double(1, 2, strides=[2, 1], requires_grad=0, device=cpu)): 2022-11-23T01:49:52.1940323Z %x : Double(3, 2, strides=[2, 1], requires_grad=0, device=cpu) = aten::relu(%x.1) # C:\actions-runner\_work\pytorch\pytorch\test\jit\test_tracer.py:1429:0 2022-11-23T01:49:52.1940613Z %y : Double(1, 2, strides=[2, 1], requires_grad=0, device=cpu) = aten::relu(%y.1) # C:\actions-runner\_work\pytorch\pytorch\test\jit\test_tracer.py:1430:0 2022-11-23T01:49:52.1940957Z %9 : (Double(1, 2, strides=[2, 1], requires_grad=0, device=cpu), Double(3, 2, strides=[2, 1], requires_grad=0, device=cpu)) = ^Foo[inplace=0, module="jit.test_tracer", Subgraph=]()(%x, %y) # C:\actions-runner\_work\pytorch\pytorch\test\jit\test_tracer.py:1431:0 2022-11-23T01:49:52.1941179Z %10 : Double(1, 2, strides=[2, 1], requires_grad=0, device=cpu), %11 : Double(3, 2, strides=[2, 1], requires_grad=0, device=cpu) = prim::TupleUnpack(%9) 2022-11-23T01:49:52.1941405Z %12 : (Double(1, 2, strides=[2, 1], requires_grad=0, device=cpu), Double(3, 2, strides=[2, 1], requires_grad=0, device=cpu)) = prim::TupleConstruct(%10, %11) 2022-11-23T01:49:52.1941475Z return (%12) 2022-11-23T01:49:52.1941486Z 2022-11-23T01:49:52.1941551Z ok (0.016s) 2022-11-23T01:49:52.1941697Z test_trace_namedtuple (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-11-23T01:49:52.1941845Z test_trace_nested_datatypes (jit.test_tracer.TestTracer) ... ok (0.017s) 2022-11-23T01:49:52.1941980Z test_trace_nested_fn (jit.test_tracer.TestTracer) ... ok (0.021s) 2022-11-23T01:49:52.1942111Z test_trace_numel (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-11-23T01:49:52.1942258Z test_trace_optioanl_dtype (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-11-23T01:49:52.1942391Z test_trace_optional (jit.test_tracer.TestTracer) ... ok (0.019s) 2022-11-23T01:49:52.1942565Z test_trace_partial_func_argument_names_captured (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-11-23T01:49:52.1942696Z test_trace_random (jit.test_tracer.TestTracer) ... ok (0.000s) 2022-11-23T01:49:52.1942825Z test_trace_records_names (jit.test_tracer.TestTracer) ... ok (0.020s) 2022-11-23T01:49:52.1942952Z test_trace_save (jit.test_tracer.TestTracer) ... ok (0.018s) 2022-11-23T01:49:52.1943095Z test_trace_save_load_copy (jit.test_tracer.TestTracer) ... ok (0.068s) 2022-11-23T01:49:52.1943237Z test_trace_single_tuple (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-11-23T01:49:52.1943367Z test_trace_size (jit.test_tracer.TestTracer) ... ok (0.013s) 2022-11-23T01:49:52.1943510Z test_trace_size_with_grad (jit.test_tracer.TestTracer) ... ok (0.016s) 2022-11-23T01:49:52.1943699Z test_trace_skip_none_submodule (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-11-23T01:49:52.1943829Z test_trace_slice (jit.test_tracer.TestTracer) ... ok (0.108s) 2022-11-23T01:49:52.1943985Z test_trace_slice_expr_complete_type (jit.test_tracer.TestTracer) ... ok (0.014s) 2022-11-23T01:49:52.1944127Z test_trace_slice_full_dim (jit.test_tracer.TestTracer) ... ok (0.016s) 2022-11-23T01:49:52.1944288Z test_trace_slice_setitem_dynamic_shape (jit.test_tracer.TestTracer) ... ok (0.014s) 2022-11-23T01:49:52.1944429Z test_trace_slice_with_grad (jit.test_tracer.TestTracer) ... ok (0.074s) 2022-11-23T01:49:52.1944574Z test_trace_tensor_factory (jit.test_tracer.TestTracer) ... ok (0.068s) 2022-11-23T01:49:52.1944705Z test_trace_topk (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-11-23T01:49:52.1944836Z test_trace_tuple (jit.test_tracer.TestTracer) ... ok (0.025s) 2022-11-23T01:49:52.1944991Z test_trace_variable_instantiation (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-11-23T01:49:52.1945120Z test_trace_warn (jit.test_tracer.TestTracer) ... ok (0.011s) 2022-11-23T01:49:52.1945267Z test_trace_with_conditional_property (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-11-23T01:49:52.1945465Z test_trace_with_nested_tensor_list_output (jit.test_tracer.TestTracer) ... ok (0.000s) 2022-11-23T01:49:52.1945622Z test_trace_with_number_list_output (jit.test_tracer.TestTracer) ... ok (0.000s) 2022-11-23T01:49:52.1945772Z test_trace_with_tensor_list_output (jit.test_tracer.TestTracer) ... ok (0.025s) 2022-11-23T01:49:52.1945930Z test_traced_module_cuda (jit.test_tracer.TestTracer) ... skip: calls .cuda() (0.002s) 2022-11-23T01:49:52.1946167Z test_tracing_backward_hook_error (jit.test_tracer.TestTracer) ... ok (0.002s) 2022-11-23T01:49:52.1946307Z test_tracing_hooks (jit.test_tracer.TestTracer) ... ok (0.057s) 2022-11-23T01:49:52.1946457Z test_tracing_multiple_methods (jit.test_tracer.TestTracer) ... ok (0.195s) 2022-11-23T01:49:52.1946597Z test_typeas_trace_check (jit.test_tracer.TestTracer) ... ok (0.003s) 2022-11-23T01:49:52.1946736Z test_wrapped_number (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-11-23T01:49:52.1946884Z test_assign_python_attr (jit.test_type_sharing.TestTypeSharing) 2022-11-23T01:49:52.1947049Z Assigning a new (python-only) attribute should not change type sharing ... ok (0.060s) 2022-11-23T01:49:52.1947195Z test_basic (jit.test_type_sharing.TestTypeSharing) ... ok (0.006s) 2022-11-23T01:49:52.1947366Z test_builtin_function_different (jit.test_type_sharing.TestTypeSharing) ... ok (0.020s) 2022-11-23T01:49:52.1947531Z test_builtin_function_same (jit.test_type_sharing.TestTypeSharing) ... ok (0.010s) 2022-11-23T01:49:52.1947669Z test_constants (jit.test_type_sharing.TestTypeSharing) 2022-11-23T01:49:52.1947867Z Types should be shared for identical constant values, and different for different constant values ... ok (0.020s) 2022-11-23T01:49:52.1947998Z test_diff_attr_values (jit.test_type_sharing.TestTypeSharing) 2022-11-23T01:49:52.1948141Z Types should be shared even if attribute values differ ... ok (0.011s) 2022-11-23T01:49:52.1948299Z test_failed_attribute_compilation (jit.test_type_sharing.TestTypeSharing) 2022-11-23T01:49:52.1948467Z Attributes whose type cannot be inferred should fail cleanly with nice hints ... ok (0.005s) 2022-11-23T01:49:52.1948619Z test_ignored_fns (jit.test_type_sharing.TestTypeSharing) ... ok (0.010s) 2022-11-23T01:49:52.1948751Z test_linear (jit.test_type_sharing.TestTypeSharing) 2022-11-23T01:49:52.1948869Z Simple example with a real nn Module ... ok (0.016s) 2022-11-23T01:49:52.1949035Z test_loaded_modules_work (jit.test_type_sharing.TestTypeSharing) ... ok (0.027s) 2022-11-23T01:49:52.1949205Z test_module_dict_same_type_different_name (jit.test_type_sharing.TestTypeSharing) 2022-11-23T01:49:52.1949364Z We should be able to differentiate between two ModuleDict instances ... ok (0.043s) 2022-11-23T01:49:52.1949510Z test_mutate_attr_value (jit.test_type_sharing.TestTypeSharing) 2022-11-23T01:49:52.1950394Z Mutating the value of an attribute should not change type sharing ... ok (0.023s) 2022-11-23T01:49:52.1950540Z test_param_vs_attribute (jit.test_type_sharing.TestTypeSharing) 2022-11-23T01:49:52.1950701Z The same module with an `foo` as a parameter vs. attribute shouldn't ... ok (0.006s) 2022-11-23T01:49:52.1950869Z test_python_function_attribute_different (jit.test_type_sharing.TestTypeSharing) 2022-11-23T01:49:52.1951020Z Different functions passed in should lead to different types ... ok (0.020s) 2022-11-23T01:49:52.1951179Z test_python_function_attribute_same (jit.test_type_sharing.TestTypeSharing) 2022-11-23T01:49:52.1951303Z Same functions passed in should lead to same types ... ok (0.009s) 2022-11-23T01:49:52.1951462Z test_same_but_different_classes (jit.test_type_sharing.TestTypeSharing) 2022-11-23T01:49:52.1951675Z Even if everything about the module is the same, different originating ... ok (0.024s) 2022-11-23T01:49:52.1951845Z test_script_function_attribute_different (jit.test_type_sharing.TestTypeSharing) 2022-11-23T01:49:52.1951995Z Different functions passed in should lead to different types ... ok (0.010s) 2022-11-23T01:49:52.1952193Z test_script_function_attribute_same (jit.test_type_sharing.TestTypeSharing) 2022-11-23T01:49:52.1952329Z Same functions passed in should lead to same types ... ok (0.018s) 2022-11-23T01:49:52.1952520Z test_script_module_containing_traced_module (jit.test_type_sharing.TestTypeSharing) ... ok (0.027s) 2022-11-23T01:49:52.1952659Z test_submodules (jit.test_type_sharing.TestTypeSharing) 2022-11-23T01:49:52.1952844Z If submodules differ, the types should differ. ... ok (0.061s) 2022-11-23T01:49:52.1953006Z test_tracing_gives_different_types (jit.test_type_sharing.TestTypeSharing) 2022-11-23T01:49:52.1953162Z Since we can't guarantee that methods are the same between different ... ok (0.021s) 2022-11-23T01:49:52.1953330Z test_type_not_shared_ignored_attributes (jit.test_type_sharing.TestTypeSharing) 2022-11-23T01:49:52.1953472Z Test that types are not shared if the exclusion of their ... ok (0.013s) 2022-11-23T01:49:52.1953632Z test_type_shared_ignored_attributes (jit.test_type_sharing.TestTypeSharing) 2022-11-23T01:49:52.1953767Z Test that types are shared if the exclusion of their ... ok (0.010s) 2022-11-23T01:49:52.1953923Z test_type_sharing_define_in_init (jit.test_type_sharing.TestTypeSharing) 2022-11-23T01:49:52.1954051Z Tests that types between instances of a ScriptModule ... ok (0.010s) 2022-11-23T01:49:52.1954198Z test_type_sharing_disabled (jit.test_type_sharing.TestTypeSharing) 2022-11-23T01:49:52.1954320Z Test that type sharing can be disabled. ... ok (0.029s) 2022-11-23T01:49:52.1954494Z test_annotate_outside_init (jit.test_types.TestTypesAndAnnotation) ... ok (0.025s) 2022-11-23T01:49:52.1954648Z test_bad_types (jit.test_types.TestTypesAndAnnotation) ... ok (0.003s) 2022-11-23T01:49:52.1954811Z test_ignore_with_types (jit.test_types.TestTypesAndAnnotation) ... ok (0.006s) 2022-11-23T01:49:52.1954977Z test_ignoring_module_attributes (jit.test_types.TestTypesAndAnnotation) 2022-11-23T01:49:52.1955104Z Test that module attributes can be ignored. ... ok (0.010s) 2022-11-23T01:49:52.1955280Z test_inferred_type_error_message (jit.test_types.TestTypesAndAnnotation) ... ok (0.000s) 2022-11-23T01:49:52.1955451Z test_mismatched_annotation (jit.test_types.TestTypesAndAnnotation) ... ok (0.000s) 2022-11-23T01:49:52.1955623Z test_optional_no_element_type_annotation (jit.test_types.TestTypesAndAnnotation) 2022-11-23T01:49:52.1955782Z Test that using an optional with no contained types produces an error. ... ok (0.010s) 2022-11-23T01:49:52.1955938Z test_parser_bug (jit.test_types.TestTypesAndAnnotation) ... ok (0.001s) 2022-11-23T01:49:52.1956097Z test_pep585_type (jit.test_types.TestTypesAndAnnotation) ... ok (0.011s) 2022-11-23T01:49:52.1956257Z test_python_callable (jit.test_types.TestTypesAndAnnotation) ... ok (0.003s) 2022-11-23T01:49:52.1956412Z test_reannotate (jit.test_types.TestTypesAndAnnotation) ... ok (0.002s) 2022-11-23T01:49:52.1956619Z test_tuple_no_element_type_annotation (jit.test_types.TestTypesAndAnnotation) 2022-11-23T01:49:52.1956759Z Test that using a tuple with no contained types produces an error. ... ok (0.004s) 2022-11-23T01:49:52.1956923Z test_type_annotate_py3 (jit.test_types.TestTypesAndAnnotation) ... ok (0.014s) 2022-11-23T01:49:52.1957080Z test_types_as_values (jit.test_types.TestTypesAndAnnotation) ... ok (0.014s) 2022-11-23T01:49:52.1957255Z test_unimported_type_resolution (jit.test_types.TestTypesAndAnnotation) ... ok (0.004s) 2022-11-23T01:49:52.1957388Z test_bool_list_io (jit.test_typing.TestTyping) ... ok (0.005s) 2022-11-23T01:49:52.1957569Z test_dict_comprehension (jit.test_typing.TestTyping) ... ok (0.005s) 2022-11-23T01:49:52.1957722Z test_dict_comprehension_scope (jit.test_typing.TestTyping) ... ok (0.006s) 2022-11-23T01:49:52.1957890Z test_dict_comprehension_with_type_annotation (jit.test_typing.TestTyping) ... ok (0.015s) 2022-11-23T01:49:52.1958024Z test_dict_in_not_in (jit.test_typing.TestTyping) ... ok (0.032s) 2022-11-23T01:49:52.1958208Z test_dict_invalid_annotations (jit.test_typing.TestTyping) ... ok (0.003s) 2022-11-23T01:49:52.1958807Z test_dict_type_refinement_annotation_key_mismatch (jit.test_typing.TestTyping) ... [W C:\actions-runner\_work\pytorch\pytorch\torch\csrc\jit\frontend\ir_emitter.cpp:4385] Warning: List consists of heterogeneous types, which means that it has been typed as containing Union[int, str]. To use any of the values in this List, it will be necessary to add an `assert isinstance` statement before first use to trigger type refinement. 2022-11-23T01:49:52.1959047Z File "C:\actions-runner\_work\pytorch\pytorch\test\jit\test_typing.py", line 90 2022-11-23T01:49:52.1959114Z def fn(): 2022-11-23T01:49:52.1959201Z l1 = [1, 2, "foo", 3] 2022-11-23T01:49:52.1959289Z ~~~~~~~~~~~~~~~ <--- HERE 2022-11-23T01:49:52.1959383Z l2 = ["foo", "bar", "baz", "qux"] 2022-11-23T01:49:52.1959504Z d: Dict[int, str] = {k : v for k, v in zip(l1, l2)} 2022-11-23T01:49:52.1959596Z (function emitListLiteral) 2022-11-23T01:49:52.1959662Z ok (0.000s) 2022-11-23T01:49:52.1960215Z test_dict_type_refinement_annotation_value_mismatch (jit.test_typing.TestTyping) ... [W C:\actions-runner\_work\pytorch\pytorch\torch\csrc\jit\frontend\ir_emitter.cpp:4385] Warning: List consists of heterogeneous types, which means that it has been typed as containing Union[int, str]. To use any of the values in this List, it will be necessary to add an `assert isinstance` statement before first use to trigger type refinement. 2022-11-23T01:49:52.1960434Z File "C:\actions-runner\_work\pytorch\pytorch\test\jit\test_typing.py", line 104 2022-11-23T01:49:52.1960490Z def fn(): 2022-11-23T01:49:52.1960584Z l1 = ["foo", "bar", "baz", "qux"] 2022-11-23T01:49:52.1960663Z l2 = [1, 2, "foo", 3] 2022-11-23T01:49:52.1960750Z ~~~~~~~~~~~~~~~ <--- HERE 2022-11-23T01:49:52.1960867Z d: Dict[str, int] = {k : v for k, v in zip(l1, l2)} 2022-11-23T01:49:52.1960935Z return d 2022-11-23T01:49:52.1961026Z (function emitListLiteral) 2022-11-23T01:49:52.1961089Z ok (0.006s) 2022-11-23T01:49:52.1961221Z test_for_in_dict (jit.test_typing.TestTyping) ... ok (0.020s) 2022-11-23T01:49:52.1961354Z test_for_in_string (jit.test_typing.TestTyping) ... ok (0.021s) 2022-11-23T01:49:52.1961493Z test_for_tuple_assign (jit.test_typing.TestTyping) ... ok (0.012s) 2022-11-23T01:49:52.1961629Z test_for_tuple_unpack (jit.test_typing.TestTyping) ... ok (0.023s) 2022-11-23T01:49:52.1961757Z test_list_io (jit.test_typing.TestTyping) ... ok (0.008s) 2022-11-23T01:49:52.1961893Z test_list_iterables (jit.test_typing.TestTyping) ... ok (0.002s) 2022-11-23T01:49:52.1962008Z test_list_sum (jit.test_typing.TestTyping) ... ok (0.018s) 2022-11-23T01:49:52.1962189Z test_list_type_refinement_annotation_element_mismatch (jit.test_typing.TestTyping) ... ok (0.003s) 2022-11-23T01:49:52.1962369Z test_list_unification (jit.test_typing.TestTyping) ... ok (0.011s) 2022-11-23T01:49:52.1962504Z test_multiple_assign (jit.test_typing.TestTyping) ... ok (0.010s) 2022-11-23T01:49:52.1962651Z test_namedtuple_good_error (jit.test_typing.TestTyping) ... ok (0.004s) 2022-11-23T01:49:52.1962789Z test_namedtuple_py2 (jit.test_typing.TestTyping) ... ok (0.005s) 2022-11-23T01:49:52.1962935Z test_namedtuple_redefine (jit.test_typing.TestTyping) ... ok (0.003s) 2022-11-23T01:49:52.1963065Z test_nested_list (jit.test_typing.TestTyping) ... ok (0.007s) 2022-11-23T01:49:52.1963207Z test_opt_opt_refinement (jit.test_typing.TestTyping) ... ok (0.005s) 2022-11-23T01:49:52.1963350Z test_optional_conversion (jit.test_typing.TestTyping) ... ok (0.014s) 2022-11-23T01:49:52.1963490Z test_optional_refinement (jit.test_typing.TestTyping) ... ok (0.006s) 2022-11-23T01:49:52.1963665Z test_optional_tuple (jit.test_typing.TestTyping) ... ok (0.010s) 2022-11-23T01:49:52.1963814Z test_singleton_tuple_unpack (jit.test_typing.TestTyping) ... ok (0.000s) 2022-11-23T01:49:52.1963950Z test_sum_list_diff_elms (jit.test_typing.TestTyping) ... ok (0.010s) 2022-11-23T01:49:52.1964082Z test_sum_list_empty (jit.test_typing.TestTyping) ... ok (0.010s) 2022-11-23T01:49:52.1964255Z test_sum_list_literal (jit.test_typing.TestTyping) ... ok (0.000s) 2022-11-23T01:49:52.1964377Z test_sum_list_one (jit.test_typing.TestTyping) ... ok (0.016s) 2022-11-23T01:49:52.1964519Z test_sum_list_wrong_type (jit.test_typing.TestTyping) ... ok (0.003s) 2022-11-23T01:49:52.1964701Z test_tuple_assignments (jit.test_typing.TestTyping) ... ok (0.032s) 2022-11-23T01:49:52.1964840Z test_tuple_create_return (jit.test_typing.TestTyping) ... ok (0.006s) 2022-11-23T01:49:52.1964967Z test_tuple_io (jit.test_typing.TestTyping) ... ok (0.000s) 2022-11-23T01:49:52.1965098Z test_tuple_keyword (jit.test_typing.TestTyping) ... ok (0.016s) 2022-11-23T01:49:52.1965247Z test_tuple_specialization (jit.test_typing.TestTyping) ... ok (0.006s) 2022-11-23T01:49:52.1965386Z test_check_union_annotation (jit.test_union.TestUnion) ... ok (0.006s) 2022-11-23T01:49:52.1965550Z test_union_T_None_is_equivalent_to_optional_T (jit.test_union.TestUnion) ... ok (0.014s) 2022-11-23T01:49:52.1965701Z test_union_argument_order_is_ignored (jit.test_union.TestUnion) ... ok (0.005s) 2022-11-23T01:49:52.1965864Z test_union_argument_order_is_ignored_container (jit.test_union.TestUnion) ... ok (0.003s) 2022-11-23T01:49:52.1966003Z test_union_as_annotation (jit.test_union.TestUnion) ... ok (0.006s) 2022-11-23T01:49:52.1966164Z test_union_as_annotation_in_typed_container (jit.test_union.TestUnion) ... ok (0.000s) 2022-11-23T01:49:52.1966306Z test_union_as_annotation_py2 (jit.test_union.TestUnion) ... ok (0.014s) 2022-11-23T01:49:52.1966440Z test_union_as_dict_key (jit.test_union.TestUnion) ... ok (0.003s) 2022-11-23T01:49:52.1966573Z test_union_as_dict_value (jit.test_union.TestUnion) ... ok (0.007s) 2022-11-23T01:49:52.1966719Z test_union_as_internal_tuple_type (jit.test_union.TestUnion) ... ok (0.006s) 2022-11-23T01:49:52.1966886Z test_union_branching_does_not_autoinfer_undeclared_union (jit.test_union.TestUnion) ... ok (0.002s) 2022-11-23T01:49:52.1967063Z test_union_branching_does_not_widen_existing_inferred_type (jit.test_union.TestUnion) ... ok (0.003s) 2022-11-23T01:49:52.1967241Z test_union_branching_with_union_return_and_homogenous_types (jit.test_union.TestUnion) ... ok (0.007s) 2022-11-23T01:49:52.1967412Z test_union_does_not_replace_existing_annotated_type (jit.test_union.TestUnion) ... ok (0.002s) 2022-11-23T01:49:52.1967602Z test_union_does_not_replace_existing_annotated_type_empty_container (jit.test_union.TestUnion) ... ok (0.002s) 2022-11-23T01:49:52.1967778Z test_union_does_not_replace_existing_annotated_type_union (jit.test_union.TestUnion) ... ok (0.001s) 2022-11-23T01:49:52.1967923Z test_union_in_class_constructor (jit.test_union.TestUnion) ... ok (0.010s) 2022-11-23T01:49:52.1968430Z test_union_memory_aliasing (jit.test_union.TestUnion) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_jit_internal.py:1282: UserWarning: The inner type of a container is lost when calling torch.jit.isinstance in eager mode. For example, List[int] would become list and therefore falsely return True for List[float] or List[str]. 2022-11-23T01:49:52.1968505Z warnings.warn( 2022-11-23T01:49:52.1968568Z ok (0.015s) 2022-11-23T01:49:52.1968724Z test_union_module_with_union_class_variable (jit.test_union.TestUnion) ... ok (0.010s) 2022-11-23T01:49:52.1968889Z test_union_module_with_union_instance_variable (jit.test_union.TestUnion) ... ok (0.029s) 2022-11-23T01:49:52.1969049Z test_union_optional_of_union_is_flattened (jit.test_union.TestUnion) ... ok (0.008s) 2022-11-23T01:49:52.1969211Z test_union_redundant_arguments_are_skipped (jit.test_union.TestUnion) ... ok (0.004s) 2022-11-23T01:49:52.1969390Z test_union_redundant_arguments_are_skipped_container (jit.test_union.TestUnion) ... ok (0.003s) 2022-11-23T01:49:52.1969601Z test_union_redundant_arguments_are_skipped_optional (jit.test_union.TestUnion) ... ok (0.003s) 2022-11-23T01:49:52.1969780Z test_union_redundant_arguments_are_skipped_subtyping (jit.test_union.TestUnion) ... ok (0.000s) 2022-11-23T01:49:52.1969912Z test_union_return_type (jit.test_union.TestUnion) ... ok (0.006s) 2022-11-23T01:49:52.1970071Z test_union_schema_matching_on_internal_type (jit.test_union.TestUnion) ... ok (0.017s) 2022-11-23T01:49:52.1970328Z test_union_serialization_preserves_type_annotations (jit.test_union.TestUnion) ... ok (0.010s) 2022-11-23T01:49:52.1970482Z test_union_subclasses_larger_union (jit.test_union.TestUnion) ... ok (0.005s) 2022-11-23T01:49:52.1970622Z test_union_subtractive_refinement (jit.test_union.TestUnion) ... ok (0.010s) 2022-11-23T01:49:52.1970789Z test_union_subtractive_refinement_with_container (jit.test_union.TestUnion) ... ok (0.008s) 2022-11-23T01:49:52.1970932Z test_union_type_refinement (jit.test_union.TestUnion) ... ok (0.006s) 2022-11-23T01:49:52.1971175Z test_union_type_refinement_internal_declaration (jit.test_union.TestUnion) ... ok (0.012s) 2022-11-23T01:49:52.1971371Z test_union_type_refinement_partial_static_refinement_tuple_rhs (jit.test_union.TestUnion) ... ok (0.009s) 2022-11-23T01:49:52.1971557Z test_union_type_refinement_partial_static_refinement_union_rhs (jit.test_union.TestUnion) ... ok (0.010s) 2022-11-23T01:49:52.1971719Z test_union_type_refinement_statically_false (jit.test_union.TestUnion) ... ok (0.004s) 2022-11-23T01:49:52.1971882Z test_union_type_refinement_statically_true (jit.test_union.TestUnion) ... ok (0.005s) 2022-11-23T01:49:52.1972036Z test_union_type_refinement_tuple_rhs (jit.test_union.TestUnion) ... ok (0.015s) 2022-11-23T01:49:52.1972214Z test_union_type_refinement_tuple_rhs_noncontained_type (jit.test_union.TestUnion) ... ok (0.006s) 2022-11-23T01:49:52.1972375Z test_union_type_refinement_tuple_rhs_union (jit.test_union.TestUnion) ... ok (0.011s) 2022-11-23T01:49:52.1972526Z test_union_type_refinement_union_rhs (jit.test_union.TestUnion) ... ok (0.005s) 2022-11-23T01:49:52.1972681Z test_union_variable_can_be_reassigned (jit.test_union.TestUnion) ... ok (0.012s) 2022-11-23T01:49:52.1972824Z test_union_with_collections (jit.test_union.TestUnion) ... ok (0.010s) 2022-11-23T01:49:52.1972971Z test_union_with_dict_assignment (jit.test_union.TestUnion) ... ok (0.026s) 2022-11-23T01:49:52.1973102Z test_union_with_enum (jit.test_union.TestUnion) ... ok (0.020s) 2022-11-23T01:49:52.1973630Z test_union_with_list_assignment (jit.test_union.TestUnion) ... [W C:\actions-runner\_work\pytorch\pytorch\torch\csrc\jit\frontend\ir_emitter.cpp:4385] Warning: List consists of heterogeneous types, which means that it has been typed as containing Union[Tensor, int]. To use any of the values in this List, it will be necessary to add an `assert isinstance` statement before first use to trigger type refinement. 2022-11-23T01:49:52.1973775Z File "", line 3 2022-11-23T01:49:52.1973784Z 2022-11-23T01:49:52.1973847Z def fn(): 2022-11-23T01:49:52.1974008Z x: Union[List[str], List[torch.Tensor]] = [torch.add(1, x) for x in [torch.arange(5), 1]] 2022-11-23T01:49:52.1974125Z ~~~~~~~~~~~~~~~~~~~ <--- HERE 2022-11-23T01:49:52.1974247Z if torch.jit.isinstance(x, List[torch.Tensor]): 2022-11-23T01:49:52.1974326Z x.append(torch.tensor(3)) 2022-11-23T01:49:52.1974414Z (function emitListLiteral) 2022-11-23T01:49:52.1974869Z [W C:\actions-runner\_work\pytorch\pytorch\torch\csrc\jit\frontend\ir_emitter.cpp:4385] Warning: List consists of heterogeneous types, which means that it has been typed as containing Union[Tensor, int]. To use any of the values in this List, it will be necessary to add an `assert isinstance` statement before first use to trigger type refinement. 2022-11-23T01:49:52.1974967Z File "", line 3 2022-11-23T01:49:52.1974972Z 2022-11-23T01:49:52.1975035Z def fn(): 2022-11-23T01:49:52.1975190Z x: Union[List[torch.Tensor], int] = [torch.add(1, x) for x in [torch.arange(5), 1]] 2022-11-23T01:49:52.1975310Z ~~~~~~~~~~~~~~~~~~~ <--- HERE 2022-11-23T01:49:52.1975432Z if torch.jit.isinstance(x, List[torch.Tensor]): 2022-11-23T01:49:52.1975530Z x.append(torch.tensor(3)) 2022-11-23T01:49:52.1975658Z (function emitListLiteral) 2022-11-23T01:49:52.1975725Z ok (0.032s) 2022-11-23T01:49:52.1975919Z test_union_with_scalar_values (jit.test_union.TestUnion) ... ok (0.006s) 2022-11-23T01:49:52.1976076Z test_unions_of_a_single_argument_vanish (jit.test_union.TestUnion) ... ok (0.003s) 2022-11-23T01:49:52.1976228Z test_unions_of_unions_are_flattened (jit.test_union.TestUnion) ... ok (0.003s) 2022-11-23T01:49:52.1976456Z test_factory_ops_requires_grad_fail (jit.test_unsupported_ops.TestUnsupportedOps) ... ok (0.005s) 2022-11-23T01:49:52.1976619Z test_init_ops (jit.test_unsupported_ops.TestUnsupportedOps) ... ok (0.020s) 2022-11-23T01:49:52.1976780Z test_add_value_to_version_map (jit.test_upgraders.TestUpgraders) ... ok (0.006s) 2022-11-23T01:49:52.1976922Z test_aten_div_scalar_at_3 (jit.test_upgraders.TestUpgraders) ... ok (0.009s) 2022-11-23T01:49:52.1977076Z test_aten_div_tensor_at_3 (jit.test_upgraders.TestUpgraders) ... ok (0.008s) 2022-11-23T01:49:52.1977236Z test_aten_div_tensor_out_at_3 (jit.test_upgraders.TestUpgraders) ... ok (0.006s) 2022-11-23T01:49:52.1977387Z test_aten_full_at_4 (jit.test_upgraders.TestUpgraders) ... ok (0.007s) 2022-11-23T01:49:52.1977551Z test_aten_full_other_variants (jit.test_upgraders.TestUpgraders) ... ok (0.009s) 2022-11-23T01:49:52.1977704Z test_aten_full_out_at_4 (jit.test_upgraders.TestUpgraders) ... ok (0.005s) 2022-11-23T01:49:52.1977855Z test_aten_linspace (jit.test_upgraders.TestUpgraders) ... ok (0.006s) 2022-11-23T01:49:52.1978011Z test_aten_linspace_out (jit.test_upgraders.TestUpgraders) ... ok (0.000s) 2022-11-23T01:49:52.1978159Z test_aten_logspace (jit.test_upgraders.TestUpgraders) ... ok (0.011s) 2022-11-23T01:49:52.1978312Z test_aten_logspace_out (jit.test_upgraders.TestUpgraders) ... ok (0.004s) 2022-11-23T01:49:52.1978472Z test_aten_test_serialization (jit.test_upgraders.TestUpgraders) ... ok (0.008s) 2022-11-23T01:49:52.1978643Z test_populated_test_upgrader_graph (jit.test_upgraders.TestUpgraders) ... ok (0.004s) 2022-11-23T01:49:52.1978811Z test_populated_upgrader_graph (jit.test_upgraders.TestUpgraders) ... ok (0.005s) 2022-11-23T01:49:52.1978929Z test_warn (jit.test_warn.TestWarn) ... ok (0.004s) 2022-11-23T01:49:52.1979086Z test_warn_multiple_calls_multiple_warnings (jit.test_warn.TestWarn) ... ok (0.004s) 2022-11-23T01:49:52.1979249Z test_warn_multiple_calls_same_func_diff_stack (jit.test_warn.TestWarn) ... ok (0.008s) 2022-11-23T01:49:52.1979381Z test_warn_once_per_func (jit.test_warn.TestWarn) ... ok (0.009s) 2022-11-23T01:49:52.1979560Z test_warn_once_per_func_in_loop (jit.test_warn.TestWarn) ... ok (0.010s) 2022-11-23T01:49:52.1979684Z test_warn_only_once (jit.test_warn.TestWarn) ... ok (0.004s) 2022-11-23T01:49:52.1979821Z test_warn_only_once_in_loop_func (jit.test_warn.TestWarn) ... ok (0.006s) 2022-11-23T01:49:52.1979921Z test_with_as (jit.test_with.TestWith) 2022-11-23T01:49:52.1980085Z Check that with statements that use the 'as' keyword to bind expressions ... ok (0.096s) 2022-11-23T01:49:52.1980194Z test_with_errors (jit.test_with.TestWith) 2022-11-23T01:49:52.1980377Z Check that errors related to with-statements are detected and reported correctly. ... ok (0.036s) 2022-11-23T01:49:52.1980493Z test_with_exceptions (jit.test_with.TestWith) 2022-11-23T01:49:52.1980652Z Check that exceptions thrown in the bodies of with-statements are ... ok (0.043s) 2022-11-23T01:49:52.1980756Z test_with_no_as (jit.test_with.TestWith) 2022-11-23T01:49:52.1980925Z Check that with statements that do not use the 'as' keyword to bind expressions ... ok (0.119s) 2022-11-23T01:49:52.1981030Z test_with_no_grad (jit.test_with.TestWith) 2022-11-23T01:49:52.1981182Z Check that torch.no_grad() works. Most of these are adapted from ... ok (0.024s) 2022-11-23T01:49:52.1981300Z test_with_record_function (jit.test_with.TestWith) 2022-11-23T01:49:52.1981723Z Check that torch.autograd.profiler.record_function context manager is ... STAGE:2022-11-23 01:49:51 2276:1172 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:49:52.1982471Z STAGE:2022-11-23 01:49:51 2276:1172 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:49:52.1982778Z STAGE:2022-11-23 01:49:51 2276:1172 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:49:52.1982846Z ok (0.031s) 2022-11-23T01:49:52.1982852Z 2022-11-23T01:49:52.1982999Z ---------------------------------------------------------------------- 2022-11-23T01:49:52.1983082Z Ran 2524 tests in 157.593s 2022-11-23T01:49:52.1983089Z 2022-11-23T01:49:52.1983174Z OK (skipped=192, expected failures=2) 2022-11-23T01:49:52.1983195Z 2022-11-23T01:49:52.1983269Z Generating XML reports... 2022-11-23T01:49:52.1983534Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_alias_analysis.TestAliasAnalysis-20221123014713.xml 2022-11-23T01:49:52.1983757Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_async.TestAsync-20221123014713.xml 2022-11-23T01:49:52.1983979Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_aten_pow.TestAtenPow-20221123014713.xml 2022-11-23T01:49:52.1984225Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_autodiff.TestAutodiffJit-20221123014713.xml 2022-11-23T01:49:52.1984522Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing-20221123014713.xml 2022-11-23T01:49:52.1984739Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_batch_mm.TestBatchMM-20221123014713.xml 2022-11-23T01:49:52.1984970Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_builtins.TestBuiltins-20221123014713.xml 2022-11-23T01:49:52.1985200Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_class_type.TestClassType-20221123014713.xml 2022-11-23T01:49:52.1985425Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_complex.TestComplex-20221123014713.xml 2022-11-23T01:49:52.1985693Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_custom_operators.TestCustomOperators-20221123014713.xml 2022-11-23T01:49:52.1985897Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_dce.TestDCE-20221123014713.xml 2022-11-23T01:49:52.1986193Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_dataclasses.TestDataclasses-20221123014713.xml 2022-11-23T01:49:52.1986450Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_device_analysis.TestDeviceAnalysis-20221123014713.xml 2022-11-23T01:49:52.1986664Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_list_dict.TestDict-20221123014713.xml 2022-11-23T01:49:52.1986918Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_dtype_analysis.TestDtypeAnalysis-20221123014713.xml 2022-11-23T01:49:52.1987129Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_enum.TestEnum-20221123014713.xml 2022-11-23T01:49:52.1987360Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_freezing.TestFreezing-20221123014713.xml 2022-11-23T01:49:52.1987560Z Generated XML report: test-reports\python-unittest\test_jit\TEST-TestFrontend-20221123014713.xml 2022-11-23T01:49:52.1987867Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_freezing.TestFrozenOptimizations-20221123014713.xml 2022-11-23T01:49:52.1988127Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_functional_blocks.TestFunctionalBlocks-20221123014713.xml 2022-11-23T01:49:52.1988473Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_convert_activation.TestFunctionalToInplaceActivation-20221123014713.xml 2022-11-23T01:49:52.1988752Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_attr.TestGetDefaultAttr-20221123014713.xml 2022-11-23T01:49:52.1989024Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_graph_rewrite_passes.TestGraphRewritePasses-20221123014713.xml 2022-11-23T01:49:52.1989230Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_hash.TestHash-20221123014713.xml 2022-11-23T01:49:52.1989432Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_hooks.TestHooks-20221123014713.xml 2022-11-23T01:49:52.1989678Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_ignorable_args.TestIgnorableArgs-20221123014713.xml 2022-11-23T01:49:52.1989989Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_convert_activation.TestInplaceToFunctionalActivation-20221123014713.xml 2022-11-23T01:49:52.1990226Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_isinstance.TestIsinstance-20221123014713.xml 2022-11-23T01:49:52.1990417Z Generated XML report: test-reports\python-unittest\test_jit\TEST-TestJit-20221123014713.xml 2022-11-23T01:49:52.1990646Z Generated XML report: test-reports\python-unittest\test_jit\TEST-TestJitGeneratedModule-20221123014713.xml 2022-11-23T01:49:52.1990872Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_jit_utils.TestJitUtils-20221123014713.xml 2022-11-23T01:49:52.1991084Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_list_dict.TestList-20221123014713.xml 2022-11-23T01:49:52.1991310Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_logging.TestLogging-20221123014713.xml 2022-11-23T01:49:52.1991566Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_freezing.TestMKLDNNReinplacing-20221123014713.xml 2022-11-23T01:49:52.1991772Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_misc.TestMisc-20221123014713.xml 2022-11-23T01:49:52.1992025Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_tracer.TestMixTracingScripting-20221123014713.xml 2022-11-23T01:49:52.1992242Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_models.TestModels-20221123014713.xml 2022-11-23T01:49:52.1992470Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_module_apis.TestModuleAPIs-20221123014713.xml 2022-11-23T01:49:52.1992737Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_module_containers.TestModuleContainers-20221123014713.xml 2022-11-23T01:49:52.1993034Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_module_interface.TestModuleInterface-20221123014713.xml 2022-11-23T01:49:52.1993262Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_modules.TestModules-20221123014713.xml 2022-11-23T01:49:52.1993490Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_list_dict.TestNamedTuple-20221123014713.xml 2022-11-23T01:49:52.1993808Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_op_decompositions.TestOpDecompositions-20221123014713.xml 2022-11-23T01:49:52.1994148Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo-20221123014713.xml 2022-11-23T01:49:52.1994457Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_parametrization.TestParametrization-20221123014713.xml 2022-11-23T01:49:52.1994694Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_peephole.TestPeephole-20221123014713.xml 2022-11-23T01:49:52.1994912Z Generated XML report: test-reports\python-unittest\test_jit\TEST-TestProducerVersion-20221123014713.xml 2022-11-23T01:49:52.1995141Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_profiler.TestProfiler-20221123014713.xml 2022-11-23T01:49:52.1995394Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_python_bindings.TestPythonBindings-20221123014713.xml 2022-11-23T01:49:52.1995697Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_python_builtins.TestPythonBuiltinOP-20221123014713.xml 2022-11-23T01:49:52.1995922Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_python_ir.TestPythonIr-20221123014713.xml 2022-11-23T01:49:52.1996180Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_recursive_script.TestRecursiveScript-20221123014713.xml 2022-11-23T01:49:52.1996419Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_remove_mutation.TestRemoveMutation-20221123014713.xml 2022-11-23T01:49:52.1996642Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_save_load.TestSaveLoad-20221123014713.xml 2022-11-23T01:49:52.1996920Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_save_load_for_op_version.TestSaveLoadForOpVersion-20221123014713.xml 2022-11-23T01:49:52.1997116Z Generated XML report: test-reports\python-unittest\test_jit\TEST-TestScript-20221123014713.xml 2022-11-23T01:49:52.1997344Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_list_dict.TestScriptDict-20221123014713.xml 2022-11-23T01:49:52.1997561Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_list_dict.TestScriptList-20221123014713.xml 2022-11-23T01:49:52.1997903Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation-20221123014713.xml 2022-11-23T01:49:52.1998155Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_script_profile.TestScriptProfile-20221123014713.xml 2022-11-23T01:49:52.1998368Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_slice.TestSlice-20221123014713.xml 2022-11-23T01:49:52.1998593Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_sparse.TestSparse-20221123014713.xml 2022-11-23T01:49:52.1998860Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_string_formatting.TestStringFormatting-20221123014713.xml 2022-11-23T01:49:52.1999143Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis-20221123014713.xml 2022-11-23T01:49:52.1999388Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_builtins.TestTensorBuiltins-20221123014713.xml 2022-11-23T01:49:52.1999694Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_tensor_creation_ops.TestTensorCreationOps-20221123014713.xml 2022-11-23T01:49:52.1999982Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_tensor_methods.TestTensorMethods-20221123014713.xml 2022-11-23T01:49:52.2000200Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_tracer.TestTracer-20221123014713.xml 2022-11-23T01:49:52.2000483Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_type_sharing.TestTypeSharing-20221123014713.xml 2022-11-23T01:49:52.2000740Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_types.TestTypesAndAnnotation-20221123014713.xml 2022-11-23T01:49:52.2000952Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_typing.TestTyping-20221123014713.xml 2022-11-23T01:49:52.2001167Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_union.TestUnion-20221123014713.xml 2022-11-23T01:49:52.2001421Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_unsupported_ops.TestUnsupportedOps-20221123014713.xml 2022-11-23T01:49:52.2001656Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_upgraders.TestUpgraders-20221123014713.xml 2022-11-23T01:49:52.2001861Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_warn.TestWarn-20221123014713.xml 2022-11-23T01:49:52.2002070Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_with.TestWith-20221123014713.xml 2022-11-23T01:49:52.2002343Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_backends.TestBackends-20221123014713.xml 2022-11-23T01:49:52.2002606Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_backends.TestBackendsWithCompiler-20221123014713.xml 2022-11-23T01:49:52.2002855Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_data_parallel.TestDataParallel-20221123014713.xml 2022-11-23T01:49:52.2003126Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_ignore_context_manager.TestIgnoreContextManager-20221123014713.xml 2022-11-23T01:49:52.2003368Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_backend_nnapi.TestNnapiBackend-20221123014713.xml 2022-11-23T01:49:52.2003617Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_save_load.TestSaveLoadFlatbuffer-20221123014713.xml 2022-11-23T01:49:52.2003855Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_torchbind.TestTorchbind-20221123014713.xml 2022-11-23T01:49:52.2003862Z 2022-11-23T01:49:52.2004247Z ##[endgroup] 2022-11-23T01:49:52.2004465Z FINISHED PRINTING LOG FILE of test_jit (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_jit_3l2bma_x) 2022-11-23T01:49:52.2004471Z 2022-11-23T01:49:55.0414637Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:49:55.0415432Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:49:55.0415771Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:49:55.1910097Z Running test_jit_llga_fuser ... [2022-11-23 01:49:55.187675] 2022-11-23T01:49:55.1915240Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_jit_llga_fuser.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:49:55.187675] 2022-11-23T01:49:55.1917241Z Ignoring disabled issues: [] 2022-11-23T01:49:58.2634929Z 2022-11-23T01:49:58.2635573Z Expand the folded group to see the log file of test_jit_llga_fuser 2022-11-23T01:49:58.2636724Z ##[group]PRINTING LOG FILE of test_jit_llga_fuser (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_jit_llga_fuser_f7w88d_l) 2022-11-23T01:49:58.2637742Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:49:58.2638416Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:49:58.2638564Z 2022-11-23T01:49:58.2638626Z Running tests... 2022-11-23T01:49:58.2638885Z ---------------------------------------------------------------------- 2022-11-23T01:49:58.2639278Z test_dynamo_aot_ts_onednn (__main__.TestDynamoAOT) ... Test results will be stored in test-reports\python-unittest\test_jit_llga_fuser 2022-11-23T01:49:58.2639620Z skip: MKL-DNN build is disabled (0.001s) 2022-11-23T01:49:58.2640010Z test_context_manager (__main__.TestEnableDisableLlgaFuser) ... skip: MKL-DNN build is disabled (0.002s) 2022-11-23T01:49:58.2640453Z test_vision_alexnet_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:49:58.2640843Z test_vision_alexnet_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:49:58.2641326Z test_vision_densenet121_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:49:58.2641723Z test_vision_densenet121_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:49:58.2642115Z test_vision_densenet161_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:49:58.2642511Z test_vision_densenet161_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.003s) 2022-11-23T01:49:58.2642901Z test_vision_densenet169_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:49:58.2643290Z test_vision_densenet169_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:49:58.2643680Z test_vision_densenet201_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:49:58.2644070Z test_vision_densenet201_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:49:58.2644459Z test_vision_efficientnet_b0_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:49:58.2644861Z test_vision_efficientnet_b0_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:49:58.2645267Z test_vision_efficientnet_b1_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:49:58.2645713Z test_vision_efficientnet_b1_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:49:58.2646140Z test_vision_efficientnet_b2_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:49:58.2646554Z test_vision_efficientnet_b2_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:49:58.2646947Z test_vision_efficientnet_b3_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:49:58.2647338Z test_vision_efficientnet_b3_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:49:58.2647797Z test_vision_efficientnet_b4_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:49:58.2648180Z test_vision_efficientnet_b4_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:49:58.2648577Z test_vision_efficientnet_b5_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:49:58.2648981Z test_vision_efficientnet_b5_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.006s) 2022-11-23T01:49:58.2649378Z test_vision_efficientnet_b6_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:49:58.2649774Z test_vision_efficientnet_b6_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:49:58.2650267Z test_vision_efficientnet_b7_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:49:58.2650663Z test_vision_efficientnet_b7_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:49:58.2651053Z test_vision_googlenet_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:49:58.2651474Z test_vision_googlenet_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:49:58.2651917Z test_vision_mnasnet1_0_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:49:58.2652354Z test_vision_mnasnet1_0_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:49:58.2652743Z test_vision_mobilenet_v2_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:49:58.2653130Z test_vision_mobilenet_v2_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:49:58.2653532Z test_vision_mobilenet_v3_large_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:49:58.2653934Z test_vision_mobilenet_v3_large_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:49:58.2654336Z test_vision_regnet_y_400mf_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:49:58.2654715Z test_vision_regnet_y_400mf_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:49:58.2655103Z test_vision_resnet50_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:49:58.2655488Z test_vision_resnet50_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:49:58.2655876Z test_vision_resnext101_32x8d_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:49:58.2656267Z test_vision_resnext101_32x8d_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:49:58.2656656Z test_vision_resnext50_32x4d_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:49:58.2657053Z test_vision_resnext50_32x4d_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:49:58.2657488Z test_vision_shufflenet_v2_x1_0_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:49:58.2657916Z test_vision_shufflenet_v2_x1_0_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:49:58.2658377Z test_vision_squeezenet1_0_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:49:58.2658772Z test_vision_squeezenet1_0_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:49:58.2659157Z test_vision_vgg16_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:49:58.2659537Z test_vision_vgg16_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:49:58.2659921Z test_vision_wide_resnet50_2_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:49:58.2660311Z test_vision_wide_resnet50_2_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.010s) 2022-11-23T01:49:58.2660521Z 2022-11-23T01:49:58.2660671Z ---------------------------------------------------------------------- 2022-11-23T01:49:58.2660905Z Ran 52 tests in 0.015s 2022-11-23T01:49:58.2661021Z 2022-11-23T01:49:58.2661096Z OK (skipped=52) 2022-11-23T01:49:58.2661205Z 2022-11-23T01:49:58.2661296Z Generating XML reports... 2022-11-23T01:49:58.2661655Z Generated XML report: test-reports\python-unittest\test_jit_llga_fuser\TEST-TestDynamoAOT-20221123014957.xml 2022-11-23T01:49:58.2662193Z Generated XML report: test-reports\python-unittest\test_jit_llga_fuser\TEST-TestEnableDisableLlgaFuser-20221123014957.xml 2022-11-23T01:49:58.2662680Z Generated XML report: test-reports\python-unittest\test_jit_llga_fuser\TEST-TestModel-20221123014957.xml 2022-11-23T01:49:58.2662906Z 2022-11-23T01:49:58.2663212Z ##[endgroup] 2022-11-23T01:49:58.2663547Z FINISHED PRINTING LOG FILE of test_jit_llga_fuser (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_jit_llga_fuser_f7w88d_l) 2022-11-23T01:49:58.2663858Z 2022-11-23T01:50:01.0135731Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:50:01.0136533Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:50:01.0136884Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:50:01.1609394Z Running test_jiterator ... [2022-11-23 01:50:01.160528] 2022-11-23T01:50:01.1619889Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_jiterator.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:50:01.161167] 2022-11-23T01:50:01.1620413Z Ignoring disabled issues: [] 2022-11-23T01:50:04.2257834Z 2022-11-23T01:50:04.2258567Z Expand the folded group to see the log file of test_jiterator 2022-11-23T01:50:04.2259346Z ##[group]PRINTING LOG FILE of test_jiterator (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_jiterator_77k7r873) 2022-11-23T01:50:04.2260188Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:50:04.2260846Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:50:04.2261086Z CUDA not available, skipping tests 2022-11-23T01:50:04.2261219Z 2022-11-23T01:50:04.2261293Z Running tests... 2022-11-23T01:50:04.2261549Z ---------------------------------------------------------------------- 2022-11-23T01:50:04.2261907Z 2022-11-23T01:50:04.2262053Z ---------------------------------------------------------------------- 2022-11-23T01:50:04.2262279Z Ran 0 tests in 0.000s 2022-11-23T01:50:04.2262396Z 2022-11-23T01:50:04.2262454Z OK 2022-11-23T01:50:04.2262545Z 2022-11-23T01:50:04.2262633Z Generating XML reports... 2022-11-23T01:50:04.2262914Z Test results will be stored in test-reports\python-unittest\test_jiterator 2022-11-23T01:50:04.2263099Z 2022-11-23T01:50:04.2263325Z ##[endgroup] 2022-11-23T01:50:04.2263667Z FINISHED PRINTING LOG FILE of test_jiterator (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_jiterator_77k7r873) 2022-11-23T01:50:04.2263917Z 2022-11-23T01:50:07.0650472Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:50:07.0651199Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:50:07.0651537Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:50:07.2144831Z Running test_license ... [2022-11-23 01:50:07.214272] 2022-11-23T01:50:07.2150125Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_license.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:50:07.214334] 2022-11-23T01:50:07.2152399Z Ignoring disabled issues: [] 2022-11-23T01:50:09.6608735Z 2022-11-23T01:50:09.6609141Z Expand the folded group to see the log file of test_license 2022-11-23T01:50:09.6609929Z ##[group]PRINTING LOG FILE of test_license (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_license_iq3y5v5d) 2022-11-23T01:50:09.6610720Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:50:09.6611394Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:50:09.6611543Z 2022-11-23T01:50:09.6611619Z Running tests... 2022-11-23T01:50:09.6611878Z ---------------------------------------------------------------------- 2022-11-23T01:50:09.6612209Z Test results will be stored in test-reports\python-unittest\test_license 2022-11-23T01:50:09.6612501Z test_distinfo_license (__main__.TestLicense) 2022-11-23T01:50:09.6612901Z If run when pytorch is installed via a wheel, the license will be in ... skip: no installation in site-package to test (0.001s) 2022-11-23T01:50:09.6613336Z test_license_for_wheel (__main__.TestLicense) ... skip: can only be run in a source tree (0.001s) 2022-11-23T01:50:09.6613519Z 2022-11-23T01:50:09.6613669Z ---------------------------------------------------------------------- 2022-11-23T01:50:09.6613912Z Ran 2 tests in 0.000s 2022-11-23T01:50:09.6614027Z 2022-11-23T01:50:09.6614101Z OK (skipped=2) 2022-11-23T01:50:09.6614210Z 2022-11-23T01:50:09.6614299Z Generating XML reports... 2022-11-23T01:50:09.6614634Z Generated XML report: test-reports\python-unittest\test_license\TEST-TestLicense-20221123015009.xml 2022-11-23T01:50:09.6614866Z 2022-11-23T01:50:09.6615086Z ##[endgroup] 2022-11-23T01:50:09.6615410Z FINISHED PRINTING LOG FILE of test_license (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_license_iq3y5v5d) 2022-11-23T01:50:09.6615657Z 2022-11-23T01:50:12.4387141Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:50:12.4388053Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:50:12.4388393Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:50:12.5887462Z Running test_logging ... [2022-11-23 01:50:12.582777] 2022-11-23T01:50:12.5892731Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_logging.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:50:12.582777] 2022-11-23T01:50:12.5894442Z Ignoring disabled issues: [] 2022-11-23T01:50:17.6724130Z 2022-11-23T01:50:17.6724719Z Expand the folded group to see the log file of test_logging 2022-11-23T01:50:17.6725423Z ##[group]PRINTING LOG FILE of test_logging (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_logging_v6qx5q7l) 2022-11-23T01:50:17.6726260Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:50:17.6726989Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:50:17.6727135Z 2022-11-23T01:50:17.6727194Z Running tests... 2022-11-23T01:50:17.6727621Z ---------------------------------------------------------------------- 2022-11-23T01:50:17.6727952Z Test results will be stored in test-reports\python-unittest\test_logging 2022-11-23T01:50:17.6728236Z testApiUsage (__main__.LoggingTest) 2022-11-23T01:50:17.6728527Z This test verifies that api usage logging is not triggered via static ... ok (2.542s) 2022-11-23T01:50:17.6728712Z 2022-11-23T01:50:17.6728861Z ---------------------------------------------------------------------- 2022-11-23T01:50:17.6729099Z Ran 1 test in 2.531s 2022-11-23T01:50:17.6729200Z 2022-11-23T01:50:17.6729262Z OK 2022-11-23T01:50:17.6729353Z 2022-11-23T01:50:17.6729441Z Generating XML reports... 2022-11-23T01:50:17.6729778Z Generated XML report: test-reports\python-unittest\test_logging\TEST-LoggingTest-20221123015014.xml 2022-11-23T01:50:17.6730012Z 2022-11-23T01:50:17.6730235Z ##[endgroup] 2022-11-23T01:50:17.6730568Z FINISHED PRINTING LOG FILE of test_logging (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_logging_v6qx5q7l) 2022-11-23T01:50:17.6730815Z 2022-11-23T01:50:20.4782412Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:50:20.4783166Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:50:20.4783497Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:50:20.6310799Z Running test_masked ... [2022-11-23 01:50:20.630509] 2022-11-23T01:50:20.6316342Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_masked.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:50:20.631099] 2022-11-23T01:50:20.6318140Z Ignoring disabled issues: [] 2022-11-23T01:50:24.5571071Z 2022-11-23T01:50:24.5571814Z Expand the folded group to see the log file of test_masked 2022-11-23T01:50:24.5572522Z ##[group]PRINTING LOG FILE of test_masked (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_masked_p6ag16pm) 2022-11-23T01:50:24.5573337Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:50:24.5574184Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:50:24.5574334Z 2022-11-23T01:50:24.5574406Z Running tests... 2022-11-23T01:50:24.5574669Z ---------------------------------------------------------------------- 2022-11-23T01:50:24.5574843Z 2022-11-23T01:50:24.5574991Z ---------------------------------------------------------------------- 2022-11-23T01:50:24.5575232Z Ran 0 tests in 0.000s 2022-11-23T01:50:24.5575337Z 2022-11-23T01:50:24.5575395Z OK 2022-11-23T01:50:24.5575485Z 2022-11-23T01:50:24.5575574Z Generating XML reports... 2022-11-23T01:50:24.5575848Z Test results will be stored in test-reports\python-unittest\test_masked 2022-11-23T01:50:24.5576034Z 2022-11-23T01:50:24.5576263Z ##[endgroup] 2022-11-23T01:50:24.5576597Z FINISHED PRINTING LOG FILE of test_masked (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_masked_p6ag16pm) 2022-11-23T01:50:24.5576844Z 2022-11-23T01:50:27.4643423Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:50:27.4644143Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:50:27.4644476Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:50:27.6126176Z Running test_maskedtensor ... [2022-11-23 01:50:27.612307] 2022-11-23T01:50:27.6131226Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_maskedtensor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:50:27.612909] 2022-11-23T01:50:27.6132905Z Ignoring disabled issues: [] 2022-11-23T01:50:32.6957215Z 2022-11-23T01:50:32.6957748Z Expand the folded group to see the log file of test_maskedtensor 2022-11-23T01:50:32.6959860Z ##[group]PRINTING LOG FILE of test_maskedtensor (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_maskedtensor_082wxi70) 2022-11-23T01:50:32.6960987Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:50:32.6961861Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:50:32.6962194Z 2022-11-23T01:50:32.6962295Z Running tests... 2022-11-23T01:50:32.6962644Z ---------------------------------------------------------------------- 2022-11-23T01:50:32.6963098Z Test results will be stored in test-reports\python-unittest\test_maskedtensor 2022-11-23T01:50:32.6963828Z test_binary_fn_aten_add (__main__.TestBinary) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\masked\maskedtensor\core.py:156: UserWarning: The PyTorch API of MaskedTensors is in prototype stage and will change in the near future. Please open a Github issue for features requests and see our documentation on the torch.masked module for further information about the project. 2022-11-23T01:50:32.6964503Z warnings.warn(("The PyTorch API of MaskedTensors is in prototype stage " 2022-11-23T01:50:32.6964797Z ok (0.006s) 2022-11-23T01:50:32.6965035Z test_binary_fn_aten_arctan2 (__main__.TestBinary) ... ok (0.003s) 2022-11-23T01:50:32.6965314Z test_binary_fn_aten_atan2 (__main__.TestBinary) ... ok (0.003s) 2022-11-23T01:50:32.6965829Z test_binary_fn_aten_bitwise_and (__main__.TestBinary) ... ok (0.002s) 2022-11-23T01:50:32.6966164Z test_binary_fn_aten_bitwise_left_shift (__main__.TestBinary) ... ok (0.003s) 2022-11-23T01:50:32.6966465Z test_binary_fn_aten_bitwise_or (__main__.TestBinary) ... ok (0.002s) 2022-11-23T01:50:32.6966754Z test_binary_fn_aten_bitwise_right_shift (__main__.TestBinary) ... ok (0.002s) 2022-11-23T01:50:32.6967054Z test_binary_fn_aten_bitwise_xor (__main__.TestBinary) ... ok (0.002s) 2022-11-23T01:50:32.6967334Z test_binary_fn_aten_div (__main__.TestBinary) ... ok (0.003s) 2022-11-23T01:50:32.6967614Z test_binary_fn_aten_divide (__main__.TestBinary) ... ok (0.000s) 2022-11-23T01:50:32.6967888Z test_binary_fn_aten_eq (__main__.TestBinary) ... ok (0.006s) 2022-11-23T01:50:32.6968167Z test_binary_fn_aten_floor_divide (__main__.TestBinary) ... ok (0.002s) 2022-11-23T01:50:32.6968436Z test_binary_fn_aten_fmax (__main__.TestBinary) ... ok (0.003s) 2022-11-23T01:50:32.6968709Z test_binary_fn_aten_fmin (__main__.TestBinary) ... ok (0.002s) 2022-11-23T01:50:32.6968974Z test_binary_fn_aten_fmod (__main__.TestBinary) ... ok (0.003s) 2022-11-23T01:50:32.6969243Z test_binary_fn_aten_ge (__main__.TestBinary) ... ok (0.002s) 2022-11-23T01:50:32.6969519Z test_binary_fn_aten_greater (__main__.TestBinary) ... ok (0.002s) 2022-11-23T01:50:32.6969806Z test_binary_fn_aten_greater_equal (__main__.TestBinary) ... ok (0.002s) 2022-11-23T01:50:32.6970075Z test_binary_fn_aten_gt (__main__.TestBinary) ... ok (0.002s) 2022-11-23T01:50:32.6970427Z test_binary_fn_aten_le (__main__.TestBinary) ... ok (0.002s) 2022-11-23T01:50:32.6970697Z test_binary_fn_aten_less (__main__.TestBinary) ... ok (0.002s) 2022-11-23T01:50:32.6970974Z test_binary_fn_aten_less_equal (__main__.TestBinary) ... ok (0.003s) 2022-11-23T01:50:32.6971264Z test_binary_fn_aten_logaddexp (__main__.TestBinary) ... ok (0.003s) 2022-11-23T01:50:32.6971555Z test_binary_fn_aten_logaddexp2 (__main__.TestBinary) ... ok (0.002s) 2022-11-23T01:50:32.6971823Z test_binary_fn_aten_lt (__main__.TestBinary) ... ok (0.002s) 2022-11-23T01:50:32.6972096Z test_binary_fn_aten_maximum (__main__.TestBinary) ... ok (0.003s) 2022-11-23T01:50:32.6972373Z test_binary_fn_aten_minimum (__main__.TestBinary) ... ok (0.000s) 2022-11-23T01:50:32.6972650Z test_binary_fn_aten_mul (__main__.TestBinary) ... ok (0.006s) 2022-11-23T01:50:32.6972927Z test_binary_fn_aten_multiply (__main__.TestBinary) ... ok (0.000s) 2022-11-23T01:50:32.6973202Z test_binary_fn_aten_ne (__main__.TestBinary) ... ok (0.000s) 2022-11-23T01:50:32.6973468Z test_binary_fn_aten_nextafter (__main__.TestBinary) ... ok (0.000s) 2022-11-23T01:50:32.6973751Z test_binary_fn_aten_not_equal (__main__.TestBinary) ... ok (0.000s) 2022-11-23T01:50:32.6974034Z test_binary_fn_aten_remainder (__main__.TestBinary) ... ok (0.012s) 2022-11-23T01:50:32.6974307Z test_binary_fn_aten_sub (__main__.TestBinary) ... ok (0.002s) 2022-11-23T01:50:32.6974586Z test_binary_fn_aten_subtract (__main__.TestBinary) ... ok (0.002s) 2022-11-23T01:50:32.6974874Z test_binary_fn_aten_true_divide (__main__.TestBinary) ... ok (0.002s) 2022-11-23T01:50:32.6975149Z test_inplace_binary_fn_aten_add_ (__main__.TestBinary) ... ok (0.002s) 2022-11-23T01:50:32.6975443Z test_inplace_binary_fn_aten_arctan2_ (__main__.TestBinary) ... ok (0.002s) 2022-11-23T01:50:32.6975742Z test_inplace_binary_fn_aten_atan2_ (__main__.TestBinary) ... ok (0.002s) 2022-11-23T01:50:32.6976045Z test_inplace_binary_fn_aten_bitwise_and_ (__main__.TestBinary) ... ok (0.002s) 2022-11-23T01:50:32.6976365Z test_inplace_binary_fn_aten_bitwise_left_shift_ (__main__.TestBinary) ... ok (0.002s) 2022-11-23T01:50:32.6976683Z test_inplace_binary_fn_aten_bitwise_or_ (__main__.TestBinary) ... ok (0.002s) 2022-11-23T01:50:32.6977000Z test_inplace_binary_fn_aten_bitwise_right_shift_ (__main__.TestBinary) ... ok (0.003s) 2022-11-23T01:50:32.6977309Z test_inplace_binary_fn_aten_bitwise_xor_ (__main__.TestBinary) ... ok (0.003s) 2022-11-23T01:50:32.6978122Z test_inplace_binary_fn_aten_div_ (__main__.TestBinary) ... ok (0.003s) 2022-11-23T01:50:32.6978418Z test_inplace_binary_fn_aten_divide_ (__main__.TestBinary) ... ok (0.002s) 2022-11-23T01:50:32.6978716Z test_inplace_binary_fn_aten_eq_ (__main__.TestBinary) ... ok (0.009s) 2022-11-23T01:50:32.6979018Z test_inplace_binary_fn_aten_floor_divide_ (__main__.TestBinary) ... ok (0.018s) 2022-11-23T01:50:32.6979323Z test_inplace_binary_fn_aten_fmod_ (__main__.TestBinary) ... ok (0.003s) 2022-11-23T01:50:32.6979604Z test_inplace_binary_fn_aten_ge_ (__main__.TestBinary) ... ok (0.015s) 2022-11-23T01:50:32.6979901Z test_inplace_binary_fn_aten_greater_ (__main__.TestBinary) ... ok (0.014s) 2022-11-23T01:50:32.6980212Z test_inplace_binary_fn_aten_greater_equal_ (__main__.TestBinary) ... ok (0.012s) 2022-11-23T01:50:32.6980512Z test_inplace_binary_fn_aten_gt_ (__main__.TestBinary) ... ok (0.006s) 2022-11-23T01:50:32.6980802Z test_inplace_binary_fn_aten_le_ (__main__.TestBinary) ... ok (0.024s) 2022-11-23T01:50:32.6981090Z test_inplace_binary_fn_aten_less_ (__main__.TestBinary) ... ok (0.021s) 2022-11-23T01:50:32.6981373Z test_inplace_binary_fn_aten_less_equal_ (__main__.TestBinary) ... ok (0.014s) 2022-11-23T01:50:32.6981669Z test_inplace_binary_fn_aten_lt_ (__main__.TestBinary) ... ok (0.011s) 2022-11-23T01:50:32.6981961Z test_inplace_binary_fn_aten_mul_ (__main__.TestBinary) ... ok (0.006s) 2022-11-23T01:50:32.6982262Z test_inplace_binary_fn_aten_multiply_ (__main__.TestBinary) ... ok (0.000s) 2022-11-23T01:50:32.6982623Z test_inplace_binary_fn_aten_ne_ (__main__.TestBinary) ... ok (0.015s) 2022-11-23T01:50:32.6982921Z test_inplace_binary_fn_aten_nextafter_ (__main__.TestBinary) ... ok (0.000s) 2022-11-23T01:50:32.6983208Z test_inplace_binary_fn_aten_not_equal_ (__main__.TestBinary) ... ok (0.015s) 2022-11-23T01:50:32.6983511Z test_inplace_binary_fn_aten_remainder_ (__main__.TestBinary) ... ok (0.000s) 2022-11-23T01:50:32.6983809Z test_inplace_binary_fn_aten_sub_ (__main__.TestBinary) ... ok (0.000s) 2022-11-23T01:50:32.6984106Z test_inplace_binary_fn_aten_subtract_ (__main__.TestBinary) ... ok (0.000s) 2022-11-23T01:50:32.6984414Z test_inplace_binary_fn_aten_true_divide_ (__main__.TestBinary) ... ok (0.010s) 2022-11-23T01:50:32.6984714Z test_masks_match_fn_name_add (__main__.TestBinary) ... ok (0.000s) 2022-11-23T01:50:32.6984995Z test_masks_match_fn_name_add_ (__main__.TestBinary) ... ok (0.000s) 2022-11-23T01:50:32.6985248Z test_all (__main__.TestReductions) ... ok (0.000s) 2022-11-23T01:50:32.6985506Z test_amax (__main__.TestReductions) ... ok (0.010s) 2022-11-23T01:50:32.6986059Z test_amax_grad (__main__.TestReductions) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\masked\maskedtensor\core.py:161: UserWarning: It is not recommended to create a MaskedTensor with a tensor that requires_grad. To avoid this, you can use data.clone().detach() 2022-11-23T01:50:32.6986652Z warnings.warn("It is not recommended to create a MaskedTensor with a tensor that requires_grad. " 2022-11-23T01:50:32.6986918Z ok (0.000s) 2022-11-23T01:50:32.6987131Z test_amin (__main__.TestReductions) ... ok (0.000s) 2022-11-23T01:50:32.6987378Z test_amin_grad (__main__.TestReductions) ... ok (0.010s) 2022-11-23T01:50:32.6987645Z test_grad_dtype (__main__.TestReductions) ... ok (0.609s) 2022-11-23T01:50:32.6988145Z test_max_not_implemented (__main__.TestReductions) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\masked\maskedtensor\core.py:299: UserWarning: max is not implemented in __torch_dispatch__ for MaskedTensor. 2022-11-23T01:50:32.6988789Z If you would like this operator to be supported, please file an issue for a feature request at https://github.com/pytorch/maskedtensor/issues with a minimal reproducible code snippet. 2022-11-23T01:50:32.6989298Z In the case that the semantics for the operator are not trivial, it would be appreciated to also include a proposal for the semantics. 2022-11-23T01:50:32.6989659Z warnings.warn(msg) 2022-11-23T01:50:32.6989837Z ok (0.003s) 2022-11-23T01:50:32.6990038Z test_mean (__main__.TestReductions) ... ok (0.005s) 2022-11-23T01:50:32.6990302Z test_mean_dim_grad (__main__.TestReductions) ... ok (0.006s) 2022-11-23T01:50:32.6990566Z test_mean_grad_case_1a (__main__.TestReductions) 2022-11-23T01:50:32.6991231Z values.requires_grad = True ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\masked\maskedtensor\core.py:156: UserWarning: The PyTorch API of MaskedTensors is in prototype stage and will change in the near future. Please open a Github issue for features requests and see our documentation on the torch.masked module for further information about the project. 2022-11-23T01:50:32.6991891Z warnings.warn(("The PyTorch API of MaskedTensors is in prototype stage " 2022-11-23T01:50:32.6992427Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\masked\maskedtensor\core.py:161: UserWarning: It is not recommended to create a MaskedTensor with a tensor that requires_grad. To avoid this, you can use data.clone().detach() 2022-11-23T01:50:32.6992963Z warnings.warn("It is not recommended to create a MaskedTensor with a tensor that requires_grad. " 2022-11-23T01:50:32.6993226Z ok (0.011s) 2022-11-23T01:50:32.6993421Z test_mean_grad_case_1b (__main__.TestReductions) 2022-11-23T01:50:32.6993671Z values.requires_grad = False ... ok (0.003s) 2022-11-23T01:50:32.6993918Z test_mean_grad_case_1c (__main__.TestReductions) 2022-11-23T01:50:32.6994617Z values.requires_grad = True ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\masked\maskedtensor\core.py:156: UserWarning: The PyTorch API of MaskedTensors is in prototype stage and will change in the near future. Please open a Github issue for features requests and see our documentation on the torch.masked module for further information about the project. 2022-11-23T01:50:32.6995271Z warnings.warn(("The PyTorch API of MaskedTensors is in prototype stage " 2022-11-23T01:50:32.6995516Z ok (0.003s) 2022-11-23T01:50:32.6995725Z test_mean_grad_case_1d (__main__.TestReductions) 2022-11-23T01:50:32.6995962Z values.requires_grad = False ... ok (0.006s) 2022-11-23T01:50:32.6996207Z test_mean_grad_case_1e (__main__.TestReductions) 2022-11-23T01:50:32.6996806Z values.requires_grad = True ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\masked\maskedtensor\core.py:161: UserWarning: It is not recommended to create a MaskedTensor with a tensor that requires_grad. To avoid this, you can use data.clone().detach() 2022-11-23T01:50:32.6997415Z warnings.warn("It is not recommended to create a MaskedTensor with a tensor that requires_grad. " 2022-11-23T01:50:32.6997680Z ok (0.004s) 2022-11-23T01:50:32.6997890Z test_mean_grad_case_1f (__main__.TestReductions) 2022-11-23T01:50:32.6998548Z values.requires_grad = False ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\masked\maskedtensor\core.py:156: UserWarning: The PyTorch API of MaskedTensors is in prototype stage and will change in the near future. Please open a Github issue for features requests and see our documentation on the torch.masked module for further information about the project. 2022-11-23T01:50:32.6999209Z warnings.warn(("The PyTorch API of MaskedTensors is in prototype stage " 2022-11-23T01:50:32.6999439Z ok (0.000s) 2022-11-23T01:50:32.6999652Z test_prod (__main__.TestReductions) ... ok (0.008s) 2022-11-23T01:50:32.7000203Z test_prod_grad (__main__.TestReductions) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\masked\maskedtensor\core.py:161: UserWarning: It is not recommended to create a MaskedTensor with a tensor that requires_grad. To avoid this, you can use data.clone().detach() 2022-11-23T01:50:32.7000792Z warnings.warn("It is not recommended to create a MaskedTensor with a tensor that requires_grad. " 2022-11-23T01:50:32.7001052Z ok (0.003s) 2022-11-23T01:50:32.7001321Z test_sum (__main__.TestReductions) ... ok (0.002s) 2022-11-23T01:50:32.7001581Z test_sum_grad (__main__.TestReductions) ... ok (0.004s) 2022-11-23T01:50:32.7001846Z test_inplace_unary_fn_aten_abs_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T01:50:32.7002144Z test_inplace_unary_fn_aten_absolute_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T01:50:32.7002440Z test_inplace_unary_fn_aten_acos_ (__main__.TestUnary) ... ok (0.004s) 2022-11-23T01:50:32.7002734Z test_inplace_unary_fn_aten_acosh_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T01:50:32.7003029Z test_inplace_unary_fn_aten_arccos_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T01:50:32.7003322Z test_inplace_unary_fn_aten_arccosh_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T01:50:32.7003605Z test_inplace_unary_fn_aten_arcsin_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T01:50:32.7003894Z test_inplace_unary_fn_aten_arcsinh_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T01:50:32.7004186Z test_inplace_unary_fn_aten_arctan_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T01:50:32.7004480Z test_inplace_unary_fn_aten_arctanh_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T01:50:32.7004844Z test_inplace_unary_fn_aten_asin_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T01:50:32.7005136Z test_inplace_unary_fn_aten_asinh_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T01:50:32.7005408Z test_inplace_unary_fn_aten_atan_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T01:50:32.7005692Z test_inplace_unary_fn_aten_atanh_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T01:50:32.7006043Z test_inplace_unary_fn_aten_bitwise_not_ (__main__.TestUnary) ... ok (0.000s) 2022-11-23T01:50:32.7006372Z test_inplace_unary_fn_aten_ceil_ (__main__.TestUnary) ... ok (0.003s) 2022-11-23T01:50:32.7006790Z test_inplace_unary_fn_aten_clamp_ (__main__.TestUnary) ... ok (0.000s) 2022-11-23T01:50:32.7007237Z test_inplace_unary_fn_aten_clip_ (__main__.TestUnary) ... ok (0.006s) 2022-11-23T01:50:32.7010684Z test_inplace_unary_fn_aten_conj_physical_ (__main__.TestUnary) ... ok (0.000s) 2022-11-23T01:50:32.7011113Z test_inplace_unary_fn_aten_cos_ (__main__.TestUnary) ... ok (0.000s) 2022-11-23T01:50:32.7011559Z test_inplace_unary_fn_aten_cosh_ (__main__.TestUnary) ... ok (0.000s) 2022-11-23T01:50:32.7011982Z test_inplace_unary_fn_aten_deg2rad_ (__main__.TestUnary) ... ok (0.000s) 2022-11-23T01:50:32.7012429Z test_inplace_unary_fn_aten_digamma_ (__main__.TestUnary) ... ok (0.010s) 2022-11-23T01:50:32.7012840Z test_inplace_unary_fn_aten_erf_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T01:50:32.7013154Z test_inplace_unary_fn_aten_erfc_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T01:50:32.7013450Z test_inplace_unary_fn_aten_erfinv_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T01:50:32.7013744Z test_inplace_unary_fn_aten_exp2_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T01:50:32.7014032Z test_inplace_unary_fn_aten_exp_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T01:50:32.7014329Z test_inplace_unary_fn_aten_expm1_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T01:50:32.7014617Z test_inplace_unary_fn_aten_fix_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T01:50:32.7014888Z test_inplace_unary_fn_aten_floor_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T01:50:32.7015235Z test_inplace_unary_fn_aten_frac_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T01:50:32.7015606Z test_inplace_unary_fn_aten_i0_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T01:50:32.7015949Z test_inplace_unary_fn_aten_lgamma_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T01:50:32.7016244Z test_inplace_unary_fn_aten_log10_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T01:50:32.7016539Z test_inplace_unary_fn_aten_log1p_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T01:50:32.7016816Z test_inplace_unary_fn_aten_log2_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T01:50:32.7017103Z test_inplace_unary_fn_aten_log_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T01:50:32.7017573Z test_inplace_unary_fn_aten_logit_ (__main__.TestUnary) ... ok (0.003s) 2022-11-23T01:50:32.7017867Z test_inplace_unary_fn_aten_nan_to_num_ (__main__.TestUnary) ... ok (0.000s) 2022-11-23T01:50:32.7018157Z test_inplace_unary_fn_aten_neg_ (__main__.TestUnary) ... ok (0.003s) 2022-11-23T01:50:32.7018448Z test_inplace_unary_fn_aten_negative_ (__main__.TestUnary) ... ok (0.000s) 2022-11-23T01:50:32.7018739Z test_inplace_unary_fn_aten_pow_ (__main__.TestUnary) ... ok (0.006s) 2022-11-23T01:50:32.7019013Z test_inplace_unary_fn_aten_rad2deg_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T01:50:32.7019318Z test_inplace_unary_fn_aten_reciprocal_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T01:50:32.7019619Z test_inplace_unary_fn_aten_round_ (__main__.TestUnary) ... ok (0.003s) 2022-11-23T01:50:32.7019904Z test_inplace_unary_fn_aten_rsqrt_ (__main__.TestUnary) ... ok (0.003s) 2022-11-23T01:50:32.7020189Z test_inplace_unary_fn_aten_sgn_ (__main__.TestUnary) ... ok (0.003s) 2022-11-23T01:50:32.7020481Z test_inplace_unary_fn_aten_sigmoid_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T01:50:32.7020758Z test_inplace_unary_fn_aten_sign_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T01:50:32.7021042Z test_inplace_unary_fn_aten_sin_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T01:50:32.7021322Z test_inplace_unary_fn_aten_sinc_ (__main__.TestUnary) ... ok (0.003s) 2022-11-23T01:50:32.7021608Z test_inplace_unary_fn_aten_sinh_ (__main__.TestUnary) ... ok (0.003s) 2022-11-23T01:50:32.7021891Z test_inplace_unary_fn_aten_sqrt_ (__main__.TestUnary) ... ok (0.003s) 2022-11-23T01:50:32.7022254Z test_inplace_unary_fn_aten_square_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T01:50:32.7022530Z test_inplace_unary_fn_aten_tan_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T01:50:32.7022809Z test_inplace_unary_fn_aten_tanh_ (__main__.TestUnary) ... ok (0.005s) 2022-11-23T01:50:32.7023100Z test_inplace_unary_fn_aten_trunc_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T01:50:32.7023376Z test_unary_fn_aten_abs (__main__.TestUnary) ... ok (0.002s) 2022-11-23T01:50:32.7023645Z test_unary_fn_aten_absolute (__main__.TestUnary) ... ok (0.002s) 2022-11-23T01:50:32.7023915Z test_unary_fn_aten_acos (__main__.TestUnary) ... ok (0.002s) 2022-11-23T01:50:32.7024171Z test_unary_fn_aten_acosh (__main__.TestUnary) ... ok (0.002s) 2022-11-23T01:50:32.7024435Z test_unary_fn_aten_angle (__main__.TestUnary) ... ok (0.002s) 2022-11-23T01:50:32.7024705Z test_unary_fn_aten_arccos (__main__.TestUnary) ... ok (0.002s) 2022-11-23T01:50:32.7024978Z test_unary_fn_aten_arccosh (__main__.TestUnary) ... ok (0.002s) 2022-11-23T01:50:32.7025244Z test_unary_fn_aten_arcsin (__main__.TestUnary) ... ok (0.002s) 2022-11-23T01:50:32.7025511Z test_unary_fn_aten_arcsinh (__main__.TestUnary) ... ok (0.002s) 2022-11-23T01:50:32.7025763Z test_unary_fn_aten_arctan (__main__.TestUnary) ... ok (0.003s) 2022-11-23T01:50:32.7026030Z test_unary_fn_aten_arctanh (__main__.TestUnary) ... ok (0.003s) 2022-11-23T01:50:32.7026305Z test_unary_fn_aten_asin (__main__.TestUnary) ... ok (0.002s) 2022-11-23T01:50:32.7026569Z test_unary_fn_aten_asinh (__main__.TestUnary) ... ok (0.002s) 2022-11-23T01:50:32.7026831Z test_unary_fn_aten_atan (__main__.TestUnary) ... ok (0.002s) 2022-11-23T01:50:32.7027097Z test_unary_fn_aten_atanh (__main__.TestUnary) ... ok (0.003s) 2022-11-23T01:50:32.7027357Z test_unary_fn_aten_bitwise_not (__main__.TestUnary) ... ok (0.000s) 2022-11-23T01:50:32.7027631Z test_unary_fn_aten_ceil (__main__.TestUnary) ... ok (0.006s) 2022-11-23T01:50:32.7027900Z test_unary_fn_aten_clamp (__main__.TestUnary) ... ok (0.000s) 2022-11-23T01:50:32.7028164Z test_unary_fn_aten_clip (__main__.TestUnary) ... ok (0.000s) 2022-11-23T01:50:32.7028440Z test_unary_fn_aten_conj_physical (__main__.TestUnary) ... ok (0.000s) 2022-11-23T01:50:32.7028719Z test_unary_fn_aten_cos (__main__.TestUnary) ... ok (0.010s) 2022-11-23T01:50:32.7028967Z test_unary_fn_aten_cosh (__main__.TestUnary) ... ok (0.000s) 2022-11-23T01:50:32.7029287Z test_unary_fn_aten_deg2rad (__main__.TestUnary) ... ok (0.000s) 2022-11-23T01:50:32.7029605Z test_unary_fn_aten_digamma (__main__.TestUnary) ... ok (0.000s) 2022-11-23T01:50:32.7029874Z test_unary_fn_aten_erf (__main__.TestUnary) ... ok (0.012s) 2022-11-23T01:50:32.7030140Z test_unary_fn_aten_erfc (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:50:32.7030407Z test_unary_fn_aten_erfinv (__main__.TestUnary) ... ok (0.002s) 2022-11-23T01:50:32.7030673Z test_unary_fn_aten_exp (__main__.TestUnary) ... ok (0.003s) 2022-11-23T01:50:32.7030922Z test_unary_fn_aten_exp2 (__main__.TestUnary) ... ok (0.003s) 2022-11-23T01:50:32.7031189Z test_unary_fn_aten_expm1 (__main__.TestUnary) ... ok (0.000s) 2022-11-23T01:50:32.7031452Z test_unary_fn_aten_fix (__main__.TestUnary) ... ok (0.005s) 2022-11-23T01:50:32.7031716Z test_unary_fn_aten_floor (__main__.TestUnary) ... ok (0.003s) 2022-11-23T01:50:32.7031979Z test_unary_fn_aten_frac (__main__.TestUnary) ... ok (0.002s) 2022-11-23T01:50:32.7032240Z test_unary_fn_aten_i0 (__main__.TestUnary) ... ok (0.002s) 2022-11-23T01:50:32.7032487Z test_unary_fn_aten_isnan (__main__.TestUnary) ... ok (0.002s) 2022-11-23T01:50:32.7032755Z test_unary_fn_aten_lgamma (__main__.TestUnary) ... ok (0.000s) 2022-11-23T01:50:32.7033022Z test_unary_fn_aten_log (__main__.TestUnary) ... ok (0.007s) 2022-11-23T01:50:32.7033282Z test_unary_fn_aten_log10 (__main__.TestUnary) ... ok (0.000s) 2022-11-23T01:50:32.7033544Z test_unary_fn_aten_log1p (__main__.TestUnary) ... ok (0.000s) 2022-11-23T01:50:32.7033837Z test_unary_fn_aten_log2 (__main__.TestUnary) ... ok (0.010s) 2022-11-23T01:50:32.7034104Z test_unary_fn_aten_logit (__main__.TestUnary) ... ok (0.003s) 2022-11-23T01:50:32.7034380Z test_unary_fn_aten_nan_to_num (__main__.TestUnary) ... ok (0.002s) 2022-11-23T01:50:32.7034651Z test_unary_fn_aten_neg (__main__.TestUnary) ... ok (0.003s) 2022-11-23T01:50:32.7034917Z test_unary_fn_aten_negative (__main__.TestUnary) ... ok (0.002s) 2022-11-23T01:50:32.7035193Z test_unary_fn_aten_positive (__main__.TestUnary) ... ok (0.003s) 2022-11-23T01:50:32.7035451Z test_unary_fn_aten_pow (__main__.TestUnary) ... ok (0.003s) 2022-11-23T01:50:32.7035719Z test_unary_fn_aten_rad2deg (__main__.TestUnary) ... ok (0.003s) 2022-11-23T01:50:32.7036005Z test_unary_fn_aten_reciprocal (__main__.TestUnary) ... ok (0.003s) 2022-11-23T01:50:32.7036286Z test_unary_fn_aten_round (__main__.TestUnary) ... ok (0.003s) 2022-11-23T01:50:32.7036552Z test_unary_fn_aten_rsqrt (__main__.TestUnary) ... ok (0.003s) 2022-11-23T01:50:32.7036816Z test_unary_fn_aten_sgn (__main__.TestUnary) ... ok (0.003s) 2022-11-23T01:50:32.7037068Z test_unary_fn_aten_sigmoid (__main__.TestUnary) ... ok (0.003s) 2022-11-23T01:50:32.7037338Z test_unary_fn_aten_sign (__main__.TestUnary) ... ok (0.003s) 2022-11-23T01:50:32.7037606Z test_unary_fn_aten_signbit (__main__.TestUnary) ... ok (0.003s) 2022-11-23T01:50:32.7037874Z test_unary_fn_aten_sin (__main__.TestUnary) ... ok (0.003s) 2022-11-23T01:50:32.7038135Z test_unary_fn_aten_sinc (__main__.TestUnary) ... ok (0.003s) 2022-11-23T01:50:32.7038397Z test_unary_fn_aten_sinh (__main__.TestUnary) ... ok (0.003s) 2022-11-23T01:50:32.7038641Z test_unary_fn_aten_sqrt (__main__.TestUnary) ... ok (0.002s) 2022-11-23T01:50:32.7038906Z test_unary_fn_aten_square (__main__.TestUnary) ... ok (0.000s) 2022-11-23T01:50:32.7039172Z test_unary_fn_aten_tan (__main__.TestUnary) ... ok (0.000s) 2022-11-23T01:50:32.7039435Z test_unary_fn_aten_tanh (__main__.TestUnary) ... ok (0.007s) 2022-11-23T01:50:32.7039699Z test_unary_fn_aten_trunc (__main__.TestUnary) ... ok (0.003s) 2022-11-23T01:50:32.7039853Z 2022-11-23T01:50:32.7040004Z ---------------------------------------------------------------------- 2022-11-23T01:50:32.7040240Z Ran 207 tests in 1.312s 2022-11-23T01:50:32.7040357Z 2022-11-23T01:50:32.7040417Z OK 2022-11-23T01:50:32.7040508Z 2022-11-23T01:50:32.7040651Z Generating XML reports... 2022-11-23T01:50:32.7041000Z Generated XML report: test-reports\python-unittest\test_maskedtensor\TEST-TestBinary-20221123015030.xml 2022-11-23T01:50:32.7041464Z Generated XML report: test-reports\python-unittest\test_maskedtensor\TEST-TestReductions-20221123015030.xml 2022-11-23T01:50:32.7041918Z Generated XML report: test-reports\python-unittest\test_maskedtensor\TEST-TestUnary-20221123015030.xml 2022-11-23T01:50:32.7042150Z 2022-11-23T01:50:32.7042461Z ##[endgroup] 2022-11-23T01:50:32.7042818Z FINISHED PRINTING LOG FILE of test_maskedtensor (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_maskedtensor_082wxi70) 2022-11-23T01:50:32.7043079Z 2022-11-23T01:50:35.4949881Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:50:35.4950694Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:50:35.4951036Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:50:35.6435427Z Running test_matmul_cuda ... [2022-11-23 01:50:35.642735] 2022-11-23T01:50:35.6441005Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_matmul_cuda.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:50:35.642735] 2022-11-23T01:50:35.6443245Z Ignoring disabled issues: [] 2022-11-23T01:50:38.5741126Z 2022-11-23T01:50:38.5741787Z Expand the folded group to see the log file of test_matmul_cuda 2022-11-23T01:50:38.5742511Z ##[group]PRINTING LOG FILE of test_matmul_cuda (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_matmul_cuda_yx0ecitw) 2022-11-23T01:50:38.5743340Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:50:38.5744074Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:50:38.5744267Z 2022-11-23T01:50:38.5744343Z Running tests... 2022-11-23T01:50:38.5744585Z ---------------------------------------------------------------------- 2022-11-23T01:50:38.5744764Z 2022-11-23T01:50:38.5744907Z ---------------------------------------------------------------------- 2022-11-23T01:50:38.5745148Z Ran 0 tests in 0.000s 2022-11-23T01:50:38.5745261Z 2022-11-23T01:50:38.5745318Z OK 2022-11-23T01:50:38.5745406Z 2022-11-23T01:50:38.5745492Z Generating XML reports... 2022-11-23T01:50:38.5745775Z Test results will be stored in test-reports\python-unittest\test_matmul_cuda 2022-11-23T01:50:38.5745952Z 2022-11-23T01:50:38.5746173Z ##[endgroup] 2022-11-23T01:50:38.5746511Z FINISHED PRINTING LOG FILE of test_matmul_cuda (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_matmul_cuda_yx0ecitw) 2022-11-23T01:50:38.5746763Z 2022-11-23T01:50:41.3817917Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:50:41.3818633Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:50:41.3818975Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:50:41.5310010Z Running test_meta ... [2022-11-23 01:50:41.530282] 2022-11-23T01:50:41.5313607Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_meta.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:50:41.530866] 2022-11-23T01:50:41.5315712Z Ignoring disabled issues: [] 2022-11-23T01:50:45.4739396Z 2022-11-23T01:50:45.4739819Z Expand the folded group to see the log file of test_meta 2022-11-23T01:50:45.4740700Z ##[group]PRINTING LOG FILE of test_meta (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_meta_tx7_5jit) 2022-11-23T01:50:45.4741548Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:50:45.4742199Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:50:45.4742355Z 2022-11-23T01:50:45.4742428Z Running tests... 2022-11-23T01:50:45.4742667Z ---------------------------------------------------------------------- 2022-11-23T01:50:45.4742989Z Test results will be stored in test-reports\python-unittest\test_meta 2022-11-23T01:50:45.4743361Z test_channels_last (__main__.TestMetaConverter) ... ok (0.004s) 2022-11-23T01:50:45.4743666Z test_channels_last_leaf (__main__.TestMetaConverter) ... ok (0.002s) 2022-11-23T01:50:45.4744019Z test_channels_last_non_leaf (__main__.TestMetaConverter) ... ok (0.003s) 2022-11-23T01:50:45.4744817Z test_complex_noncontiguous_bug (__main__.TestMetaConverter) ... C:\actions-runner\_work\pytorch\pytorch\test\test_meta.py:232: 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-23T01:50:45.4745404Z x = torch.randn((2, 2, 4, 9), dtype=torch.complex32)[:, 0, :, :] 2022-11-23T01:50:45.4745609Z ok (0.003s) 2022-11-23T01:50:45.4745863Z test_empty_strided_non_dense_leaf (__main__.TestMetaConverter) ... ok (0.001s) 2022-11-23T01:50:45.4746154Z test_imag (__main__.TestMetaConverter) ... ok (0.002s) 2022-11-23T01:50:45.4746418Z test_leaf (__main__.TestMetaConverter) ... ok (0.003s) 2022-11-23T01:50:45.4746686Z test_non_leaf (__main__.TestMetaConverter) ... ok (0.000s) 2022-11-23T01:50:45.4747288Z test_non_leaf_torture (__main__.TestMetaConverter) ... 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-23T01:50:45.4747832Z warnings.warn(message, UserWarning) 2022-11-23T01:50:45.4748021Z ok (0.000s) 2022-11-23T01:50:45.4748257Z test_requires_grad_false (__main__.TestMetaConverter) ... ok (0.006s) 2022-11-23T01:50:45.4748571Z test_tensor_outlives_converter (__main__.TestMetaConverter) ... ok (0.000s) 2022-11-23T01:50:45.4748876Z test_view_as_complex (__main__.TestMetaConverter) ... ok (0.000s) 2022-11-23T01:50:45.4749166Z test_view_as_real (__main__.TestMetaConverter) ... ok (0.000s) 2022-11-23T01:50:45.4749502Z test_view_dtype (__main__.TestMetaConverter) ... ok (0.000s) 2022-11-23T01:50:45.4749766Z test_view_of_leaf (__main__.TestMetaConverter) ... ok (0.011s) 2022-11-23T01:50:45.4750100Z test_view_of_non_leaf (__main__.TestMetaConverter) ... ok (0.004s) 2022-11-23T01:50:45.4750391Z test_view_of_view_of_leaf (__main__.TestMetaConverter) ... ok (0.003s) 2022-11-23T01:50:45.4750670Z test_weakref (__main__.TestMetaConverter) ... ok (0.002s) 2022-11-23T01:50:45.4750822Z 2022-11-23T01:50:45.4750971Z ---------------------------------------------------------------------- 2022-11-23T01:50:45.4751213Z Ran 18 tests in 0.047s 2022-11-23T01:50:45.4751315Z 2022-11-23T01:50:45.4751373Z OK 2022-11-23T01:50:45.4751561Z 2022-11-23T01:50:45.4751651Z Generating XML reports... 2022-11-23T01:50:45.4751999Z Generated XML report: test-reports\python-unittest\test_meta\TEST-TestMetaConverter-20221123015044.xml 2022-11-23T01:50:45.4752243Z 2022-11-23T01:50:45.4752493Z ##[endgroup] 2022-11-23T01:50:45.4752817Z FINISHED PRINTING LOG FILE of test_meta (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_meta_tx7_5jit) 2022-11-23T01:50:45.4753055Z 2022-11-23T01:50:48.3253939Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:50:48.3254694Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:50:48.3255032Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:50:48.4837473Z Running test_mkl_verbose ... [2022-11-23 01:50:48.482010] 2022-11-23T01:50:48.4841725Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_mkl_verbose.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:50:48.483618] 2022-11-23T01:50:48.4843889Z Ignoring disabled issues: [] 2022-11-23T01:50:55.8789828Z 2022-11-23T01:50:55.8790306Z Expand the folded group to see the log file of test_mkl_verbose 2022-11-23T01:50:55.8791318Z ##[group]PRINTING LOG FILE of test_mkl_verbose (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_mkl_verbose_aj62z_hn) 2022-11-23T01:50:55.8792189Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:50:55.8792862Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:50:55.8793009Z 2022-11-23T01:50:55.8793082Z Running tests... 2022-11-23T01:50:55.8793327Z ---------------------------------------------------------------------- 2022-11-23T01:50:55.8793663Z Test results will be stored in test-reports\python-unittest\test_mkl_verbose 2022-11-23T01:50:55.8793969Z test_verbose_off (__main__.TestMKLVerbose) ... ok (2.579s) 2022-11-23T01:50:55.8794240Z test_verbose_on (__main__.TestMKLVerbose) ... ok (2.211s) 2022-11-23T01:50:55.8794394Z 2022-11-23T01:50:55.8794539Z ---------------------------------------------------------------------- 2022-11-23T01:50:55.8794782Z Ran 2 tests in 4.875s 2022-11-23T01:50:55.8794895Z 2022-11-23T01:50:55.8794942Z OK 2022-11-23T01:50:55.8795033Z 2022-11-23T01:50:55.8795121Z Generating XML reports... 2022-11-23T01:50:55.8795467Z Generated XML report: test-reports\python-unittest\test_mkl_verbose\TEST-TestMKLVerbose-20221123015050.xml 2022-11-23T01:50:55.8795712Z 2022-11-23T01:50:55.8795938Z ##[endgroup] 2022-11-23T01:50:55.8796278Z FINISHED PRINTING LOG FILE of test_mkl_verbose (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_mkl_verbose_aj62z_hn) 2022-11-23T01:50:55.8796529Z 2022-11-23T01:50:58.6731822Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:50:58.6732529Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:50:58.6732870Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:50:58.8242012Z Running test_mkldnn ... [2022-11-23 01:50:58.821174] 2022-11-23T01:50:58.8246911Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_mkldnn.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:50:58.821174] 2022-11-23T01:50:58.8248899Z Ignoring disabled issues: [] 2022-11-23T01:51:33.5566637Z 2022-11-23T01:51:33.5567353Z Expand the folded group to see the log file of test_mkldnn 2022-11-23T01:51:33.5568052Z ##[group]PRINTING LOG FILE of test_mkldnn (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_mkldnn_yoi9_xrk) 2022-11-23T01:51:33.5568866Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:51:33.5570144Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:51:33.5570395Z 2022-11-23T01:51:33.5570492Z Running tests... 2022-11-23T01:51:33.5570757Z ---------------------------------------------------------------------- 2022-11-23T01:51:33.5571180Z Test results will be stored in test-reports\python-unittest\test_mkldnn 2022-11-23T01:51:33.5571557Z test_0_dimension_tensor (__main__.TestMkldnn) ... ok (1.243s) 2022-11-23T01:51:33.5571827Z test_adaptive_avg_pool2d (__main__.TestMkldnn) ... ok (0.167s) 2022-11-23T01:51:33.5572566Z test_adaptive_avg_pool2d_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.002s) 2022-11-23T01:51:33.5572902Z test_add (__main__.TestMkldnn) ... ok (0.144s) 2022-11-23T01:51:33.5573211Z test_autograd_from_mkldnn (__main__.TestMkldnn) ... ok (0.009s) 2022-11-23T01:51:33.5573493Z test_autograd_to_mkldnn (__main__.TestMkldnn) ... ok (0.014s) 2022-11-23T01:51:33.5573813Z test_avg_pool2d (__main__.TestMkldnn) ... ok (0.035s) 2022-11-23T01:51:33.5575284Z test_avg_pool2d_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.005s) 2022-11-23T01:51:33.5575855Z test_avg_pool2d_stride_none (__main__.TestMkldnn) ... ok (0.013s) 2022-11-23T01:51:33.5576336Z test_avg_pool3d (__main__.TestMkldnn) ... ok (1.460s) 2022-11-23T01:51:33.5576869Z test_avg_pool3d_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.174s) 2022-11-23T01:51:33.5577780Z test_batch_norm_2d (__main__.TestMkldnn) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\_trace.py:780: UserWarning: The input to trace is already a ScriptModule, tracing it is a no-op. Returning the object as is. 2022-11-23T01:51:33.5578457Z warnings.warn( 2022-11-23T01:51:33.5578708Z ok (0.218s) 2022-11-23T01:51:33.5579086Z test_batch_norm_2d_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.008s) 2022-11-23T01:51:33.5579514Z test_batch_norm_3d (__main__.TestMkldnn) ... ok (1.098s) 2022-11-23T01:51:33.5579940Z test_batch_norm_3d_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.111s) 2022-11-23T01:51:33.5580347Z test_clone (__main__.TestMkldnn) ... ok (0.002s) 2022-11-23T01:51:33.5580703Z test_conv1d (__main__.TestMkldnn) ... ok (0.184s) 2022-11-23T01:51:33.5581118Z test_conv1d_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.001s) 2022-11-23T01:51:33.5581545Z test_conv1d_functional (__main__.TestMkldnn) ... ok (0.002s) 2022-11-23T01:51:33.5581911Z test_conv2d (__main__.TestMkldnn) ... ok (1.360s) 2022-11-23T01:51:33.5582308Z test_conv2d_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.001s) 2022-11-23T01:51:33.5582720Z test_conv2d_legacy_jit_model (__main__.TestMkldnn) 2022-11-23T01:51:33.5583210Z MKLDNN integration used to serialize models with 5d weight for grouped ... ok (0.022s) 2022-11-23T01:51:33.5583733Z test_conv2d_nhwc (__main__.TestMkldnn) ... ok (1.466s) 2022-11-23T01:51:33.5584436Z test_conv2d_nhwc_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.001s) 2022-11-23T01:51:33.5584881Z test_conv3d (__main__.TestMkldnn) ... ok (3.140s) 2022-11-23T01:51:33.5585333Z test_conv3d_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.001s) 2022-11-23T01:51:33.5585765Z test_conversion (__main__.TestMkldnn) ... ok (0.012s) 2022-11-23T01:51:33.5586159Z test_copy (__main__.TestMkldnn) ... ok (0.000s) 2022-11-23T01:51:33.5586536Z test_detach (__main__.TestMkldnn) ... ok (0.010s) 2022-11-23T01:51:33.5586909Z test_empty (__main__.TestMkldnn) ... ok (0.000s) 2022-11-23T01:51:33.5587258Z test_gelu (__main__.TestMkldnn) ... ok (0.000s) 2022-11-23T01:51:33.5587660Z test_gelu_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.000s) 2022-11-23T01:51:33.5588049Z test_is_mkldnn (__main__.TestMkldnn) ... ok (0.000s) 2022-11-23T01:51:33.5588413Z test_is_mkldnn_jit (__main__.TestMkldnn) ... ok (0.010s) 2022-11-23T01:51:33.5589340Z test_legacy_new_failure (__main__.TestMkldnn) ... 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-23T01:51:33.5590158Z warnings.warn(message, UserWarning) 2022-11-23T01:51:33.5590446Z ok (0.000s) 2022-11-23T01:51:33.5590741Z test_linear (__main__.TestMkldnn) ... ok (0.048s) 2022-11-23T01:51:33.5591112Z test_linear_backward (__main__.TestMkldnn) ... ok (0.009s) 2022-11-23T01:51:33.5591660Z test_linear_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.000s) 2022-11-23T01:51:33.5592116Z test_linear_non_contiguous_weight (__main__.TestMkldnn) ... ok (0.010s) 2022-11-23T01:51:33.5592519Z test_max_pool2d (__main__.TestMkldnn) ... ok (0.176s) 2022-11-23T01:51:33.5592943Z test_max_pool2d_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.005s) 2022-11-23T01:51:33.5593380Z test_max_pool2d_stride_none (__main__.TestMkldnn) ... ok (0.017s) 2022-11-23T01:51:33.5593765Z test_max_pool3d (__main__.TestMkldnn) ... ok (13.287s) 2022-11-23T01:51:33.5594175Z test_max_pool3d_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.175s) 2022-11-23T01:51:33.5594614Z test_max_pool_unsupported (__main__.TestMkldnn) ... ok (0.000s) 2022-11-23T01:51:33.5595022Z test_mkldnn_conv_shapecheck (__main__.TestMkldnn) ... ok (0.015s) 2022-11-23T01:51:33.5595401Z test_mul (__main__.TestMkldnn) ... ok (0.180s) 2022-11-23T01:51:33.5595749Z test_prelu (__main__.TestMkldnn) ... ok (7.146s) 2022-11-23T01:51:33.5596166Z test_prelu_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.002s) 2022-11-23T01:51:33.5596553Z test_relu (__main__.TestMkldnn) ... ok (0.004s) 2022-11-23T01:51:33.5596894Z test_relu_ (__main__.TestMkldnn) ... ok (0.004s) 2022-11-23T01:51:33.5597300Z test_relu_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.002s) 2022-11-23T01:51:33.5597774Z test_relu_inplace_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.001s) 2022-11-23T01:51:33.5598186Z test_repr (__main__.TestMkldnn) ... ok (0.003s) 2022-11-23T01:51:33.5598544Z test_reshape (__main__.TestMkldnn) ... ok (0.002s) 2022-11-23T01:51:33.5599001Z test_reshape_backward (__main__.TestMkldnn) ... ok (0.003s) 2022-11-23T01:51:33.5599403Z test_reshape_blocked_format (__main__.TestMkldnn) ... ok (0.005s) 2022-11-23T01:51:33.5599821Z test_resnet18 (__main__.TestMkldnn) ... skip: no torchvision (0.001s) 2022-11-23T01:51:33.5600255Z test_resnext50_32x4d (__main__.TestMkldnn) ... skip: no torchvision (0.000s) 2022-11-23T01:51:33.5600745Z test_set_data_tensorimpl_type (__main__.TestMkldnn) ... ok (0.002s) 2022-11-23T01:51:33.5601126Z test_sigmoid (__main__.TestMkldnn) ... ok (0.000s) 2022-11-23T01:51:33.5601468Z test_softmax (__main__.TestMkldnn) ... ok (0.003s) 2022-11-23T01:51:33.5601951Z test_tanh (__main__.TestMkldnn) ... ok (0.000s) 2022-11-23T01:51:33.5602324Z test_transpose (__main__.TestMkldnn) ... ok (0.000s) 2022-11-23T01:51:33.5602732Z test_transpose_invalid_dime (__main__.TestMkldnn) ... ok (0.000s) 2022-11-23T01:51:33.5603123Z test_unsupported (__main__.TestMkldnn) ... ok (0.011s) 2022-11-23T01:51:33.5603480Z test_view (__main__.TestMkldnn) ... ok (0.002s) 2022-11-23T01:51:33.5603823Z test_zero_ (__main__.TestMkldnn) ... ok (0.001s) 2022-11-23T01:51:33.5604024Z 2022-11-23T01:51:33.5604245Z ---------------------------------------------------------------------- 2022-11-23T01:51:33.5604601Z Ran 68 tests in 32.031s 2022-11-23T01:51:33.5604767Z 2022-11-23T01:51:33.5604873Z OK (skipped=18) 2022-11-23T01:51:33.5605029Z 2022-11-23T01:51:33.5605154Z Generating XML reports... 2022-11-23T01:51:33.5605626Z Generated XML report: test-reports\python-unittest\test_mkldnn\TEST-TestMkldnn-20221123015101.xml 2022-11-23T01:51:33.5605935Z 2022-11-23T01:51:33.5606354Z ##[endgroup] 2022-11-23T01:51:33.5606835Z FINISHED PRINTING LOG FILE of test_mkldnn (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_mkldnn_yoi9_xrk) 2022-11-23T01:51:33.5607183Z 2022-11-23T01:51:36.5003144Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:51:36.5004061Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:51:36.5004397Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:51:36.6489932Z Running test_mkldnn_fusion ... [2022-11-23 01:51:36.648791] 2022-11-23T01:51:36.6497062Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_mkldnn_fusion.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:51:36.649554] 2022-11-23T01:51:36.6499721Z Ignoring disabled issues: [] 2022-11-23T01:52:55.3488266Z 2022-11-23T01:52:55.3489069Z Expand the folded group to see the log file of test_mkldnn_fusion 2022-11-23T01:52:55.3492698Z ##[group]PRINTING LOG FILE of test_mkldnn_fusion (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_mkldnn_fusion_72hoo_jp) 2022-11-23T01:52:55.3494028Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:52:55.3495164Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:52:55.3495425Z 2022-11-23T01:52:55.3495586Z Running tests... 2022-11-23T01:52:55.3495964Z ---------------------------------------------------------------------- 2022-11-23T01:52:55.3496469Z Test results will be stored in test-reports\python-unittest\test_mkldnn_fusion 2022-11-23T01:52:55.3497045Z test_conv_binary_fusion_ops (__main__.TestMkldnnFusion) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:52:55.3497656Z test_conv_unary_fusion_nnc (__main__.TestMkldnnFusion) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:52:55.3498223Z test_conv_unary_fusion_ops (__main__.TestMkldnnFusion) ... ok (60.438s) 2022-11-23T01:52:55.3498650Z test_linear_binary_fusion_ops (__main__.TestMkldnnFusion) ... ok (0.026s) 2022-11-23T01:52:55.3499120Z test_linear_unary_fusion_ops (__main__.TestMkldnnFusion) ... ok (0.026s) 2022-11-23T01:52:55.3499592Z test_single_conv (__main__.TestMkldnnFusion) ... ok (1.744s) 2022-11-23T01:52:55.3500068Z test_unsupported_conv (__main__.TestMkldnnFusion) ... ok (13.779s) 2022-11-23T01:52:55.3500560Z 2022-11-23T01:52:55.3500797Z ---------------------------------------------------------------------- 2022-11-23T01:52:55.3501218Z Ran 7 tests in 76.016s 2022-11-23T01:52:55.3501402Z 2022-11-23T01:52:55.3501521Z OK (skipped=2) 2022-11-23T01:52:55.3501700Z 2022-11-23T01:52:55.3501843Z Generating XML reports... 2022-11-23T01:52:55.3502418Z Generated XML report: test-reports\python-unittest\test_mkldnn_fusion\TEST-TestMkldnnFusion-20221123015138.xml 2022-11-23T01:52:55.3502816Z 2022-11-23T01:52:55.3503215Z ##[endgroup] 2022-11-23T01:52:55.3503769Z FINISHED PRINTING LOG FILE of test_mkldnn_fusion (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_mkldnn_fusion_72hoo_jp) 2022-11-23T01:52:55.3504179Z 2022-11-23T01:52:58.1740876Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:52:58.1741624Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:52:58.1741968Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:52:58.3244243Z Running test_mkldnn_verbose ... [2022-11-23 01:52:58.324196] 2022-11-23T01:52:58.3249529Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_mkldnn_verbose.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:52:58.324792] 2022-11-23T01:52:58.3251384Z Ignoring disabled issues: [] 2022-11-23T01:53:05.5765832Z 2022-11-23T01:53:05.5766396Z Expand the folded group to see the log file of test_mkldnn_verbose 2022-11-23T01:53:05.5767429Z ##[group]PRINTING LOG FILE of test_mkldnn_verbose (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_mkldnn_verbose___2p1uu7) 2022-11-23T01:53:05.5768765Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:53:05.5769712Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:53:05.5769929Z 2022-11-23T01:53:05.5770043Z Running tests... 2022-11-23T01:53:05.5770435Z ---------------------------------------------------------------------- 2022-11-23T01:53:05.5770950Z Test results will be stored in test-reports\python-unittest\test_mkldnn_verbose 2022-11-23T01:53:05.5771418Z test_verbose_off (__main__.TestMKLDNNVerbose) ... ok (2.606s) 2022-11-23T01:53:05.5771894Z test_verbose_on (__main__.TestMKLDNNVerbose) ... ok (2.123s) 2022-11-23T01:53:05.5772185Z 2022-11-23T01:53:05.5772451Z ---------------------------------------------------------------------- 2022-11-23T01:53:05.5772864Z Ran 2 tests in 4.718s 2022-11-23T01:53:05.5773071Z 2022-11-23T01:53:05.5773169Z OK 2022-11-23T01:53:05.5773311Z 2022-11-23T01:53:05.5773460Z Generating XML reports... 2022-11-23T01:53:05.5773928Z Generated XML report: test-reports\python-unittest\test_mkldnn_verbose\TEST-TestMKLDNNVerbose-20221123015300.xml 2022-11-23T01:53:05.5774196Z 2022-11-23T01:53:05.5774467Z ##[endgroup] 2022-11-23T01:53:05.5774828Z FINISHED PRINTING LOG FILE of test_mkldnn_verbose (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_mkldnn_verbose___2p1uu7) 2022-11-23T01:53:05.5775092Z 2022-11-23T01:53:08.3813503Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:53:08.3814453Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:53:08.3814806Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:53:08.5338842Z Running test_model_dump ... [2022-11-23 01:53:08.533486] 2022-11-23T01:53:08.5344285Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_model_dump.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:53:08.534074] 2022-11-23T01:53:08.5347464Z Ignoring disabled issues: [] 2022-11-23T01:53:11.6529154Z 2022-11-23T01:53:11.6529868Z Expand the folded group to see the log file of test_model_dump 2022-11-23T01:53:11.6530698Z ##[group]PRINTING LOG FILE of test_model_dump (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_model_dump_87n7p2at) 2022-11-23T01:53:11.6531561Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:53:11.6532232Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:53:11.6532387Z 2022-11-23T01:53:11.6532467Z Running tests... 2022-11-23T01:53:11.6532894Z ---------------------------------------------------------------------- 2022-11-23T01:53:11.6533237Z Test results will be stored in test-reports\python-unittest\test_model_dump 2022-11-23T01:53:11.6533561Z test_inline_skeleton (__main__.TestModelDump) ... ok (0.441s) 2022-11-23T01:53:11.6533855Z test_invalid_json (__main__.TestModelDump) ... ok (0.024s) 2022-11-23T01:53:11.6534161Z test_main (__main__.TestModelDump) ... skip: Disabled on Windows. (0.000s) 2022-11-23T01:53:11.6534511Z test_memory_computation (__main__.TestModelDump) ... skip: Webdriver not requested (0.000s) 2022-11-23T01:53:11.6534821Z test_model_with_lists (__main__.TestModelDump) ... ok (0.010s) 2022-11-23T01:53:11.6535162Z test_optimized_quantized_model (__main__.TestModelDump) ... skip: QNNPACK not available (0.000s) 2022-11-23T01:53:11.6535524Z test_quantized_model (__main__.TestModelDump) ... skip: QNNPACK not available (0.000s) 2022-11-23T01:53:11.6535847Z test_scripted_model (__main__.TestModelDump) ... ok (0.015s) 2022-11-23T01:53:11.6536136Z test_traced_model (__main__.TestModelDump) ... ok (0.083s) 2022-11-23T01:53:11.6536294Z 2022-11-23T01:53:11.6536448Z ---------------------------------------------------------------------- 2022-11-23T01:53:11.6536706Z Ran 9 tests in 0.578s 2022-11-23T01:53:11.6536809Z 2022-11-23T01:53:11.6536889Z OK (skipped=4) 2022-11-23T01:53:11.6537002Z 2022-11-23T01:53:11.6537100Z Generating XML reports... 2022-11-23T01:53:11.6537455Z Generated XML report: test-reports\python-unittest\test_model_dump\TEST-TestModelDump-20221123015310.xml 2022-11-23T01:53:11.6537703Z 2022-11-23T01:53:11.6537939Z ##[endgroup] 2022-11-23T01:53:11.6538298Z FINISHED PRINTING LOG FILE of test_model_dump (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_model_dump_87n7p2at) 2022-11-23T01:53:11.6538553Z 2022-11-23T01:53:14.4472052Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:53:14.4472931Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:53:14.4473284Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:53:14.5988896Z Running test_module_init ... [2022-11-23 01:53:14.594121] 2022-11-23T01:53:14.5994580Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_module_init.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:53:14.594121] 2022-11-23T01:53:14.5996623Z Ignoring disabled issues: [] 2022-11-23T01:53:17.6103246Z 2022-11-23T01:53:17.6104038Z Expand the folded group to see the log file of test_module_init 2022-11-23T01:53:17.6104873Z ##[group]PRINTING LOG FILE of test_module_init (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_module_init_fgzu1btg) 2022-11-23T01:53:17.6105778Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:53:17.6106506Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:53:17.6106700Z 2022-11-23T01:53:17.6106761Z Running tests... 2022-11-23T01:53:17.6107028Z ---------------------------------------------------------------------- 2022-11-23T01:53:17.6107205Z 2022-11-23T01:53:17.6107354Z ---------------------------------------------------------------------- 2022-11-23T01:53:17.6107605Z Ran 0 tests in 0.000s 2022-11-23T01:53:17.6107725Z 2022-11-23T01:53:17.6107790Z OK 2022-11-23T01:53:17.6107888Z 2022-11-23T01:53:17.6108150Z Generating XML reports... 2022-11-23T01:53:17.6108423Z Test results will be stored in test-reports\python-unittest\test_module_init 2022-11-23T01:53:17.6108617Z 2022-11-23T01:53:17.6108860Z ##[endgroup] 2022-11-23T01:53:17.6109216Z FINISHED PRINTING LOG FILE of test_module_init (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_module_init_fgzu1btg) 2022-11-23T01:53:17.6109475Z 2022-11-23T01:53:20.4348078Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:53:20.4348804Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:53:20.4349170Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:53:20.5859581Z Running test_monitor ... [2022-11-23 01:53:20.584403] 2022-11-23T01:53:20.5860211Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_monitor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:53:20.584988] 2022-11-23T01:53:20.5860631Z Ignoring disabled issues: [] 2022-11-23T01:53:23.5898253Z 2022-11-23T01:53:23.5898924Z Expand the folded group to see the log file of test_monitor 2022-11-23T01:53:23.5899765Z ##[group]PRINTING LOG FILE of test_monitor (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_monitor_di0_iajj) 2022-11-23T01:53:23.5900644Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:53:23.5901348Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:53:23.5901515Z 2022-11-23T01:53:23.5901609Z Running tests... 2022-11-23T01:53:23.5901911Z ---------------------------------------------------------------------- 2022-11-23T01:53:23.5902273Z Test results will be stored in test-reports\python-unittest\test_monitor 2022-11-23T01:53:23.5902803Z test_event_handler (__main__.TestMonitor) ... ok (0.442s) 2022-11-23T01:53:23.5903117Z test_fixed_count_stat (__main__.TestMonitor) ... ok (0.002s) 2022-11-23T01:53:23.5903395Z test_interval_stat (__main__.TestMonitor) ... ok (0.002s) 2022-11-23T01:53:23.5903695Z test_log_event (__main__.TestMonitor) ... ok (0.001s) 2022-11-23T01:53:23.5904086Z test_event_handler (__main__.TestMonitorTensorboard) ... skip: Skip the test since TensorBoard is not installed (0.002s) 2022-11-23T01:53:23.5904331Z 2022-11-23T01:53:23.5904499Z ---------------------------------------------------------------------- 2022-11-23T01:53:23.5904785Z Ran 5 tests in 0.453s 2022-11-23T01:53:23.5904920Z 2022-11-23T01:53:23.5905012Z OK (skipped=1) 2022-11-23T01:53:23.5905141Z 2022-11-23T01:53:23.5905255Z Generating XML reports... 2022-11-23T01:53:23.5905600Z Generated XML report: test-reports\python-unittest\test_monitor\TEST-TestMonitor-20221123015322.xml 2022-11-23T01:53:23.5906112Z Generated XML report: test-reports\python-unittest\test_monitor\TEST-TestMonitorTensorboard-20221123015322.xml 2022-11-23T01:53:23.5906389Z 2022-11-23T01:53:23.5906657Z ##[endgroup] 2022-11-23T01:53:23.5907026Z FINISHED PRINTING LOG FILE of test_monitor (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_monitor_di0_iajj) 2022-11-23T01:53:23.5907289Z 2022-11-23T01:53:26.3696031Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:53:26.3696792Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:53:26.3697176Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:53:26.5285861Z Running test_namedtensor ... [2022-11-23 01:53:26.528359] 2022-11-23T01:53:26.5292533Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_namedtensor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:53:26.528966] 2022-11-23T01:53:26.5294709Z Ignoring disabled issues: [] 2022-11-23T01:53:30.6680689Z 2022-11-23T01:53:30.6681343Z Expand the folded group to see the log file of test_namedtensor 2022-11-23T01:53:30.6682183Z ##[group]PRINTING LOG FILE of test_namedtensor (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_namedtensor_7b7s7yre) 2022-11-23T01:53:30.6683443Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:53:30.6684267Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:53:30.6684437Z 2022-11-23T01:53:30.6684530Z Running tests... 2022-11-23T01:53:30.6684828Z ---------------------------------------------------------------------- 2022-11-23T01:53:30.6685168Z Test results will be stored in test-reports\python-unittest\test_namedtensor 2022-11-23T01:53:30.6685566Z test_aaa_must_run_first_check_experimental_warning (__main__.TestNamedTensor) ... ok (0.003s) 2022-11-23T01:53:30.6685927Z test_addcmul_addcdiv (__main__.TestNamedTensor) ... ok (0.002s) 2022-11-23T01:53:30.6686250Z test_addmm (__main__.TestNamedTensor) ... ok (0.621s) 2022-11-23T01:53:30.6686551Z test_addmv (__main__.TestNamedTensor) ... ok (0.000s) 2022-11-23T01:53:30.6686854Z test_align_as (__main__.TestNamedTensor) ... ok (0.000s) 2022-11-23T01:53:30.6687163Z test_align_tensors (__main__.TestNamedTensor) ... skip: Not implemented yet (0.010s) 2022-11-23T01:53:30.6687738Z test_align_tensors_two_inputs (__main__.TestNamedTensor) ... skip: Not implemented yet (0.000s) 2022-11-23T01:53:30.6688095Z test_align_to (__main__.TestNamedTensor) ... ok (0.000s) 2022-11-23T01:53:30.6688412Z test_align_to_ellipsis (__main__.TestNamedTensor) ... ok (0.010s) 2022-11-23T01:53:30.6688727Z test_any_all (__main__.TestNamedTensor) ... ok (0.000s) 2022-11-23T01:53:30.6689034Z test_as_strided (__main__.TestNamedTensor) ... ok (0.000s) 2022-11-23T01:53:30.6689338Z test_as_strided_cuda (__main__.TestNamedTensor) ... skip: no CUDA (0.000s) 2022-11-23T01:53:30.6689690Z test_autograd_ignores_names (__main__.TestNamedTensor) ... ok (0.000s) 2022-11-23T01:53:30.6690025Z test_autograd_smoke (__main__.TestNamedTensor) ... ok (0.010s) 2022-11-23T01:53:30.6690361Z test_autograd_warns_named_grad (__main__.TestNamedTensor) ... ok (0.000s) 2022-11-23T01:53:30.6690690Z test_bernoulli (__main__.TestNamedTensor) ... ok (0.000s) 2022-11-23T01:53:30.6691024Z test_big_tensor_repr_has_names (__main__.TestNamedTensor) ... ok (0.020s) 2022-11-23T01:53:30.6691320Z test_binary_ops (__main__.TestNamedTensor) ... ok (0.056s) 2022-11-23T01:53:30.6691628Z test_bitwise_not (__main__.TestNamedTensor) ... ok (0.002s) 2022-11-23T01:53:30.6691929Z test_bmm (__main__.TestNamedTensor) ... ok (0.006s) 2022-11-23T01:53:30.6692225Z test_cat (__main__.TestNamedTensor) ... ok (0.003s) 2022-11-23T01:53:30.6692515Z test_cdist (__main__.TestNamedTensor) ... ok (0.002s) 2022-11-23T01:53:30.6692826Z test_comparison_ops (__main__.TestNamedTensor) ... ok (0.009s) 2022-11-23T01:53:30.6693202Z test_copy_transpose (__main__.TestNamedTensor) ... ok (0.002s) 2022-11-23T01:53:30.6693529Z test_cummax_cummin (__main__.TestNamedTensor) ... ok (0.002s) 2022-11-23T01:53:30.6693842Z test_detach (__main__.TestNamedTensor) ... ok (0.002s) 2022-11-23T01:53:30.6694155Z test_diagonal (__main__.TestNamedTensor) ... ok (0.002s) 2022-11-23T01:53:30.6694457Z test_dot (__main__.TestNamedTensor) ... ok (0.002s) 2022-11-23T01:53:30.6694758Z test_equal (__main__.TestNamedTensor) ... ok (0.002s) 2022-11-23T01:53:30.6695026Z test_expand (__main__.TestNamedTensor) ... ok (0.002s) 2022-11-23T01:53:30.6695340Z test_factory_coverage (__main__.TestNamedTensor) ... ok (0.010s) 2022-11-23T01:53:30.6695674Z test_factory_edge_cases (__main__.TestNamedTensor) ... ok (0.009s) 2022-11-23T01:53:30.6695991Z test_flatten (__main__.TestNamedTensor) ... ok (0.009s) 2022-11-23T01:53:30.6696301Z test_flatten_nodims (__main__.TestNamedTensor) ... ok (0.002s) 2022-11-23T01:53:30.6696623Z test_has_names (__main__.TestNamedTensor) ... ok (0.002s) 2022-11-23T01:53:30.6696899Z test_index_fill (__main__.TestNamedTensor) ... ok (0.004s) 2022-11-23T01:53:30.6697527Z test_info_smoke (__main__.TestNamedTensor) ... 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-23T01:53:30.6698106Z warnings.warn(message, UserWarning) 2022-11-23T01:53:30.6698348Z ok (0.004s) 2022-11-23T01:53:30.6698615Z test_logcumsumexp (__main__.TestNamedTensor) ... ok (0.002s) 2022-11-23T01:53:30.6698935Z test_logical_not (__main__.TestNamedTensor) ... ok (0.002s) 2022-11-23T01:53:30.6699248Z test_logical_ops (__main__.TestNamedTensor) ... ok (0.005s) 2022-11-23T01:53:30.6699525Z test_masked_fill (__main__.TestNamedTensor) ... ok (0.007s) 2022-11-23T01:53:30.6699841Z test_masked_select (__main__.TestNamedTensor) ... ok (0.004s) 2022-11-23T01:53:30.6700188Z test_matmul (__main__.TestNamedTensor) ... ok (0.011s) 2022-11-23T01:53:30.6700498Z test_max_pooling (__main__.TestNamedTensor) ... ok (0.000s) 2022-11-23T01:53:30.6700847Z test_max_pooling_without_names_does_not_warn (__main__.TestNamedTensor) ... ok (0.000s) 2022-11-23T01:53:30.6701180Z test_mm (__main__.TestNamedTensor) ... ok (0.000s) 2022-11-23T01:53:30.6701964Z test_mv (__main__.TestNamedTensor) ... ok (0.010s) 2022-11-23T01:53:30.6702293Z test_no_jit_script_support (__main__.TestNamedTensor) ... ok (0.064s) 2022-11-23T01:53:30.6702641Z test_no_jit_tracer_support (__main__.TestNamedTensor) ... ok (0.003s) 2022-11-23T01:53:30.6703000Z test_no_multiprocessing_support (__main__.TestNamedTensor) ... ok (0.001s) 2022-11-23T01:53:30.6703350Z test_no_pickle_support (__main__.TestNamedTensor) ... ok (0.001s) 2022-11-23T01:53:30.6703681Z test_no_save_support (__main__.TestNamedTensor) ... ok (0.001s) 2022-11-23T01:53:30.6703984Z test_noncontig_contiguous (__main__.TestNamedTensor) ... ok (0.001s) 2022-11-23T01:53:30.6704323Z test_none_names_refcount (__main__.TestNamedTensor) ... ok (0.001s) 2022-11-23T01:53:30.6704663Z test_nyi_dimname_overload_msg (__main__.TestNamedTensor) ... ok (0.001s) 2022-11-23T01:53:30.6705002Z test_out_fn_semantics (__main__.TestNamedTensor) ... ok (0.004s) 2022-11-23T01:53:30.6705322Z test_pow_special (__main__.TestNamedTensor) ... ok (0.002s) 2022-11-23T01:53:30.6705639Z test_py3_ellipsis (__main__.TestNamedTensor) ... ok (0.001s) 2022-11-23T01:53:30.6705934Z test_reduction_fns (__main__.TestNamedTensor) ... ok (0.040s) 2022-11-23T01:53:30.6706250Z test_refine_names (__main__.TestNamedTensor) ... ok (0.005s) 2022-11-23T01:53:30.6706558Z test_rename (__main__.TestNamedTensor) ... ok (0.003s) 2022-11-23T01:53:30.6706864Z test_rename_ (__main__.TestNamedTensor) ... ok (0.003s) 2022-11-23T01:53:30.6707178Z test_rename_globber (__main__.TestNamedTensor) ... ok (0.006s) 2022-11-23T01:53:30.6707570Z test_rename_rename_map (__main__.TestNamedTensor) ... ok (0.000s) 2022-11-23T01:53:30.6707856Z test_repr (__main__.TestNamedTensor) ... ok (0.000s) 2022-11-23T01:53:30.6708155Z test_resize (__main__.TestNamedTensor) ... ok (0.013s) 2022-11-23T01:53:30.6708461Z test_select (__main__.TestNamedTensor) ... ok (0.002s) 2022-11-23T01:53:30.6708789Z test_select_cuda (__main__.TestNamedTensor) ... skip: no CUDA (0.001s) 2022-11-23T01:53:30.6709128Z test_set_names_property (__main__.TestNamedTensor) ... ok (0.003s) 2022-11-23T01:53:30.6709447Z test_size (__main__.TestNamedTensor) ... ok (0.004s) 2022-11-23T01:53:30.6709742Z test_split_fns_propagates_names (__main__.TestNamedTensor) ... ok (0.003s) 2022-11-23T01:53:30.6710077Z test_squeeze (__main__.TestNamedTensor) ... ok (0.002s) 2022-11-23T01:53:30.6710462Z test_stride (__main__.TestNamedTensor) ... ok (0.004s) 2022-11-23T01:53:30.6710790Z test_tensor_from_lists (__main__.TestNamedTensor) ... ok (0.002s) 2022-11-23T01:53:30.6711494Z test_tensor_from_named_tensor (__main__.TestNamedTensor) ... C:\actions-runner\_work\pytorch\pytorch\test\test_namedtensor.py:516: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-11-23T01:53:30.6712075Z tensor = torch.tensor(x) 2022-11-23T01:53:30.6712624Z C:\actions-runner\_work\pytorch\pytorch\test\test_namedtensor.py:522: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-11-23T01:53:30.6713150Z tensor = torch.tensor(x, names=None) 2022-11-23T01:53:30.6713667Z C:\actions-runner\_work\pytorch\pytorch\test\test_namedtensor.py:527: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-11-23T01:53:30.6714187Z tensor = torch.tensor(x, names=('N', 'C')) 2022-11-23T01:53:30.6714425Z ok (0.004s) 2022-11-23T01:53:30.6714705Z test_tensor_from_numpy (__main__.TestNamedTensor) ... ok (0.002s) 2022-11-23T01:53:30.6715427Z test_tensor_from_tensor (__main__.TestNamedTensor) ... C:\actions-runner\_work\pytorch\pytorch\test\test_namedtensor.py:511: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-11-23T01:53:30.6716076Z tensor = torch.tensor(x, names=names) 2022-11-23T01:53:30.6716316Z ok (0.002s) 2022-11-23T01:53:30.6716563Z test_tensor_grad_is_unnamed (__main__.TestNamedTensor) ... ok (0.002s) 2022-11-23T01:53:30.6716903Z test_transpose_variants (__main__.TestNamedTensor) ... ok (0.003s) 2022-11-23T01:53:30.6717226Z test_trivial (__main__.TestNamedTensor) ... ok (0.001s) 2022-11-23T01:53:30.6717560Z test_unary_propagate_names_fns (__main__.TestNamedTensor) ... ok (0.032s) 2022-11-23T01:53:30.6717893Z test_unflatten (__main__.TestNamedTensor) ... ok (0.009s) 2022-11-23T01:53:30.6718227Z test_unsupported_op_error_msg (__main__.TestNamedTensor) ... ok (0.003s) 2022-11-23T01:53:30.6718575Z test_using_seen_interned_string_doesnt_bump_refcount (__main__.TestNamedTensor) ... ok (0.001s) 2022-11-23T01:53:30.6718989Z test_using_unseen_interned_string_bumps_refcount_permanently (__main__.TestNamedTensor) ... ok (0.001s) 2022-11-23T01:53:30.6719391Z test_using_unseen_uninterned_string_refcounts (__main__.TestNamedTensor) ... ok (0.001s) 2022-11-23T01:53:30.6719608Z 2022-11-23T01:53:30.6719778Z ---------------------------------------------------------------------- 2022-11-23T01:53:30.6720062Z Ran 86 tests in 1.093s 2022-11-23T01:53:30.6720202Z 2022-11-23T01:53:30.6720297Z OK (skipped=4) 2022-11-23T01:53:30.6720426Z 2022-11-23T01:53:30.6720534Z Generating XML reports... 2022-11-23T01:53:30.6720945Z Generated XML report: test-reports\python-unittest\test_namedtensor\TEST-TestNamedTensor-20221123015329.xml 2022-11-23T01:53:30.6721219Z 2022-11-23T01:53:30.6721536Z ##[endgroup] 2022-11-23T01:53:30.6721932Z FINISHED PRINTING LOG FILE of test_namedtensor (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_namedtensor_7b7s7yre) 2022-11-23T01:53:30.6722217Z 2022-11-23T01:53:33.4462762Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:53:33.4463507Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:53:33.4463892Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:53:33.5981049Z Running test_native_functions ... [2022-11-23 01:53:33.597400] 2022-11-23T01:53:33.5985868Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_native_functions.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:53:33.597997] 2022-11-23T01:53:33.5987950Z Ignoring disabled issues: [] 2022-11-23T01:53:37.3782221Z 2022-11-23T01:53:37.3782703Z Expand the folded group to see the log file of test_native_functions 2022-11-23T01:53:37.3783510Z ##[group]PRINTING LOG FILE of test_native_functions (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_native_functions_1_abxfpo) 2022-11-23T01:53:37.3784634Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:53:37.3785520Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:53:37.3785738Z 2022-11-23T01:53:37.3785833Z Running tests... 2022-11-23T01:53:37.3786123Z ---------------------------------------------------------------------- 2022-11-23T01:53:37.3786751Z Test results will be stored in test-reports\python-unittest\test_native_functions 2022-11-23T01:53:37.3787216Z test_intlist_error_with_overload (__main__.TestNativeFunctions) ... ok (0.424s) 2022-11-23T01:53:37.3787821Z test_optional_filled_intlist (__main__.TestNativeFunctions) ... pad(): argument 'pad' (position 2) must be tuple of ints, but found element of type str at pos 0 2022-11-23T01:53:37.3788235Z pad(): argument 'pad' must be tuple of ints, but found element of type str at pos 2 2022-11-23T01:53:37.3788708Z pad(): argument 'pad' (position 2) must be tuple of ints, but found element of type str at pos 0 2022-11-23T01:53:37.3789104Z pad(): argument 'pad' (position 2) must be tuple of ints, but found element of type str at pos 0 2022-11-23T01:53:37.3789482Z pad(): argument 'pad' must be tuple of ints, but found element of type str at pos 2 2022-11-23T01:53:37.3789832Z pad(): argument 'pad' (position 2) must be tuple of ints, but found element of type str at pos 0 2022-11-23T01:53:37.3790194Z pad(): argument 'pad' (position 2) must be tuple of ints, not str 2022-11-23T01:53:37.3790453Z ok (0.076s) 2022-11-23T01:53:37.3790736Z test_optional_floatlist (__main__.TestNativeFunctions) ... ok (0.010s) 2022-11-23T01:53:37.3791091Z test_optional_floatlist_invalid (__main__.TestNativeFunctions) ... ok (0.021s) 2022-11-23T01:53:37.3791443Z test_optional_intlist (__main__.TestNativeFunctions) ... ok (0.013s) 2022-11-23T01:53:37.3791806Z test_optional_intlist_invalid (__main__.TestNativeFunctions) ... ok (0.011s) 2022-11-23T01:53:37.3792152Z test_string_defaults (__main__.TestNativeFunctions) ... ok (0.657s) 2022-11-23T01:53:37.3792732Z test_symintlist_error (__main__.TestNativeFunctions) ... pad(): argument 'pad' (position 2) must be tuple of ints, but found element of type str at pos 0 2022-11-23T01:53:37.3793171Z pad(): argument 'pad' must be tuple of ints, but found element of type str at pos 2 2022-11-23T01:53:37.3793546Z pad(): argument 'pad' (position 2) must be tuple of ints, but found element of type str at pos 0 2022-11-23T01:53:37.3793924Z pad(): argument 'pad' (position 2) must be tuple of ints, but found element of type str at pos 0 2022-11-23T01:53:37.3794266Z pad(): argument 'pad' must be tuple of ints, but found element of type str at pos 2 2022-11-23T01:53:37.3794620Z pad(): argument 'pad' (position 2) must be tuple of ints, but found element of type str at pos 0 2022-11-23T01:53:37.3795001Z pad(): argument 'pad' (position 2) must be tuple of ints, not str 2022-11-23T01:53:37.3795240Z ok (0.002s) 2022-11-23T01:53:37.3795613Z test_symintlist_error_with_overload (__main__.TestNativeFunctions) ... view() received an invalid combination of arguments - got (tuple), but expected one of: 2022-11-23T01:53:37.3795971Z * (torch.dtype dtype) 2022-11-23T01:53:37.3796254Z didn't match because some of the arguments have invalid types: (!tuple of (str,)!) 2022-11-23T01:53:37.3796536Z * (tuple of ints size) 2022-11-23T01:53:37.3796839Z didn't match because some of the arguments have invalid types: (!tuple of (str,)!) 2022-11-23T01:53:37.3797043Z 2022-11-23T01:53:37.3797218Z view(): argument 'size' must be tuple of ints, but found element of type str at pos 2 2022-11-23T01:53:37.3797643Z view() received an invalid combination of arguments - got (tuple), but expected one of: 2022-11-23T01:53:37.3797942Z * (torch.dtype dtype) 2022-11-23T01:53:37.3798254Z didn't match because some of the arguments have invalid types: (!tuple of (str, int)!) 2022-11-23T01:53:37.3798550Z * (tuple of ints size) 2022-11-23T01:53:37.3798855Z didn't match because some of the arguments have invalid types: (!tuple of (str, int)!) 2022-11-23T01:53:37.3799058Z 2022-11-23T01:53:37.3799240Z view() received an invalid combination of arguments - got (list), but expected one of: 2022-11-23T01:53:37.3799539Z * (torch.dtype dtype) 2022-11-23T01:53:37.3799840Z didn't match because some of the arguments have invalid types: (!list of [str]!) 2022-11-23T01:53:37.3800207Z * (tuple of ints size) 2022-11-23T01:53:37.3800471Z didn't match because some of the arguments have invalid types: (!list of [str]!) 2022-11-23T01:53:37.3800666Z 2022-11-23T01:53:37.3800840Z view(): argument 'size' must be tuple of ints, but found element of type str at pos 2 2022-11-23T01:53:37.3801204Z view() received an invalid combination of arguments - got (list), but expected one of: 2022-11-23T01:53:37.3801498Z * (torch.dtype dtype) 2022-11-23T01:53:37.3801805Z didn't match because some of the arguments have invalid types: (!list of [str, int]!) 2022-11-23T01:53:37.3802092Z * (tuple of ints size) 2022-11-23T01:53:37.3802366Z didn't match because some of the arguments have invalid types: (!list of [str, int]!) 2022-11-23T01:53:37.3802566Z 2022-11-23T01:53:37.3802740Z view() received an invalid combination of arguments - got (str), but expected one of: 2022-11-23T01:53:37.3803034Z * (torch.dtype dtype) 2022-11-23T01:53:37.3803329Z didn't match because some of the arguments have invalid types: (!str!) 2022-11-23T01:53:37.3803652Z * (tuple of ints size) 2022-11-23T01:53:37.3803943Z didn't match because some of the arguments have invalid types: (!str!) 2022-11-23T01:53:37.3804147Z 2022-11-23T01:53:37.3804212Z ok (0.002s) 2022-11-23T01:53:37.3804611Z test_symintlist_error_with_overload_but_is_unique (__main__.TestNativeFunctions) ... set_() received an invalid combination of arguments - got (Tensor, int, tuple), but expected one of: 2022-11-23T01:53:37.3804985Z * () 2022-11-23T01:53:37.3805198Z * (torch.Storage source) 2022-11-23T01:53:37.3805582Z * (torch.Storage source, int storage_offset, tuple of ints size, tuple of ints stride) 2022-11-23T01:53:37.3805879Z * (Tensor source) 2022-11-23T01:53:37.3806138Z * (Tensor source, int storage_offset, tuple of ints size, tuple of ints stride) 2022-11-23T01:53:37.3806328Z 2022-11-23T01:53:37.3806504Z set_(): argument 'size' must be tuple of ints, but found element of type str at pos 2 2022-11-23T01:53:37.3806899Z set_() received an invalid combination of arguments - got (Tensor, int, tuple), but expected one of: 2022-11-23T01:53:37.3807193Z * () 2022-11-23T01:53:37.3807401Z * (torch.Storage source) 2022-11-23T01:53:37.3807710Z * (torch.Storage source, int storage_offset, tuple of ints size, tuple of ints stride) 2022-11-23T01:53:37.3807966Z * (Tensor source) 2022-11-23T01:53:37.3808255Z * (Tensor source, int storage_offset, tuple of ints size, tuple of ints stride) 2022-11-23T01:53:37.3808443Z 2022-11-23T01:53:37.3808640Z set_() received an invalid combination of arguments - got (Tensor, int, list), but expected one of: 2022-11-23T01:53:37.3808926Z * () 2022-11-23T01:53:37.3809130Z * (torch.Storage source) 2022-11-23T01:53:37.3809478Z * (torch.Storage source, int storage_offset, tuple of ints size, tuple of ints stride) 2022-11-23T01:53:37.3809732Z * (Tensor source) 2022-11-23T01:53:37.3810062Z * (Tensor source, int storage_offset, tuple of ints size, tuple of ints stride) 2022-11-23T01:53:37.3810256Z 2022-11-23T01:53:37.3810430Z set_(): argument 'size' must be tuple of ints, but found element of type str at pos 2 2022-11-23T01:53:37.3810819Z set_() received an invalid combination of arguments - got (Tensor, int, list), but expected one of: 2022-11-23T01:53:37.3811107Z * () 2022-11-23T01:53:37.3811314Z * (torch.Storage source) 2022-11-23T01:53:37.3811592Z * (torch.Storage source, int storage_offset, tuple of ints size, tuple of ints stride) 2022-11-23T01:53:37.3811868Z * (Tensor source) 2022-11-23T01:53:37.3812161Z * (Tensor source, int storage_offset, tuple of ints size, tuple of ints stride) 2022-11-23T01:53:37.3812352Z 2022-11-23T01:53:37.3812552Z set_() received an invalid combination of arguments - got (Tensor, int, str), but expected one of: 2022-11-23T01:53:37.3812824Z * () 2022-11-23T01:53:37.3813021Z * (torch.Storage source) 2022-11-23T01:53:37.3813297Z * (torch.Storage source, int storage_offset, tuple of ints size, tuple of ints stride) 2022-11-23T01:53:37.3813650Z * (Tensor source) 2022-11-23T01:53:37.3813944Z * (Tensor source, int storage_offset, tuple of ints size, tuple of ints stride) 2022-11-23T01:53:37.3814134Z 2022-11-23T01:53:37.3814220Z ok (0.002s) 2022-11-23T01:53:37.3814588Z test_vararg_symintlist_error (__main__.TestNativeFunctions) ... rand(): argument 'size' (position 1) must be tuple of ints, but found element of type str at pos 0 2022-11-23T01:53:37.3815039Z rand(): argument 'size' must be tuple of ints, but found element of type str at pos 2 2022-11-23T01:53:37.3815469Z rand(): argument 'size' (position 1) must be tuple of ints, but found element of type str at pos 0 2022-11-23T01:53:37.3815869Z rand(): argument 'size' (position 1) must be tuple of ints, but found element of type str at pos 0 2022-11-23T01:53:37.3816249Z rand(): argument 'size' must be tuple of ints, but found element of type str at pos 2 2022-11-23T01:53:37.3816624Z rand(): argument 'size' (position 1) must be tuple of ints, but found element of type str at pos 0 2022-11-23T01:53:37.3817002Z rand(): argument 'size' (position 1) must be tuple of ints, but found element of type str at pos 0 2022-11-23T01:53:37.3817383Z rand(): argument 'size' (position 1) must be tuple of ints, but found element of type str at pos 0 2022-11-23T01:53:37.3817749Z rand(): argument 'size' must be tuple of ints, but found element of type str at pos 2 2022-11-23T01:53:37.3818093Z rand() received an invalid combination of arguments - got (str, int), but expected one of: 2022-11-23T01:53:37.3818638Z * (tuple of ints size, *, torch.Generator generator, tuple of names names, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-11-23T01:53:37.3819199Z * (tuple of ints size, *, torch.Generator generator, Tensor out, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-11-23T01:53:37.3819702Z * (tuple of ints size, *, Tensor out, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-11-23T01:53:37.3820193Z * (tuple of ints size, *, tuple of names names, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-11-23T01:53:37.3820452Z 2022-11-23T01:53:37.3820640Z rand(): argument 'size' (position 1) must be tuple of ints, but found element of type str at pos 0 2022-11-23T01:53:37.3821021Z rand(): argument 'size' must be tuple of ints, but found element of type str at pos 2 2022-11-23T01:53:37.3821451Z rand() received an invalid combination of arguments - got (str, int), but expected one of: 2022-11-23T01:53:37.3821981Z * (tuple of ints size, *, torch.Generator generator, tuple of names names, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-11-23T01:53:37.3822501Z * (tuple of ints size, *, torch.Generator generator, Tensor out, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-11-23T01:53:37.3823007Z * (tuple of ints size, *, Tensor out, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-11-23T01:53:37.3823494Z * (tuple of ints size, *, tuple of names names, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-11-23T01:53:37.3823748Z 2022-11-23T01:53:37.3823945Z rand() received an invalid combination of arguments - got (str, str, str), but expected one of: 2022-11-23T01:53:37.3824433Z * (tuple of ints size, *, torch.Generator generator, tuple of names names, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-11-23T01:53:37.3824980Z * (tuple of ints size, *, torch.Generator generator, Tensor out, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-11-23T01:53:37.3825484Z * (tuple of ints size, *, Tensor out, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-11-23T01:53:37.3826020Z * (tuple of ints size, *, tuple of names names, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-11-23T01:53:37.3826279Z 2022-11-23T01:53:37.3826364Z ok (0.002s) 2022-11-23T01:53:37.3826489Z 2022-11-23T01:53:37.3826624Z ---------------------------------------------------------------------- 2022-11-23T01:53:37.3826948Z Ran 11 tests in 1.218s 2022-11-23T01:53:37.3827089Z 2022-11-23T01:53:37.3827169Z OK 2022-11-23T01:53:37.3827278Z 2022-11-23T01:53:37.3827384Z Generating XML reports... 2022-11-23T01:53:37.3827845Z Generated XML report: test-reports\python-unittest\test_native_functions\TEST-TestNativeFunctions-20221123015335.xml 2022-11-23T01:53:37.3828127Z 2022-11-23T01:53:37.3828466Z ##[endgroup] 2022-11-23T01:53:37.3828827Z FINISHED PRINTING LOG FILE of test_native_functions (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_native_functions_1_abxfpo) 2022-11-23T01:53:37.3829113Z 2022-11-23T01:53:40.2440511Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:53:40.2441323Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:53:40.2442407Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:53:40.3949073Z Running test_native_mha ... [2022-11-23 01:53:40.394607] 2022-11-23T01:53:40.3953994Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_native_mha.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:53:40.395202] 2022-11-23T01:53:40.3955859Z Ignoring disabled issues: [] 2022-11-23T01:53:43.3421585Z 2022-11-23T01:53:43.3422270Z Expand the folded group to see the log file of test_native_mha 2022-11-23T01:53:43.3423020Z ##[group]PRINTING LOG FILE of test_native_mha (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_native_mha_5z_sd4n7) 2022-11-23T01:53:43.3423896Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:53:43.3424597Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:53:43.3424760Z 2022-11-23T01:53:43.3424854Z Running tests... 2022-11-23T01:53:43.3425149Z ---------------------------------------------------------------------- 2022-11-23T01:53:43.3425340Z 2022-11-23T01:53:43.3425502Z ---------------------------------------------------------------------- 2022-11-23T01:53:43.3425789Z Ran 0 tests in 0.000s 2022-11-23T01:53:43.3425927Z 2022-11-23T01:53:43.3426007Z OK 2022-11-23T01:53:43.3426117Z 2022-11-23T01:53:43.3426227Z Generating XML reports... 2022-11-23T01:53:43.3426512Z Test results will be stored in test-reports\python-unittest\test_native_mha 2022-11-23T01:53:43.3426714Z 2022-11-23T01:53:43.3426971Z ##[endgroup] 2022-11-23T01:53:43.3427347Z FINISHED PRINTING LOG FILE of test_native_mha (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_native_mha_5z_sd4n7) 2022-11-23T01:53:43.3427703Z 2022-11-23T01:53:46.2043130Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:53:46.2044099Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:53:46.2044440Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:53:46.3565603Z Running test_nestedtensor ... [2022-11-23 01:53:46.356045] 2022-11-23T01:53:46.3570808Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_nestedtensor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:53:46.356646] 2022-11-23T01:53:46.3573499Z Ignoring disabled issues: [] 2022-11-23T01:53:50.2656929Z 2022-11-23T01:53:50.2657421Z Expand the folded group to see the log file of test_nestedtensor 2022-11-23T01:53:50.2658342Z ##[group]PRINTING LOG FILE of test_nestedtensor (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_nestedtensor_9sowm3gt) 2022-11-23T01:53:50.2659500Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:53:50.2660200Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:53:50.2660364Z 2022-11-23T01:53:50.2660457Z Running tests... 2022-11-23T01:53:50.2660719Z ---------------------------------------------------------------------- 2022-11-23T01:53:50.2661278Z Test results will be stored in test-reports\python-unittest\test_nestedtensor 2022-11-23T01:53:50.2662038Z test_2d_nested_tensor_batch_size_2_max_seq_len_3_vocab_size_10 (__main__.TestNestedTensor) ... C:\actions-runner\_work\pytorch\pytorch\test\test_nestedtensor.py:113: UserWarning: The PyTorch API of nested tensors is in prototype stage and will change in the near future. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\NestedTensorImpl.cpp:179.) 2022-11-23T01:53:50.2662736Z nested_tensor = torch.nested.nested_tensor(data, dtype=torch.int64) 2022-11-23T01:53:50.2663003Z ok (0.016s) 2022-11-23T01:53:50.2663317Z test_2d_nested_tensor_batch_size_2_max_seq_len_3_vocab_size_20 (__main__.TestNestedTensor) ... ok (0.002s) 2022-11-23T01:53:50.2663723Z test_2d_nested_tensor_batch_size_2_max_seq_len_5_vocab_size_10 (__main__.TestNestedTensor) ... ok (0.002s) 2022-11-23T01:53:50.2664080Z test_2d_nested_tensor_batch_size_2_max_seq_len_5_vocab_size_20 (__main__.TestNestedTensor) ... ok (0.004s) 2022-11-23T01:53:50.2664479Z test_2d_nested_tensor_batch_size_4_max_seq_len_3_vocab_size_10 (__main__.TestNestedTensor) ... ok (0.003s) 2022-11-23T01:53:50.2664923Z test_2d_nested_tensor_batch_size_4_max_seq_len_3_vocab_size_20 (__main__.TestNestedTensor) ... ok (0.003s) 2022-11-23T01:53:50.2665317Z test_2d_nested_tensor_batch_size_4_max_seq_len_5_vocab_size_10 (__main__.TestNestedTensor) ... ok (0.003s) 2022-11-23T01:53:50.2665752Z test_2d_nested_tensor_batch_size_4_max_seq_len_5_vocab_size_20 (__main__.TestNestedTensor) ... ok (0.003s) 2022-11-23T01:53:50.2666137Z test_3d_nested_tensor_batch_size_2_max_seq_len_3_vocab_size_10 (__main__.TestNestedTensor) ... ok (0.004s) 2022-11-23T01:53:50.2666520Z test_3d_nested_tensor_batch_size_2_max_seq_len_3_vocab_size_20 (__main__.TestNestedTensor) ... ok (0.003s) 2022-11-23T01:53:50.2666874Z test_3d_nested_tensor_batch_size_2_max_seq_len_5_vocab_size_10 (__main__.TestNestedTensor) ... ok (0.003s) 2022-11-23T01:53:50.2667259Z test_3d_nested_tensor_batch_size_2_max_seq_len_5_vocab_size_20 (__main__.TestNestedTensor) ... ok (0.003s) 2022-11-23T01:53:50.2667653Z test_3d_nested_tensor_batch_size_4_max_seq_len_3_vocab_size_10 (__main__.TestNestedTensor) ... ok (0.003s) 2022-11-23T01:53:50.2668041Z test_3d_nested_tensor_batch_size_4_max_seq_len_3_vocab_size_20 (__main__.TestNestedTensor) ... ok (0.003s) 2022-11-23T01:53:50.2668425Z test_3d_nested_tensor_batch_size_4_max_seq_len_5_vocab_size_10 (__main__.TestNestedTensor) ... ok (0.003s) 2022-11-23T01:53:50.2668904Z test_3d_nested_tensor_batch_size_4_max_seq_len_5_vocab_size_20 (__main__.TestNestedTensor) ... ok (0.006s) 2022-11-23T01:53:50.2669305Z test_3d_nested_tensor_float_batch_size_2_max_seq_len_3_vocab_size_10 (__main__.TestNestedTensor) ... ok (0.004s) 2022-11-23T01:53:50.2669715Z test_3d_nested_tensor_float_batch_size_2_max_seq_len_3_vocab_size_20 (__main__.TestNestedTensor) ... ok (0.004s) 2022-11-23T01:53:50.2670094Z test_3d_nested_tensor_float_batch_size_2_max_seq_len_5_vocab_size_10 (__main__.TestNestedTensor) ... ok (0.004s) 2022-11-23T01:53:50.2670498Z test_3d_nested_tensor_float_batch_size_2_max_seq_len_5_vocab_size_20 (__main__.TestNestedTensor) ... ok (0.004s) 2022-11-23T01:53:50.2670931Z test_3d_nested_tensor_float_batch_size_4_max_seq_len_3_vocab_size_10 (__main__.TestNestedTensor) ... ok (0.004s) 2022-11-23T01:53:50.2671308Z test_3d_nested_tensor_float_batch_size_4_max_seq_len_3_vocab_size_20 (__main__.TestNestedTensor) ... ok (0.004s) 2022-11-23T01:53:50.2671723Z test_3d_nested_tensor_float_batch_size_4_max_seq_len_5_vocab_size_10 (__main__.TestNestedTensor) ... ok (0.004s) 2022-11-23T01:53:50.2672092Z test_3d_nested_tensor_float_batch_size_4_max_seq_len_5_vocab_size_20 (__main__.TestNestedTensor) ... ok (0.004s) 2022-11-23T01:53:50.2672413Z test_copy_ (__main__.TestNestedTensor) ... ok (0.708s) 2022-11-23T01:53:50.2672709Z test_default_nested_tensor (__main__.TestNestedTensor) ... ok (0.003s) 2022-11-23T01:53:50.2673031Z test_dim (__main__.TestNestedTensor) ... ok (0.002s) 2022-11-23T01:53:50.2673397Z test_fill_ (__main__.TestNestedTensor) ... ok (0.004s) 2022-11-23T01:53:50.2673713Z test_is_contiguous (__main__.TestNestedTensor) ... ok (0.004s) 2022-11-23T01:53:50.2674045Z test_nested_namespace (__main__.TestNestedTensor) ... ok (0.002s) 2022-11-23T01:53:50.2674373Z test_nested_tensor (__main__.TestNestedTensor) ... ok (0.003s) 2022-11-23T01:53:50.2674682Z test_nested_tensor_matching_dim (__main__.TestNestedTensor) ... ok (0.004s) 2022-11-23T01:53:50.2675089Z test_numel (__main__.TestNestedTensor) ... ok (0.003s) 2022-11-23T01:53:50.2675390Z test_ones_like (__main__.TestNestedTensor) ... ok (0.002s) 2022-11-23T01:53:50.2675704Z test_repr_string (__main__.TestNestedTensor) ... ok (0.003s) 2022-11-23T01:53:50.2676014Z test_size (__main__.TestNestedTensor) ... ok (0.006s) 2022-11-23T01:53:50.2676316Z test_size_dim (__main__.TestNestedTensor) ... ok (0.000s) 2022-11-23T01:53:50.2676589Z test_stride (__main__.TestNestedTensor) ... ok (0.000s) 2022-11-23T01:53:50.2676938Z test_to (__main__.TestNestedTensor) ... ok (0.010s) 2022-11-23T01:53:50.2677273Z test_to_padded_tensor_on_empty_tensor (__main__.TestNestedTensor) ... ok (0.000s) 2022-11-23T01:53:50.2677650Z test_unbind_0 (__main__.TestNestedTensor) ... ok (0.000s) 2022-11-23T01:53:50.2677954Z test_unbind_1 (__main__.TestNestedTensor) ... ok (0.010s) 2022-11-23T01:53:50.2678258Z test_unbind_3 (__main__.TestNestedTensor) ... ok (0.000s) 2022-11-23T01:53:50.2678522Z test_unbind_4 (__main__.TestNestedTensor) ... ok (0.000s) 2022-11-23T01:53:50.2678827Z test_unbind_dim (__main__.TestNestedTensor) ... ok (0.000s) 2022-11-23T01:53:50.2679001Z 2022-11-23T01:53:50.2679171Z ---------------------------------------------------------------------- 2022-11-23T01:53:50.2679463Z Ran 45 tests in 0.860s 2022-11-23T01:53:50.2679596Z 2022-11-23T01:53:50.2679676Z OK 2022-11-23T01:53:50.2679791Z 2022-11-23T01:53:50.2679899Z Generating XML reports... 2022-11-23T01:53:50.2680266Z Generated XML report: test-reports\python-unittest\test_nestedtensor\TEST-TestNestedTensor-20221123015348.xml 2022-11-23T01:53:50.2680538Z 2022-11-23T01:53:50.2680849Z ##[endgroup] 2022-11-23T01:53:50.2681243Z FINISHED PRINTING LOG FILE of test_nestedtensor (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_nestedtensor_9sowm3gt) 2022-11-23T01:53:50.2681525Z 2022-11-23T01:53:53.0407795Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:53:53.0408543Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:53:53.0408921Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:53:53.1941721Z Running test_numba_integration ... [2022-11-23 01:53:53.193428] 2022-11-23T01:53:53.1946815Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_numba_integration.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:53:53.194011] 2022-11-23T01:53:53.1948216Z Ignoring disabled issues: [] 2022-11-23T01:53:56.2517937Z 2022-11-23T01:53:56.2518715Z Expand the folded group to see the log file of test_numba_integration 2022-11-23T01:53:56.2519648Z ##[group]PRINTING LOG FILE of test_numba_integration (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_numba_integration_s4kdtnzi) 2022-11-23T01:53:56.2520728Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:53:56.2521441Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:53:56.2521668Z 2022-11-23T01:53:56.2521764Z Running tests... 2022-11-23T01:53:56.2522062Z ---------------------------------------------------------------------- 2022-11-23T01:53:56.2522491Z Test results will be stored in test-reports\python-unittest\test_numba_integration 2022-11-23T01:53:56.2522858Z test_active_device (__main__.TestNumbaIntegration) 2022-11-23T01:53:56.2523210Z 'as_cuda_array' tensor device must match active numba context. ... skip: No cuda (0.000s) 2022-11-23T01:53:56.2523556Z test_array_adaptor (__main__.TestNumbaIntegration) 2022-11-23T01:53:56.2523879Z Torch __cuda_array_adaptor__ exposes tensor data to numba.cuda. ... skip: No cuda (0.000s) 2022-11-23T01:53:56.2524231Z test_conversion_errors (__main__.TestNumbaIntegration) 2022-11-23T01:53:56.2524604Z Numba properly detects array interface for tensor.Tensor variants. ... skip: No cuda (0.006s) 2022-11-23T01:53:56.2524949Z test_cuda_array_interface (__main__.TestNumbaIntegration) 2022-11-23T01:53:56.2525310Z torch.Tensor exposes __cuda_array_interface__ for cuda tensors. ... skip: No cuda (0.000s) 2022-11-23T01:53:56.2525669Z test_from_cuda_array_interface (__main__.TestNumbaIntegration) 2022-11-23T01:53:56.2526123Z 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.000s) 2022-11-23T01:53:56.2526608Z test_from_cuda_array_interface_active_device (__main__.TestNumbaIntegration) 2022-11-23T01:53:56.2527077Z 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-23T01:53:56.2527585Z test_from_cuda_array_interface_inferred_strides (__main__.TestNumbaIntegration) 2022-11-23T01:53:56.2528034Z torch.as_tensor(numba_ary) should have correct inferred (contiguous) strides ... skip: No cuda (0.000s) 2022-11-23T01:53:56.2528420Z test_from_cuda_array_interface_lifetime (__main__.TestNumbaIntegration) 2022-11-23T01:53:56.2528919Z 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-23T01:53:56.2529335Z 2022-11-23T01:53:56.2529503Z ---------------------------------------------------------------------- 2022-11-23T01:53:56.2529755Z Ran 8 tests in 0.015s 2022-11-23T01:53:56.2529891Z 2022-11-23T01:53:56.2529985Z OK (skipped=8) 2022-11-23T01:53:56.2530112Z 2022-11-23T01:53:56.2530223Z Generating XML reports... 2022-11-23T01:53:56.2530638Z Generated XML report: test-reports\python-unittest\test_numba_integration\TEST-TestNumbaIntegration-20221123015355.xml 2022-11-23T01:53:56.2530925Z 2022-11-23T01:53:56.2531196Z ##[endgroup] 2022-11-23T01:53:56.2531567Z FINISHED PRINTING LOG FILE of test_numba_integration (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_numba_integration_s4kdtnzi) 2022-11-23T01:53:56.2531862Z 2022-11-23T01:53:58.9939219Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:53:58.9939986Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:53:58.9940370Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:53:59.1426569Z Running test_numpy_interop ... [2022-11-23 01:53:59.139883] 2022-11-23T01:53:59.1431559Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_numpy_interop.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:53:59.139883] 2022-11-23T01:53:59.1433018Z Ignoring disabled issues: [] 2022-11-23T01:54:02.1502349Z 2022-11-23T01:54:02.1502977Z Expand the folded group to see the log file of test_numpy_interop 2022-11-23T01:54:02.1503832Z ##[group]PRINTING LOG FILE of test_numpy_interop (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_numpy_interop_dayxiqid) 2022-11-23T01:54:02.1504722Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:54:02.1505420Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:54:02.1505586Z 2022-11-23T01:54:02.1505677Z Running tests... 2022-11-23T01:54:02.1505980Z ---------------------------------------------------------------------- 2022-11-23T01:54:02.1506174Z 2022-11-23T01:54:02.1506337Z ---------------------------------------------------------------------- 2022-11-23T01:54:02.1506614Z Ran 0 tests in 0.000s 2022-11-23T01:54:02.1506753Z 2022-11-23T01:54:02.1506833Z OK 2022-11-23T01:54:02.1506947Z 2022-11-23T01:54:02.1507025Z Generating XML reports... 2022-11-23T01:54:02.1507354Z Test results will be stored in test-reports\python-unittest\test_numpy_interop 2022-11-23T01:54:02.1507567Z 2022-11-23T01:54:02.1507824Z ##[endgroup] 2022-11-23T01:54:02.1508214Z FINISHED PRINTING LOG FILE of test_numpy_interop (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_numpy_interop_dayxiqid) 2022-11-23T01:54:02.1508491Z 2022-11-23T01:54:04.9417401Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:54:04.9418224Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:54:04.9418606Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:54:05.0900374Z Running test_nvfuser_dynamo ... [2022-11-23 01:54:05.089720] 2022-11-23T01:54:05.0905586Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_nvfuser_dynamo.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:54:05.090311] 2022-11-23T01:54:05.0907602Z Ignoring disabled issues: [] 2022-11-23T01:54:08.1893708Z 2022-11-23T01:54:08.1894316Z Expand the folded group to see the log file of test_nvfuser_dynamo 2022-11-23T01:54:08.1895233Z ##[group]PRINTING LOG FILE of test_nvfuser_dynamo (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_nvfuser_dynamo_7awne6yg) 2022-11-23T01:54:08.1896201Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:54:08.1896915Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:54:08.1897083Z 2022-11-23T01:54:08.1897180Z Running tests... 2022-11-23T01:54:08.1897476Z ---------------------------------------------------------------------- 2022-11-23T01:54:08.1898034Z test_basic (__main__.TestNvFuserDynamo) ... Test results will be stored in test-reports\python-unittest\test_nvfuser_dynamo 2022-11-23T01:54:08.1898514Z skip: TorchDynamo is not supported on Windows (0.002s) 2022-11-23T01:54:08.1899101Z test_batch_norm_implicit_dtype_promotion (__main__.TestNvFuserDynamo) ... skip: TorchDynamo is not supported on Windows (0.001s) 2022-11-23T01:54:08.1899537Z test_dtype_correctness (__main__.TestNvFuserDynamo) ... skip: TorchDynamo is not supported on Windows (0.001s) 2022-11-23T01:54:08.1899973Z test_min_cut (__main__.TestNvFuserDynamo) ... skip: TorchDynamo is not supported on Windows (0.002s) 2022-11-23T01:54:08.1900257Z 2022-11-23T01:54:08.1900421Z ---------------------------------------------------------------------- 2022-11-23T01:54:08.1900755Z Ran 4 tests in 0.015s 2022-11-23T01:54:08.1900894Z 2022-11-23T01:54:08.1900986Z OK (skipped=4) 2022-11-23T01:54:08.1901114Z 2022-11-23T01:54:08.1901222Z Generating XML reports... 2022-11-23T01:54:08.1901627Z Generated XML report: test-reports\python-unittest\test_nvfuser_dynamo\TEST-TestNvFuserDynamo-20221123015407.xml 2022-11-23T01:54:08.1901904Z 2022-11-23T01:54:08.1902149Z ##[endgroup] 2022-11-23T01:54:08.1902543Z FINISHED PRINTING LOG FILE of test_nvfuser_dynamo (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_nvfuser_dynamo_7awne6yg) 2022-11-23T01:54:08.1902827Z 2022-11-23T01:54:11.0735088Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:54:11.0735854Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:54:11.0736202Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:54:11.2290970Z Running test_nvfuser_frontend ... [2022-11-23 01:54:11.228356] 2022-11-23T01:54:11.2296535Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_nvfuser_frontend.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:54:11.228939] 2022-11-23T01:54:11.2297330Z Ignoring disabled issues: [] 2022-11-23T01:54:13.8867545Z 2022-11-23T01:54:13.8868381Z Expand the folded group to see the log file of test_nvfuser_frontend 2022-11-23T01:54:13.8869305Z ##[group]PRINTING LOG FILE of test_nvfuser_frontend (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_nvfuser_frontend_qfy392ap) 2022-11-23T01:54:13.8870409Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:54:13.8871102Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:54:13.8871274Z 2022-11-23T01:54:13.8871368Z Running tests... 2022-11-23T01:54:13.8871638Z ---------------------------------------------------------------------- 2022-11-23T01:54:13.8872083Z test_basic (__main__.TestNvFuserFrontend) ... Test results will be stored in test-reports\python-unittest\test_nvfuser_frontend 2022-11-23T01:54:13.8872454Z skip: requires CUDA (0.006s) 2022-11-23T01:54:13.8872770Z test_basic_fp16 (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.000s) 2022-11-23T01:54:13.8873156Z test_broadcast_mixing (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.000s) 2022-11-23T01:54:13.8873546Z test_cast_double_to_half (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.000s) 2022-11-23T01:54:13.8873991Z test_explicit_broadcast_input (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.000s) 2022-11-23T01:54:13.8874404Z test_implicit_broadcast_input (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.000s) 2022-11-23T01:54:13.8874789Z test_ops_broadcast (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.000s) 2022-11-23T01:54:13.8875359Z test_prim_layer_norm_fwd (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.011s) 2022-11-23T01:54:13.8875746Z test_prim_rms_norm_fwd (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.002s) 2022-11-23T01:54:13.8876131Z test_promote_to_double (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.001s) 2022-11-23T01:54:13.8876341Z 2022-11-23T01:54:13.8876513Z ---------------------------------------------------------------------- 2022-11-23T01:54:13.8876800Z Ran 10 tests in 0.016s 2022-11-23T01:54:13.8876903Z 2022-11-23T01:54:13.8876994Z OK (skipped=10) 2022-11-23T01:54:13.8877121Z 2022-11-23T01:54:13.8877227Z Generating XML reports... 2022-11-23T01:54:13.8877640Z Generated XML report: test-reports\python-unittest\test_nvfuser_frontend\TEST-TestNvFuserFrontend-20221123015413.xml 2022-11-23T01:54:13.8877925Z 2022-11-23T01:54:13.8878202Z ##[endgroup] 2022-11-23T01:54:13.8878610Z FINISHED PRINTING LOG FILE of test_nvfuser_frontend (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_nvfuser_frontend_qfy392ap) 2022-11-23T01:54:13.8878897Z 2022-11-23T01:54:16.6858277Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:54:16.6859042Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:54:16.6859421Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:54:16.8361209Z Running test_openmp ... [2022-11-23 01:54:16.835901] 2022-11-23T01:54:16.8366535Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_openmp.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:54:16.836545] 2022-11-23T01:54:16.8368297Z Ignoring disabled issues: [] 2022-11-23T01:54:24.3561785Z 2022-11-23T01:54:24.3562453Z Expand the folded group to see the log file of test_openmp 2022-11-23T01:54:24.3563239Z ##[group]PRINTING LOG FILE of test_openmp (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_openmp_ts36ml65) 2022-11-23T01:54:24.3564094Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:54:24.3565057Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:54:24.3565269Z 2022-11-23T01:54:24.3565368Z Running tests... 2022-11-23T01:54:24.3565631Z ---------------------------------------------------------------------- 2022-11-23T01:54:24.3565999Z Test results will be stored in test-reports\python-unittest\test_openmp 2022-11-23T01:54:24.3566337Z test_n_threads (__main__.TestOpenMP_ParallelFor) 2022-11-23T01:54:24.3566654Z Make sure there is no memory leak with many threads ... ok (1.581s) 2022-11-23T01:54:24.3566965Z test_one_thread (__main__.TestOpenMP_ParallelFor) 2022-11-23T01:54:24.3567299Z Make sure there is no memory leak with one thread: issue gh-32284 ... ok (3.322s) 2022-11-23T01:54:24.3567492Z 2022-11-23T01:54:24.3567624Z ---------------------------------------------------------------------- 2022-11-23T01:54:24.3567908Z Ran 2 tests in 4.906s 2022-11-23T01:54:24.3568042Z 2022-11-23T01:54:24.3568121Z OK 2022-11-23T01:54:24.3568229Z 2022-11-23T01:54:24.3568334Z Generating XML reports... 2022-11-23T01:54:24.3568719Z Generated XML report: test-reports\python-unittest\test_openmp\TEST-TestOpenMP_ParallelFor-20221123015419.xml 2022-11-23T01:54:24.3568981Z 2022-11-23T01:54:24.3569248Z ##[endgroup] 2022-11-23T01:54:24.3569689Z FINISHED PRINTING LOG FILE of test_openmp (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_openmp_ts36ml65) 2022-11-23T01:54:24.3569957Z 2022-11-23T01:54:25.9550492Z 2022-11-23T01:54:25.9550960Z Expand the folded group to see the log file of test_jit_fuser_te 2022-11-23T01:54:25.9553817Z ##[group]PRINTING LOG FILE of test_jit_fuser_te (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_jit_fuser_te_w_iise9b) 2022-11-23T01:54:25.9555047Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:54:25.9556020Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:54:25.9556517Z CUDA not available, skipping tests 2022-11-23T01:54:25.9556902Z monkeytype is not installed. Skipping tests for Profile-Directed Typing 2022-11-23T01:54:25.9557108Z 2022-11-23T01:54:25.9557201Z Running tests... 2022-11-23T01:54:25.9557498Z ---------------------------------------------------------------------- 2022-11-23T01:54:25.9557835Z Test results will be stored in test-reports\python-unittest\test_jit_fuser_te 2022-11-23T01:54:25.9558225Z test_autodiff_fallback (jit.test_fuser_common.TestFuserCommon) ... ok (0.078s) 2022-11-23T01:54:25.9558576Z test_abs (__main__.TestTEFuserDynamic) ... ok (0.223s) 2022-11-23T01:54:25.9558910Z test_adaptive_avg_pool2d (__main__.TestTEFuserDynamic) ... ok (0.028s) 2022-11-23T01:54:25.9559258Z test_add_bool (__main__.TestTEFuserDynamic) ... ok (0.074s) 2022-11-23T01:54:25.9559579Z test_addcmul (__main__.TestTEFuserDynamic) ... ok (0.044s) 2022-11-23T01:54:25.9559929Z test_arg_configurations_smoke (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.002s) 2022-11-23T01:54:25.9560371Z test_autocast_down (__main__.TestTEFuserDynamic) ... skip: half-precision NNC fusion requires CUDA (0.000s) 2022-11-23T01:54:25.9560811Z test_autocast_up (__main__.TestTEFuserDynamic) ... skip: half-precision NNC fusion requires CUDA (0.003s) 2022-11-23T01:54:25.9561191Z test_batch_norm (__main__.TestTEFuserDynamic) ... ok (72.571s) 2022-11-23T01:54:25.9561713Z test_binary_div_ops (__main__.TestTEFuserDynamic) ... ok (0.659s) 2022-11-23T01:54:25.9562055Z test_binary_ops (__main__.TestTEFuserDynamic) ... ok (1.340s) 2022-11-23T01:54:25.9562384Z test_binary_pow (__main__.TestTEFuserDynamic) ... ok (0.107s) 2022-11-23T01:54:25.9562688Z test_binary_scalar_ops (__main__.TestTEFuserDynamic) ... ok (0.149s) 2022-11-23T01:54:25.9563114Z test_binary_tensor_scalar_ops (__main__.TestTEFuserDynamic) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:54:25.9563524Z test_bitwise_ops (__main__.TestTEFuserDynamic) ... ok (0.284s) 2022-11-23T01:54:25.9563858Z test_broadcast (__main__.TestTEFuserDynamic) ... ok (0.031s) 2022-11-23T01:54:25.9564185Z test_cat_2k_args (__main__.TestTEFuserDynamic) ... ok (0.893s) 2022-11-23T01:54:25.9564509Z test_cat_graph_opt (__main__.TestTEFuserDynamic) ... ok (0.038s) 2022-11-23T01:54:25.9564853Z test_channels_last_dims_dynamic (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.000s) 2022-11-23T01:54:25.9565236Z test_checks_cat_inputs (__main__.TestTEFuserDynamic) ... ok (0.060s) 2022-11-23T01:54:25.9565601Z test_chunk (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.006s) 2022-11-23T01:54:25.9565998Z test_chunk_correctness (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.000s) 2022-11-23T01:54:25.9566411Z test_chunk_distributes (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.000s) 2022-11-23T01:54:25.9566851Z test_chunk_motion_deduplicates_inputs (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.000s) 2022-11-23T01:54:25.9567353Z test_chunk_mul_one (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.000s) 2022-11-23T01:54:25.9567727Z test_chunk_multiple (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.010s) 2022-11-23T01:54:25.9568088Z test_clamp (__main__.TestTEFuserDynamic) ... ok (0.437s) 2022-11-23T01:54:25.9568421Z test_clamp_double (__main__.TestTEFuserDynamic) ... ok (0.016s) 2022-11-23T01:54:25.9568754Z test_clamp_int (__main__.TestTEFuserDynamic) ... ok (0.023s) 2022-11-23T01:54:25.9569094Z test_comparison_eq_ne (__main__.TestTEFuserDynamic) ... ok (0.086s) 2022-11-23T01:54:25.9569437Z test_comparison_ge_le (__main__.TestTEFuserDynamic) ... ok (0.063s) 2022-11-23T01:54:25.9569744Z test_comparison_gt_lt (__main__.TestTEFuserDynamic) ... ok (0.070s) 2022-11-23T01:54:25.9570083Z test_concat (__main__.TestTEFuserDynamic) ... ok (0.038s) 2022-11-23T01:54:25.9570418Z test_concat_invariant (__main__.TestTEFuserDynamic) ... ok (0.046s) 2022-11-23T01:54:25.9570815Z test_constant_chunk_shapes (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.000s) 2022-11-23T01:54:25.9571222Z test_conv2d (__main__.TestTEFuserDynamic) ... skip: don't run conv with dynamic shapes (0.011s) 2022-11-23T01:54:25.9571642Z test_conv2d_depthwise (__main__.TestTEFuserDynamic) ... skip: Too slow to run with the TE interpreter (0.001s) 2022-11-23T01:54:25.9572012Z test_cuda_half (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.002s) 2022-11-23T01:54:25.9572358Z test_dims (__main__.TestTEFuserDynamic) ... ok (0.064s) 2022-11-23T01:54:25.9572689Z test_disabled (__main__.TestTEFuserDynamic) ... ok (0.008s) 2022-11-23T01:54:25.9573016Z test_div_bool (__main__.TestTEFuserDynamic) ... ok (0.025s) 2022-11-23T01:54:25.9573341Z test_dynamic_cat (__main__.TestTEFuserDynamic) ... ok (0.012s) 2022-11-23T01:54:25.9573684Z test_dynamic_shapes (__main__.TestTEFuserDynamic) ... ok (34.113s) 2022-11-23T01:54:25.9574002Z test_eq_unsqueeze_type_as (__main__.TestTEFuserDynamic) ... ok (0.025s) 2022-11-23T01:54:25.9574334Z test_erf (__main__.TestTEFuserDynamic) ... ok (0.000s) 2022-11-23T01:54:25.9574673Z test_exhaust_specializations (__main__.TestTEFuserDynamic) ... ok (0.010s) 2022-11-23T01:54:25.9575016Z test_exp (__main__.TestTEFuserDynamic) ... ok (0.043s) 2022-11-23T01:54:25.9575451Z test_fusion_reuse_multi_gpu (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.001s) 2022-11-23T01:54:25.9575804Z test_gelu (__main__.TestTEFuserDynamic) ... ok (0.003s) 2022-11-23T01:54:25.9576107Z test_hardsigmoid_fwd_bwd (__main__.TestTEFuserDynamic) ... ok (0.041s) 2022-11-23T01:54:25.9576464Z test_hardswish_fwd_bwd (__main__.TestTEFuserDynamic) ... ok (0.047s) 2022-11-23T01:54:25.9576816Z test_inlined_optimized_graph (__main__.TestTEFuserDynamic) ... ok (0.030s) 2022-11-23T01:54:25.9577154Z test_isnan (__main__.TestTEFuserDynamic) ... ok (0.115s) 2022-11-23T01:54:25.9577514Z test_kernel_cache_multi_gpu (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.000s) 2022-11-23T01:54:25.9577874Z test_lerp (__main__.TestTEFuserDynamic) ... ok (0.044s) 2022-11-23T01:54:25.9578293Z test_list_ops (__main__.TestTEFuserDynamic) ... skip: FIXME: fuser doesn't include ListConstruct nodes to the group causing a failure (0.002s) 2022-11-23T01:54:25.9578662Z test_lstm (__main__.TestTEFuserDynamic) ... ok (0.150s) 2022-11-23T01:54:25.9578981Z test_lstm_concat (__main__.TestTEFuserDynamic) ... ok (0.108s) 2022-11-23T01:54:25.9579324Z test_lstm_gates_permutations (__main__.TestTEFuserDynamic) ... ok (0.872s) 2022-11-23T01:54:25.9579673Z test_lstm_traced (__main__.TestTEFuserDynamic) ... ok (0.108s) 2022-11-23T01:54:25.9580034Z test_masked_fill (__main__.TestTEFuserDynamic) ... skip: Temporarily disabled (0.002s) 2022-11-23T01:54:25.9580430Z test_matmul (__main__.TestTEFuserDynamic) ... skip: don't run conv with dynamic shapes (0.003s) 2022-11-23T01:54:25.9580847Z test_milstm (__main__.TestTEFuserDynamic) ... skip: don't run conv with dynamic shapes (0.002s) 2022-11-23T01:54:25.9581204Z test_minmax (__main__.TestTEFuserDynamic) ... ok (0.089s) 2022-11-23T01:54:25.9581528Z test_minmax_int_ops (__main__.TestTEFuserDynamic) ... ok (0.118s) 2022-11-23T01:54:25.9581865Z test_mul_bool (__main__.TestTEFuserDynamic) ... ok (0.032s) 2022-11-23T01:54:25.9582187Z test_neg_pow (__main__.TestTEFuserDynamic) ... ok (0.037s) 2022-11-23T01:54:25.9582553Z test_nonzero_device_cuda (__main__.TestTEFuserDynamic) ... skip: needs non-zero device (0.000s) 2022-11-23T01:54:25.9582876Z test_nop (__main__.TestTEFuserDynamic) ... ok (0.006s) 2022-11-23T01:54:25.9583409Z test_profiler (__main__.TestTEFuserDynamic) ... STAGE:2022-11-23 01:51:01 2024:1344 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:54:25.9584084Z STAGE:2022-11-23 01:51:01 2024:1344 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:54:25.9584702Z STAGE:2022-11-23 01:51:01 2024:1344 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:54:25.9585102Z ok (0.013s) 2022-11-23T01:54:25.9585424Z test_rand_broadcast_cuda (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.002s) 2022-11-23T01:54:25.9585825Z test_rand_cuda (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.001s) 2022-11-23T01:54:25.9586207Z test_rand_diamond (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.001s) 2022-11-23T01:54:25.9586517Z test_relu (__main__.TestTEFuserDynamic) ... ok (0.038s) 2022-11-23T01:54:25.9586838Z test_relu_fwd_bwd (__main__.TestTEFuserDynamic) ... ok (0.032s) 2022-11-23T01:54:25.9587191Z test_remove_output_used_only_in_size (__main__.TestTEFuserDynamic) ... ok (0.016s) 2022-11-23T01:54:25.9587530Z test_scalar (__main__.TestTEFuserDynamic) ... ok (0.014s) 2022-11-23T01:54:25.9587857Z test_scalar_arg (__main__.TestTEFuserDynamic) ... ok (0.042s) 2022-11-23T01:54:25.9588199Z test_scalar_only_inputs (__main__.TestTEFuserDynamic) ... ok (0.012s) 2022-11-23T01:54:25.9588512Z test_skip_grad_in_check (__main__.TestTEFuserDynamic) ... ok (0.013s) 2022-11-23T01:54:25.9588919Z test_small_constant (__main__.TestTEFuserDynamic) ... ok (0.040s) 2022-11-23T01:54:25.9589258Z test_sub_gt_and (__main__.TestTEFuserDynamic) ... ok (0.034s) 2022-11-23T01:54:25.9589585Z test_sum_dim (__main__.TestTEFuserDynamic) ... ok (0.036s) 2022-11-23T01:54:25.9589920Z test_sum_keepdim_cast (__main__.TestTEFuserDynamic) ... ok (0.016s) 2022-11-23T01:54:25.9590261Z test_sum_simple (__main__.TestTEFuserDynamic) ... ok (0.010s) 2022-11-23T01:54:25.9590552Z test_superslomo (__main__.TestTEFuserDynamic) ... ok (0.010s) 2022-11-23T01:54:25.9590890Z test_tensor_scalar_ops (__main__.TestTEFuserDynamic) ... ok (0.040s) 2022-11-23T01:54:25.9591234Z test_ternary_norm_ops (__main__.TestTEFuserDynamic) ... ok (38.983s) 2022-11-23T01:54:25.9591582Z test_ternary_ops (__main__.TestTEFuserDynamic) ... ok (0.163s) 2022-11-23T01:54:25.9591908Z test_threshold (__main__.TestTEFuserDynamic) ... ok (0.042s) 2022-11-23T01:54:25.9592230Z test_to_device (__main__.TestTEFuserDynamic) ... ok (0.027s) 2022-11-23T01:54:25.9592570Z test_to_dtype (__main__.TestTEFuserDynamic) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T01:54:25.9592938Z test_torch_to (__main__.TestTEFuserDynamic) ... ok (0.345s) 2022-11-23T01:54:25.9593269Z test_type_as_cat (__main__.TestTEFuserDynamic) ... ok (1.180s) 2022-11-23T01:54:25.9593597Z test_typecheck (__main__.TestTEFuserDynamic) ... ok (0.015s) 2022-11-23T01:54:25.9594000Z test_unary_ops (__main__.TestTEFuserDynamic) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:54:25.9594438Z test_unrolled_cat (__main__.TestTEFuserDynamic) ... ok (0.033s) 2022-11-23T01:54:25.9594760Z test_unsqueeze_size_calculation (__main__.TestTEFuserDynamic) ... ok (0.106s) 2022-11-23T01:54:25.9595220Z test_unsqueeze_var_dim (__main__.TestTEFuserDynamic) ... ok (0.144s) 2022-11-23T01:54:25.9595904Z test_unsupported_dtypes (__main__.TestTEFuserDynamic) ... C:\actions-runner\_work\pytorch\pytorch\test\test_jit_fuser_te.py:1187: 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-23T01:54:25.9596498Z return v.to(dtype) 2022-11-23T01:54:25.9596723Z ok (0.032s) 2022-11-23T01:54:25.9597007Z test_where_and_typing (__main__.TestTEFuserDynamic) ... ok (0.049s) 2022-11-23T01:54:25.9597343Z test_where_ops (__main__.TestTEFuserDynamic) ... ok (0.369s) 2022-11-23T01:54:25.9597796Z test_with_strict_fusion (__main__.TestTEFuserDynamic) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\__init__.py:216: UserWarning: Only works in script mode 2022-11-23T01:54:25.9598246Z warnings.warn("Only works in script mode") 2022-11-23T01:54:25.9598561Z ok (0.070s) 2022-11-23T01:54:25.9598847Z test_zero_element_tensors (__main__.TestTEFuserDynamic) ... ok (0.033s) 2022-11-23T01:54:25.9599283Z test_abs (__main__.TestTEFuserStatic) ... ok (0.022s) 2022-11-23T01:54:25.9599620Z test_adaptive_avg_pool2d (__main__.TestTEFuserStatic) ... ok (0.027s) 2022-11-23T01:54:25.9599923Z test_add_bool (__main__.TestTEFuserStatic) ... ok (0.089s) 2022-11-23T01:54:25.9600242Z test_addcmul (__main__.TestTEFuserStatic) ... ok (0.050s) 2022-11-23T01:54:25.9600584Z test_arg_configurations_smoke (__main__.TestTEFuserStatic) ... ok (0.021s) 2022-11-23T01:54:25.9600989Z test_autocast_down (__main__.TestTEFuserStatic) ... skip: half-precision NNC fusion requires CUDA (0.000s) 2022-11-23T01:54:25.9601424Z test_autocast_up (__main__.TestTEFuserStatic) ... skip: half-precision NNC fusion requires CUDA (0.006s) 2022-11-23T01:54:25.9601800Z test_batch_norm (__main__.TestTEFuserStatic) ... ok (79.170s) 2022-11-23T01:54:25.9602097Z test_binary_div_ops (__main__.TestTEFuserStatic) ... ok (0.660s) 2022-11-23T01:54:25.9602427Z test_binary_ops (__main__.TestTEFuserStatic) ... ok (1.103s) 2022-11-23T01:54:25.9602760Z test_binary_pow (__main__.TestTEFuserStatic) ... ok (0.095s) 2022-11-23T01:54:25.9603635Z test_binary_scalar_ops (__main__.TestTEFuserStatic) ... ok (0.144s) 2022-11-23T01:54:25.9604067Z test_binary_tensor_scalar_ops (__main__.TestTEFuserStatic) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:54:25.9604466Z test_bitwise_ops (__main__.TestTEFuserStatic) ... ok (0.237s) 2022-11-23T01:54:25.9604789Z test_broadcast (__main__.TestTEFuserStatic) ... ok (0.020s) 2022-11-23T01:54:25.9605075Z test_cat_2k_args (__main__.TestTEFuserStatic) ... ok (0.923s) 2022-11-23T01:54:25.9605411Z test_cat_graph_opt (__main__.TestTEFuserStatic) ... ok (0.027s) 2022-11-23T01:54:25.9605784Z test_channels_last_dims_dynamic (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.002s) 2022-11-23T01:54:25.9606159Z test_checks_cat_inputs (__main__.TestTEFuserStatic) ... ok (0.032s) 2022-11-23T01:54:25.9606489Z test_chunk (__main__.TestTEFuserStatic) ... ok (0.022s) 2022-11-23T01:54:25.9606814Z test_chunk_correctness (__main__.TestTEFuserStatic) ... ok (0.681s) 2022-11-23T01:54:25.9607123Z test_chunk_distributes (__main__.TestTEFuserStatic) ... ok (0.032s) 2022-11-23T01:54:25.9607485Z test_chunk_motion_deduplicates_inputs (__main__.TestTEFuserStatic) ... ok (0.030s) 2022-11-23T01:54:25.9607842Z test_chunk_mul_one (__main__.TestTEFuserStatic) ... ok (11.254s) 2022-11-23T01:54:25.9608173Z test_chunk_multiple (__main__.TestTEFuserStatic) ... ok (0.063s) 2022-11-23T01:54:25.9608496Z test_clamp (__main__.TestTEFuserStatic) ... ok (0.338s) 2022-11-23T01:54:25.9608869Z test_clamp_double (__main__.TestTEFuserStatic) ... ok (0.010s) 2022-11-23T01:54:25.9609170Z test_clamp_int (__main__.TestTEFuserStatic) ... ok (0.020s) 2022-11-23T01:54:25.9609500Z test_comparison_eq_ne (__main__.TestTEFuserStatic) ... ok (0.050s) 2022-11-23T01:54:25.9609824Z test_comparison_ge_le (__main__.TestTEFuserStatic) ... ok (0.050s) 2022-11-23T01:54:25.9610148Z test_comparison_gt_lt (__main__.TestTEFuserStatic) ... ok (0.049s) 2022-11-23T01:54:25.9610466Z test_concat (__main__.TestTEFuserStatic) ... ok (0.031s) 2022-11-23T01:54:25.9610795Z test_concat_invariant (__main__.TestTEFuserStatic) ... ok (0.043s) 2022-11-23T01:54:25.9611520Z test_constant_chunk_shapes (__main__.TestTEFuserStatic) ... C:\actions-runner\_work\pytorch\pytorch\test\test_jit_fuser_te.py:2444: TracerWarning: torch.tensor results are registered as constants in the trace. You can safely ignore this warning if you use this function to create tensors out of constant variables that would be the same every time you call this function. In any other case, this might cause the trace to be incorrect. 2022-11-23T01:54:25.9612178Z r = torch.tensor(4) 2022-11-23T01:54:25.9612397Z ok (0.066s) 2022-11-23T01:54:25.9612666Z test_conv2d (__main__.TestTEFuserStatic) ... ok (0.040s) 2022-11-23T01:54:25.9613035Z test_conv2d_depthwise (__main__.TestTEFuserStatic) ... skip: Too slow to run with the TE interpreter (0.000s) 2022-11-23T01:54:25.9613442Z test_cuda_half (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.006s) 2022-11-23T01:54:25.9613787Z test_dims (__main__.TestTEFuserStatic) ... ok (0.079s) 2022-11-23T01:54:25.9614065Z test_disabled (__main__.TestTEFuserStatic) ... ok (0.008s) 2022-11-23T01:54:25.9614386Z test_div_bool (__main__.TestTEFuserStatic) ... ok (0.021s) 2022-11-23T01:54:25.9614704Z test_dynamic_cat (__main__.TestTEFuserStatic) ... ok (0.012s) 2022-11-23T01:54:25.9615040Z test_dynamic_shapes (__main__.TestTEFuserStatic) ... ok (34.382s) 2022-11-23T01:54:25.9615384Z test_eq_unsqueeze_type_as (__main__.TestTEFuserStatic) ... ok (0.028s) 2022-11-23T01:54:25.9615708Z test_erf (__main__.TestTEFuserStatic) ... ok (0.000s) 2022-11-23T01:54:25.9616008Z test_exhaust_specializations (__main__.TestTEFuserStatic) ... ok (0.012s) 2022-11-23T01:54:25.9616348Z test_exp (__main__.TestTEFuserStatic) ... ok (0.036s) 2022-11-23T01:54:25.9616700Z test_fusion_reuse_multi_gpu (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.001s) 2022-11-23T01:54:25.9617136Z test_gelu (__main__.TestTEFuserStatic) ... ok (0.004s) 2022-11-23T01:54:25.9617474Z test_hardsigmoid_fwd_bwd (__main__.TestTEFuserStatic) ... ok (0.022s) 2022-11-23T01:54:25.9617822Z test_hardswish_fwd_bwd (__main__.TestTEFuserStatic) ... ok (0.042s) 2022-11-23T01:54:25.9618137Z test_inlined_optimized_graph (__main__.TestTEFuserStatic) ... ok (0.022s) 2022-11-23T01:54:25.9618452Z test_isnan (__main__.TestTEFuserStatic) ... ok (0.114s) 2022-11-23T01:54:25.9618815Z test_kernel_cache_multi_gpu (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.001s) 2022-11-23T01:54:25.9619168Z test_lerp (__main__.TestTEFuserStatic) ... ok (0.032s) 2022-11-23T01:54:25.9619576Z test_list_ops (__main__.TestTEFuserStatic) ... skip: FIXME: fuser doesn't include ListConstruct nodes to the group causing a failure (0.000s) 2022-11-23T01:54:25.9619962Z test_lstm (__main__.TestTEFuserStatic) ... ok (0.143s) 2022-11-23T01:54:25.9620236Z test_lstm_concat (__main__.TestTEFuserStatic) ... ok (0.101s) 2022-11-23T01:54:25.9620577Z test_lstm_gates_permutations (__main__.TestTEFuserStatic) ... ok (0.566s) 2022-11-23T01:54:25.9620920Z test_lstm_traced (__main__.TestTEFuserStatic) ... ok (0.104s) 2022-11-23T01:54:25.9621278Z test_masked_fill (__main__.TestTEFuserStatic) ... skip: Temporarily disabled (0.002s) 2022-11-23T01:54:25.9621635Z test_matmul (__main__.TestTEFuserStatic) ... ok (0.511s) 2022-11-23T01:54:25.9621948Z test_milstm (__main__.TestTEFuserStatic) ... ok (0.605s) 2022-11-23T01:54:25.9622218Z test_minmax (__main__.TestTEFuserStatic) ... ok (0.071s) 2022-11-23T01:54:25.9622588Z test_minmax_int_ops (__main__.TestTEFuserStatic) ... ok (0.105s) 2022-11-23T01:54:25.9622922Z test_mul_bool (__main__.TestTEFuserStatic) ... ok (0.014s) 2022-11-23T01:54:25.9623238Z test_neg_pow (__main__.TestTEFuserStatic) ... ok (0.045s) 2022-11-23T01:54:25.9623610Z test_nonzero_device_cuda (__main__.TestTEFuserStatic) ... skip: needs non-zero device (0.000s) 2022-11-23T01:54:25.9623969Z test_nop (__main__.TestTEFuserStatic) ... ok (0.000s) 2022-11-23T01:54:25.9624504Z test_profiler (__main__.TestTEFuserStatic) ... STAGE:2022-11-23 01:53:55 2024:1344 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:54:25.9625134Z STAGE:2022-11-23 01:53:55 2024:1344 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:54:25.9625769Z STAGE:2022-11-23 01:53:55 2024:1344 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:54:25.9626172Z ok (0.009s) 2022-11-23T01:54:25.9626500Z test_rand_broadcast_cuda (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.000s) 2022-11-23T01:54:25.9626887Z test_rand_cuda (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.000s) 2022-11-23T01:54:25.9627271Z test_rand_diamond (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.000s) 2022-11-23T01:54:25.9627627Z test_relu (__main__.TestTEFuserStatic) ... ok (0.042s) 2022-11-23T01:54:25.9627908Z test_relu_fwd_bwd (__main__.TestTEFuserStatic) ... ok (0.015s) 2022-11-23T01:54:25.9628262Z test_remove_output_used_only_in_size (__main__.TestTEFuserStatic) ... ok (0.021s) 2022-11-23T01:54:25.9628602Z test_scalar (__main__.TestTEFuserStatic) ... ok (0.015s) 2022-11-23T01:54:25.9628918Z test_scalar_arg (__main__.TestTEFuserStatic) ... ok (0.021s) 2022-11-23T01:54:25.9629257Z test_scalar_only_inputs (__main__.TestTEFuserStatic) ... ok (0.020s) 2022-11-23T01:54:25.9629603Z test_skip_grad_in_check (__main__.TestTEFuserStatic) ... ok (0.010s) 2022-11-23T01:54:25.9629903Z test_small_constant (__main__.TestTEFuserStatic) ... ok (0.040s) 2022-11-23T01:54:25.9630227Z test_sub_gt_and (__main__.TestTEFuserStatic) ... ok (0.022s) 2022-11-23T01:54:25.9630597Z test_sum_dim (__main__.TestTEFuserStatic) ... ok (0.021s) 2022-11-23T01:54:25.9630929Z test_sum_keepdim_cast (__main__.TestTEFuserStatic) ... ok (0.024s) 2022-11-23T01:54:25.9631260Z test_sum_simple (__main__.TestTEFuserStatic) ... ok (0.015s) 2022-11-23T01:54:25.9631591Z test_superslomo (__main__.TestTEFuserStatic) ... ok (0.003s) 2022-11-23T01:54:25.9631888Z test_tensor_scalar_ops (__main__.TestTEFuserStatic) ... ok (0.030s) 2022-11-23T01:54:25.9632229Z test_ternary_norm_ops (__main__.TestTEFuserStatic) ... ok (27.753s) 2022-11-23T01:54:25.9632564Z test_ternary_ops (__main__.TestTEFuserStatic) ... ok (0.106s) 2022-11-23T01:54:25.9632893Z test_threshold (__main__.TestTEFuserStatic) ... ok (0.018s) 2022-11-23T01:54:25.9633219Z test_to_device (__main__.TestTEFuserStatic) ... ok (0.012s) 2022-11-23T01:54:25.9633588Z test_to_dtype (__main__.TestTEFuserStatic) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:54:25.9633909Z test_torch_to (__main__.TestTEFuserStatic) ... ok (0.266s) 2022-11-23T01:54:25.9634225Z test_type_as_cat (__main__.TestTEFuserStatic) ... ok (0.687s) 2022-11-23T01:54:25.9634548Z test_typecheck (__main__.TestTEFuserStatic) ... ok (0.009s) 2022-11-23T01:54:25.9634941Z test_unary_ops (__main__.TestTEFuserStatic) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:54:25.9635427Z test_unrolled_cat (__main__.TestTEFuserStatic) ... ok (0.021s) 2022-11-23T01:54:25.9635773Z test_unsqueeze_size_calculation (__main__.TestTEFuserStatic) ... ok (0.079s) 2022-11-23T01:54:25.9636153Z test_unsqueeze_var_dim (__main__.TestTEFuserStatic) ... ok (0.125s) 2022-11-23T01:54:25.9636515Z test_unsupported_dtypes (__main__.TestTEFuserStatic) ... ok (0.031s) 2022-11-23T01:54:25.9636912Z test_where_and_typing (__main__.TestTEFuserStatic) ... ok (0.022s) 2022-11-23T01:54:25.9637247Z test_where_ops (__main__.TestTEFuserStatic) ... ok (0.241s) 2022-11-23T01:54:25.9637731Z test_with_strict_fusion (__main__.TestTEFuserStatic) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\__init__.py:216: UserWarning: Only works in script mode 2022-11-23T01:54:25.9638189Z warnings.warn("Only works in script mode") 2022-11-23T01:54:25.9638441Z ok (0.047s) 2022-11-23T01:54:25.9638689Z test_zero_element_tensors (__main__.TestTEFuserStatic) ... ok (0.014s) 2022-11-23T01:54:25.9638881Z 2022-11-23T01:54:25.9639048Z ---------------------------------------------------------------------- 2022-11-23T01:54:25.9639338Z Ran 207 tests in 317.719s 2022-11-23T01:54:25.9639482Z 2022-11-23T01:54:25.9639577Z OK (skipped=43) 2022-11-23T01:54:25.9639708Z 2022-11-23T01:54:25.9639815Z Generating XML reports... 2022-11-23T01:54:25.9640241Z Generated XML report: test-reports\python-unittest\test_jit_fuser_te\TEST-jit.test_fuser_common.TestFuserCommon-20221123014907.xml 2022-11-23T01:54:25.9640778Z Generated XML report: test-reports\python-unittest\test_jit_fuser_te\TEST-TestTEFuserDynamic-20221123014907.xml 2022-11-23T01:54:25.9641243Z Generated XML report: test-reports\python-unittest\test_jit_fuser_te\TEST-TestTEFuserStatic-20221123014907.xml 2022-11-23T01:54:25.9641496Z 2022-11-23T01:54:25.9641862Z ##[endgroup] 2022-11-23T01:54:25.9642253Z FINISHED PRINTING LOG FILE of test_jit_fuser_te (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_jit_fuser_te_w_iise9b) 2022-11-23T01:54:25.9642528Z 2022-11-23T01:54:27.2355403Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:54:27.2356165Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:54:27.2356542Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:54:27.3850001Z Running test_optim ... [2022-11-23 01:54:27.377700] 2022-11-23T01:54:27.3855315Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_optim.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:54:27.377700] 2022-11-23T01:54:27.3856906Z Ignoring disabled issues: [] 2022-11-23T01:54:28.8316199Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:54:28.8316947Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:54:28.8317322Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:54:28.9848204Z Running test_package ... [2022-11-23 01:54:28.983967] 2022-11-23T01:54:28.9852968Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_package.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:54:28.983967] 2022-11-23T01:54:28.9855143Z Ignoring disabled issues: [] 2022-11-23T01:54:32.8429180Z 2022-11-23T01:54:32.8429912Z Expand the folded group to see the log file of test_package 2022-11-23T01:54:32.8430650Z ##[group]PRINTING LOG FILE of test_package (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_package_o_xesf04) 2022-11-23T01:54:32.8432014Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:54:32.8433083Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:54:32.8433418Z 2022-11-23T01:54:32.8433576Z Running tests... 2022-11-23T01:54:32.8434038Z ---------------------------------------------------------------------- 2022-11-23T01:54:32.8434594Z Test results will be stored in test-reports\python-unittest\test_package 2022-11-23T01:54:32.8435217Z test_trace_dependencies (test_analyze.TestAnalyze) ... ok (0.427s) 2022-11-23T01:54:32.8435728Z test_allow_empty_with_error (test_dependency_api.TestDependencyAPI) 2022-11-23T01:54:32.8436339Z If an error occurs during packaging, it should not be shadowed by the allow_empty error. ... ok (0.003s) 2022-11-23T01:54:32.8436923Z test_broken_dependency (test_dependency_api.TestDependencyAPI) 2022-11-23T01:54:32.8437599Z A unpackageable dependency should raise a PackagingError. ... skip: extension modules have a different file extension on windows (0.000s) 2022-11-23T01:54:32.8438228Z test_deny (test_dependency_api.TestDependencyAPI) 2022-11-23T01:54:32.8438722Z Test marking packages as "deny" during export. ... ok (0.000s) 2022-11-23T01:54:32.8439209Z test_deny_glob (test_dependency_api.TestDependencyAPI) 2022-11-23T01:54:32.8439700Z Test marking packages as "deny" using globs instead of package names. ... ok (0.006s) 2022-11-23T01:54:32.8440252Z test_extern (test_dependency_api.TestDependencyAPI) ... ok (0.000s) 2022-11-23T01:54:32.8440805Z test_extern_glob (test_dependency_api.TestDependencyAPI) ... ok (0.000s) 2022-11-23T01:54:32.8441357Z test_extern_glob_allow_empty (test_dependency_api.TestDependencyAPI) 2022-11-23T01:54:32.8441919Z Test that an error is thrown when a extern glob is specified with allow_empty=True ... ok (0.000s) 2022-11-23T01:54:32.8442496Z test_externing_c_extension (test_dependency_api.TestDependencyAPI) 2022-11-23T01:54:32.8443522Z Externing c extensions modules should allow us to still access them especially those found in torch._C. ... 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-23T01:54:32.8444727Z warnings.warn(message, UserWarning) 2022-11-23T01:54:32.8445096Z ok (0.010s) 2022-11-23T01:54:32.8445526Z test_implicit_intern (test_dependency_api.TestDependencyAPI) 2022-11-23T01:54:32.8446071Z The save_module APIs should implicitly intern the module being saved. ... ok (0.000s) 2022-11-23T01:54:32.8446622Z test_intern_error (test_dependency_api.TestDependencyAPI) 2022-11-23T01:54:32.8447139Z Failure to handle all dependencies should lead to an error. ... ok (0.010s) 2022-11-23T01:54:32.8447640Z test_invalid_import (test_dependency_api.TestDependencyAPI) 2022-11-23T01:54:32.8448176Z An incorrectly-formed import should raise a PackagingError. ... ok (0.000s) 2022-11-23T01:54:32.8448728Z test_mock (test_dependency_api.TestDependencyAPI) ... ok (0.000s) 2022-11-23T01:54:32.8449281Z test_mock_glob (test_dependency_api.TestDependencyAPI) ... ok (0.000s) 2022-11-23T01:54:32.8449874Z test_mock_glob_allow_empty (test_dependency_api.TestDependencyAPI) 2022-11-23T01:54:32.8450480Z Test that an error is thrown when a mock glob is specified with allow_empty=True ... ok (0.011s) 2022-11-23T01:54:32.8451022Z test_pickle_mocked (test_dependency_api.TestDependencyAPI) ... ok (0.002s) 2022-11-23T01:54:32.8451591Z test_pickle_mocked_all (test_dependency_api.TestDependencyAPI) ... ok (0.002s) 2022-11-23T01:54:32.8452253Z test_repackage_mocked_module (test_dependency_api.TestDependencyAPI) 2022-11-23T01:54:32.8452850Z Re-packaging a package that contains a mocked module should work correctly. ... ok (0.004s) 2022-11-23T01:54:32.8453469Z test_extern_and_mock_hook (test_dependency_hooks.TestDependencyHooks) ... ok (0.002s) 2022-11-23T01:54:32.8454082Z test_multiple_extern_hooks (test_dependency_hooks.TestDependencyHooks) ... ok (0.002s) 2022-11-23T01:54:32.8454662Z test_multiple_mock_hooks (test_dependency_hooks.TestDependencyHooks) ... ok (0.002s) 2022-11-23T01:54:32.8455264Z test_remove_hooks (test_dependency_hooks.TestDependencyHooks) ... ok (0.002s) 2022-11-23T01:54:32.8455880Z test_single_hook (test_dependency_hooks.TestDependencyHooks) ... ok (0.001s) 2022-11-23T01:54:32.8456467Z test_all_paths (test_digraph.TestDiGraph) ... ok (0.002s) 2022-11-23T01:54:32.8456968Z test_contains (test_digraph.TestDiGraph) ... ok (0.001s) 2022-11-23T01:54:32.8457492Z test_contains_non_hashable (test_digraph.TestDiGraph) ... ok (0.001s) 2022-11-23T01:54:32.8458003Z test_edges (test_digraph.TestDiGraph) ... ok (0.002s) 2022-11-23T01:54:32.8458466Z test_forward_closure (test_digraph.TestDiGraph) ... ok (0.002s) 2022-11-23T01:54:32.8458963Z test_iter (test_digraph.TestDiGraph) ... ok (0.001s) 2022-11-23T01:54:32.8459462Z test_node_attr_update (test_digraph.TestDiGraph) ... ok (0.001s) 2022-11-23T01:54:32.8459979Z test_node_attrs (test_digraph.TestDiGraph) ... ok (0.002s) 2022-11-23T01:54:32.8460500Z test_predecessor_not_in_graph (test_digraph.TestDiGraph) ... ok (0.001s) 2022-11-23T01:54:32.8460998Z test_predecessors (test_digraph.TestDiGraph) ... ok (0.001s) 2022-11-23T01:54:32.8461563Z test_successor_not_in_graph (test_digraph.TestDiGraph) ... ok (0.002s) 2022-11-23T01:54:32.8462111Z test_successors (test_digraph.TestDiGraph) ... ok (0.000s) 2022-11-23T01:54:32.8462762Z test_importer_access (test_directory_reader.DirectoryReaderTest) ... skip: Tests that use temporary files are disabled in fbcode (0.003s) 2022-11-23T01:54:32.8463436Z test_loading_has_record (test_directory_reader.DirectoryReaderTest) 2022-11-23T01:54:32.8464057Z Test DirectoryReader's has_record(). ... skip: Tests that use temporary files are disabled in fbcode (0.000s) 2022-11-23T01:54:32.8464651Z test_loading_module (test_directory_reader.DirectoryReaderTest) 2022-11-23T01:54:32.8465281Z Test basic saving and loading of a packages from a DirectoryReader. ... skip: Tests that use temporary files are disabled in fbcode (0.000s) 2022-11-23T01:54:32.8466060Z test_loading_pickle (test_directory_reader.DirectoryReaderTest) 2022-11-23T01:54:32.8466734Z Test basic saving and loading of modules and pickles from a DirectoryReader. ... skip: Tests that use temporary files are disabled in fbcode (0.000s) 2022-11-23T01:54:32.8467444Z test_package_resource_access (test_directory_reader.DirectoryReaderTest) 2022-11-23T01:54:32.8468187Z Packaged modules should be able to use the importlib.resources API to access ... skip: Tests that use temporary files are disabled in fbcode (0.000s) 2022-11-23T01:54:32.8468843Z test_resource_access_by_path (test_directory_reader.DirectoryReaderTest) 2022-11-23T01:54:32.8469539Z Tests that packaged code can used importlib.resources.path. ... skip: Tests that use temporary files are disabled in fbcode (0.000s) 2022-11-23T01:54:32.8470153Z test_resource_reader (test_directory_reader.DirectoryReaderTest) 2022-11-23T01:54:32.8470816Z Tests DirectoryReader as the base for get_resource_reader. ... skip: Tests that use temporary files are disabled in fbcode (0.006s) 2022-11-23T01:54:32.8471476Z test_scriptobject_failure_message (test_directory_reader.DirectoryReaderTest) 2022-11-23T01:54:32.8472157Z Test basic saving and loading of a ScriptModule in a directory. ... skip: Tests that use temporary files are disabled in fbcode (0.000s) 2022-11-23T01:54:32.8472774Z test_exclude (test_glob_group.TestGlobGroup) ... ok (0.000s) 2022-11-23T01:54:32.8474050Z test_exclude_from_all (test_glob_group.TestGlobGroup) ... ok (0.000s) 2022-11-23T01:54:32.8474607Z test_invalid_raw (test_glob_group.TestGlobGroup) ... ok (0.000s) 2022-11-23T01:54:32.8475185Z test_list_include_exclude (test_glob_group.TestGlobGroup) ... ok (0.000s) 2022-11-23T01:54:32.8475717Z test_one_star (test_glob_group.TestGlobGroup) ... ok (0.000s) 2022-11-23T01:54:32.8476246Z test_one_star_middle (test_glob_group.TestGlobGroup) ... ok (0.011s) 2022-11-23T01:54:32.8476809Z test_one_star_multiple_in_component (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-11-23T01:54:32.8477361Z test_one_star_partial (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-11-23T01:54:32.8477901Z test_one_star_partial_extension (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-11-23T01:54:32.8478397Z test_raw_two_star (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-11-23T01:54:32.8478944Z test_two_star (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-11-23T01:54:32.8479502Z test_two_star_end (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-11-23T01:54:32.8480037Z test_two_star_middle (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-11-23T01:54:32.8480571Z test_two_star_multiple (test_glob_group.TestGlobGroup) ... ok (0.002s) 2022-11-23T01:54:32.8481117Z test_ordered_importer_basic (test_importer.TestImporter) ... ok (0.002s) 2022-11-23T01:54:32.8481637Z test_ordered_importer_whichmodule (test_importer.TestImporter) 2022-11-23T01:54:32.8482224Z OrderedImporter's implementation of whichmodule should try each ... ok (0.002s) 2022-11-23T01:54:32.8482835Z test_package_importer_whichmodule_no_dunder_module (test_importer.TestImporter) 2022-11-23T01:54:32.8483406Z Exercise corner case where we try to pickle an object whose ... ok (0.003s) 2022-11-23T01:54:32.8483955Z test_single_ordered_importer (test_importer.TestImporter) ... ok (0.002s) 2022-11-23T01:54:32.8484486Z test_sys_importer (test_importer.TestImporter) ... ok (0.001s) 2022-11-23T01:54:32.8485031Z test_sys_importer_roundtrip (test_importer.TestImporter) ... ok (0.002s) 2022-11-23T01:54:32.8485648Z test_load_bc_packages_fx_module (test_load_bc_packages.TestLoadBCPackages) 2022-11-23T01:54:32.8486184Z Tests for backwards compatible fx module ... ok (0.010s) 2022-11-23T01:54:32.8486718Z test_load_bc_packages_nn_module (test_load_bc_packages.TestLoadBCPackages) 2022-11-23T01:54:32.8487254Z Tests for backwards compatible nn module ... ok (0.005s) 2022-11-23T01:54:32.8487942Z test_load_bc_packages_torchscript_module (test_load_bc_packages.TestLoadBCPackages) 2022-11-23T01:54:32.8488503Z Tests for backwards compatible torchscript module ... ok (0.053s) 2022-11-23T01:54:32.8488950Z test_demangle_base (test_mangling.TestMangling) 2022-11-23T01:54:32.8489499Z Demangling a mangle parent directly should currently return an empty string. ... ok (0.001s) 2022-11-23T01:54:32.8490056Z test_demangler_multiple_manglers (test_mangling.TestMangling) 2022-11-23T01:54:32.8490702Z PackageDemangler should be able to demangle name generated by any PackageMangler. ... ok (0.000s) 2022-11-23T01:54:32.8491309Z test_is_mangled (test_mangling.TestMangling) ... ok (0.002s) 2022-11-23T01:54:32.8491818Z test_mangle_empty_errors (test_mangling.TestMangling) ... ok (0.000s) 2022-11-23T01:54:32.8492297Z test_mangle_prefix (test_mangling.TestMangling) ... ok (0.003s) 2022-11-23T01:54:32.8492777Z test_mangler_is_consistent (test_mangling.TestMangling) 2022-11-23T01:54:32.8493279Z Mangling the same name twice should produce the same result. ... ok (0.000s) 2022-11-23T01:54:32.8493780Z test_package_mangler (test_mangling.TestMangling) ... ok (0.000s) 2022-11-23T01:54:32.8494300Z test_roundtrip_mangling (test_mangling.TestMangling) ... ok (0.000s) 2022-11-23T01:54:32.8494805Z test_unique_manglers (test_mangling.TestMangling) 2022-11-23T01:54:32.8495297Z Each mangler instance should generate a unique mangled name for a given input. ... ok (0.006s) 2022-11-23T01:54:32.8495865Z test_unique_module_names (test_mangling.TestMangling) ... ok (0.000s) 2022-11-23T01:54:32.8496502Z test_dunder_package_present (test_misc.TestMisc) 2022-11-23T01:54:32.8497090Z The attribute '__torch_package__' should be populated on imported modules. ... ok (0.000s) 2022-11-23T01:54:32.8497633Z test_dunder_package_works_from_package (test_misc.TestMisc) 2022-11-23T01:54:32.8498159Z The attribute '__torch_package__' should be accessible from within ... ok (0.010s) 2022-11-23T01:54:32.8498628Z test_exporter_content_lists (test_misc.TestMisc) 2022-11-23T01:54:32.8499149Z Test content list API for PackageExporter's contained modules. ... ok (0.004s) 2022-11-23T01:54:32.8499656Z test_file_structure (test_misc.TestMisc) 2022-11-23T01:54:32.8500182Z Tests package's Directory structure representation of a zip file. Ensures ... ok (0.004s) 2022-11-23T01:54:32.8500694Z test_file_structure_has_file (test_misc.TestMisc) 2022-11-23T01:54:32.8501119Z Test Directory's has_file() method. ... ok (0.002s) 2022-11-23T01:54:32.8501506Z test_inspect_class (test_misc.TestMisc) 2022-11-23T01:54:32.8501986Z Should be able to retrieve source for a packaged class. ... ok (0.003s) 2022-11-23T01:54:32.8502511Z test_is_from_package (test_misc.TestMisc) 2022-11-23T01:54:32.8503022Z is_from_package should work for objects and modules ... ok (0.003s) 2022-11-23T01:54:32.8503532Z test_load_python_version_from_package (test_misc.TestMisc) 2022-11-23T01:54:32.8504014Z Tests loading a package with a python version embdded ... ok (0.002s) 2022-11-23T01:54:32.8504467Z test_python_version (test_misc.TestMisc) 2022-11-23T01:54:32.8504984Z Tests that the current python version is stored in the package and is available ... ok (0.003s) 2022-11-23T01:54:32.8505499Z test_std_lib_sys_hackery_checks (test_misc.TestMisc) 2022-11-23T01:54:32.8506008Z The standard library performs sys.module assignment hackery which ... ok (0.005s) 2022-11-23T01:54:32.8506681Z test_model_save (test_model.ModelTest) ... skip: Does not work with recent torchvision, see https://github.com/pytorch/pytorch/issues/81115 (0.001s) 2022-11-23T01:54:32.8507414Z test_resnet (test_model.ModelTest) ... skip: Does not work with recent torchvision, see https://github.com/pytorch/pytorch/issues/81115 (0.001s) 2022-11-23T01:54:32.8508177Z 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-23T01:54:32.8508967Z test_package_fx_custom_tracer (test_package_fx.TestPackageFX) ... ok (0.009s) 2022-11-23T01:54:32.8509521Z test_package_fx_package (test_package_fx.TestPackageFX) ... ok (0.019s) 2022-11-23T01:54:32.8510060Z test_package_fx_simple (test_package_fx.TestPackageFX) ... ok (0.010s) 2022-11-23T01:54:32.8510596Z test_package_fx_with_imports (test_package_fx.TestPackageFX) ... ok (0.007s) 2022-11-23T01:54:32.8511125Z test_package_then_fx (test_package_fx.TestPackageFX) ... ok (0.006s) 2022-11-23T01:54:32.8511667Z test_different_package_interface (test_package_script.TestPackageScript) 2022-11-23T01:54:32.8512190Z Test a case where the interface defined in the package is ... ok (0.016s) 2022-11-23T01:54:32.8512737Z test_different_package_script_class (test_package_script.TestPackageScript) 2022-11-23T01:54:32.8513301Z Test a case where the script class defined in the package is ... ok (0.008s) 2022-11-23T01:54:32.8513921Z test_load_shared_scriptmodules (test_package_script.TestPackageScript) 2022-11-23T01:54:32.8514546Z Test loading of single ScriptModule shared by multiple eager ... ok (0.010s) 2022-11-23T01:54:32.8515163Z test_load_shared_tensors (test_package_script.TestPackageScript) 2022-11-23T01:54:32.8515669Z Test tensors shared across eager and ScriptModules on load ... ok (0.014s) 2022-11-23T01:54:32.8516213Z test_load_shared_tensors_repackaged (test_package_script.TestPackageScript) 2022-11-23T01:54:32.8516754Z Test tensors shared across eager and ScriptModules on load ... ok (0.017s) 2022-11-23T01:54:32.8517415Z test_mixing_packaged_and_inline_modules (test_package_script.TestPackageScript) 2022-11-23T01:54:32.8517951Z Test saving inline and imported modules in same package with ... ok (0.068s) 2022-11-23T01:54:32.8518603Z test_mixing_packaged_and_inline_modules_shared_code (test_package_script.TestPackageScript) 2022-11-23T01:54:32.8519195Z Test saving inline and imported modules in same package that ... skip: no torchvision (0.002s) 2022-11-23T01:54:32.8519781Z test_package_interface (test_package_script.TestPackageScript) 2022-11-23T01:54:32.8520290Z Packaging an interface class should work correctly. ... ok (0.022s) 2022-11-23T01:54:32.8520830Z test_package_script_class (test_package_script.TestPackageScript) ... ok (0.006s) 2022-11-23T01:54:32.8521422Z test_package_script_class_referencing_self (test_package_script.TestPackageScript) ... ok (0.018s) 2022-11-23T01:54:32.8522014Z test_save_eager_mods_sharing_scriptmodule (test_package_script.TestPackageScript) 2022-11-23T01:54:32.8522545Z Test saving of single ScriptModule shared by multiple ... ok (0.007s) 2022-11-23T01:54:32.8523073Z test_save_independent_scriptmodules (test_package_script.TestPackageScript) 2022-11-23T01:54:32.8523608Z Test to verify saving multiple ScriptModules with completely ... ok (0.013s) 2022-11-23T01:54:32.8524111Z test_save_repeat_scriptmodules (test_package_script.TestPackageScript) 2022-11-23T01:54:32.8524623Z Test to verify saving multiple different modules and ... ok (0.021s) 2022-11-23T01:54:32.8525135Z test_save_scriptmodule (test_package_script.TestPackageScript) 2022-11-23T01:54:32.8525644Z Test basic saving of ScriptModule. ... ok (0.006s) 2022-11-23T01:54:32.8526153Z test_save_scriptmodule_file (test_package_script.TestPackageScript) 2022-11-23T01:54:32.8526642Z Test basic saving of ScriptModule in file. ... ok (0.009s) 2022-11-23T01:54:32.8527125Z test_save_scriptmodule_only_necessary_code (test_package_script.TestPackageScript) 2022-11-23T01:54:32.8527688Z Test to verify when saving multiple packages with same CU ... skip: no torchvision (0.000s) 2022-11-23T01:54:32.8528254Z test_save_scriptmodule_with_submods (test_package_script.TestPackageScript) 2022-11-23T01:54:32.8528763Z Test basic saving of ScriptModule with submodule. ... ok (0.015s) 2022-11-23T01:54:32.8529270Z test_save_scriptmodules_in_container (test_package_script.TestPackageScript) 2022-11-23T01:54:32.8529827Z Test saving of ScriptModules inside of container. Checks that relations ... ok (0.012s) 2022-11-23T01:54:32.8530497Z test_save_scriptmodules_submod_redefinition (test_package_script.TestPackageScript) 2022-11-23T01:54:32.8531056Z Test to verify saving multiple ScriptModules with same top module ... ok (0.017s) 2022-11-23T01:54:32.8531627Z test_save_shared_tensors (test_package_script.TestPackageScript) 2022-11-23T01:54:32.8532192Z Test tensors shared across eager and ScriptModules are serialized once. ... ok (0.010s) 2022-11-23T01:54:32.8532750Z test_saving_and_scripting_packaged_mod (test_package_script.TestPackageScript) 2022-11-23T01:54:32.8533250Z Test scripting a module loaded from a package ... ok (0.010s) 2022-11-23T01:54:32.8533718Z test_scriptmodules_repeat_save (test_package_script.TestPackageScript) 2022-11-23T01:54:32.8534245Z Test to verify saving and loading same ScriptModule object works ... ok (0.018s) 2022-11-23T01:54:32.8534755Z test_tensor_sharing_pickle (test_package_script.TestPackageScript) 2022-11-23T01:54:32.8535281Z Test that saving a ScriptModule and a separately saving a tensor ... ok (0.006s) 2022-11-23T01:54:32.8535860Z test_repackage_import_indirectly_via_parent_module (test_repackage.TestRepackage) ... ok (0.009s) 2022-11-23T01:54:32.8536424Z test_importer_access (test_resources.TestResources) ... ok (0.003s) 2022-11-23T01:54:32.8536899Z test_package_resource_access (test_resources.TestResources) 2022-11-23T01:54:32.8537483Z Packaged modules should be able to use the importlib.resources API to access ... ok (0.003s) 2022-11-23T01:54:32.8538048Z test_resource_access_by_path (test_resources.TestResources) 2022-11-23T01:54:32.8538670Z Tests that packaged code can used importlib.resources.path. ... ok (0.008s) 2022-11-23T01:54:32.8539162Z test_resource_reader (test_resources.TestResources) 2022-11-23T01:54:32.8539644Z Test compliance with the get_resource_reader importlib API. ... ok (0.003s) 2022-11-23T01:54:32.8540095Z test_bad_dunder_imports (test_save_load.TestSaveLoad) 2022-11-23T01:54:32.8540601Z Test to ensure bad __imports__ don't cause PackageExporter to fail. ... ok (0.003s) 2022-11-23T01:54:32.8541095Z test_dunder_imports (test_save_load.TestSaveLoad) ... ok (0.000s) 2022-11-23T01:54:32.8541574Z test_exporting_mismatched_code (test_save_load.TestSaveLoad) 2022-11-23T01:54:32.8542071Z If an object with the same qualified name is loaded from different ... ok (0.016s) 2022-11-23T01:54:32.8542544Z test_pickle (test_save_load.TestSaveLoad) ... ok (0.009s) 2022-11-23T01:54:32.8543037Z test_save_imported_module (test_save_load.TestSaveLoad) 2022-11-23T01:54:32.8543552Z Saving a module that came from another PackageImporter should work. ... ok (0.003s) 2022-11-23T01:54:32.8544099Z test_save_imported_module_using_package_importer (test_save_load.TestSaveLoad) 2022-11-23T01:54:32.8544655Z Exercise a corner case: re-packaging a module that uses `torch_package_importer` ... ok (0.005s) 2022-11-23T01:54:32.8545174Z test_save_module (test_save_load.TestSaveLoad) ... ok (0.008s) 2022-11-23T01:54:32.8545652Z test_save_module_binary (test_save_load.TestSaveLoad) ... ok (0.002s) 2022-11-23T01:54:32.8546127Z test_saving_source (test_save_load.TestSaveLoad) ... ok (0.011s) 2022-11-23T01:54:32.8546579Z test_saving_string (test_save_load.TestSaveLoad) ... ok (0.000s) 2022-11-23T01:54:32.8546845Z 2022-11-23T01:54:32.8547086Z ---------------------------------------------------------------------- 2022-11-23T01:54:32.8547490Z Ran 132 tests in 1.125s 2022-11-23T01:54:32.8547681Z 2022-11-23T01:54:32.8547812Z OK (skipped=14) 2022-11-23T01:54:32.8547985Z 2022-11-23T01:54:32.8548141Z Generating XML reports... 2022-11-23T01:54:32.8548726Z Generated XML report: test-reports\python-unittest\test_package\TEST-test_analyze.TestAnalyze-20221123015431.xml 2022-11-23T01:54:32.8549503Z Generated XML report: test-reports\python-unittest\test_package\TEST-test_dependency_api.TestDependencyAPI-20221123015431.xml 2022-11-23T01:54:32.8550323Z Generated XML report: test-reports\python-unittest\test_package\TEST-test_dependency_hooks.TestDependencyHooks-20221123015431.xml 2022-11-23T01:54:32.8551227Z Generated XML report: test-reports\python-unittest\test_package\TEST-test_digraph.TestDiGraph-20221123015431.xml 2022-11-23T01:54:32.8551978Z Generated XML report: test-reports\python-unittest\test_package\TEST-test_glob_group.TestGlobGroup-20221123015431.xml 2022-11-23T01:54:32.8552727Z Generated XML report: test-reports\python-unittest\test_package\TEST-test_importer.TestImporter-20221123015431.xml 2022-11-23T01:54:32.8553513Z Generated XML report: test-reports\python-unittest\test_package\TEST-test_load_bc_packages.TestLoadBCPackages-20221123015431.xml 2022-11-23T01:54:32.8554283Z Generated XML report: test-reports\python-unittest\test_package\TEST-test_mangling.TestMangling-20221123015431.xml 2022-11-23T01:54:32.8555160Z Generated XML report: test-reports\python-unittest\test_package\TEST-test_misc.TestMisc-20221123015431.xml 2022-11-23T01:54:32.8555860Z Generated XML report: test-reports\python-unittest\test_package\TEST-test_package_fx.TestPackageFX-20221123015431.xml 2022-11-23T01:54:32.8556638Z Generated XML report: test-reports\python-unittest\test_package\TEST-test_package_script.TestPackageScript-20221123015431.xml 2022-11-23T01:54:32.8557419Z Generated XML report: test-reports\python-unittest\test_package\TEST-test_repackage.TestRepackage-20221123015431.xml 2022-11-23T01:54:32.8558182Z Generated XML report: test-reports\python-unittest\test_package\TEST-test_resources.TestResources-20221123015431.xml 2022-11-23T01:54:32.8559013Z Generated XML report: test-reports\python-unittest\test_package\TEST-test_save_load.TestSaveLoad-20221123015431.xml 2022-11-23T01:54:32.8559786Z Generated XML report: test-reports\python-unittest\test_package\TEST-test_directory_reader.DirectoryReaderTest-20221123015431.xml 2022-11-23T01:54:32.8560589Z Generated XML report: test-reports\python-unittest\test_package\TEST-test_model.ModelTest-20221123015431.xml 2022-11-23T01:54:32.8560991Z 2022-11-23T01:54:32.8561477Z ##[endgroup] 2022-11-23T01:54:32.8562001Z FINISHED PRINTING LOG FILE of test_package (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_package_o_xesf04) 2022-11-23T01:54:32.8562383Z 2022-11-23T01:54:35.6385227Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:54:35.6385970Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:54:35.6386320Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:54:35.7903671Z Running test_per_overload_api ... [2022-11-23 01:54:35.786585] 2022-11-23T01:54:35.7909042Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_per_overload_api.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:54:35.786585] 2022-11-23T01:54:35.7910729Z Ignoring disabled issues: [] 2022-11-23T01:54:38.8799505Z 2022-11-23T01:54:38.8800334Z Expand the folded group to see the log file of test_per_overload_api 2022-11-23T01:54:38.8801513Z ##[group]PRINTING LOG FILE of test_per_overload_api (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_per_overload_api_bgw5j3sk) 2022-11-23T01:54:38.8803004Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:54:38.8804616Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:54:38.8805113Z 2022-11-23T01:54:38.8805247Z Running tests... 2022-11-23T01:54:38.8805676Z ---------------------------------------------------------------------- 2022-11-23T01:54:38.8806209Z Test results will be stored in test-reports\python-unittest\test_per_overload_api 2022-11-23T01:54:38.8806762Z test_basics_opoverload (__main__.TestPerOverloadAPI) ... ok (0.439s) 2022-11-23T01:54:38.8807300Z test_basics_opoverloadpacket (__main__.TestPerOverloadAPI) ... ok (0.002s) 2022-11-23T01:54:38.8807813Z test_decompose (__main__.TestPerOverloadAPI) ... ok (0.002s) 2022-11-23T01:54:38.8808201Z 2022-11-23T01:54:38.8808520Z ---------------------------------------------------------------------- 2022-11-23T01:54:38.8809058Z Ran 3 tests in 0.438s 2022-11-23T01:54:38.8809271Z 2022-11-23T01:54:38.8809388Z OK 2022-11-23T01:54:38.8809598Z 2022-11-23T01:54:38.8809765Z Generating XML reports... 2022-11-23T01:54:38.8810444Z Generated XML report: test-reports\python-unittest\test_per_overload_api\TEST-TestPerOverloadAPI-20221123015438.xml 2022-11-23T01:54:38.8810962Z 2022-11-23T01:54:38.8811441Z ##[endgroup] 2022-11-23T01:54:38.8812141Z FINISHED PRINTING LOG FILE of test_per_overload_api (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_per_overload_api_bgw5j3sk) 2022-11-23T01:54:38.8812678Z 2022-11-23T01:54:42.0275509Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:54:42.0276615Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:54:42.0277153Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:54:42.1996617Z Running test_proxy_tensor ... [2022-11-23 01:54:42.199043] 2022-11-23T01:54:42.2005400Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_proxy_tensor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:54:42.200255] 2022-11-23T01:54:42.2007167Z Ignoring disabled issues: [] 2022-11-23T01:54:47.3808188Z 2022-11-23T01:54:47.3808812Z Expand the folded group to see the log file of test_proxy_tensor 2022-11-23T01:54:47.3810158Z ##[group]PRINTING LOG FILE of test_proxy_tensor (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_proxy_tensor_786n3b85) 2022-11-23T01:54:47.3812640Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:54:47.3813848Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:54:47.3814709Z 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-23T01:54:47.3815586Z warnings.warn("Couldn't import torchvision. Some of our tests use it, try " 2022-11-23T01:54:47.3815883Z 2022-11-23T01:54:47.3816004Z Running tests... 2022-11-23T01:54:47.3816409Z ---------------------------------------------------------------------- 2022-11-23T01:54:47.3816947Z Test results will be stored in test-reports\python-unittest\test_proxy_tensor 2022-11-23T01:54:47.3817442Z test_alias (__main__.TestFakeProxyTensor) ... ok (0.007s) 2022-11-23T01:54:47.3817937Z test_issue82547 (__main__.TestFakeProxyTensor) ... ok (0.007s) 2022-11-23T01:54:47.3818427Z test_meta (__main__.TestFakeProxyTensor) ... ok (0.007s) 2022-11-23T01:54:47.3819130Z test_use_fake_and_tensor (__main__.TestFakeProxyTensor) ... ok (0.007s) 2022-11-23T01:54:47.3819639Z test_allclose (__main__.TestGenericProxyTensorFake) ... ok (0.004s) 2022-11-23T01:54:47.3820208Z test_amp_cache (__main__.TestGenericProxyTensorFake) ... skip: CUDA-only test (0.001s) 2022-11-23T01:54:47.3820766Z test_constant_blowup (__main__.TestGenericProxyTensorFake) ... ok (0.004s) 2022-11-23T01:54:47.3821337Z test_constant_proxy_tensor_mut (__main__.TestGenericProxyTensorFake) ... ok (0.009s) 2022-11-23T01:54:47.3821912Z test_constant_random (__main__.TestGenericProxyTensorFake) ... ok (0.000s) 2022-11-23T01:54:47.3822468Z test_constant_unbind (__main__.TestGenericProxyTensorFake) ... ok (0.010s) 2022-11-23T01:54:47.3823016Z test_decomp_of_capture (__main__.TestGenericProxyTensorFake) ... ok (0.000s) 2022-11-23T01:54:47.3823589Z test_decomposition_interpreter (__main__.TestGenericProxyTensorFake) ... ok (0.017s) 2022-11-23T01:54:47.3824166Z test_has_proxy (__main__.TestGenericProxyTensorFake) ... ok (0.004s) 2022-11-23T01:54:47.3824727Z test_inplace_metadata (__main__.TestGenericProxyTensorFake) ... ok (0.005s) 2022-11-23T01:54:47.3825378Z test_isolated_graphmodule (__main__.TestGenericProxyTensorFake) ... ok (0.054s) 2022-11-23T01:54:47.3825955Z test_make_fx_model_double_param (__main__.TestGenericProxyTensorFake) ... ok (0.013s) 2022-11-23T01:54:47.3826525Z test_make_fx_model_fwd_bwd (__main__.TestGenericProxyTensorFake) ... ok (0.043s) 2022-11-23T01:54:47.3827105Z test_make_fx_model_fwd_bwd_wgtupdate (__main__.TestGenericProxyTensorFake) ... ok (0.046s) 2022-11-23T01:54:47.3827786Z test_make_fx_overloads (__main__.TestGenericProxyTensorFake) ... ok (0.009s) 2022-11-23T01:54:47.3828358Z test_make_fx_reentrant_dispatch (__main__.TestGenericProxyTensorFake) ... ok (0.009s) 2022-11-23T01:54:47.3828918Z test_make_fx_simple (__main__.TestGenericProxyTensorFake) ... ok (0.005s) 2022-11-23T01:54:47.3829471Z test_mode_tracing_factory_function (__main__.TestGenericProxyTensorFake) ... ok (0.007s) 2022-11-23T01:54:47.3830079Z test_partial_decomp (__main__.TestGenericProxyTensorFake) ... ok (0.014s) 2022-11-23T01:54:47.3830637Z test_pr_86917 (__main__.TestGenericProxyTensorFake) ... ok (0.024s) 2022-11-23T01:54:47.3831152Z test_proxy_tensor (__main__.TestGenericProxyTensorFake) ... ok (0.032s) 2022-11-23T01:54:47.3831771Z test_proxy_tensor_mode_with_decomp_table_preserves_proxy (__main__.TestGenericProxyTensorFake) ... ok (0.000s) 2022-11-23T01:54:47.3832460Z test_resnet18_backward_trace (__main__.TestGenericProxyTensorFake) ... skip: test requires torchvision (0.010s) 2022-11-23T01:54:47.3833049Z test_scalar_device (__main__.TestGenericProxyTensorFake) ... ok (0.000s) 2022-11-23T01:54:47.3833577Z test_strides (__main__.TestGenericProxyTensorFake) ... ok (0.017s) 2022-11-23T01:54:47.3834112Z test_tensor_constants (__main__.TestGenericProxyTensorFake) ... ok (0.005s) 2022-11-23T01:54:47.3834661Z test_trace_subclasses (__main__.TestGenericProxyTensorFake) ... ok (0.009s) 2022-11-23T01:54:47.3835231Z test_val_metadata_mutation (__main__.TestGenericProxyTensorFake) ... ok (0.005s) 2022-11-23T01:54:47.3835901Z test_varargs (__main__.TestGenericProxyTensorFake) ... ok (0.007s) 2022-11-23T01:54:47.3836432Z test_allclose (__main__.TestGenericProxyTensorReal) ... ok (0.003s) 2022-11-23T01:54:47.3837000Z test_amp_cache (__main__.TestGenericProxyTensorReal) ... skip: CUDA-only test (0.003s) 2022-11-23T01:54:47.3837571Z test_constant_blowup (__main__.TestGenericProxyTensorReal) ... ok (0.006s) 2022-11-23T01:54:47.3838139Z test_constant_proxy_tensor_mut (__main__.TestGenericProxyTensorReal) ... ok (0.000s) 2022-11-23T01:54:47.3838695Z test_constant_random (__main__.TestGenericProxyTensorReal) ... ok (0.005s) 2022-11-23T01:54:47.3839242Z test_constant_unbind (__main__.TestGenericProxyTensorReal) ... ok (0.007s) 2022-11-23T01:54:47.3839795Z test_decomp_of_capture (__main__.TestGenericProxyTensorReal) ... ok (0.008s) 2022-11-23T01:54:47.3840450Z test_decomposition_interpreter (__main__.TestGenericProxyTensorReal) ... ok (0.010s) 2022-11-23T01:54:47.3841005Z test_has_proxy (__main__.TestGenericProxyTensorReal) ... ok (0.005s) 2022-11-23T01:54:47.3841553Z test_inplace_metadata (__main__.TestGenericProxyTensorReal) ... ok (0.005s) 2022-11-23T01:54:47.3842177Z test_isolated_graphmodule (__main__.TestGenericProxyTensorReal) ... ok (0.046s) 2022-11-23T01:54:47.3842792Z test_make_fx_model_double_param (__main__.TestGenericProxyTensorReal) ... ok (0.017s) 2022-11-23T01:54:47.3843374Z test_make_fx_model_fwd_bwd (__main__.TestGenericProxyTensorReal) ... ok (0.032s) 2022-11-23T01:54:47.3843934Z test_make_fx_model_fwd_bwd_wgtupdate (__main__.TestGenericProxyTensorReal) ... ok (0.044s) 2022-11-23T01:54:47.3844511Z test_make_fx_overloads (__main__.TestGenericProxyTensorReal) ... ok (0.008s) 2022-11-23T01:54:47.3845083Z test_make_fx_reentrant_dispatch (__main__.TestGenericProxyTensorReal) ... ok (0.003s) 2022-11-23T01:54:47.3845671Z test_make_fx_simple (__main__.TestGenericProxyTensorReal) ... ok (0.006s) 2022-11-23T01:54:47.3846239Z test_mode_tracing_factory_function (__main__.TestGenericProxyTensorReal) ... ok (0.010s) 2022-11-23T01:54:47.3846808Z test_partial_decomp (__main__.TestGenericProxyTensorReal) ... ok (0.020s) 2022-11-23T01:54:47.3847333Z test_pr_86917 (__main__.TestGenericProxyTensorReal) ... ok (0.010s) 2022-11-23T01:54:47.3847866Z test_proxy_tensor (__main__.TestGenericProxyTensorReal) ... ok (0.034s) 2022-11-23T01:54:47.3848631Z test_proxy_tensor_mode_with_decomp_table_preserves_proxy (__main__.TestGenericProxyTensorReal) ... ok (0.006s) 2022-11-23T01:54:47.3849370Z test_resnet18_backward_trace (__main__.TestGenericProxyTensorReal) ... skip: test requires torchvision (0.001s) 2022-11-23T01:54:47.3850024Z test_scalar_device (__main__.TestGenericProxyTensorReal) ... ok (0.007s) 2022-11-23T01:54:47.3850591Z test_strides (__main__.TestGenericProxyTensorReal) ... ok (0.013s) 2022-11-23T01:54:47.3851169Z test_tensor_constants (__main__.TestGenericProxyTensorReal) ... ok (0.000s) 2022-11-23T01:54:47.3851713Z test_trace_subclasses (__main__.TestGenericProxyTensorReal) ... ok (0.016s) 2022-11-23T01:54:47.3852313Z test_val_metadata_mutation (__main__.TestGenericProxyTensorReal) ... ok (0.005s) 2022-11-23T01:54:47.3852894Z test_varargs (__main__.TestGenericProxyTensorReal) ... ok (0.005s) 2022-11-23T01:54:47.3853516Z test_allclose (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.001s) 2022-11-23T01:54:47.3854182Z test_amp_cache (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.001s) 2022-11-23T01:54:47.3854831Z test_constant_blowup (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.001s) 2022-11-23T01:54:47.3855507Z test_constant_proxy_tensor_mut (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.001s) 2022-11-23T01:54:47.3856146Z test_constant_random (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.001s) 2022-11-23T01:54:47.3856800Z test_constant_unbind (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.001s) 2022-11-23T01:54:47.3868472Z test_decomp_of_capture (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.001s) 2022-11-23T01:54:47.3869140Z test_decomposition_interpreter (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.001s) 2022-11-23T01:54:47.3869770Z test_has_proxy (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.001s) 2022-11-23T01:54:47.3870374Z test_inplace_metadata (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.001s) 2022-11-23T01:54:47.3871076Z test_isolated_graphmodule (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.004s) 2022-11-23T01:54:47.3871730Z test_make_fx_model_double_param (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.001s) 2022-11-23T01:54:47.3872359Z test_make_fx_model_fwd_bwd (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.002s) 2022-11-23T01:54:47.3873164Z test_make_fx_model_fwd_bwd_wgtupdate (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.002s) 2022-11-23T01:54:47.3873801Z test_make_fx_overloads (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.001s) 2022-11-23T01:54:47.3874441Z test_make_fx_reentrant_dispatch (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.001s) 2022-11-23T01:54:47.3875063Z test_make_fx_simple (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.001s) 2022-11-23T01:54:47.3875765Z test_mode_tracing_factory_function (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.000s) 2022-11-23T01:54:47.3876396Z test_partial_decomp (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.002s) 2022-11-23T01:54:47.3876985Z test_pr_86917 (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.000s) 2022-11-23T01:54:47.3877566Z test_proxy_tensor (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.000s) 2022-11-23T01:54:47.3878249Z test_proxy_tensor_mode_with_decomp_table_preserves_proxy (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.000s) 2022-11-23T01:54:47.3878937Z test_resnet18_backward_trace (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.003s) 2022-11-23T01:54:47.3879556Z test_scalar_device (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.000s) 2022-11-23T01:54:47.3880129Z test_strides (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.000s) 2022-11-23T01:54:47.3880724Z test_tensor_constants (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.000s) 2022-11-23T01:54:47.3881417Z test_trace_subclasses (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.000s) 2022-11-23T01:54:47.3882040Z test_val_metadata_mutation (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.000s) 2022-11-23T01:54:47.3882639Z test_varargs (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.000s) 2022-11-23T01:54:47.3883202Z test_binary_broadcast (__main__.TestSymbolicTracing) ... skip: no sympy (0.000s) 2022-11-23T01:54:47.3883701Z test_cat (__main__.TestSymbolicTracing) ... skip: no sympy (0.006s) 2022-11-23T01:54:47.3884221Z test_elementwise_meta_with_sym_numbers (__main__.TestSymbolicTracing) ... skip: no sympy (0.000s) 2022-11-23T01:54:47.3884764Z test_expand (__main__.TestSymbolicTracing) ... skip: no sympy (0.000s) 2022-11-23T01:54:47.3885272Z test_guards_equal (__main__.TestSymbolicTracing) ... skip: no sympy (0.000s) 2022-11-23T01:54:47.3885784Z test_mega_guard (__main__.TestSymbolicTracing) ... skip: no sympy (0.000s) 2022-11-23T01:54:47.3886288Z test_metadata (__main__.TestSymbolicTracing) ... skip: no sympy (0.000s) 2022-11-23T01:54:47.3886834Z test_metadata_fresh (__main__.TestSymbolicTracing) ... skip: no sympy (0.000s) 2022-11-23T01:54:47.3887371Z test_multiply_shape (__main__.TestSymbolicTracing) ... skip: no sympy (0.000s) 2022-11-23T01:54:47.3887881Z test_neg_shape (__main__.TestSymbolicTracing) ... skip: no sympy (0.000s) 2022-11-23T01:54:47.3888380Z test_new_empty (__main__.TestSymbolicTracing) ... skip: no sympy (0.000s) 2022-11-23T01:54:47.3888924Z test_nonidentity_transitive_guards (__main__.TestSymbolicTracing) ... skip: no sympy (0.010s) 2022-11-23T01:54:47.3889470Z test_return_symint (__main__.TestSymbolicTracing) ... skip: no sympy (0.000s) 2022-11-23T01:54:47.3889970Z test_rmethod (__main__.TestSymbolicTracing) ... skip: no sympy (0.000s) 2022-11-23T01:54:47.3890480Z test_size_with_tensor (__main__.TestSymbolicTracing) ... skip: no sympy (0.000s) 2022-11-23T01:54:47.3890970Z test_sqrt_size (__main__.TestSymbolicTracing) ... skip: no sympy (0.000s) 2022-11-23T01:54:47.3891481Z test_sym_storage_offset (__main__.TestSymbolicTracing) ... skip: no sympy (0.000s) 2022-11-23T01:54:47.3892008Z test_symint_to_tensor (__main__.TestSymbolicTracing) ... skip: no sympy (0.000s) 2022-11-23T01:54:47.3892510Z test_unary (__main__.TestSymbolicTracing) ... skip: no sympy (0.000s) 2022-11-23T01:54:47.3892858Z 2022-11-23T01:54:47.3893091Z ---------------------------------------------------------------------- 2022-11-23T01:54:47.3893479Z Ran 110 tests in 0.766s 2022-11-23T01:54:47.3893663Z 2022-11-23T01:54:47.3893765Z OK (skipped=52) 2022-11-23T01:54:47.3893938Z 2022-11-23T01:54:47.3894081Z Generating XML reports... 2022-11-23T01:54:47.3894664Z Generated XML report: test-reports\python-unittest\test_proxy_tensor\TEST-TestFakeProxyTensor-20221123015445.xml 2022-11-23T01:54:47.3895502Z Generated XML report: test-reports\python-unittest\test_proxy_tensor\TEST-TestGenericProxyTensorFake-20221123015445.xml 2022-11-23T01:54:47.3896357Z Generated XML report: test-reports\python-unittest\test_proxy_tensor\TEST-TestGenericProxyTensorReal-20221123015445.xml 2022-11-23T01:54:47.3897239Z Generated XML report: test-reports\python-unittest\test_proxy_tensor\TEST-TestGenericProxyTensorSymbolic-20221123015445.xml 2022-11-23T01:54:47.3898068Z Generated XML report: test-reports\python-unittest\test_proxy_tensor\TEST-TestSymbolicTracing-20221123015445.xml 2022-11-23T01:54:47.3898482Z 2022-11-23T01:54:47.3898903Z ##[endgroup] 2022-11-23T01:54:47.3899457Z FINISHED PRINTING LOG FILE of test_proxy_tensor (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_proxy_tensor_786n3b85) 2022-11-23T01:54:47.3899867Z 2022-11-23T01:54:50.4378386Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:54:50.4379487Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:54:50.4379999Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:54:50.5999297Z Running test_pruning_op ... [2022-11-23 01:54:50.599356] 2022-11-23T01:54:50.6004236Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_pruning_op.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:54:50.599356] 2022-11-23T01:54:50.6005703Z Ignoring disabled issues: [] 2022-11-23T01:54:53.3506578Z 2022-11-23T01:54:53.3507272Z Expand the folded group to see the log file of test_pruning_op 2022-11-23T01:54:53.3507996Z ##[group]PRINTING LOG FILE of test_pruning_op (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_pruning_op_jzh07duh) 2022-11-23T01:54:53.3508841Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:54:53.3509493Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:54:53.3509640Z 2022-11-23T01:54:53.3509857Z ##[endgroup] 2022-11-23T01:54:53.3510189Z FINISHED PRINTING LOG FILE of test_pruning_op (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_pruning_op_jzh07duh) 2022-11-23T01:54:53.3510445Z 2022-11-23T01:54:56.2089561Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:54:56.2090358Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:54:56.2090701Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:54:56.3613877Z Running test_public_bindings ... [2022-11-23 01:54:56.360139] 2022-11-23T01:54:56.3618732Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_public_bindings.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:54:56.360139] 2022-11-23T01:54:56.3620833Z Ignoring disabled issues: [] 2022-11-23T01:54:59.3454443Z 2022-11-23T01:54:59.3455184Z Expand the folded group to see the log file of test_public_bindings 2022-11-23T01:54:59.3456326Z ##[group]PRINTING LOG FILE of test_public_bindings (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_public_bindings_n46_qrx3) 2022-11-23T01:54:59.3457652Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:54:59.3458614Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:54:59.3458842Z 2022-11-23T01:54:59.3458966Z Running tests... 2022-11-23T01:54:59.3459357Z ---------------------------------------------------------------------- 2022-11-23T01:54:59.3459884Z Test results will be stored in test-reports\python-unittest\test_public_bindings 2022-11-23T01:54:59.3460382Z test_correct_module_names (__main__.TestPublicBindings) 2022-11-23T01:54:59.3461155Z An API is considered public, if its `__module__` starts with `torch.` ... skip: Distributed Attribute Error (0.003s) 2022-11-23T01:54:59.3461685Z test_no_new_bindings (__main__.TestPublicBindings) 2022-11-23T01:54:59.3462169Z This test aims to stop the introduction of new JIT bindings into torch._C ... ok (0.445s) 2022-11-23T01:54:59.3462454Z 2022-11-23T01:54:59.3462684Z ---------------------------------------------------------------------- 2022-11-23T01:54:59.3463153Z Ran 2 tests in 0.453s 2022-11-23T01:54:59.3463370Z 2022-11-23T01:54:59.3463489Z OK (skipped=1) 2022-11-23T01:54:59.3463667Z 2022-11-23T01:54:59.3463813Z Generating XML reports... 2022-11-23T01:54:59.3464372Z Generated XML report: test-reports\python-unittest\test_public_bindings\TEST-TestPublicBindings-20221123015458.xml 2022-11-23T01:54:59.3464769Z 2022-11-23T01:54:59.3465139Z ##[endgroup] 2022-11-23T01:54:59.3465670Z FINISHED PRINTING LOG FILE of test_public_bindings (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_public_bindings_n46_qrx3) 2022-11-23T01:54:59.3466075Z 2022-11-23T01:55:02.1863079Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:55:02.1863794Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:55:02.3403465Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:55:02.3403818Z Running test_python_dispatch ... [2022-11-23 01:55:02.340070] 2022-11-23T01:55:02.3408407Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_python_dispatch.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:55:02.340167] 2022-11-23T01:55:02.3410175Z Ignoring disabled issues: [] 2022-11-23T01:55:06.4262788Z 2022-11-23T01:55:06.4263540Z Expand the folded group to see the log file of test_python_dispatch 2022-11-23T01:55:06.4264621Z ##[group]PRINTING LOG FILE of test_python_dispatch (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_python_dispatch_e7494c_a) 2022-11-23T01:55:06.4265793Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:55:06.4267385Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:55:06.4267534Z 2022-11-23T01:55:06.4267608Z Running tests... 2022-11-23T01:55:06.4267864Z ---------------------------------------------------------------------- 2022-11-23T01:55:06.4268204Z Test results will be stored in test-reports\python-unittest\test_python_dispatch 2022-11-23T01:55:06.4268532Z test_all_same_mode (__main__.TestPythonDispatch) ... ok (0.466s) 2022-11-23T01:55:06.4268822Z test_autograd_in_attr (__main__.TestPythonDispatch) ... ok (0.003s) 2022-11-23T01:55:06.4269112Z test_basic (__main__.TestPythonDispatch) ... ok (0.008s) 2022-11-23T01:55:06.4269435Z test_capture_logs_with_torch_dispatch_mode (__main__.TestPythonDispatch) ... ok (0.003s) 2022-11-23T01:55:06.4269771Z test_construct_int_tensor (__main__.TestPythonDispatch) ... ok (0.001s) 2022-11-23T01:55:06.4270079Z test_custom_autograd (__main__.TestPythonDispatch) ... ok (0.007s) 2022-11-23T01:55:06.4270403Z test_deepcopy_non_wrapper_subclass (__main__.TestPythonDispatch) ... ok (0.002s) 2022-11-23T01:55:06.4270726Z test_deepcopy_wrapper_subclass (__main__.TestPythonDispatch) ... ok (0.000s) 2022-11-23T01:55:06.4271102Z test_deepcopy_wrapper_subclass_with_clone_returning_different_type (__main__.TestPythonDispatch) ... ok (0.003s) 2022-11-23T01:55:06.4271579Z test_detach_appears_twice_when_called_once (__main__.TestPythonDispatch) ... ok (0.000s) 2022-11-23T01:55:06.4271910Z test_device_slowpath (__main__.TestPythonDispatch) ... ok (0.006s) 2022-11-23T01:55:06.4272207Z test_dim_slowpath (__main__.TestPythonDispatch) ... ok (0.000s) 2022-11-23T01:55:06.4272516Z test_dispatch_super_call (__main__.TestPythonDispatch) ... ok (0.000s) 2022-11-23T01:55:06.4272827Z test_dispatch_super_call_list_arg (__main__.TestPythonDispatch) ... ok (0.000s) 2022-11-23T01:55:06.4273157Z test_dispatch_super_dont_autograd (__main__.TestPythonDispatch) ... ok (0.000s) 2022-11-23T01:55:06.4273490Z test_error_using_class_method_on_mode (__main__.TestPythonDispatch) ... ok (0.683s) 2022-11-23T01:55:06.4273913Z test_exception_handling (__main__.TestPythonDispatch) ... ok (0.002s) 2022-11-23T01:55:06.4274216Z test_fancy_strides (__main__.TestPythonDispatch) ... ok (0.005s) 2022-11-23T01:55:06.4274562Z test_format (__main__.TestPythonDispatch) ... ok (0.003s) 2022-11-23T01:55:06.4274857Z test_get_cur_mode (__main__.TestPythonDispatch) ... ok (0.000s) 2022-11-23T01:55:06.4275155Z test_get_mode_stack (__main__.TestPythonDispatch) ... ok (0.003s) 2022-11-23T01:55:06.4275561Z test_index_put_where_only_index_is_subclass (__main__.TestPythonDispatch) ... ok (0.000s) 2022-11-23T01:55:06.4276132Z test_invalid_ret (__main__.TestPythonDispatch) ... C:\actions-runner\_work\pytorch\pytorch\test\test_python_dispatch.py:447: DeprecationWarning: Please use assertRaisesRegex instead. 2022-11-23T01:55:06.4276545Z self.assertRaisesRegexp( 2022-11-23T01:55:06.4276746Z ok (0.006s) 2022-11-23T01:55:06.4276989Z test_is_contiguous_slow_path (__main__.TestPythonDispatch) ... ok (0.000s) 2022-11-23T01:55:06.4277280Z test_kwarg_only (__main__.TestPythonDispatch) ... ok (0.010s) 2022-11-23T01:55:06.4277599Z test_kwarg_only_and_positional_default (__main__.TestPythonDispatch) ... ok (0.000s) 2022-11-23T01:55:06.4277918Z test_layout_slow_path (__main__.TestPythonDispatch) ... ok (0.000s) 2022-11-23T01:55:06.4278202Z test_like (__main__.TestPythonDispatch) ... ok (0.010s) 2022-11-23T01:55:06.4278483Z test_list_ret (__main__.TestPythonDispatch) ... ok (0.000s) 2022-11-23T01:55:06.4278785Z test_make_subclass_with_modes (__main__.TestPythonDispatch) ... ok (0.000s) 2022-11-23T01:55:06.4279097Z test_make_wrapper_subclass_noalloc (__main__.TestPythonDispatch) ... ok (0.010s) 2022-11-23T01:55:06.4279529Z test_make_wrapper_subclass_propagates_metadata (__main__.TestPythonDispatch) ... ok (0.003s) 2022-11-23T01:55:06.4279859Z test_maybe_tuple_bug (__main__.TestPythonDispatch) ... ok (0.002s) 2022-11-23T01:55:06.4280165Z test_mode_with_make_subclass (__main__.TestPythonDispatch) ... ok (0.002s) 2022-11-23T01:55:06.4280511Z test_multiple_ops_subclass (__main__.TestPythonDispatch) ... ok (0.002s) 2022-11-23T01:55:06.4280836Z test_nested_push_logging_tensor_mode (__main__.TestPythonDispatch) ... ok (0.003s) 2022-11-23T01:55:06.4281155Z test_nesting_same_mode (__main__.TestPythonDispatch) ... ok (0.002s) 2022-11-23T01:55:06.4281428Z test_new_ones (__main__.TestPythonDispatch) ... ok (0.002s) 2022-11-23T01:55:06.4281712Z test_none_wrapping (__main__.TestPythonDispatch) ... ok (0.008s) 2022-11-23T01:55:06.4282017Z test_notimplemented_mode (__main__.TestPythonDispatch) ... ok (0.005s) 2022-11-23T01:55:06.4282324Z test_optional_tensor_list (__main__.TestPythonDispatch) ... woof 2022-11-23T01:55:06.4282553Z ok (0.004s) 2022-11-23T01:55:06.4282772Z test_out (__main__.TestPythonDispatch) ... ok (0.003s) 2022-11-23T01:55:06.4283046Z test_produce_real_type (__main__.TestPythonDispatch) ... ok (0.003s) 2022-11-23T01:55:06.4283336Z test_set_data (__main__.TestPythonDispatch) ... ok (0.000s) 2022-11-23T01:55:06.4283634Z test_shallow_copy_and_detach (__main__.TestPythonDispatch) ... ok (0.010s) 2022-11-23T01:55:06.4283937Z test_sizes_slow_path (__main__.TestPythonDispatch) ... ok (0.008s) 2022-11-23T01:55:06.4284304Z test_standard_is_not_subclass (__main__.TestPythonDispatch) ... ok (0.002s) 2022-11-23T01:55:06.4284924Z test_storage (__main__.TestPythonDispatch) ... 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-23T01:55:06.4285473Z warnings.warn(message, UserWarning) 2022-11-23T01:55:06.4285658Z ok (0.004s) 2022-11-23T01:55:06.4285929Z test_storage_can_be_converted_to_python_object (__main__.TestPythonDispatch) ... ok (0.002s) 2022-11-23T01:55:06.4286261Z test_strides_slow_path (__main__.TestPythonDispatch) ... ok (0.007s) 2022-11-23T01:55:06.4286579Z test_subclass_autograd_device_check (__main__.TestPythonDispatch) ... ok (0.006s) 2022-11-23T01:55:06.4286904Z test_subclass_creation (__main__.TestPythonDispatch) ... ok (0.004s) 2022-11-23T01:55:06.4287211Z test_subclass_priority (__main__.TestPythonDispatch) ... ok (0.003s) 2022-11-23T01:55:06.4287524Z test_tolist_numpy_with_torch_dispatch_mode (__main__.TestPythonDispatch) ... ok (0.006s) 2022-11-23T01:55:06.4287856Z test_torch_dispatch_mode_basic (__main__.TestPythonDispatch) ... ok (0.000s) 2022-11-23T01:55:06.4288200Z test_torch_dispatch_mode_respects_no_dispatch (__main__.TestPythonDispatch) ... ok (0.000s) 2022-11-23T01:55:06.4288562Z test_torch_dispatch_mode_subclass_priority (__main__.TestPythonDispatch) ... ok (0.014s) 2022-11-23T01:55:06.4288913Z test_torch_dispatch_mode_unrelated_tensors (__main__.TestPythonDispatch) ... ok (0.002s) 2022-11-23T01:55:06.4289224Z test_version (__main__.TestPythonDispatch) ... ok (0.003s) 2022-11-23T01:55:06.4289516Z test_with_mode_created_separately (__main__.TestPythonDispatch) ... ok (0.002s) 2022-11-23T01:55:06.4289832Z test_with_nested_modes (__main__.TestPythonDispatch) ... ok (0.003s) 2022-11-23T01:55:06.4290149Z test_wrapper_subclass_serializes (__main__.TestPythonDispatch) ... ok (0.007s) 2022-11-23T01:55:06.4290458Z test_basic (__main__.TestPythonDispatcher) ... ok (0.002s) 2022-11-23T01:55:06.4290739Z test_lstsq (__main__.TestPythonDispatcher) ... ok (0.007s) 2022-11-23T01:55:06.4291067Z test_alias_analysis (__main__.TestPythonRegistration) ... skip: Skipped under Windows (0.001s) 2022-11-23T01:55:06.4291412Z test_create_new_library (__main__.TestPythonRegistration) ... ok (0.002s) 2022-11-23T01:55:06.4291789Z test_error_for_unsupported_ns_or_kind (__main__.TestPythonRegistration) ... ok (0.002s) 2022-11-23T01:55:06.4292134Z test_error_if_fn_not_callable (__main__.TestPythonRegistration) ... ok (0.001s) 2022-11-23T01:55:06.4292481Z test_extend_library_with_dispatch_key_arg (__main__.TestPythonRegistration) ... ok (0.002s) 2022-11-23T01:55:06.4293075Z test_override_aten_ops_with_multiple_libraries (__main__.TestPythonRegistration) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\library.py:125: UserWarning: Overriding a previously registered kernel for the same operator and the same dispatch key 2022-11-23T01:55:06.4293630Z operator: aten::mul.Tensor(Tensor self, Tensor other) -> Tensor 2022-11-23T01:55:06.4293993Z registered at C:\actions-runner\_work\pytorch\pytorch\build\aten\src\ATen\RegisterSchema.cpp:6 2022-11-23T01:55:06.4294306Z dispatch key: ZeroTensor 2022-11-23T01:55:06.4294649Z previous kernel: registered at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\BatchingRegistrations.cpp:1068 2022-11-23T01:55:06.4295176Z new kernel: registered at /dev/null:550 (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\core\dispatch\OperatorEntry.cpp:159.) 2022-11-23T01:55:06.4295637Z self.m.impl(name, dispatch_key if dispatch_key != "" else "CompositeImplicitAutograd", fn) 2022-11-23T01:55:06.4295910Z ok (0.003s) 2022-11-23T01:55:06.4296158Z test_override_cpu_sum (__main__.TestPythonRegistration) ... ok (0.000s) 2022-11-23T01:55:06.4296543Z test_override_cuda_with_jiterator (__main__.TestPythonRegistration) ... ok (0.006s) 2022-11-23T01:55:06.4296737Z 2022-11-23T01:55:06.4296884Z ---------------------------------------------------------------------- 2022-11-23T01:55:06.4297116Z Ran 72 tests in 1.375s 2022-11-23T01:55:06.4297232Z 2022-11-23T01:55:06.4297304Z OK (skipped=1) 2022-11-23T01:55:06.4297412Z 2022-11-23T01:55:06.4297499Z Generating XML reports... 2022-11-23T01:55:06.4297871Z Generated XML report: test-reports\python-unittest\test_python_dispatch\TEST-TestPythonDispatch-20221123015504.xml 2022-11-23T01:55:06.4298378Z Generated XML report: test-reports\python-unittest\test_python_dispatch\TEST-TestPythonDispatcher-20221123015504.xml 2022-11-23T01:55:06.4298885Z Generated XML report: test-reports\python-unittest\test_python_dispatch\TEST-TestPythonRegistration-20221123015504.xml 2022-11-23T01:55:06.4299151Z 2022-11-23T01:55:06.4299408Z ##[endgroup] 2022-11-23T01:55:06.4299762Z FINISHED PRINTING LOG FILE of test_python_dispatch (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_python_dispatch_e7494c_a) 2022-11-23T01:55:06.4300023Z 2022-11-23T01:55:09.4236457Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:55:09.4237268Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:55:09.4237615Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:55:09.5801678Z Running test_pytree ... [2022-11-23 01:55:09.575394] 2022-11-23T01:55:09.5806790Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_pytree.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:55:09.575394] 2022-11-23T01:55:09.5808560Z Ignoring disabled issues: [] 2022-11-23T01:55:12.6564729Z 2022-11-23T01:55:12.6565193Z Expand the folded group to see the log file of test_pytree 2022-11-23T01:55:12.6566055Z ##[group]PRINTING LOG FILE of test_pytree (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_pytree_j747jss0) 2022-11-23T01:55:12.6566878Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:55:12.6567728Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:55:12.6567875Z 2022-11-23T01:55:12.6567949Z Running tests... 2022-11-23T01:55:12.6568206Z ---------------------------------------------------------------------- 2022-11-23T01:55:12.6568526Z Test results will be stored in test-reports\python-unittest\test_pytree 2022-11-23T01:55:12.6568910Z test_broadcast_to_and_flatten (__main__.TestPytree) ... ok (0.438s) 2022-11-23T01:55:12.6569207Z test_flatten_unflatten_dict (__main__.TestPytree) ... ok (0.011s) 2022-11-23T01:55:12.6569540Z test_flatten_unflatten_leaf (__main__.TestPytree) ... ok (0.003s) 2022-11-23T01:55:12.6569825Z test_flatten_unflatten_list (__main__.TestPytree) ... ok (0.002s) 2022-11-23T01:55:12.6570119Z test_flatten_unflatten_namedtuple (__main__.TestPytree) ... ok (0.002s) 2022-11-23T01:55:12.6570402Z test_flatten_unflatten_nested (__main__.TestPytree) ... ok (0.002s) 2022-11-23T01:55:12.6570692Z test_flatten_unflatten_odict (__main__.TestPytree) ... ok (0.002s) 2022-11-23T01:55:12.6570991Z test_flatten_unflatten_return_type_max (__main__.TestPytree) ... ok (0.004s) 2022-11-23T01:55:12.6571296Z test_flatten_unflatten_return_type_min (__main__.TestPytree) ... ok (0.003s) 2022-11-23T01:55:12.6571694Z test_flatten_unflatten_tuple (__main__.TestPytree) ... ok (0.005s) 2022-11-23T01:55:12.6571969Z test_tree_all_any (__main__.TestPytree) ... ok (0.003s) 2022-11-23T01:55:12.6572209Z test_tree_only (__main__.TestPytree) ... ok (0.002s) 2022-11-23T01:55:12.6572461Z test_treemap (__main__.TestPytree) ... ok (0.003s) 2022-11-23T01:55:12.6572725Z test_treespec_equality (__main__.TestPytree) ... ok (0.001s) 2022-11-23T01:55:12.6572998Z test_treespec_repr (__main__.TestPytree) ... ok (0.002s) 2022-11-23T01:55:12.6573148Z 2022-11-23T01:55:12.6573295Z ---------------------------------------------------------------------- 2022-11-23T01:55:12.6573535Z Ran 15 tests in 0.485s 2022-11-23T01:55:12.6573651Z 2022-11-23T01:55:12.6573711Z OK 2022-11-23T01:55:12.6573788Z 2022-11-23T01:55:12.6573876Z Generating XML reports... 2022-11-23T01:55:12.6574210Z Generated XML report: test-reports\python-unittest\test_pytree\TEST-TestPytree-20221123015511.xml 2022-11-23T01:55:12.6574442Z 2022-11-23T01:55:12.6574729Z ##[endgroup] 2022-11-23T01:55:12.6575099Z FINISHED PRINTING LOG FILE of test_pytree (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_pytree_j747jss0) 2022-11-23T01:55:12.6575349Z 2022-11-23T01:55:15.4621975Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:55:15.4622704Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:55:15.4623025Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:55:15.6152413Z Running test_quantization ... [2022-11-23 01:55:15.614892] 2022-11-23T01:55:15.6157627Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_quantization.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:55:15.615490] 2022-11-23T01:55:15.6159718Z Ignoring disabled issues: [] 2022-11-23T01:55:57.3884111Z 2022-11-23T01:55:57.3884702Z Expand the folded group to see the log file of test_optim 2022-11-23T01:55:57.3887408Z ##[group]PRINTING LOG FILE of test_optim (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_optim_chlaynk3) 2022-11-23T01:55:57.3888464Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:55:57.3889236Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:55:57.3889384Z 2022-11-23T01:55:57.3889457Z Running tests... 2022-11-23T01:55:57.3889813Z ---------------------------------------------------------------------- 2022-11-23T01:55:57.3891428Z Test results will be stored in test-reports\python-unittest\test_optim 2022-11-23T01:55:57.3891789Z test_adadelta (__main__.TestDifferentiableOptimizer) ... ok (0.475s) 2022-11-23T01:55:57.3892124Z test_adagrad (__main__.TestDifferentiableOptimizer) ... ok (0.008s) 2022-11-23T01:55:57.3892508Z test_adam (__main__.TestDifferentiableOptimizer) ... ok (0.009s) 2022-11-23T01:55:57.3892869Z test_adamax (__main__.TestDifferentiableOptimizer) ... ok (0.022s) 2022-11-23T01:55:57.3893192Z test_adamw (__main__.TestDifferentiableOptimizer) ... ok (0.018s) 2022-11-23T01:55:57.3893504Z test_asgd (__main__.TestDifferentiableOptimizer) ... ok (0.006s) 2022-11-23T01:55:57.3893799Z test_nadam (__main__.TestDifferentiableOptimizer) ... ok (0.009s) 2022-11-23T01:55:57.3894145Z test_radam (__main__.TestDifferentiableOptimizer) ... ok (0.021s) 2022-11-23T01:55:57.3894677Z test_rmsprop (__main__.TestDifferentiableOptimizer) ... ok (0.017s) 2022-11-23T01:55:57.3895001Z test_rprop (__main__.TestDifferentiableOptimizer) ... ok (0.013s) 2022-11-23T01:55:57.3895317Z test_sgd (__main__.TestDifferentiableOptimizer) ... ok (0.006s) 2022-11-23T01:55:57.3895689Z test_CosineAnnealingWarmRestarts_lr1_T_mult_1 (__main__.TestLRScheduler) ... ok (0.000s) 2022-11-23T01:55:57.3896064Z test_CosineAnnealingWarmRestarts_lr1_T_mult_2 (__main__.TestLRScheduler) ... ok (0.010s) 2022-11-23T01:55:57.3896529Z test_CosineAnnealingWarmRestarts_lr1_T_mult_4 (__main__.TestLRScheduler) ... ok (0.019s) 2022-11-23T01:55:57.3897022Z test_CosineAnnealingWarmRestarts_lr2 (__main__.TestLRScheduler) ... ok (0.073s) 2022-11-23T01:55:57.3897388Z test_CosineAnnealingWarmRestarts_lr3 (__main__.TestLRScheduler) ... ok (0.006s) 2022-11-23T01:55:57.3897747Z test_CosineAnnealingWarmRestarts_lr_state_dict (__main__.TestLRScheduler) ... ok (0.002s) 2022-11-23T01:55:57.3898746Z test_chained_lr1 (__main__.TestLRScheduler) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py:138: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-11-23T01:55:57.3899674Z warnings.warn("Detected call of `lr_scheduler.step()` before `optimizer.step()`. " 2022-11-23T01:55:57.3899932Z ok (0.002s) 2022-11-23T01:55:57.3900160Z test_chained_lr2 (__main__.TestLRScheduler) ... ok (0.002s) 2022-11-23T01:55:57.3900463Z test_chained_lr2_get_last_lr_before_step (__main__.TestLRScheduler) ... ok (0.002s) 2022-11-23T01:55:57.3900769Z test_chained_lr3 (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T01:55:57.3901046Z test_chained_lr4 (__main__.TestLRScheduler) ... ok (0.000s) 2022-11-23T01:55:57.3901300Z test_chained_lr5 (__main__.TestLRScheduler) ... ok (0.006s) 2022-11-23T01:55:57.3901585Z test_closed_form_constantlr (__main__.TestLRScheduler) ... ok (0.000s) 2022-11-23T01:55:57.3901886Z test_closed_form_cos_anneal_lr (__main__.TestLRScheduler) ... ok (0.017s) 2022-11-23T01:55:57.3902182Z test_closed_form_exp_lr (__main__.TestLRScheduler) ... ok (0.008s) 2022-11-23T01:55:57.3902582Z test_closed_form_linearlr (__main__.TestLRScheduler) ... ok (0.008s) 2022-11-23T01:55:57.3902880Z test_closed_form_multi_step_lr (__main__.TestLRScheduler) ... ok (0.008s) 2022-11-23T01:55:57.3903163Z test_closed_form_poly_lr (__main__.TestLRScheduler) ... ok (0.006s) 2022-11-23T01:55:57.3903454Z test_closed_form_step_lr (__main__.TestLRScheduler) ... ok (0.006s) 2022-11-23T01:55:57.3904383Z test_compound_cosanneal_and_exp_lr (__main__.TestLRScheduler) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py:138: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-11-23T01:55:57.3905275Z warnings.warn("Detected call of `lr_scheduler.step()` before `optimizer.step()`. " 2022-11-23T01:55:57.3905610Z ok (0.000s) 2022-11-23T01:55:57.3905854Z test_compound_cosanneal_and_linearlr (__main__.TestLRScheduler) ... ok (0.010s) 2022-11-23T01:55:57.3906185Z test_compound_cosanneal_and_multistep_lr (__main__.TestLRScheduler) ... ok (0.002s) 2022-11-23T01:55:57.3906515Z test_compound_cosanneal_and_step_lr (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T01:55:57.3906826Z test_compound_exp_and_linearlr (__main__.TestLRScheduler) ... ok (0.002s) 2022-11-23T01:55:57.3907652Z test_compound_exp_and_multistep_lr (__main__.TestLRScheduler) ... ok (0.002s) 2022-11-23T01:55:57.3907996Z test_compound_linearlr_and_multistep_lr (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T01:55:57.3908309Z test_compound_reduce_lr_on_plateau1 (__main__.TestLRScheduler) ... ok (0.002s) 2022-11-23T01:55:57.3908628Z test_compound_reduce_lr_on_plateau2 (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T01:55:57.3908940Z test_compound_reduce_lr_on_plateau3 (__main__.TestLRScheduler) ... ok (0.002s) 2022-11-23T01:55:57.3909259Z test_compound_reduce_lr_on_plateau4 (__main__.TestLRScheduler) ... ok (0.002s) 2022-11-23T01:55:57.3909574Z test_compound_reduce_lr_on_plateau5 (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T01:55:57.3909950Z test_compound_step_and_constantlr (__main__.TestLRScheduler) ... ok (0.002s) 2022-11-23T01:55:57.3910265Z test_compound_step_and_exp_lr (__main__.TestLRScheduler) ... ok (0.002s) 2022-11-23T01:55:57.3910613Z test_compound_step_and_multistep_lr (__main__.TestLRScheduler) ... ok (0.001s) 2022-11-23T01:55:57.3910912Z test_constantlr (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T01:55:57.3911223Z test_constantlr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T01:55:57.3911548Z test_constantlr_with_epoch (__main__.TestLRScheduler) ... ok (0.000s) 2022-11-23T01:55:57.3912411Z test_cos_anneal_lr (__main__.TestLRScheduler) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py:138: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-11-23T01:55:57.3913253Z warnings.warn("Detected call of `lr_scheduler.step()` before `optimizer.step()`. " 2022-11-23T01:55:57.3913504Z ok (0.006s) 2022-11-23T01:55:57.3913741Z test_cos_anneal_lr_continue (__main__.TestLRScheduler) ... ok (0.000s) 2022-11-23T01:55:57.3914028Z test_cosine_lr_state_dict (__main__.TestLRScheduler) ... ok (0.000s) 2022-11-23T01:55:57.3914318Z test_cosine_then_cyclic (__main__.TestLRScheduler) ... ok (0.000s) 2022-11-23T01:55:57.3914735Z test_cycle_lr_cycle_momentum_fail_with_momentumless_optimizer (__main__.TestLRScheduler) ... ok (0.000s) 2022-11-23T01:55:57.3915072Z test_cycle_lr_exp_range_mode (__main__.TestLRScheduler) ... ok (0.014s) 2022-11-23T01:55:57.3915381Z test_cycle_lr_exp_range_mode_one_lr (__main__.TestLRScheduler) ... ok (0.004s) 2022-11-23T01:55:57.3915755Z test_cycle_lr_exp_range_mode_step_size_up_down (__main__.TestLRScheduler) ... ok (0.004s) 2022-11-23T01:55:57.3916062Z test_cycle_lr_invalid_mode (__main__.TestLRScheduler) ... ok (0.001s) 2022-11-23T01:55:57.3916428Z test_cycle_lr_removed_after_out_of_scope (__main__.TestLRScheduler) ... ok (0.002s) 2022-11-23T01:55:57.3916745Z test_cycle_lr_triangular2_mode (__main__.TestLRScheduler) ... ok (0.006s) 2022-11-23T01:55:57.3917178Z test_cycle_lr_triangular2_mode_one_lr (__main__.TestLRScheduler) ... ok (0.005s) 2022-11-23T01:55:57.3917513Z test_cycle_lr_triangular2_mode_step_size_up_down (__main__.TestLRScheduler) ... ok (0.006s) 2022-11-23T01:55:57.3917836Z test_cycle_lr_triangular_mode (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T01:55:57.3918136Z test_cycle_lr_triangular_mode_one_lr (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T01:55:57.3918466Z test_cycle_lr_triangular_mode_one_lr_no_momentum (__main__.TestLRScheduler) ... ok (0.000s) 2022-11-23T01:55:57.3918806Z test_cycle_lr_triangular_mode_step_size_up_down (__main__.TestLRScheduler) ... ok (0.006s) 2022-11-23T01:55:57.3919118Z test_cycle_lr_with_adam (__main__.TestLRScheduler) ... ok (0.000s) 2022-11-23T01:55:57.3919496Z test_cycle_lr_with_momentumless_optimizer (__main__.TestLRScheduler) ... ok (0.000s) 2022-11-23T01:55:57.3919828Z test_error_when_getlr_has_epoch (__main__.TestLRScheduler) ... ok (0.010s) 2022-11-23T01:55:57.3920112Z test_exp_lr (__main__.TestLRScheduler) ... ok (0.000s) 2022-11-23T01:55:57.3920382Z test_exp_step_lr_state_dict (__main__.TestLRScheduler) ... ok (0.000s) 2022-11-23T01:55:57.3920713Z test_exponential_lr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... ok (0.000s) 2022-11-23T01:55:57.3921037Z test_get_last_lr_constantlr (__main__.TestLRScheduler) ... ok (0.011s) 2022-11-23T01:55:57.3921329Z test_get_last_lr_linearlr (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T01:55:57.3921676Z test_get_last_lr_multi_step_lr (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T01:55:57.3922630Z test_get_last_lr_sequentiallr (__main__.TestLRScheduler) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py:151: UserWarning: The epoch parameter in `scheduler.step()` was not necessary and is being deprecated where possible. Please use `scheduler.step()` to step the scheduler. During the deprecation, if epoch is different from None, the closed form is used instead of the new chainable form, where available. Please open an issue if you are unable to replicate your use case: https://github.com/pytorch/pytorch/issues/new/choose. 2022-11-23T01:55:57.3923456Z warnings.warn(EPOCH_DEPRECATION_WARNING, UserWarning) 2022-11-23T01:55:57.3923681Z ok (0.004s) 2022-11-23T01:55:57.3923900Z test_get_last_lr_step_lr (__main__.TestLRScheduler) ... ok (0.002s) 2022-11-23T01:55:57.3924747Z test_lambda_lr (__main__.TestLRScheduler) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py:138: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-11-23T01:55:57.3925564Z warnings.warn("Detected call of `lr_scheduler.step()` before `optimizer.step()`. " 2022-11-23T01:55:57.3925819Z ok (0.002s) 2022-11-23T01:55:57.3926055Z test_lambda_lr_state_dict_fn (__main__.TestLRScheduler) ... ok (0.002s) 2022-11-23T01:55:57.3926419Z test_lambda_lr_state_dict_obj (__main__.TestLRScheduler) ... ok (0.002s) 2022-11-23T01:55:57.3926754Z test_linear_linearlr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T01:55:57.3927683Z test_linearlr (__main__.TestLRScheduler) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py:138: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-11-23T01:55:57.3928556Z warnings.warn("Detected call of `lr_scheduler.step()` before `optimizer.step()`. " 2022-11-23T01:55:57.3928809Z ok (0.002s) 2022-11-23T01:55:57.3929043Z test_linearlr_start_factor_limits1 (__main__.TestLRScheduler) ... ok (0.001s) 2022-11-23T01:55:57.3929359Z test_linearlr_start_factor_limits2 (__main__.TestLRScheduler) ... ok (0.002s) 2022-11-23T01:55:57.3929659Z test_linearlr_with_epoch (__main__.TestLRScheduler) ... ok (0.004s) 2022-11-23T01:55:57.3930558Z test_multi_step_lr (__main__.TestLRScheduler) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py:138: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-11-23T01:55:57.3931381Z warnings.warn("Detected call of `lr_scheduler.step()` before `optimizer.step()`. " 2022-11-23T01:55:57.3931633Z ok (0.002s) 2022-11-23T01:55:57.3931869Z test_multi_step_lr_state_dict (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T01:55:57.3932173Z test_multi_step_lr_with_epoch (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T01:55:57.3933018Z test_multiplicative_lr (__main__.TestLRScheduler) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py:138: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-11-23T01:55:57.3933940Z warnings.warn("Detected call of `lr_scheduler.step()` before `optimizer.step()`. " 2022-11-23T01:55:57.3934176Z ok (0.000s) 2022-11-23T01:55:57.3934412Z test_new_pattern_no_warning (__main__.TestLRScheduler) ... ok (0.006s) 2022-11-23T01:55:57.3934727Z test_new_pattern_no_warning_with_arg (__main__.TestLRScheduler) ... ok (0.000s) 2022-11-23T01:55:57.3935077Z test_new_pattern_no_warning_with_overridden_optim_step (__main__.TestLRScheduler) ... ok (0.000s) 2022-11-23T01:55:57.3935408Z test_no_cyclic_references (__main__.TestLRScheduler) ... ok (0.164s) 2022-11-23T01:55:57.3935722Z test_no_cyclic_references_in_step (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T01:55:57.3936019Z test_old_pattern_warning (__main__.TestLRScheduler) ... ok (0.006s) 2022-11-23T01:55:57.3936328Z test_old_pattern_warning_resuming (__main__.TestLRScheduler) ... ok (0.005s) 2022-11-23T01:55:57.3936656Z test_old_pattern_warning_resuming_with_arg (__main__.TestLRScheduler) ... ok (0.005s) 2022-11-23T01:55:57.3936978Z test_old_pattern_warning_with_arg (__main__.TestLRScheduler) ... ok (0.004s) 2022-11-23T01:55:57.3937311Z test_old_pattern_warning_with_overridden_optim_step (__main__.TestLRScheduler) ... ok (0.004s) 2022-11-23T01:55:57.3937660Z test_onecycle_lr_cannot_calculate_total_steps (__main__.TestLRScheduler) ... ok (0.001s) 2022-11-23T01:55:57.3938042Z test_onecycle_lr_cosine_annealing (__main__.TestLRScheduler) ... ok (0.004s) 2022-11-23T01:55:57.3938351Z test_onecycle_lr_invalid_anneal_strategy (__main__.TestLRScheduler) ... ok (0.001s) 2022-11-23T01:55:57.3938676Z test_onecycle_lr_invalid_pct_start (__main__.TestLRScheduler) ... ok (0.002s) 2022-11-23T01:55:57.3939038Z test_onecycle_lr_linear_annealing (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T01:55:57.3939378Z test_onecycle_lr_linear_annealing_three_phases (__main__.TestLRScheduler) ... ok (0.004s) 2022-11-23T01:55:57.3940295Z test_poly_lr (__main__.TestLRScheduler) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py:138: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-11-23T01:55:57.3941127Z warnings.warn("Detected call of `lr_scheduler.step()` before `optimizer.step()`. " 2022-11-23T01:55:57.3941384Z ok (0.002s) 2022-11-23T01:55:57.3941651Z test_polynomial_lr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T01:55:57.3941960Z test_reduce_lr_on_plateau1 (__main__.TestLRScheduler) ... ok (0.002s) 2022-11-23T01:55:57.3942308Z test_reduce_lr_on_plateau2 (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T01:55:57.3942604Z test_reduce_lr_on_plateau3 (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T01:55:57.3942901Z test_reduce_lr_on_plateau4 (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T01:55:57.3943193Z test_reduce_lr_on_plateau5 (__main__.TestLRScheduler) ... ok (0.002s) 2022-11-23T01:55:57.3943482Z test_reduce_lr_on_plateau6 (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T01:55:57.3943760Z test_reduce_lr_on_plateau7 (__main__.TestLRScheduler) ... ok (0.000s) 2022-11-23T01:55:57.3944049Z test_reduce_lr_on_plateau8 (__main__.TestLRScheduler) ... ok (0.006s) 2022-11-23T01:55:57.3944360Z test_reduce_lr_on_plateau_state_dict (__main__.TestLRScheduler) ... ok (0.000s) 2022-11-23T01:55:57.3945279Z test_sequentiallr1 (__main__.TestLRScheduler) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py:138: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-11-23T01:55:57.3946139Z warnings.warn("Detected call of `lr_scheduler.step()` before `optimizer.step()`. " 2022-11-23T01:55:57.3946998Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py:151: UserWarning: The epoch parameter in `scheduler.step()` was not necessary and is being deprecated where possible. Please use `scheduler.step()` to step the scheduler. During the deprecation, if epoch is different from None, the closed form is used instead of the new chainable form, where available. Please open an issue if you are unable to replicate your use case: https://github.com/pytorch/pytorch/issues/new/choose. 2022-11-23T01:55:57.3947778Z warnings.warn(EPOCH_DEPRECATION_WARNING, UserWarning) 2022-11-23T01:55:57.3948006Z ok (0.000s) 2022-11-23T01:55:57.3948233Z test_sequentiallr2 (__main__.TestLRScheduler) ... ok (0.000s) 2022-11-23T01:55:57.3948515Z test_sequentiallr3 (__main__.TestLRScheduler) ... ok (0.010s) 2022-11-23T01:55:57.3948783Z test_sequentiallr4 (__main__.TestLRScheduler) ... ok (0.000s) 2022-11-23T01:55:57.3949054Z test_step_lr (__main__.TestLRScheduler) ... ok (0.000s) 2022-11-23T01:55:57.3949413Z test_step_lr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... ok (0.000s) 2022-11-23T01:55:57.3949722Z test_step_lr_state_dict (__main__.TestLRScheduler) ... ok (0.010s) 2022-11-23T01:55:57.3950015Z test_swa_lr_state_dict (__main__.TestLRScheduler) ... ok (0.000s) 2022-11-23T01:55:57.3950334Z test_swalr_cosine_anneal_after_multiplicative (__main__.TestLRScheduler) ... ok (0.000s) 2022-11-23T01:55:57.3950678Z test_swalr_hypers (__main__.TestLRScheduler) ... ok (0.000s) 2022-11-23T01:55:57.3951002Z test_swalr_linear_anneal_after_multiplicative (__main__.TestLRScheduler) ... ok (0.010s) 2022-11-23T01:55:57.3951350Z test_swalr_no_anneal (__main__.TestLRScheduler) ... ok (0.000s) 2022-11-23T01:55:57.3952186Z test_adadelta (__main__.TestOptim) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py:138: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-11-23T01:55:57.3953019Z warnings.warn("Detected call of `lr_scheduler.step()` before `optimizer.step()`. " 2022-11-23T01:55:57.3953268Z ok (3.282s) 2022-11-23T01:55:57.3953489Z test_adadelta_complex (__main__.TestOptim) ... ok (0.012s) 2022-11-23T01:55:57.3953743Z test_adagrad (__main__.TestOptim) ... ok (4.572s) 2022-11-23T01:55:57.3954038Z test_adagrad_complex (__main__.TestOptim) ... ok (0.011s) 2022-11-23T01:55:57.3954303Z test_adagrad_sparse (__main__.TestOptim) ... ok (14.347s) 2022-11-23T01:55:57.3954557Z test_adam (__main__.TestOptim) ... ok (11.211s) 2022-11-23T01:55:57.3954796Z test_adamax (__main__.TestOptim) ... ok (3.069s) 2022-11-23T01:55:57.3955034Z test_adamw (__main__.TestOptim) ... ok (3.529s) 2022-11-23T01:55:57.3955275Z test_asgd (__main__.TestOptim) ... ok (4.420s) 2022-11-23T01:55:57.3955542Z test_duplicate_params_in_param_group (__main__.TestOptim) ... ok (0.001s) 2022-11-23T01:55:57.3955822Z test_empty_grad (__main__.TestOptim) ... ok (0.011s) 2022-11-23T01:55:57.3956136Z test_functional_fused_adam_with_foundinf (__main__.TestOptim) ... skip: CUDA is required. (0.002s) 2022-11-23T01:55:57.3956502Z test_fused_optimizers (__main__.TestOptim) ... ok (0.002s) 2022-11-23T01:55:57.3956777Z test_invalid_param_type (__main__.TestOptim) ... ok (0.001s) 2022-11-23T01:55:57.3957135Z test_lbfgs (__main__.TestOptim) ... ok (0.427s) 2022-11-23T01:55:57.3957378Z test_lbfgs_return_type (__main__.TestOptim) ... ok (0.000s) 2022-11-23T01:55:57.3957652Z test_multi_tensor_optimizers (__main__.TestOptim) ... ok (0.011s) 2022-11-23T01:55:57.3958489Z test_nadam (__main__.TestOptim) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py:138: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-11-23T01:55:57.3959306Z warnings.warn("Detected call of `lr_scheduler.step()` before `optimizer.step()`. " 2022-11-23T01:55:57.3959559Z ok (1.740s) 2022-11-23T01:55:57.3959787Z test_no_grad_for_all_params (__main__.TestOptim) ... ok (0.003s) 2022-11-23T01:55:57.3960048Z test_radam (__main__.TestOptim) ... ok (1.883s) 2022-11-23T01:55:57.3960279Z test_rmsprop (__main__.TestOptim) ... ok (9.650s) 2022-11-23T01:55:57.3960528Z test_rprop (__main__.TestOptim) ... ok (4.177s) 2022-11-23T01:55:57.3960766Z test_sgd (__main__.TestOptim) ... ok (9.296s) 2022-11-23T01:55:57.3961065Z test_sgd_complex (__main__.TestOptim) ... ok (0.010s) 2022-11-23T01:55:57.3961318Z test_sgd_sparse (__main__.TestOptim) ... ok (10.905s) 2022-11-23T01:55:57.3961568Z test_sparse_adam (__main__.TestOptim) ... ok (3.345s) 2022-11-23T01:55:57.3961834Z test_averaged_model_all_devices (__main__.TestSWAUtils) ... ok (0.017s) 2022-11-23T01:55:57.3962135Z test_averaged_model_exponential (__main__.TestSWAUtils) ... ok (0.012s) 2022-11-23T01:55:57.3962499Z test_averaged_model_exponential_buffers (__main__.TestSWAUtils) ... ok (0.008s) 2022-11-23T01:55:57.3962850Z test_averaged_model_mixed_device (__main__.TestSWAUtils) ... ok (0.002s) 2022-11-23T01:55:57.3963156Z test_averaged_model_state_dict (__main__.TestSWAUtils) ... ok (0.006s) 2022-11-23T01:55:57.3963450Z test_bn_update_eval_momentum (__main__.TestSWAUtils) ... ok (0.012s) 2022-11-23T01:55:57.3963717Z test_update_bn_cnn (__main__.TestSWAUtils) ... ok (0.046s) 2022-11-23T01:55:57.3963982Z test_update_bn_dnn (__main__.TestSWAUtils) ... ok (0.026s) 2022-11-23T01:55:57.3964133Z 2022-11-23T01:55:57.3964283Z ---------------------------------------------------------------------- 2022-11-23T01:55:57.3964526Z Ran 161 tests in 87.265s 2022-11-23T01:55:57.3964642Z 2022-11-23T01:55:57.3964715Z OK (skipped=1) 2022-11-23T01:55:57.3964821Z 2022-11-23T01:55:57.3964909Z Generating XML reports... 2022-11-23T01:55:57.3965277Z Generated XML report: test-reports\python-unittest\test_optim\TEST-TestDifferentiableOptimizer-20221123015429.xml 2022-11-23T01:55:57.3965763Z Generated XML report: test-reports\python-unittest\test_optim\TEST-TestLRScheduler-20221123015429.xml 2022-11-23T01:55:57.3966247Z Generated XML report: test-reports\python-unittest\test_optim\TEST-TestOptim-20221123015429.xml 2022-11-23T01:55:57.3966670Z Generated XML report: test-reports\python-unittest\test_optim\TEST-TestSWAUtils-20221123015429.xml 2022-11-23T01:55:57.3966899Z 2022-11-23T01:55:57.3967259Z ##[endgroup] 2022-11-23T01:55:57.3967590Z FINISHED PRINTING LOG FILE of test_optim (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_optim_chlaynk3) 2022-11-23T01:55:57.3967832Z 2022-11-23T01:56:00.2641440Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:56:00.2642161Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:56:00.2642510Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:56:00.4185176Z Running test_scatter_gather_ops ... [2022-11-23 01:56:00.418334] 2022-11-23T01:56:00.4190859Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_scatter_gather_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:56:00.418929] 2022-11-23T01:56:00.4192419Z Ignoring disabled issues: [] 2022-11-23T01:56:03.5976738Z 2022-11-23T01:56:03.5977234Z Expand the folded group to see the log file of test_scatter_gather_ops 2022-11-23T01:56:03.5977996Z ##[group]PRINTING LOG FILE of test_scatter_gather_ops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_scatter_gather_ops_hhkaaic0) 2022-11-23T01:56:03.5978902Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:56:03.5979610Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:56:03.5979761Z 2022-11-23T01:56:03.5979823Z Running tests... 2022-11-23T01:56:03.5980266Z ---------------------------------------------------------------------- 2022-11-23T01:56:03.5980439Z 2022-11-23T01:56:03.5980585Z ---------------------------------------------------------------------- 2022-11-23T01:56:03.5980827Z Ran 0 tests in 0.000s 2022-11-23T01:56:03.5980941Z 2022-11-23T01:56:03.5981000Z OK 2022-11-23T01:56:03.5981091Z 2022-11-23T01:56:03.5981181Z Generating XML reports... 2022-11-23T01:56:03.5981465Z Test results will be stored in test-reports\python-unittest\test_scatter_gather_ops 2022-11-23T01:56:03.5981664Z 2022-11-23T01:56:03.5981888Z ##[endgroup] 2022-11-23T01:56:03.5982248Z FINISHED PRINTING LOG FILE of test_scatter_gather_ops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_scatter_gather_ops_hhkaaic0) 2022-11-23T01:56:03.5982516Z 2022-11-23T01:56:06.5360366Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:56:06.5361173Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:56:06.5361506Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:56:06.6987766Z Running test_schema_check ... [2022-11-23 01:56:06.698045] 2022-11-23T01:56:06.6993193Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_schema_check.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:56:06.698628] 2022-11-23T01:56:06.6994015Z Ignoring disabled issues: [] 2022-11-23T01:56:11.5647139Z 2022-11-23T01:56:11.5647806Z Expand the folded group to see the log file of test_schema_check 2022-11-23T01:56:11.5648902Z ##[group]PRINTING LOG FILE of test_schema_check (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_schema_check_2hqnmfer) 2022-11-23T01:56:11.5650336Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:56:11.5651437Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:56:11.5651689Z 2022-11-23T01:56:11.5651815Z Running tests... 2022-11-23T01:56:11.5652234Z ---------------------------------------------------------------------- 2022-11-23T01:56:11.5652772Z Test results will be stored in test-reports\python-unittest\test_schema_check 2022-11-23T01:56:11.5653355Z test_alias_check_fail_multiple_operators (__main__.TestSchemaCheck) ... ok (0.013s) 2022-11-23T01:56:11.5654197Z test_alias_check_fail_multiple_operators_centered (__main__.TestSchemaCheck) ... ok (0.003s) 2022-11-23T01:56:11.5654656Z test_alias_check_fail_outputs_unexpectedly_aliasing (__main__.TestSchemaCheck) ... ok (0.004s) 2022-11-23T01:56:11.5654993Z test_alias_check_fail_simple (__main__.TestSchemaCheck) ... ok (0.002s) 2022-11-23T01:56:11.5655280Z test_is_alias_of_basic (__main__.TestSchemaCheck) ... ok (0.001s) 2022-11-23T01:56:11.5655580Z test_is_alias_of_empty_container (__main__.TestSchemaCheck) ... ok (0.002s) 2022-11-23T01:56:11.5655885Z test_mutation_check_fail (__main__.TestSchemaCheck) ... ok (0.003s) 2022-11-23T01:56:11.5656214Z test_mutation_check_fail_multiple_operators (__main__.TestSchemaCheck) ... ok (0.003s) 2022-11-23T01:56:11.5656530Z test_overlaps_basic (__main__.TestSchemaCheck) ... ok (0.002s) 2022-11-23T01:56:11.5656830Z test_overlaps_empty_container (__main__.TestSchemaCheck) ... ok (0.001s) 2022-11-23T01:56:11.5657137Z test_schema_check_mode_empty_list_input (__main__.TestSchemaCheck) ... ok (0.675s) 2022-11-23T01:56:11.5657624Z test_schema_check_mode_functionality (__main__.TestSchemaCheck) ... ok (0.010s) 2022-11-23T01:56:11.5657972Z test_schema_check_mode_functionality_aliasing_inputs (__main__.TestSchemaCheck) ... ok (0.000s) 2022-11-23T01:56:11.5658342Z test_schema_check_mode_functionality_default_replaced (__main__.TestSchemaCheck) ... ok (0.000s) 2022-11-23T01:56:11.5658703Z test_schema_check_mode_functionality_device_input (__main__.TestSchemaCheck) ... ok (0.010s) 2022-11-23T01:56:11.5659081Z test_schema_check_mode_functionality_kwarg_tensor (__main__.TestSchemaCheck) ... ok (0.000s) 2022-11-23T01:56:11.5659432Z test_schema_check_mode_functionality_list_input (__main__.TestSchemaCheck) ... ok (0.010s) 2022-11-23T01:56:11.5659783Z test_schema_check_mode_functionality_mutable_inputs (__main__.TestSchemaCheck) ... ok (0.000s) 2022-11-23T01:56:11.5660135Z test_schema_check_mode_functionality_nested_training_op (__main__.TestSchemaCheck) ... ok (0.013s) 2022-11-23T01:56:11.5660495Z test_schema_check_mode_functionality_training_op (__main__.TestSchemaCheck) ... ok (0.006s) 2022-11-23T01:56:11.5660907Z test_schema_check_mode_functionality_wildcard_after (__main__.TestSchemaCheck) ... ok (0.003s) 2022-11-23T01:56:11.5661282Z test_schema_check_mode_functionality_with_multiple_outputs (__main__.TestSchemaCheck) ... ok (0.003s) 2022-11-23T01:56:11.5662409Z test_schema_check_mode_functionality_with_multiple_outputs_aliasing (__main__.TestSchemaCheck) ... C:\actions-runner\_work\pytorch\pytorch\test\test_schema_check.py:276: UserWarning: An output with one or more elements was resized since it had shape [1, 1, 3], which does not match the required output shape [1, 3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T01:56:11.5663305Z torch.aminmax(x, dim=0, out=[actual, actual]) 2022-11-23T01:56:11.5663510Z ok (0.004s) 2022-11-23T01:56:11.5663787Z test_schema_check_mode_mutated_aliasing_aliasing_inputs (__main__.TestSchemaCheck) ... ok (0.004s) 2022-11-23T01:56:11.5664758Z test_schema_check_mode_mutated_aliasing_aliasing_outputs (__main__.TestSchemaCheck) ... C:\actions-runner\_work\pytorch\pytorch\test\test_schema_check.py:179: UserWarning: An output with one or more elements was resized since it had shape [1, 1, 3], which does not match the required output shape [1, 3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T01:56:11.5665592Z torch.aminmax(x, dim=0, out=[actual, actual]) 2022-11-23T01:56:11.5665797Z ok (0.004s) 2022-11-23T01:56:11.5666065Z test_schema_check_mode_mutated_aliasing_as_strided (__main__.TestSchemaCheck) ... ok (0.003s) 2022-11-23T01:56:11.5666429Z test_schema_check_mode_mutated_aliasing_multiple_outputs (__main__.TestSchemaCheck) ... ok (0.004s) 2022-11-23T01:56:11.5666777Z test_schema_check_mode_mutated_aliasing_mutation (__main__.TestSchemaCheck) ... ok (0.003s) 2022-11-23T01:56:11.5667120Z test_schema_check_mode_mutated_aliasing_none (__main__.TestSchemaCheck) ... ok (0.000s) 2022-11-23T01:56:11.5667457Z test_schema_check_mode_mutated_aliasing_resize_ (__main__.TestSchemaCheck) ... ok (0.003s) 2022-11-23T01:56:11.5667795Z test_schema_check_mode_operator_order (__main__.TestSchemaCheck) ... ok (0.006s) 2022-11-23T01:56:11.5668141Z test_schema_check_mode_operator_order_without_grad (__main__.TestSchemaCheck) ... ok (0.000s) 2022-11-23T01:56:11.5668463Z test_schema_info_bind_basic (__main__.TestSchemaCheck) ... ok (0.000s) 2022-11-23T01:56:11.5668631Z 2022-11-23T01:56:11.5668839Z ---------------------------------------------------------------------- 2022-11-23T01:56:11.5669074Z Ran 33 tests in 0.782s 2022-11-23T01:56:11.5669189Z 2022-11-23T01:56:11.5669250Z OK 2022-11-23T01:56:11.5669340Z 2022-11-23T01:56:11.5669429Z Generating XML reports... 2022-11-23T01:56:11.5669780Z Generated XML report: test-reports\python-unittest\test_schema_check\TEST-TestSchemaCheck-20221123015610.xml 2022-11-23T01:56:11.5670029Z 2022-11-23T01:56:11.5670297Z ##[endgroup] 2022-11-23T01:56:11.5670638Z FINISHED PRINTING LOG FILE of test_schema_check (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_schema_check_2hqnmfer) 2022-11-23T01:56:11.5670896Z 2022-11-23T01:56:14.5308582Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:56:14.5309312Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:56:14.5309653Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:56:14.6883200Z Running test_serialization ... [2022-11-23 01:56:14.684351] 2022-11-23T01:56:14.6888526Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_serialization.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:56:14.684351] 2022-11-23T01:56:14.6890520Z Ignoring disabled issues: [] 2022-11-23T01:58:56.1520759Z 2022-11-23T01:58:56.1521266Z Expand the folded group to see the log file of test_serialization 2022-11-23T01:58:56.1522246Z ##[group]PRINTING LOG FILE of test_serialization (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_serialization_87nisnw0) 2022-11-23T01:58:56.1530400Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:58:56.1531305Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:58:56.1531524Z 2022-11-23T01:58:56.1531652Z Running tests... 2022-11-23T01:58:56.1532162Z ---------------------------------------------------------------------- 2022-11-23T01:58:56.1532617Z Test results will be stored in test-reports\python-unittest\test_serialization 2022-11-23T01:58:56.1533001Z test_load_error_msg (__main__.TestOldSerialization) ... ok (0.010s) 2022-11-23T01:58:56.1533513Z test_load_nonexistent_device (__main__.TestOldSerialization) ... ok (0.000s) 2022-11-23T01:58:56.1533899Z test_load_python2_unicode_module (__main__.TestOldSerialization) ... ok (0.010s) 2022-11-23T01:58:56.1534342Z test_load_unicode_error_msg (__main__.TestOldSerialization) ... ok (0.000s) 2022-11-23T01:58:56.1535073Z test_save_different_dtype_error (__main__.TestOldSerialization) ... 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-23T01:58:56.1535825Z warnings.warn(message, UserWarning) 2022-11-23T01:58:56.1536070Z ok (0.010s) 2022-11-23T01:58:56.1536349Z test_save_different_dtype_unallocated (__main__.TestOldSerialization) ... ok (0.185s) 2022-11-23T01:58:56.1536806Z test_serialization (__main__.TestOldSerialization) ... ok (0.035s) 2022-11-23T01:58:56.1537334Z test_serialization_backwards_compat (__main__.TestOldSerialization) ... ok (0.050s) 2022-11-23T01:58:56.1537959Z test_serialization_backwards_compat_safe (__main__.TestOldSerialization) ... ok (0.016s) 2022-11-23T01:58:56.1538804Z test_serialization_container (__main__.TestOldSerialization) ... ok (0.013s) 2022-11-23T01:58:56.1539376Z test_serialization_container_filelike (__main__.TestOldSerialization) ... ok (0.009s) 2022-11-23T01:58:56.1539953Z test_serialization_dill (__main__.TestOldSerialization) ... skip: "dill" not found or not correct version (0.000s) 2022-11-23T01:58:56.1540640Z test_serialization_dill_version_not_supported (__main__.TestOldSerialization) ... skip: "dill" not found or is correct version (0.000s) 2022-11-23T01:58:56.1541257Z test_serialization_fake_zip (__main__.TestOldSerialization) ... ok (0.000s) 2022-11-23T01:58:56.1542218Z test_serialization_filelike (__main__.TestOldSerialization) ... 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-23T01:58:56.1543108Z warnings.warn(message, UserWarning) 2022-11-23T01:58:56.1543459Z ok (0.019s) 2022-11-23T01:58:56.1543988Z test_serialization_filelike_api_requirements (__main__.TestOldSerialization) ... ok (0.002s) 2022-11-23T01:58:56.1544620Z test_serialization_filelike_exceptions (__main__.TestOldSerialization) ... ok (0.003s) 2022-11-23T01:58:56.1545173Z test_serialization_filelike_missing_attrs (__main__.TestOldSerialization) ... ok (0.002s) 2022-11-23T01:58:56.1545792Z test_serialization_filelike_stress (__main__.TestOldSerialization) ... ok (0.319s) 2022-11-23T01:58:56.1546496Z test_serialization_filelike_uses_readinto (__main__.TestOldSerialization) ... ok (0.002s) 2022-11-23T01:58:56.1547000Z test_serialization_gzip (__main__.TestOldSerialization) ... ok (0.053s) 2022-11-23T01:58:56.1547511Z test_serialization_map_location (__main__.TestOldSerialization) ... ok (0.029s) 2022-11-23T01:58:56.1548031Z test_serialization_offset (__main__.TestOldSerialization) ... ok (129.650s) 2022-11-23T01:58:56.1548622Z test_serialization_offset_filelike_weights_only_False (__main__.TestOldSerialization) ... ok (7.853s) 2022-11-23T01:58:56.1549255Z test_serialization_offset_filelike_weights_only_True (__main__.TestOldSerialization) ... ok (8.512s) 2022-11-23T01:58:56.1549922Z test_serialization_offset_gzip (__main__.TestOldSerialization) ... ok (0.021s) 2022-11-23T01:58:56.1550482Z test_serialization_safe (__main__.TestOldSerialization) ... ok (0.029s) 2022-11-23T01:58:56.1551046Z test_serialization_save_warnings (__main__.TestOldSerialization) ... ok (0.005s) 2022-11-23T01:58:56.1552129Z test_serialization_sparse (__main__.TestOldSerialization) ... 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-23T01:58:56.1553103Z warnings.warn(message, UserWarning) 2022-11-23T01:58:56.1553457Z ok (0.027s) 2022-11-23T01:58:56.1554673Z test_serialization_sparse_csr_invalid (__main__.TestOldSerialization) ... C:\actions-runner\_work\pytorch\pytorch\test\test_serialization.py:339: UserWarning: Sparse CSR tensor support is in beta state. If you miss a functionality in the sparse tensor support, please submit a feature request to https://github.com/pytorch/pytorch/issues. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\SparseCsrTensorImpl.cpp:56.) 2022-11-23T01:58:56.1555863Z x = x.to_sparse_csr() 2022-11-23T01:58:56.1556197Z ok (0.005s) 2022-11-23T01:58:56.1556642Z test_serialization_sparse_invalid (__main__.TestOldSerialization) ... ok (0.708s) 2022-11-23T01:58:56.1557209Z test_serialization_sparse_safe (__main__.TestOldSerialization) ... ok (0.029s) 2022-11-23T01:58:56.1557773Z test_serialization_storage_slice (__main__.TestOldSerialization) ... ok (0.002s) 2022-11-23T01:58:56.1558502Z test_serialization_zipfile_utils (__main__.TestOldSerialization) ... ok (0.014s) 2022-11-23T01:58:56.1559046Z test_serialize_device (__main__.TestOldSerialization) ... ok (0.002s) 2022-11-23T01:58:56.1559557Z test_load_error_msg (__main__.TestSerialization) ... ok (0.002s) 2022-11-23T01:58:56.1560045Z test_load_nonexistent_device (__main__.TestSerialization) ... ok (0.002s) 2022-11-23T01:58:56.1560588Z test_load_python2_unicode_module (__main__.TestSerialization) ... ok (0.012s) 2022-11-23T01:58:56.1561116Z test_load_unicode_error_msg (__main__.TestSerialization) ... ok (0.000s) 2022-11-23T01:58:56.1561727Z test_meta_serialization_weights_only_False (__main__.TestSerialization) ... ok (0.003s) 2022-11-23T01:58:56.1562352Z test_meta_serialization_weights_only_True (__main__.TestSerialization) ... ok (0.000s) 2022-11-23T01:58:56.1562955Z test_pathlike_serialization_weights_only_False (__main__.TestSerialization) ... ok (0.016s) 2022-11-23T01:58:56.1564190Z test_pathlike_serialization_weights_only_True (__main__.TestSerialization) ... 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-23T01:58:56.1565164Z warnings.warn(message, UserWarning) 2022-11-23T01:58:56.1565484Z ok (0.023s) 2022-11-23T01:58:56.1565909Z test_save_different_dtype_error (__main__.TestSerialization) ... ok (0.004s) 2022-11-23T01:58:56.1566595Z test_save_different_dtype_unallocated (__main__.TestSerialization) ... ok (0.172s) 2022-11-23T01:58:56.1567177Z test_serialization (__main__.TestSerialization) ... ok (0.035s) 2022-11-23T01:58:56.1567731Z test_serialization_2gb_file (__main__.TestSerialization) ... ok (9.433s) 2022-11-23T01:58:56.1568285Z test_serialization_backwards_compat (__main__.TestSerialization) ... ok (0.017s) 2022-11-23T01:58:56.1568854Z test_serialization_backwards_compat_safe (__main__.TestSerialization) ... ok (0.016s) 2022-11-23T01:58:56.1569486Z test_serialization_dill (__main__.TestSerialization) ... skip: "dill" not found or not correct version (0.000s) 2022-11-23T01:58:56.1570206Z test_serialization_dill_version_not_supported (__main__.TestSerialization) ... skip: "dill" not found or is correct version (0.000s) 2022-11-23T01:58:56.1570909Z test_serialization_efficient_zerotensor_weights_only_False (__main__.TestSerialization) ... ok (0.006s) 2022-11-23T01:58:56.1571564Z test_serialization_efficient_zerotensor_weights_only_True (__main__.TestSerialization) ... ok (0.000s) 2022-11-23T01:58:56.1572154Z test_serialization_fake_zip (__main__.TestSerialization) ... ok (0.136s) 2022-11-23T01:58:56.1572691Z test_serialization_filelike (__main__.TestSerialization) ... ok (0.010s) 2022-11-23T01:58:56.1573292Z test_serialization_filelike_api_requirements (__main__.TestSerialization) ... ok (0.002s) 2022-11-23T01:58:56.1573933Z test_serialization_filelike_exceptions (__main__.TestSerialization) ... ok (0.002s) 2022-11-23T01:58:56.1574521Z test_serialization_filelike_missing_attrs (__main__.TestSerialization) ... ok (0.002s) 2022-11-23T01:58:56.1575091Z test_serialization_filelike_stress (__main__.TestSerialization) ... ok (0.575s) 2022-11-23T01:58:56.1575670Z test_serialization_filelike_uses_readinto (__main__.TestSerialization) ... ok (0.002s) 2022-11-23T01:58:56.1576212Z test_serialization_gzip (__main__.TestSerialization) ... ok (0.014s) 2022-11-23T01:58:56.1576723Z test_serialization_map_location (__main__.TestSerialization) ... ok (0.010s) 2022-11-23T01:58:56.1577306Z test_serialization_math_bits_weights_only_False (__main__.TestSerialization) ... ok (0.000s) 2022-11-23T01:58:56.1577914Z test_serialization_math_bits_weights_only_True (__main__.TestSerialization) ... ok (0.010s) 2022-11-23T01:58:56.1578483Z test_serialization_offset_gzip (__main__.TestSerialization) ... ok (0.019s) 2022-11-23T01:58:56.1579797Z test_serialization_python_attr (__main__.TestSerialization) ... ok (0.003s) 2022-11-23T01:58:56.1580336Z test_serialization_safe (__main__.TestSerialization) ... ok (0.027s) 2022-11-23T01:58:56.1580858Z test_serialization_save_warnings (__main__.TestSerialization) ... ok (0.003s) 2022-11-23T01:58:56.1581937Z test_serialization_sparse (__main__.TestSerialization) ... 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-23T01:58:56.1582877Z warnings.warn(message, UserWarning) 2022-11-23T01:58:56.1583241Z ok (0.032s) 2022-11-23T01:58:56.1583683Z test_serialization_sparse_csr_invalid (__main__.TestSerialization) ... ok (0.005s) 2022-11-23T01:58:56.1584252Z test_serialization_sparse_invalid (__main__.TestSerialization) ... ok (0.004s) 2022-11-23T01:58:56.1584840Z test_serialization_sparse_safe (__main__.TestSerialization) ... ok (0.047s) 2022-11-23T01:58:56.1585424Z test_serialization_storage_slice (__main__.TestSerialization) ... ok (0.002s) 2022-11-23T01:58:56.1586472Z test_serialization_zipfile_actually_jit (__main__.TestSerialization) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\serialization.py:794: UserWarning: 'torch.load' received a zip file that looks like a TorchScript archive dispatching to 'torch.jit.load' (call 'torch.jit.load' directly to silence this warning) 2022-11-23T01:58:56.1587641Z warnings.warn("'torch.load' received a zip file that looks like a TorchScript archive" 2022-11-23T01:58:56.1588083Z ok (0.020s) 2022-11-23T01:58:56.1588516Z test_serialization_zipfile_utils (__main__.TestSerialization) ... ok (0.013s) 2022-11-23T01:58:56.1589106Z test_serialization_zipfile_weights_only_False (__main__.TestSerialization) ... ok (0.025s) 2022-11-23T01:58:56.1589710Z test_serialization_zipfile_weights_only_True (__main__.TestSerialization) ... ok (0.032s) 2022-11-23T01:58:56.1590261Z test_serialize_device (__main__.TestSerialization) ... ok (0.001s) 2022-11-23T01:58:56.1590802Z test_weights_only_assert (__main__.TestSerialization) ... Hello World! 2022-11-23T01:58:56.1591227Z ok (0.002s) 2022-11-23T01:58:56.1591694Z test_cloned_deepcopy_requires_grad_False (__main__.TestSubclassSerialization) ... ok (0.001s) 2022-11-23T01:58:56.1592326Z test_cloned_deepcopy_requires_grad_True (__main__.TestSubclassSerialization) ... ok (0.001s) 2022-11-23T01:58:56.1592945Z test_empty_class_serialization (__main__.TestSubclassSerialization) ... ok (0.002s) 2022-11-23T01:58:56.1593534Z test_tensor_subclass_deepcopy (__main__.TestSubclassSerialization) ... ok (0.002s) 2022-11-23T01:58:56.1594122Z test_tensor_subclass_getstate_overwrite (__main__.TestSubclassSerialization) ... ok (0.003s) 2022-11-23T01:58:56.1594751Z test_tensor_subclass_wrapper_serialization (__main__.TestSubclassSerialization) ... ok (0.002s) 2022-11-23T01:58:56.1595096Z 2022-11-23T01:58:56.1595343Z ---------------------------------------------------------------------- 2022-11-23T01:58:56.1595771Z Ran 85 tests in 158.391s 2022-11-23T01:58:56.1595964Z 2022-11-23T01:58:56.1596096Z OK (skipped=4) 2022-11-23T01:58:56.1596328Z 2022-11-23T01:58:56.1596483Z Generating XML reports... 2022-11-23T01:58:56.1597106Z Generated XML report: test-reports\python-unittest\test_serialization\TEST-TestOldSerialization-20221123015617.xml 2022-11-23T01:58:56.1597886Z Generated XML report: test-reports\python-unittest\test_serialization\TEST-TestSerialization-20221123015617.xml 2022-11-23T01:58:56.1598691Z Generated XML report: test-reports\python-unittest\test_serialization\TEST-TestSubclassSerialization-20221123015617.xml 2022-11-23T01:58:56.1599138Z 2022-11-23T01:58:56.1599634Z ##[endgroup] 2022-11-23T01:58:56.1600216Z FINISHED PRINTING LOG FILE of test_serialization (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_serialization_87nisnw0) 2022-11-23T01:58:56.1600774Z 2022-11-23T01:58:59.0518465Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:58:59.0519172Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:58:59.0519522Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:58:59.2113696Z Running test_set_default_mobile_cpu_allocator ... [2022-11-23 01:58:59.210847] 2022-11-23T01:58:59.2118905Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_set_default_mobile_cpu_allocator.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:58:59.211449] 2022-11-23T01:58:59.2120717Z Ignoring disabled issues: [] 2022-11-23T01:59:03.0020161Z 2022-11-23T01:59:03.0020704Z Expand the folded group to see the log file of test_set_default_mobile_cpu_allocator 2022-11-23T01:59:03.0021705Z ##[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_in1c7d5w) 2022-11-23T01:59:03.0022772Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:59:03.0023447Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:59:03.0023597Z 2022-11-23T01:59:03.0023678Z Running tests... 2022-11-23T01:59:03.0023963Z ---------------------------------------------------------------------- 2022-11-23T01:59:03.0024334Z Test results will be stored in test-reports\python-unittest\test_set_default_mobile_cpu_allocator 2022-11-23T01:59:03.0024724Z test_exception (__main__.TestSetDefaultMobileCPUAllocator) ... ok (1.088s) 2022-11-23T01:59:03.0025091Z test_no_exception (__main__.TestSetDefaultMobileCPUAllocator) ... ok (0.001s) 2022-11-23T01:59:03.0025273Z 2022-11-23T01:59:03.0025425Z ---------------------------------------------------------------------- 2022-11-23T01:59:03.0025734Z Ran 2 tests in 1.094s 2022-11-23T01:59:03.0025862Z 2022-11-23T01:59:03.0025930Z OK 2022-11-23T01:59:03.0026026Z 2022-11-23T01:59:03.0026121Z Generating XML reports... 2022-11-23T01:59:03.0026608Z Generated XML report: test-reports\python-unittest\test_set_default_mobile_cpu_allocator\TEST-TestSetDefaultMobileCPUAllocator-20221123015901.xml 2022-11-23T01:59:03.0026933Z 2022-11-23T01:59:03.0027174Z ##[endgroup] 2022-11-23T01:59:03.0027564Z 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_in1c7d5w) 2022-11-23T01:59:03.0027871Z 2022-11-23T01:59:05.8443778Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:59:05.8444558Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:59:05.8444908Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:59:06.0007220Z Running test_shape_ops ... [2022-11-23 01:59:05.999970] 2022-11-23T01:59:06.0012344Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_shape_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:59:06.000560] 2022-11-23T01:59:06.0013727Z Ignoring disabled issues: [] 2022-11-23T01:59:09.0568561Z 2022-11-23T01:59:09.0569197Z Expand the folded group to see the log file of test_shape_ops 2022-11-23T01:59:09.0570406Z ##[group]PRINTING LOG FILE of test_shape_ops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_shape_ops_ezsn4y09) 2022-11-23T01:59:09.0571836Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:59:09.0573017Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:59:09.0573303Z 2022-11-23T01:59:09.0573426Z Running tests... 2022-11-23T01:59:09.0573899Z ---------------------------------------------------------------------- 2022-11-23T01:59:09.0574213Z 2022-11-23T01:59:09.0574479Z ---------------------------------------------------------------------- 2022-11-23T01:59:09.0574930Z Ran 0 tests in 0.000s 2022-11-23T01:59:09.0575146Z 2022-11-23T01:59:09.0575271Z OK 2022-11-23T01:59:09.0575446Z 2022-11-23T01:59:09.0575619Z Generating XML reports... 2022-11-23T01:59:09.0576089Z Test results will be stored in test-reports\python-unittest\test_shape_ops 2022-11-23T01:59:09.0576424Z 2022-11-23T01:59:09.0577060Z ##[endgroup] 2022-11-23T01:59:09.0577690Z FINISHED PRINTING LOG FILE of test_shape_ops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_shape_ops_ezsn4y09) 2022-11-23T01:59:09.0578140Z 2022-11-23T01:59:12.1023530Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:59:12.1024807Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:59:12.1025428Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:59:12.2730448Z Running test_sort_and_select ... [2022-11-23 01:59:12.264876] 2022-11-23T01:59:12.2735804Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_sort_and_select.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:59:12.264876] 2022-11-23T01:59:12.2737301Z Ignoring disabled issues: [] 2022-11-23T01:59:15.4967220Z 2022-11-23T01:59:15.4968332Z Expand the folded group to see the log file of test_sort_and_select 2022-11-23T01:59:15.4969300Z ##[group]PRINTING LOG FILE of test_sort_and_select (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_sort_and_select_2dpeqsew) 2022-11-23T01:59:15.4970182Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:59:15.4970872Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:59:15.4971033Z 2022-11-23T01:59:15.4971130Z Running tests... 2022-11-23T01:59:15.4971417Z ---------------------------------------------------------------------- 2022-11-23T01:59:15.4971608Z 2022-11-23T01:59:15.4971769Z ---------------------------------------------------------------------- 2022-11-23T01:59:15.4972041Z Ran 0 tests in 0.000s 2022-11-23T01:59:15.4972142Z 2022-11-23T01:59:15.4972397Z OK 2022-11-23T01:59:15.4972509Z 2022-11-23T01:59:15.4972615Z Generating XML reports... 2022-11-23T01:59:15.4972940Z Test results will be stored in test-reports\python-unittest\test_sort_and_select 2022-11-23T01:59:15.4973150Z 2022-11-23T01:59:15.4973411Z ##[endgroup] 2022-11-23T01:59:15.4973800Z FINISHED PRINTING LOG FILE of test_sort_and_select (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_sort_and_select_2dpeqsew) 2022-11-23T01:59:15.4974080Z 2022-11-23T01:59:18.4188364Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:59:18.4189161Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:59:18.4189522Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:59:18.5816228Z Running test_sparse ... [2022-11-23 01:59:18.581351] 2022-11-23T01:59:18.5821637Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_sparse.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:59:18.581954] 2022-11-23T01:59:18.5822382Z Ignoring disabled issues: [] 2022-11-23T01:59:22.6684634Z 2022-11-23T01:59:22.6685312Z Expand the folded group to see the log file of test_sparse 2022-11-23T01:59:22.6686673Z ##[group]PRINTING LOG FILE of test_sparse (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_sparse_vp79r_97) 2022-11-23T01:59:22.6688107Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:59:22.6689357Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:59:22.6690139Z C:\actions-runner\_work\pytorch\pytorch\test\test_sparse.py:40: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. 2022-11-23T01:59:22.6690962Z IS_WINDOWS and torch.version.cuda and LooseVersion(torch.version.cuda) > "11.2" 2022-11-23T01:59:22.6691313Z 2022-11-23T01:59:22.6691498Z Running tests... 2022-11-23T01:59:22.6691988Z ---------------------------------------------------------------------- 2022-11-23T01:59:22.6692550Z Test results will be stored in test-reports\python-unittest\test_sparse 2022-11-23T01:59:22.6693116Z test_basic (__main__.TestSparseMeta) ... ok (0.007s) 2022-11-23T01:59:22.6693687Z test_cuda_from_cpu (__main__.TestSparseOneOff) ... skip: CUDA not available (0.001s) 2022-11-23T01:59:22.6694343Z test_cuda_sparse_cpu_dense_add (__main__.TestSparseOneOff) ... skip: CUDA not available (0.002s) 2022-11-23T01:59:22.6694712Z 2022-11-23T01:59:22.6694991Z ---------------------------------------------------------------------- 2022-11-23T01:59:22.6695458Z Ran 3 tests in 0.000s 2022-11-23T01:59:22.6695671Z 2022-11-23T01:59:22.6695817Z OK (skipped=2) 2022-11-23T01:59:22.6695984Z 2022-11-23T01:59:22.6696159Z Generating XML reports... 2022-11-23T01:59:22.6696799Z Generated XML report: test-reports\python-unittest\test_sparse\TEST-TestSparseMeta-20221123015922.xml 2022-11-23T01:59:22.6697651Z Generated XML report: test-reports\python-unittest\test_sparse\TEST-TestSparseOneOff-20221123015922.xml 2022-11-23T01:59:22.6698093Z 2022-11-23T01:59:22.6698562Z ##[endgroup] 2022-11-23T01:59:22.6699180Z FINISHED PRINTING LOG FILE of test_sparse (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_sparse_vp79r_97) 2022-11-23T01:59:22.6699627Z 2022-11-23T01:59:25.6307087Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:59:25.6308078Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:59:25.6308433Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:59:25.7914168Z Running test_spectral_ops ... [2022-11-23 01:59:25.790759] 2022-11-23T01:59:25.7919044Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_spectral_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:59:25.791347] 2022-11-23T01:59:25.7920828Z Ignoring disabled issues: [] 2022-11-23T01:59:32.8176256Z 2022-11-23T01:59:32.8177004Z Expand the folded group to see the log file of test_spectral_ops 2022-11-23T01:59:32.8177825Z ##[group]PRINTING LOG FILE of test_spectral_ops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_spectral_ops_n9j67h3n) 2022-11-23T01:59:32.8178700Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:59:32.8179573Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:59:32.8180045Z C:\actions-runner\_work\pytorch\pytorch\test\test_spectral_ops.py:44: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. 2022-11-23T01:59:32.8180488Z if LooseVersion(np.__version__) >= '1.20.0' and ( 2022-11-23T01:59:32.8180943Z C:\actions-runner\_work\pytorch\pytorch\test\test_spectral_ops.py:45: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. 2022-11-23T01:59:32.8181385Z not has_scipy_fft or LooseVersion(scipy.__version__) >= '1.6.0') 2022-11-23T01:59:32.8181566Z 2022-11-23T01:59:32.8181659Z Running tests... 2022-11-23T01:59:32.8181948Z ---------------------------------------------------------------------- 2022-11-23T01:59:32.8182141Z 2022-11-23T01:59:32.8182299Z ---------------------------------------------------------------------- 2022-11-23T01:59:32.8182578Z Ran 0 tests in 0.000s 2022-11-23T01:59:32.8182711Z 2022-11-23T01:59:32.8182792Z OK 2022-11-23T01:59:32.8182905Z 2022-11-23T01:59:32.8183010Z Generating XML reports... 2022-11-23T01:59:32.8183297Z Test results will be stored in test-reports\python-unittest\test_spectral_ops 2022-11-23T01:59:32.8183503Z 2022-11-23T01:59:32.8183774Z ##[endgroup] 2022-11-23T01:59:32.8184154Z FINISHED PRINTING LOG FILE of test_spectral_ops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_spectral_ops_n9j67h3n) 2022-11-23T01:59:32.8184435Z 2022-11-23T01:59:35.7792305Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:59:35.7793045Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:59:35.7793407Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:59:35.9530435Z Running test_stateless ... [2022-11-23 01:59:35.952612] 2022-11-23T01:59:35.9536082Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_stateless.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:59:35.953215] 2022-11-23T01:59:35.9538816Z Ignoring disabled issues: [] 2022-11-23T01:59:55.6869706Z 2022-11-23T01:59:55.6870323Z Expand the folded group to see the log file of test_stateless 2022-11-23T01:59:55.6871373Z ##[group]PRINTING LOG FILE of test_stateless (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_stateless_6_jv1uds) 2022-11-23T01:59:55.6872905Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:59:55.6874493Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:59:55.6874763Z 2022-11-23T01:59:55.6874896Z Running tests... 2022-11-23T01:59:55.6875357Z ---------------------------------------------------------------------- 2022-11-23T01:59:55.6875913Z Test results will be stored in test-reports\python-unittest\test_stateless 2022-11-23T01:59:55.6876474Z test_runs_with_optimize_flag (__main__.TestPythonOptimizeMode) ... ok (13.533s) 2022-11-23T01:59:55.6877062Z test_private_stateless_warns (__main__.TestStatelessDeprecation) ... ok (2.326s) 2022-11-23T01:59:55.6877710Z test_circular_references (__main__.TestStatelessFunctionalAPI) ... ok (0.003s) 2022-11-23T01:59:55.6878349Z test_functional_batch_norm (__main__.TestStatelessFunctionalAPI) ... ok (0.006s) 2022-11-23T01:59:55.6879861Z test_functional_call (__main__.TestStatelessFunctionalAPI) ... ok (0.000s) 2022-11-23T01:59:55.6880594Z test_functional_call_with_data_parallel (__main__.TestStatelessFunctionalAPI) ... skip: multi-GPU not supported (0.000s) 2022-11-23T01:59:55.6881294Z test_functional_call_with_gradient (__main__.TestStatelessFunctionalAPI) ... ok (0.000s) 2022-11-23T01:59:55.6881916Z test_functional_call_with_jit (__main__.TestStatelessFunctionalAPI) ... ok (0.133s) 2022-11-23T01:59:55.6882557Z test_reparamertize_module_fail_reset_to_original (__main__.TestStatelessFunctionalAPI) ... ok (0.679s) 2022-11-23T01:59:55.6883310Z test_reparametrized_module_change_parametrization_original (__main__.TestStatelessFunctionalAPI) ... ok (0.005s) 2022-11-23T01:59:55.6883972Z test_setattr (__main__.TestStatelessFunctionalAPI) ... ok (0.002s) 2022-11-23T01:59:55.6884565Z test_tied_weights_warns (__main__.TestStatelessFunctionalAPI) ... ok (0.004s) 2022-11-23T01:59:55.6884926Z 2022-11-23T01:59:55.6885201Z ---------------------------------------------------------------------- 2022-11-23T01:59:55.6885693Z Ran 12 tests in 16.687s 2022-11-23T01:59:55.6885923Z 2022-11-23T01:59:55.6886070Z OK (skipped=1) 2022-11-23T01:59:55.6886236Z 2022-11-23T01:59:55.6886487Z Generating XML reports... 2022-11-23T01:59:55.6887141Z Generated XML report: test-reports\python-unittest\test_stateless\TEST-TestPythonOptimizeMode-20221123015938.xml 2022-11-23T01:59:55.6888033Z Generated XML report: test-reports\python-unittest\test_stateless\TEST-TestStatelessDeprecation-20221123015938.xml 2022-11-23T01:59:55.6888907Z Generated XML report: test-reports\python-unittest\test_stateless\TEST-TestStatelessFunctionalAPI-20221123015938.xml 2022-11-23T01:59:55.6889385Z 2022-11-23T01:59:55.6889885Z ##[endgroup] 2022-11-23T01:59:55.6890484Z FINISHED PRINTING LOG FILE of test_stateless (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_stateless_6_jv1uds) 2022-11-23T01:59:55.6890954Z 2022-11-23T01:59:58.6969302Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T01:59:58.6970446Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T01:59:58.6971259Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:59:58.8722325Z Running test_subclass ... [2022-11-23 01:59:58.871843] 2022-11-23T01:59:58.8729000Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_subclass.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:59:58.872450] 2022-11-23T01:59:58.8731260Z Ignoring disabled issues: [] 2022-11-23T02:00:02.3355825Z 2022-11-23T02:00:02.3356781Z Expand the folded group to see the log file of test_subclass 2022-11-23T02:00:02.3358281Z ##[group]PRINTING LOG FILE of test_subclass (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_subclass_gown_iyh) 2022-11-23T02:00:02.3359733Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:00:02.3361030Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:00:02.3361292Z 2022-11-23T02:00:02.3361433Z Running tests... 2022-11-23T02:00:02.3361879Z ---------------------------------------------------------------------- 2022-11-23T02:00:02.3362406Z Test results will be stored in test-reports\python-unittest\test_subclass 2022-11-23T02:00:02.3363193Z test_deepcopy_base_tensor_as_param_False (__main__.TestSubclass) ... ok (0.477s) 2022-11-23T02:00:02.3363768Z test_deepcopy_base_tensor_as_param_True (__main__.TestSubclass) ... ok (0.000s) 2022-11-23T02:00:02.3364357Z test_deepcopy_diag_tensor_below_as_param_False (__main__.TestSubclass) ... ok (0.000s) 2022-11-23T02:00:02.3364947Z test_deepcopy_diag_tensor_below_as_param_True (__main__.TestSubclass) ... ok (0.011s) 2022-11-23T02:00:02.3365543Z test_deepcopy_logging_tensor_as_param_False (__main__.TestSubclass) ... ok (0.004s) 2022-11-23T02:00:02.3366085Z test_deepcopy_logging_tensor_as_param_True (__main__.TestSubclass) ... ok (0.004s) 2022-11-23T02:00:02.3366706Z test_deepcopy_non_wrapper_tensor_as_param_False (__main__.TestSubclass) ... ok (0.002s) 2022-11-23T02:00:02.3367378Z test_deepcopy_non_wrapper_tensor_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-11-23T02:00:02.3367966Z test_deepcopy_sparse_tensor_as_param_False (__main__.TestSubclass) ... ok (0.006s) 2022-11-23T02:00:02.3368547Z test_deepcopy_sparse_tensor_as_param_True (__main__.TestSubclass) ... ok (0.005s) 2022-11-23T02:00:02.3369115Z test_lazy_module_base_tensor (__main__.TestSubclass) ... expected failure (0.002s) 2022-11-23T02:00:02.3370101Z test_lazy_module_diag_tensor_below (__main__.TestSubclass) ... 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:00:02.3371044Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T02:00:02.3371468Z expected failure (0.004s) 2022-11-23T02:00:02.3371952Z test_lazy_module_logging_tensor (__main__.TestSubclass) ... expected failure (0.003s) 2022-11-23T02:00:02.3372573Z test_lazy_module_non_wrapper_tensor (__main__.TestSubclass) ... expected failure (0.000s) 2022-11-23T02:00:02.3373189Z test_lazy_module_sparse_tensor (__main__.TestSubclass) ... expected failure (0.003s) 2022-11-23T02:00:02.3373760Z test_module_optimization_base_tensor (__main__.TestSubclass) ... ok (0.006s) 2022-11-23T02:00:02.3374321Z test_module_optimization_diag_tensor_below (__main__.TestSubclass) ... ok (0.000s) 2022-11-23T02:00:02.3374855Z test_module_optimization_logging_tensor (__main__.TestSubclass) ... ok (0.010s) 2022-11-23T02:00:02.3375430Z test_module_optimization_non_wrapper_tensor (__main__.TestSubclass) ... ok (0.000s) 2022-11-23T02:00:02.3376124Z test_module_optimization_sparse_tensor (__main__.TestSubclass) ... ok (0.020s) 2022-11-23T02:00:02.3376774Z test_non_rewrapping_torch_dispatch_subclass_as_parameter_throws_for_detach (__main__.TestSubclass) ... ok (0.003s) 2022-11-23T02:00:02.3377458Z test_param_invariants_base_tensor_tensor_requires_grad_False (__main__.TestSubclass) ... ok (0.002s) 2022-11-23T02:00:02.3378105Z test_param_invariants_base_tensor_tensor_requires_grad_True (__main__.TestSubclass) ... ok (0.002s) 2022-11-23T02:00:02.3378791Z test_param_invariants_diag_tensor_below_tensor_requires_grad_False (__main__.TestSubclass) ... ok (0.002s) 2022-11-23T02:00:02.3379447Z test_param_invariants_diag_tensor_below_tensor_requires_grad_True (__main__.TestSubclass) ... ok (0.002s) 2022-11-23T02:00:02.3380099Z test_param_invariants_logging_tensor_tensor_requires_grad_False (__main__.TestSubclass) ... ok (0.002s) 2022-11-23T02:00:02.3380744Z test_param_invariants_logging_tensor_tensor_requires_grad_True (__main__.TestSubclass) ... ok (0.002s) 2022-11-23T02:00:02.3381413Z test_param_invariants_non_wrapper_tensor_tensor_requires_grad_False (__main__.TestSubclass) ... ok (0.002s) 2022-11-23T02:00:02.3382080Z test_param_invariants_non_wrapper_tensor_tensor_requires_grad_True (__main__.TestSubclass) ... ok (0.002s) 2022-11-23T02:00:02.3382730Z test_param_invariants_sparse_tensor_tensor_requires_grad_False (__main__.TestSubclass) ... ok (0.002s) 2022-11-23T02:00:02.3383370Z test_param_invariants_sparse_tensor_tensor_requires_grad_True (__main__.TestSubclass) ... ok (0.002s) 2022-11-23T02:00:02.3384058Z test_parametrization_base_tensor_leave_parametrized_False (__main__.TestSubclass) ... ok (0.003s) 2022-11-23T02:00:02.3384736Z test_parametrization_base_tensor_leave_parametrized_True (__main__.TestSubclass) ... ok (0.003s) 2022-11-23T02:00:02.3385435Z test_parametrization_diag_tensor_below_leave_parametrized_False (__main__.TestSubclass) ... ok (0.000s) 2022-11-23T02:00:02.3386098Z test_parametrization_diag_tensor_below_leave_parametrized_True (__main__.TestSubclass) ... ok (0.000s) 2022-11-23T02:00:02.3386767Z test_parametrization_logging_tensor_leave_parametrized_False (__main__.TestSubclass) ... ok (0.006s) 2022-11-23T02:00:02.3387430Z test_parametrization_logging_tensor_leave_parametrized_True (__main__.TestSubclass) ... ok (0.000s) 2022-11-23T02:00:02.3388102Z test_parametrization_non_wrapper_tensor_leave_parametrized_False (__main__.TestSubclass) ... ok (0.000s) 2022-11-23T02:00:02.3388756Z test_parametrization_non_wrapper_tensor_leave_parametrized_True (__main__.TestSubclass) ... ok (0.000s) 2022-11-23T02:00:02.3389430Z test_parametrization_sparse_tensor_leave_parametrized_False (__main__.TestSubclass) ... ok (0.014s) 2022-11-23T02:00:02.3390084Z test_parametrization_sparse_tensor_leave_parametrized_True (__main__.TestSubclass) ... ok (0.005s) 2022-11-23T02:00:02.3390716Z test_repr_base_tensor_as_param_False (__main__.TestSubclass) ... ok (0.002s) 2022-11-23T02:00:02.3391302Z test_repr_base_tensor_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-11-23T02:00:02.3391867Z test_repr_diag_tensor_below_as_param_False (__main__.TestSubclass) ... ok (0.002s) 2022-11-23T02:00:02.3411698Z test_repr_diag_tensor_below_as_param_True (__main__.TestSubclass) ... ok (0.003s) 2022-11-23T02:00:02.3412432Z test_repr_logging_tensor_as_param_False (__main__.TestSubclass) ... ok (0.002s) 2022-11-23T02:00:02.3413018Z test_repr_logging_tensor_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-11-23T02:00:02.3413603Z test_repr_non_wrapper_tensor_as_param_False (__main__.TestSubclass) ... ok (0.002s) 2022-11-23T02:00:02.3414261Z test_repr_non_wrapper_tensor_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-11-23T02:00:02.3414868Z test_repr_sparse_tensor_as_param_False (__main__.TestSubclass) ... ok (0.002s) 2022-11-23T02:00:02.3415439Z test_repr_sparse_tensor_as_param_True (__main__.TestSubclass) ... ok (0.003s) 2022-11-23T02:00:02.3416188Z test_serialization_base_tensor_as_param_False (__main__.TestSubclass) ... ok (0.003s) 2022-11-23T02:00:02.3416737Z test_serialization_base_tensor_as_param_True (__main__.TestSubclass) ... ok (0.000s) 2022-11-23T02:00:02.3417340Z test_serialization_diag_tensor_below_as_param_False (__main__.TestSubclass) ... ok (0.006s) 2022-11-23T02:00:02.3417952Z test_serialization_diag_tensor_below_as_param_True (__main__.TestSubclass) ... ok (0.000s) 2022-11-23T02:00:02.3418555Z test_serialization_logging_tensor_as_param_False (__main__.TestSubclass) ... ok (0.010s) 2022-11-23T02:00:02.3419157Z test_serialization_logging_tensor_as_param_True (__main__.TestSubclass) ... ok (0.000s) 2022-11-23T02:00:02.3419762Z test_serialization_non_wrapper_tensor_as_param_False (__main__.TestSubclass) ... ok (0.000s) 2022-11-23T02:00:02.3420370Z test_serialization_non_wrapper_tensor_as_param_True (__main__.TestSubclass) ... ok (0.012s) 2022-11-23T02:00:02.3421001Z test_serialization_sparse_tensor_as_param_False (__main__.TestSubclass) ... ok (0.005s) 2022-11-23T02:00:02.3421594Z test_serialization_sparse_tensor_as_param_True (__main__.TestSubclass) ... ok (0.006s) 2022-11-23T02:00:02.3422190Z test_type_propagation_base_tensor_as_param_False (__main__.TestSubclass) ... ok (0.001s) 2022-11-23T02:00:02.3422786Z test_type_propagation_base_tensor_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-11-23T02:00:02.3423394Z test_type_propagation_diag_tensor_below_as_param_False (__main__.TestSubclass) ... ok (0.002s) 2022-11-23T02:00:02.3424113Z test_type_propagation_diag_tensor_below_as_param_True (__main__.TestSubclass) ... ok (0.001s) 2022-11-23T02:00:02.3424690Z test_type_propagation_logging_tensor_as_param_False (__main__.TestSubclass) ... ok (0.001s) 2022-11-23T02:00:02.3425293Z test_type_propagation_logging_tensor_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-11-23T02:00:02.3425909Z test_type_propagation_non_wrapper_tensor_as_param_False (__main__.TestSubclass) ... ok (0.002s) 2022-11-23T02:00:02.3426599Z test_type_propagation_non_wrapper_tensor_as_param_True (__main__.TestSubclass) ... ok (0.001s) 2022-11-23T02:00:02.3427221Z test_type_propagation_sparse_tensor_as_param_False (__main__.TestSubclass) ... ok (0.002s) 2022-11-23T02:00:02.3427830Z test_type_propagation_sparse_tensor_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-11-23T02:00:02.3428155Z 2022-11-23T02:00:02.3428413Z ---------------------------------------------------------------------- 2022-11-23T02:00:02.3428808Z Ran 71 tests in 0.688s 2022-11-23T02:00:02.3429020Z 2022-11-23T02:00:02.3429183Z OK (expected failures=5) 2022-11-23T02:00:02.3429399Z 2022-11-23T02:00:02.3429564Z Generating XML reports... 2022-11-23T02:00:02.3430153Z Generated XML report: test-reports\python-unittest\test_subclass\TEST-TestSubclass-20221123020001.xml 2022-11-23T02:00:02.3430555Z 2022-11-23T02:00:02.3431016Z ##[endgroup] 2022-11-23T02:00:02.3431600Z FINISHED PRINTING LOG FILE of test_subclass (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_subclass_gown_iyh) 2022-11-23T02:00:02.3432055Z 2022-11-23T02:00:05.4418298Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:00:05.4419478Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:00:05.4420055Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:00:05.6204347Z Running test_tensorboard ... [2022-11-23 02:00:05.619760] 2022-11-23T02:00:05.6210422Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_tensorboard.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:00:05.620903] 2022-11-23T02:00:05.6212256Z Ignoring disabled issues: [] 2022-11-23T02:00:08.4288326Z 2022-11-23T02:00:08.4289484Z Expand the folded group to see the log file of test_tensorboard 2022-11-23T02:00:08.4290667Z ##[group]PRINTING LOG FILE of test_tensorboard (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_tensorboard_gacm9l12) 2022-11-23T02:00:08.4292035Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:00:08.4292983Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:00:08.4293256Z 2022-11-23T02:00:08.4293363Z Running tests... 2022-11-23T02:00:08.4295415Z ---------------------------------------------------------------------- 2022-11-23T02:00:08.4296176Z Test results will be stored in test-reports\python-unittest\test_tensorboard 2022-11-23T02:00:08.4296954Z test_embedding (__main__.TestTensorBoardEmbedding) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T02:00:08.4297798Z test_embedding_64 (__main__.TestTensorBoardEmbedding) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T02:00:08.4298514Z test_figure (__main__.TestTensorBoardFigure) ... skip: no matplotlib (0.000s) 2022-11-23T02:00:08.4299446Z test_figure_list (__main__.TestTensorBoardFigure) ... skip: no matplotlib (0.000s) 2022-11-23T02:00:08.4300161Z test_caffe2_np (__main__.TestTensorBoardNumpy) ... skip: no caffe2 (0.000s) 2022-11-23T02:00:08.4300828Z test_caffe2_np_expect_fail (__main__.TestTensorBoardNumpy) ... skip: no caffe2 (0.000s) 2022-11-23T02:00:08.4301440Z test_caffe2_simple_cnnmodel (__main__.TestTensorBoardNumpy) ... skip: no caffe2 (0.000s) 2022-11-23T02:00:08.4302088Z test_caffe2_simple_model (__main__.TestTensorBoardNumpy) ... skip: no caffe2 (0.012s) 2022-11-23T02:00:08.4302831Z test_pytorch_np_expect_fail (__main__.TestTensorBoardNumpy) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T02:00:08.4303632Z test_scalar (__main__.TestTensorBoardNumpy) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T02:00:08.4304465Z test_pytorch_autograd_np (__main__.TestTensorBoardPyTorchNumpy) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T02:00:08.4305343Z test_pytorch_histogram (__main__.TestTensorBoardPyTorchNumpy) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T02:00:08.4306277Z test_pytorch_histogram_raw (__main__.TestTensorBoardPyTorchNumpy) ... skip: Skip the test since TensorBoard is not installed (0.003s) 2022-11-23T02:00:08.4307200Z test_pytorch_np (__main__.TestTensorBoardPyTorchNumpy) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T02:00:08.4308006Z test_pytorch_write (__main__.TestTensorBoardPyTorchNumpy) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T02:00:08.4308851Z test_mlp_graph (__main__.TestTensorBoardPytorchGraph) ... skip: Skip the test since TensorBoard is not installed (0.002s) 2022-11-23T02:00:08.4309701Z test_nested_nn_squential (__main__.TestTensorBoardPytorchGraph) ... skip: Skip the test since TensorBoard is not installed (0.002s) 2022-11-23T02:00:08.4310568Z test_pytorch_graph (__main__.TestTensorBoardPytorchGraph) ... skip: Skip the test since TensorBoard is not installed (0.002s) 2022-11-23T02:00:08.4311423Z test_pytorch_graph_dict_input (__main__.TestTensorBoardPytorchGraph) ... skip: Skip the test since TensorBoard is not installed (0.002s) 2022-11-23T02:00:08.4312286Z test_torchvision_smoke (__main__.TestTensorBoardPytorchGraph) ... skip: no torchvision (0.001s) 2022-11-23T02:00:08.4313269Z test_wrong_input_size (__main__.TestTensorBoardPytorchGraph) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T02:00:08.4314063Z test_audio (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T02:00:08.4314800Z test_custom_scalars (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T02:00:08.4315588Z test_empty_input (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T02:00:08.4316252Z test_float32_image (__main__.TestTensorBoardSummary) 2022-11-23T02:00:08.4317018Z 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:00:08.4317837Z test_histogram_auto (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T02:00:08.4318710Z test_histogram_doane (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T02:00:08.4319534Z test_histogram_fd (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T02:00:08.4320280Z test_hparams_bool (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T02:00:08.4321070Z test_hparams_domain_discrete (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T02:00:08.4321990Z test_hparams_number (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T02:00:08.4322799Z test_hparams_smoke (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T02:00:08.4323586Z test_hparams_string (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T02:00:08.4324461Z test_hparams_wrong_parameter (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T02:00:08.4325322Z test_image_with_3_channel_batched (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T02:00:08.4326139Z test_image_with_boxes (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T02:00:08.4326946Z test_image_with_one_channel (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T02:00:08.4327779Z test_image_with_one_channel_batched (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T02:00:08.4328607Z test_image_without_channel (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T02:00:08.4329395Z test_list_input (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T02:00:08.4330205Z test_mesh (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T02:00:08.4331009Z test_scalar_new_style (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T02:00:08.4331782Z test_text (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T02:00:08.4332420Z test_uint8_image (__main__.TestTensorBoardSummary) 2022-11-23T02:00:08.4333049Z Tests that uint8 image (pixel values in [0, 255]) is not changed ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T02:00:08.4333806Z test_video (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T02:00:08.4334596Z test_pathlib (__main__.TestTensorBoardSummaryWriter) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T02:00:08.4335591Z test_summary_writer_close (__main__.TestTensorBoardSummaryWriter) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T02:00:08.4336488Z test_summary_writer_ctx (__main__.TestTensorBoardSummaryWriter) ... skip: Skip the test since TensorBoard is not installed (0.003s) 2022-11-23T02:00:08.4337371Z test_convert_to_HWC_dtype_remains_same (__main__.TestTensorBoardUtils) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T02:00:08.4338174Z test_numpy_vid_uint8 (__main__.TestTensorBoardUtils) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T02:00:08.4338951Z test_prepare_video (__main__.TestTensorBoardUtils) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T02:00:08.4339667Z test_to_HWC (__main__.TestTensorBoardUtils) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T02:00:08.4340412Z test_writer (__main__.TestTensorBoardWriter) ... skip: Skip the test since TensorBoard is not installed (0.006s) 2022-11-23T02:00:08.4340812Z 2022-11-23T02:00:08.4341097Z ---------------------------------------------------------------------- 2022-11-23T02:00:08.4341564Z Ran 53 tests in 0.062s 2022-11-23T02:00:08.4341785Z 2022-11-23T02:00:08.4341934Z OK (skipped=53) 2022-11-23T02:00:08.4342211Z 2022-11-23T02:00:08.4342387Z Generating XML reports... 2022-11-23T02:00:08.4343261Z Generated XML report: test-reports\python-unittest\test_tensorboard\TEST-TestTensorBoardEmbedding-20221123020008.xml 2022-11-23T02:00:08.4344179Z Generated XML report: test-reports\python-unittest\test_tensorboard\TEST-TestTensorBoardFigure-20221123020008.xml 2022-11-23T02:00:08.4345097Z Generated XML report: test-reports\python-unittest\test_tensorboard\TEST-TestTensorBoardNumpy-20221123020008.xml 2022-11-23T02:00:08.4346015Z Generated XML report: test-reports\python-unittest\test_tensorboard\TEST-TestTensorBoardPyTorchNumpy-20221123020008.xml 2022-11-23T02:00:08.4347010Z Generated XML report: test-reports\python-unittest\test_tensorboard\TEST-TestTensorBoardPytorchGraph-20221123020008.xml 2022-11-23T02:00:08.4348056Z Generated XML report: test-reports\python-unittest\test_tensorboard\TEST-TestTensorBoardSummary-20221123020008.xml 2022-11-23T02:00:08.4349064Z Generated XML report: test-reports\python-unittest\test_tensorboard\TEST-TestTensorBoardSummaryWriter-20221123020008.xml 2022-11-23T02:00:08.4350000Z Generated XML report: test-reports\python-unittest\test_tensorboard\TEST-TestTensorBoardUtils-20221123020008.xml 2022-11-23T02:00:08.4350904Z Generated XML report: test-reports\python-unittest\test_tensorboard\TEST-TestTensorBoardWriter-20221123020008.xml 2022-11-23T02:00:08.4351391Z 2022-11-23T02:00:08.4351896Z ##[endgroup] 2022-11-23T02:00:08.4352540Z FINISHED PRINTING LOG FILE of test_tensorboard (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_tensorboard_gacm9l12) 2022-11-23T02:00:08.4353029Z 2022-11-23T02:00:11.4527503Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:00:11.4528834Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:00:11.4544480Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:00:11.6154245Z Running test_tensorexpr_pybind ... [2022-11-23 02:00:11.611093] 2022-11-23T02:00:11.6160051Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_tensorexpr_pybind.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:00:11.611093] 2022-11-23T02:00:11.6161125Z Ignoring disabled issues: [] 2022-11-23T02:00:14.9252549Z 2022-11-23T02:00:14.9253443Z Expand the folded group to see the log file of test_tensorexpr_pybind 2022-11-23T02:00:14.9254612Z ##[group]PRINTING LOG FILE of test_tensorexpr_pybind (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_tensorexpr_pybind_px2dulvx) 2022-11-23T02:00:14.9255615Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:00:14.9256320Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:00:14.9256489Z 2022-11-23T02:00:14.9256581Z Running tests... 2022-11-23T02:00:14.9256876Z ---------------------------------------------------------------------- 2022-11-23T02:00:14.9257234Z Test results will be stored in test-reports\python-unittest\test_tensorexpr_pybind 2022-11-23T02:00:14.9257601Z test_unary_ops (__main__.TestExprHandlePyBind) ... ok (0.459s) 2022-11-23T02:00:14.9257970Z test_alloc_in_loop (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.000s) 2022-11-23T02:00:14.9258339Z test_call_raw (__main__.TestTensorExprPyBind) ... ok (0.006s) 2022-11-23T02:00:14.9258673Z test_dtype_error (__main__.TestTensorExprPyBind) ... ok (0.000s) 2022-11-23T02:00:14.9259018Z test_dynamic_shape (__main__.TestTensorExprPyBind) ... ok (0.000s) 2022-11-23T02:00:14.9259513Z test_dynamic_shape_2d (__main__.TestTensorExprPyBind) ... ok (0.000s) 2022-11-23T02:00:14.9259862Z test_external_calls (__main__.TestTensorExprPyBind) ... ok (0.010s) 2022-11-23T02:00:14.9260245Z test_kernel_shape_prop (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.000s) 2022-11-23T02:00:14.9260672Z test_kernel_shape_prop_module (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.000s) 2022-11-23T02:00:14.9261161Z test_kernel_with_custom_lowering (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.000s) 2022-11-23T02:00:14.9261626Z test_kernel_with_expand (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.000s) 2022-11-23T02:00:14.9262040Z test_kernel_with_permute (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.000s) 2022-11-23T02:00:14.9262428Z test_kernel_with_scalar_inputs (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.000s) 2022-11-23T02:00:14.9262839Z test_kernel_with_t (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.000s) 2022-11-23T02:00:14.9263251Z test_kernel_with_tensor_inputs (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.010s) 2022-11-23T02:00:14.9263668Z test_kernel_with_transpose (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.000s) 2022-11-23T02:00:14.9264041Z test_simple_sum (__main__.TestTensorExprPyBind) ... ok (0.000s) 2022-11-23T02:00:14.9264227Z 2022-11-23T02:00:14.9264391Z ---------------------------------------------------------------------- 2022-11-23T02:00:14.9264666Z Ran 17 tests in 0.485s 2022-11-23T02:00:14.9264770Z 2022-11-23T02:00:14.9264862Z OK (skipped=10) 2022-11-23T02:00:14.9264990Z 2022-11-23T02:00:14.9265097Z Generating XML reports... 2022-11-23T02:00:14.9265509Z Generated XML report: test-reports\python-unittest\test_tensorexpr_pybind\TEST-TestExprHandlePyBind-20221123020013.xml 2022-11-23T02:00:14.9266066Z Generated XML report: test-reports\python-unittest\test_tensorexpr_pybind\TEST-TestTensorExprPyBind-20221123020013.xml 2022-11-23T02:00:14.9266358Z 2022-11-23T02:00:14.9271590Z ##[endgroup] 2022-11-23T02:00:14.9272121Z FINISHED PRINTING LOG FILE of test_tensorexpr_pybind (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_tensorexpr_pybind_px2dulvx) 2022-11-23T02:00:14.9273936Z 2022-11-23T02:00:17.9092830Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:00:17.9093737Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:00:17.9094125Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:00:18.0618682Z Running test_testing ... [2022-11-23 02:00:18.061212] 2022-11-23T02:00:18.0623621Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_testing.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:00:18.061816] 2022-11-23T02:00:18.0625419Z Ignoring disabled issues: [] 2022-11-23T02:00:27.0631172Z 2022-11-23T02:00:27.0632082Z Expand the folded group to see the log file of test_testing 2022-11-23T02:00:27.0633232Z ##[group]PRINTING LOG FILE of test_testing (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_testing_ngrr68mt) 2022-11-23T02:00:27.0636386Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:00:27.0637808Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:00:27.0638055Z 2022-11-23T02:00:27.0638187Z Running tests... 2022-11-23T02:00:27.0638625Z ---------------------------------------------------------------------- 2022-11-23T02:00:27.0639182Z Test results will be stored in test-reports\python-unittest\test_testing 2022-11-23T02:00:27.0639527Z test_bool (__main__.TestAssertClose) ... ok (0.004s) 2022-11-23T02:00:27.0639887Z test_default_tolerance_selection_mismatching_dtypes (__main__.TestAssertClose) ... ok (0.004s) 2022-11-23T02:00:27.0640254Z test_docstring_examples (__main__.TestAssertClose) ... ok (0.014s) 2022-11-23T02:00:27.0640646Z test_matching (__main__.TestAssertClose) ... ok (0.002s) 2022-11-23T02:00:27.0641065Z test_matching_atol (__main__.TestAssertClose) ... ok (0.003s) 2022-11-23T02:00:27.0641528Z test_matching_conjugate_bit (__main__.TestAssertClose) ... ok (0.000s) 2022-11-23T02:00:27.0641849Z test_matching_nan (__main__.TestAssertClose) ... ok (0.006s) 2022-11-23T02:00:27.0642181Z test_matching_nan_with_equal_nan (__main__.TestAssertClose) ... ok (0.000s) 2022-11-23T02:00:27.0642524Z test_matching_rtol (__main__.TestAssertClose) ... ok (0.000s) 2022-11-23T02:00:27.0642830Z test_meta (__main__.TestAssertClose) ... ok (0.012s) 2022-11-23T02:00:27.0643140Z test_mismatching_dtype (__main__.TestAssertClose) ... ok (0.003s) 2022-11-23T02:00:27.0643484Z test_mismatching_dtype_no_check (__main__.TestAssertClose) ... ok (0.003s) 2022-11-23T02:00:27.0644295Z test_mismatching_layout (__main__.TestAssertClose) ... C:\actions-runner\_work\pytorch\pytorch\test\test_testing.py:619: UserWarning: Sparse CSR tensor support is in beta state. If you miss a functionality in the sparse tensor support, please submit a feature request to https://github.com/pytorch/pytorch/issues. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\SparseCsrTensorImpl.cpp:56.) 2022-11-23T02:00:27.0645064Z sparse_csr = strided.to_sparse_csr() 2022-11-23T02:00:27.0645318Z ok (0.007s) 2022-11-23T02:00:27.0645605Z test_mismatching_layout_no_check (__main__.TestAssertClose) ... ok (0.008s) 2022-11-23T02:00:27.0645954Z test_mismatching_shape (__main__.TestAssertClose) ... ok (0.002s) 2022-11-23T02:00:27.0646290Z test_mismatching_stride (__main__.TestAssertClose) ... ok (0.002s) 2022-11-23T02:00:27.0646837Z test_mismatching_stride_no_check (__main__.TestAssertClose) ... ok (0.004s) 2022-11-23T02:00:27.0647192Z test_mismatching_types (__main__.TestAssertClose) ... ok (0.003s) 2022-11-23T02:00:27.0647508Z test_mismatching_types_subclasses (__main__.TestAssertClose) ... ok (0.002s) 2022-11-23T02:00:27.0647875Z test_mismatching_types_type_equality (__main__.TestAssertClose) ... ok (0.002s) 2022-11-23T02:00:27.0648299Z test_mismatching_values (__main__.TestAssertClose) ... ok (0.003s) 2022-11-23T02:00:27.0648654Z test_mismatching_values_atol (__main__.TestAssertClose) ... ok (0.000s) 2022-11-23T02:00:27.0648996Z test_mismatching_values_rtol (__main__.TestAssertClose) ... ok (0.006s) 2022-11-23T02:00:27.0649310Z test_none (__main__.TestAssertClose) ... ok (0.000s) 2022-11-23T02:00:27.0649585Z test_none_mismatch (__main__.TestAssertClose) ... ok (0.000s) 2022-11-23T02:00:27.0649891Z test_numpy (__main__.TestAssertClose) ... ok (0.011s) 2022-11-23T02:00:27.0650196Z test_only_atol (__main__.TestAssertClose) ... ok (0.002s) 2022-11-23T02:00:27.0650495Z test_only_rtol (__main__.TestAssertClose) ... ok (0.002s) 2022-11-23T02:00:27.0650843Z test_scalar (__main__.TestAssertClose) ... ok (0.006s) 2022-11-23T02:00:27.0651169Z test_unexpected_error_compare (__main__.TestAssertClose) ... ok (0.004s) 2022-11-23T02:00:27.0651535Z test_unexpected_error_originate (__main__.TestAssertClose) ... ok (0.002s) 2022-11-23T02:00:27.0651872Z test_unknown_layout (__main__.TestAssertClose) ... ok (0.004s) 2022-11-23T02:00:27.0652192Z test_unknown_type (__main__.TestAssertClose) ... ok (0.003s) 2022-11-23T02:00:27.0652651Z test_mapping_mismatching_keys (__main__.TestAssertCloseContainer) ... ok (0.001s) 2022-11-23T02:00:27.0653055Z test_mapping_mismatching_values_msg (__main__.TestAssertCloseContainer) ... ok (0.002s) 2022-11-23T02:00:27.0653451Z test_sequence_mismatching_len (__main__.TestAssertCloseContainer) ... ok (0.002s) 2022-11-23T02:00:27.0653813Z test_sequence_mismatching_values_msg (__main__.TestAssertCloseContainer) ... ok (0.002s) 2022-11-23T02:00:27.0654191Z test_abs_diff (__main__.TestAssertCloseErrorMessage) ... ok (0.005s) 2022-11-23T02:00:27.0654554Z test_abs_diff_scalar (__main__.TestAssertCloseErrorMessage) ... ok (0.002s) 2022-11-23T02:00:27.0654913Z test_atol (__main__.TestAssertCloseErrorMessage) ... ok (0.005s) 2022-11-23T02:00:27.0655275Z test_identifier_scalars (__main__.TestAssertCloseErrorMessage) ... ok (0.003s) 2022-11-23T02:00:27.0655665Z test_identifier_tensor_likes (__main__.TestAssertCloseErrorMessage) ... ok (0.000s) 2022-11-23T02:00:27.0656019Z test_mismatched_elements (__main__.TestAssertCloseErrorMessage) ... ok (0.006s) 2022-11-23T02:00:27.0656387Z test_msg_callable (__main__.TestAssertCloseErrorMessage) ... ok (0.000s) 2022-11-23T02:00:27.0656755Z test_msg_str (__main__.TestAssertCloseErrorMessage) ... ok (0.000s) 2022-11-23T02:00:27.0657143Z test_not_close (__main__.TestAssertCloseErrorMessage) ... ok (0.021s) 2022-11-23T02:00:27.0657545Z test_not_equal (__main__.TestAssertCloseErrorMessage) ... ok (0.005s) 2022-11-23T02:00:27.0657900Z test_rel_diff (__main__.TestAssertCloseErrorMessage) ... ok (0.005s) 2022-11-23T02:00:27.0658227Z test_rel_diff_scalar (__main__.TestAssertCloseErrorMessage) ... ok (0.003s) 2022-11-23T02:00:27.0658581Z test_rtol (__main__.TestAssertCloseErrorMessage) ... ok (0.005s) 2022-11-23T02:00:27.0658934Z test_zero_div_zero (__main__.TestAssertCloseErrorMessage) ... ok (0.005s) 2022-11-23T02:00:27.0659314Z test_matching_per_channel (__main__.TestAssertCloseQuantized) ... ok (0.002s) 2022-11-23T02:00:27.0659693Z test_matching_per_tensor (__main__.TestAssertCloseQuantized) ... ok (0.003s) 2022-11-23T02:00:27.0660070Z test_mismatching_is_quantized (__main__.TestAssertCloseQuantized) ... ok (0.000s) 2022-11-23T02:00:27.0660444Z test_mismatching_qscheme (__main__.TestAssertCloseQuantized) ... ok (0.006s) 2022-11-23T02:00:27.0660760Z test_matching (__main__.TestAssertCloseSparseBSC) ... ok (0.000s) 2022-11-23T02:00:27.0661217Z test_mismatching_ccol_indices_msg (__main__.TestAssertCloseSparseBSC) ... ok (0.010s) 2022-11-23T02:00:27.0661612Z test_mismatching_row_indices_msg (__main__.TestAssertCloseSparseBSC) ... ok (0.000s) 2022-11-23T02:00:27.0662004Z test_mismatching_values_msg (__main__.TestAssertCloseSparseBSC) ... ok (0.010s) 2022-11-23T02:00:27.0662369Z test_matching (__main__.TestAssertCloseSparseBSR) ... ok (0.000s) 2022-11-23T02:00:27.0662741Z test_mismatching_col_indices_msg (__main__.TestAssertCloseSparseBSR) ... ok (0.010s) 2022-11-23T02:00:27.0663135Z test_mismatching_crow_indices_msg (__main__.TestAssertCloseSparseBSR) ... ok (0.000s) 2022-11-23T02:00:27.0663506Z test_mismatching_values_msg (__main__.TestAssertCloseSparseBSR) ... ok (0.012s) 2022-11-23T02:00:27.0663923Z test_matching_coalesced (__main__.TestAssertCloseSparseCOO) ... ok (0.003s) 2022-11-23T02:00:27.0664299Z test_matching_uncoalesced (__main__.TestAssertCloseSparseCOO) ... ok (0.003s) 2022-11-23T02:00:27.0664678Z test_mismatching_indices_msg (__main__.TestAssertCloseSparseCOO) ... ok (0.005s) 2022-11-23T02:00:27.0665043Z test_mismatching_nnz (__main__.TestAssertCloseSparseCOO) ... ok (0.004s) 2022-11-23T02:00:27.0665382Z test_mismatching_sparse_dims (__main__.TestAssertCloseSparseCOO) ... ok (0.003s) 2022-11-23T02:00:27.0665754Z test_mismatching_values_msg (__main__.TestAssertCloseSparseCOO) ... ok (0.005s) 2022-11-23T02:00:27.0666086Z test_matching (__main__.TestAssertCloseSparseCSC) ... ok (0.004s) 2022-11-23T02:00:27.0666526Z test_mismatching_ccol_indices_msg (__main__.TestAssertCloseSparseCSC) ... ok (0.005s) 2022-11-23T02:00:27.0666920Z test_mismatching_row_indices_msg (__main__.TestAssertCloseSparseCSC) ... ok (0.005s) 2022-11-23T02:00:27.0667286Z test_mismatching_values_msg (__main__.TestAssertCloseSparseCSC) ... ok (0.006s) 2022-11-23T02:00:27.0667672Z test_hybrid_support (__main__.TestAssertCloseSparseCSR) ... expected failure (0.636s) 2022-11-23T02:00:27.0668013Z test_matching (__main__.TestAssertCloseSparseCSR) ... ok (0.004s) 2022-11-23T02:00:27.0668356Z test_mismatching_col_indices_msg (__main__.TestAssertCloseSparseCSR) ... ok (0.006s) 2022-11-23T02:00:27.0668739Z test_mismatching_crow_indices_msg (__main__.TestAssertCloseSparseCSR) ... ok (0.005s) 2022-11-23T02:00:27.0669159Z test_mismatching_values_msg (__main__.TestAssertCloseSparseCSR) ... ok (0.005s) 2022-11-23T02:00:27.0669574Z test_filtering_env_var (__main__.TestFrameworkUtils) ... skip: Skipping because doesn't work for windows (0.002s) 2022-11-23T02:00:27.0669978Z test_circular_dependencies (__main__.TestImports) 2022-11-23T02:00:27.0670338Z Checks that all modules inside torch can be imported ... NOTE: Redirects are currently not supported in Windows or MacOs. 2022-11-23T02:00:27.0670925Z 2022-11-23 02:00:24,166 - torch.distributed.nn.jit.instantiator - INFO - Created a temporary directory at C:\Users\RUNNER~1\AppData\Local\Temp\tmpsq6s7jk6 2022-11-23T02:00:27.0671422Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:00:27.0671734Z ok (3.740s) 2022-11-23T02:00:27.0672089Z test_no_mutate_global_logging_on_import_path_functorch (__main__.TestImports) ... skip: importing torch+CUDA on CPU results in warning (0.001s) 2022-11-23T02:00:27.0672576Z test_no_mutate_global_logging_on_import_path_torch (__main__.TestImports) ... skip: importing torch+CUDA on CPU results in warning (0.001s) 2022-11-23T02:00:27.0673017Z test_no_warning_on_import (__main__.TestImports) ... skip: importing torch+CUDA on CPU results in warning (0.001s) 2022-11-23T02:00:27.0673376Z test_sample_input (__main__.TestOpInfos) ... ok (0.002s) 2022-11-23T02:00:27.0673661Z test_sample_input_metadata (__main__.TestOpInfos) ... ok (0.002s) 2022-11-23T02:00:27.0673993Z test_default_names (__main__.TestTestParametrization) ... ok (0.002s) 2022-11-23T02:00:27.0674369Z test_modules_decorator_misuse_error (__main__.TestTestParametrization) ... ok (0.002s) 2022-11-23T02:00:27.0675391Z test_multiple_handling_of_same_param_error (__main__.TestTestParametrization) ... ok (0.001s) 2022-11-23T02:00:27.0675763Z test_name_fn (__main__.TestTestParametrization) ... ok (0.003s) 2022-11-23T02:00:27.0676169Z test_ops_decorator_misuse_error (__main__.TestTestParametrization) ... ok (0.001s) 2022-11-23T02:00:27.0676524Z test_subtest_expected_failure_x_1 (__main__.TestTestParametrization) ... ok (0.001s) 2022-11-23T02:00:27.0676928Z test_subtest_expected_failure_x_2 (__main__.TestTestParametrization) ... expected failure (0.001s) 2022-11-23T02:00:27.0677333Z test_subtest_expected_failure_x_3 (__main__.TestTestParametrization) ... ok (0.001s) 2022-11-23T02:00:27.0677694Z test_subtest_names (__main__.TestTestParametrization) ... ok (0.003s) 2022-11-23T02:00:27.0678092Z test_two_things_subtest_expected_failure_x_1_y_4 (__main__.TestTestParametrization) ... expected failure (0.000s) 2022-11-23T02:00:27.0678533Z test_two_things_subtest_expected_failure_x_1_y_5 (__main__.TestTestParametrization) ... expected failure (0.000s) 2022-11-23T02:00:27.0678966Z test_two_things_subtest_expected_failure_x_1_y_6 (__main__.TestTestParametrization) ... expected failure (0.003s) 2022-11-23T02:00:27.0679356Z test_two_things_subtest_expected_failure_x_2_y_4 (__main__.TestTestParametrization) ... ok (0.000s) 2022-11-23T02:00:27.0679761Z test_two_things_subtest_expected_failure_x_2_y_5 (__main__.TestTestParametrization) ... ok (0.000s) 2022-11-23T02:00:27.0680248Z test_two_things_subtest_expected_failure_x_2_y_6 (__main__.TestTestParametrization) ... expected failure (0.000s) 2022-11-23T02:00:27.0680673Z test_two_things_subtest_expected_failure_x_3_y_4 (__main__.TestTestParametrization) ... ok (0.006s) 2022-11-23T02:00:27.0681080Z test_two_things_subtest_expected_failure_x_3_y_5 (__main__.TestTestParametrization) ... ok (0.000s) 2022-11-23T02:00:27.0681552Z test_two_things_subtest_expected_failure_x_3_y_6 (__main__.TestTestParametrization) ... expected failure (0.000s) 2022-11-23T02:00:27.0681791Z 2022-11-23T02:00:27.0681963Z ---------------------------------------------------------------------- 2022-11-23T02:00:27.0682267Z Ran 103 tests in 4.719s 2022-11-23T02:00:27.0682401Z 2022-11-23T02:00:27.0682519Z OK (skipped=4, expected failures=7) 2022-11-23T02:00:27.0682692Z 2022-11-23T02:00:27.0682799Z Generating XML reports... 2022-11-23T02:00:27.0683185Z Generated XML report: test-reports\python-unittest\test_testing\TEST-TestAssertClose-20221123020021.xml 2022-11-23T02:00:27.0683709Z Generated XML report: test-reports\python-unittest\test_testing\TEST-TestAssertCloseContainer-20221123020021.xml 2022-11-23T02:00:27.0684262Z Generated XML report: test-reports\python-unittest\test_testing\TEST-TestAssertCloseErrorMessage-20221123020021.xml 2022-11-23T02:00:27.0684808Z Generated XML report: test-reports\python-unittest\test_testing\TEST-TestAssertCloseQuantized-20221123020021.xml 2022-11-23T02:00:27.0685344Z Generated XML report: test-reports\python-unittest\test_testing\TEST-TestAssertCloseSparseBSC-20221123020021.xml 2022-11-23T02:00:27.0685844Z Generated XML report: test-reports\python-unittest\test_testing\TEST-TestAssertCloseSparseBSR-20221123020021.xml 2022-11-23T02:00:27.0686354Z Generated XML report: test-reports\python-unittest\test_testing\TEST-TestAssertCloseSparseCOO-20221123020021.xml 2022-11-23T02:00:27.0686874Z Generated XML report: test-reports\python-unittest\test_testing\TEST-TestAssertCloseSparseCSC-20221123020021.xml 2022-11-23T02:00:27.0687399Z Generated XML report: test-reports\python-unittest\test_testing\TEST-TestAssertCloseSparseCSR-20221123020021.xml 2022-11-23T02:00:27.0688026Z Generated XML report: test-reports\python-unittest\test_testing\TEST-TestImports-20221123020021.xml 2022-11-23T02:00:27.0688539Z Generated XML report: test-reports\python-unittest\test_testing\TEST-TestOpInfos-20221123020021.xml 2022-11-23T02:00:27.0689038Z Generated XML report: test-reports\python-unittest\test_testing\TEST-TestTestParametrization-20221123020021.xml 2022-11-23T02:00:27.0689595Z Generated XML report: test-reports\python-unittest\test_testing\TEST-TestFrameworkUtils-20221123020021.xml 2022-11-23T02:00:27.0689858Z 2022-11-23T02:00:27.0690230Z ##[endgroup] 2022-11-23T02:00:27.0690606Z FINISHED PRINTING LOG FILE of test_testing (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_testing_ngrr68mt) 2022-11-23T02:00:27.0690868Z 2022-11-23T02:00:30.2167118Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:00:30.2167882Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:00:30.2168319Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:00:30.3809222Z Running test_transformers ... [2022-11-23 02:00:30.380226] 2022-11-23T02:00:30.3815564Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_transformers.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:00:30.380836] 2022-11-23T02:00:30.3816180Z Ignoring disabled issues: [] 2022-11-23T02:00:42.8177460Z 2022-11-23T02:00:42.8178091Z Expand the folded group to see the log file of test_transformers 2022-11-23T02:00:42.8179458Z ##[group]PRINTING LOG FILE of test_transformers (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_transformers_oolpabsv) 2022-11-23T02:00:42.8180770Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:00:42.8181839Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:00:42.8182088Z 2022-11-23T02:00:42.8182224Z Running tests... 2022-11-23T02:00:42.8182622Z ---------------------------------------------------------------------- 2022-11-23T02:00:42.8183228Z Test results will be stored in test-reports\python-unittest\test_transformers 2022-11-23T02:00:42.8183800Z test_bias_is_none (__main__.TestTransformers) ... ok (0.004s) 2022-11-23T02:00:42.8184343Z test_decoder_only_layer (__main__.TestTransformers) ... skip: Fairseq not found (0.009s) 2022-11-23T02:00:42.8184902Z test_fused_sdp_choice_type_dense (__main__.TestTransformers) ... ok (0.003s) 2022-11-23T02:00:42.8185442Z test_fused_sdp_choice_type_nested (__main__.TestTransformers) ... ok (0.000s) 2022-11-23T02:00:42.8185910Z test_mask_check_fastpath (__main__.TestTransformers) 2022-11-23T02:00:42.8187014Z Test that fastpath is executed independently of the masks that are passed. ... C:\actions-runner\_work\pytorch\pytorch\test\test_transformers.py:916: UserWarning: The PyTorch API of nested tensors is in prototype stage and will change in the near future. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\NestedTensorImpl.cpp:179.) 2022-11-23T02:00:42.8188124Z nested_tensor_return_value = torch.nested.nested_tensor([torch.ones((2, 2), dtype=torch.float)]) 2022-11-23T02:00:42.8188573Z ok (0.020s) 2022-11-23T02:00:42.8189122Z test_scaled_dot_product_attention_3D_input_dim_2D_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.007s) 2022-11-23T02:00:42.8189860Z test_scaled_dot_product_attention_3D_input_dim_2D_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.005s) 2022-11-23T02:00:42.8190561Z test_scaled_dot_product_attention_3D_input_dim_2D_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.004s) 2022-11-23T02:00:42.8191396Z test_scaled_dot_product_attention_3D_input_dim_2D_causal_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.721s) 2022-11-23T02:00:42.8192112Z test_scaled_dot_product_attention_3D_input_dim_2D_causal_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.006s) 2022-11-23T02:00:42.8192793Z test_scaled_dot_product_attention_3D_input_dim_2D_causal_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.005s) 2022-11-23T02:00:42.8193501Z test_scaled_dot_product_attention_3D_input_dim_3D_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.004s) 2022-11-23T02:00:42.8194195Z test_scaled_dot_product_attention_3D_input_dim_3D_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.004s) 2022-11-23T02:00:42.8194919Z test_scaled_dot_product_attention_3D_input_dim_3D_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.004s) 2022-11-23T02:00:42.8195652Z test_scaled_dot_product_attention_3D_input_dim_3D_causal_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.005s) 2022-11-23T02:00:42.8196368Z test_scaled_dot_product_attention_3D_input_dim_3D_causal_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.005s) 2022-11-23T02:00:42.8197082Z test_scaled_dot_product_attention_3D_input_dim_3D_causal_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.003s) 2022-11-23T02:00:42.8197790Z test_scaled_dot_product_attention_3D_input_dim_no_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.045s) 2022-11-23T02:00:42.8198558Z test_scaled_dot_product_attention_3D_input_dim_no_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.031s) 2022-11-23T02:00:42.8199226Z test_scaled_dot_product_attention_3D_input_dim_no_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.022s) 2022-11-23T02:00:42.8199915Z test_scaled_dot_product_attention_4D_input_dim_2D_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.000s) 2022-11-23T02:00:42.8200639Z test_scaled_dot_product_attention_4D_input_dim_2D_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.010s) 2022-11-23T02:00:42.8201362Z test_scaled_dot_product_attention_4D_input_dim_2D_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.000s) 2022-11-23T02:00:42.8202070Z test_scaled_dot_product_attention_4D_input_dim_2D_causal_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.000s) 2022-11-23T02:00:42.8202779Z test_scaled_dot_product_attention_4D_input_dim_2D_causal_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.013s) 2022-11-23T02:00:42.8203495Z test_scaled_dot_product_attention_4D_input_dim_2D_causal_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.004s) 2022-11-23T02:00:42.8204192Z test_scaled_dot_product_attention_4D_input_dim_4D_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.003s) 2022-11-23T02:00:42.8204856Z test_scaled_dot_product_attention_4D_input_dim_4D_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.004s) 2022-11-23T02:00:42.8205550Z test_scaled_dot_product_attention_4D_input_dim_4D_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.003s) 2022-11-23T02:00:42.8206252Z test_scaled_dot_product_attention_4D_input_dim_4D_causal_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.004s) 2022-11-23T02:00:42.8206997Z test_scaled_dot_product_attention_4D_input_dim_4D_causal_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.004s) 2022-11-23T02:00:42.8207740Z test_scaled_dot_product_attention_4D_input_dim_4D_causal_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.004s) 2022-11-23T02:00:42.8208446Z test_scaled_dot_product_attention_4D_input_dim_no_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.033s) 2022-11-23T02:00:42.8209287Z test_scaled_dot_product_attention_4D_input_dim_no_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.027s) 2022-11-23T02:00:42.8209991Z test_scaled_dot_product_attention_4D_input_dim_no_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.045s) 2022-11-23T02:00:42.8210803Z 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.007s) 2022-11-23T02:00:42.8211697Z 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.005s) 2022-11-23T02:00:42.8212650Z 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.003s) 2022-11-23T02:00:42.8213654Z 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.006s) 2022-11-23T02:00:42.8214557Z 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.000s) 2022-11-23T02:00:42.8215440Z 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.010s) 2022-11-23T02:00:42.8216385Z 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:00:42.8217265Z 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:00:42.8218134Z 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:00:42.8219009Z 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:00:42.8219891Z test_scaled_dot_product_attention_fused_kernels_type_nested_is_contiguous_False (__main__.TestTransformers) ... skip: Flash Attention was not built for this system (0.000s) 2022-11-23T02:00:42.8220746Z test_scaled_dot_product_attention_fused_kernels_type_nested_is_contiguous_True (__main__.TestTransformers) ... skip: Flash Attention was not built for this system (0.000s) 2022-11-23T02:00:42.8221561Z test_sdp_fused_grad_against_math_contiguous_inputs_False (__main__.TestTransformers) ... skip: Flash Attention was not built for this system (0.000s) 2022-11-23T02:00:42.8222310Z test_sdp_fused_grad_against_math_contiguous_inputs_True (__main__.TestTransformers) ... skip: Flash Attention was not built for this system (0.012s) 2022-11-23T02:00:42.8223078Z test_sdp_math_gradcheck_contiguous_inputs_False (__main__.TestTransformers) ... skip: Flash Attention was not built for this system (0.002s) 2022-11-23T02:00:42.8223837Z test_sdp_math_gradcheck_contiguous_inputs_True (__main__.TestTransformers) ... skip: Flash Attention was not built for this system (0.002s) 2022-11-23T02:00:42.8224502Z test_sdp_runtime_dispatch (__main__.TestTransformers) ... skip: CUDA unavailable (0.004s) 2022-11-23T02:00:42.8225243Z test_self_attn_TxT_attn_mask (__main__.TestTransformers) ... skip: 4D mask not supported yet - activate when 4D mask supported (0.002s) 2022-11-23T02:00:42.8226035Z test_train_with_pad_and_catch_error_device_cpu (__main__.TestTransformers) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T02:00:42.8226885Z test_transformerencoder_batch_first_False_training_False_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) ... ok (0.056s) 2022-11-23T02:00:42.8227647Z test_transformerencoder_batch_first_False_training_False_enable_nested_tensor_True_device_cpu (__main__.TestTransformers) ... ok (0.053s) 2022-11-23T02:00:42.8228368Z test_transformerencoder_batch_first_False_training_True_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) ... ok (0.055s) 2022-11-23T02:00:42.8229130Z test_transformerencoder_batch_first_False_training_True_enable_nested_tensor_True_device_cpu (__main__.TestTransformers) ... ok (0.052s) 2022-11-23T02:00:42.8229893Z test_transformerencoder_batch_first_True_training_False_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) ... ok (0.034s) 2022-11-23T02:00:42.8230663Z test_transformerencoder_batch_first_True_training_False_enable_nested_tensor_True_device_cpu (__main__.TestTransformers) ... ok (0.035s) 2022-11-23T02:00:42.8231483Z test_transformerencoder_batch_first_True_training_True_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) ... ok (0.061s) 2022-11-23T02:00:42.8232231Z test_transformerencoder_batch_first_True_training_True_enable_nested_tensor_True_device_cpu (__main__.TestTransformers) ... ok (0.060s) 2022-11-23T02:00:42.8233020Z test_transformerencoder_fastpath_device_cpu_use_torchscript_False_enable_nested_tensor_False_use_autocast_False_d_model_12 (__main__.TestTransformers) 2022-11-23T02:00:42.8234280Z Test TransformerEncoder fastpath output matches slowpath output ... C:\actions-runner\_work\pytorch\pytorch\test\test_transformers.py:215: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-11-23T02:00:42.8235318Z torch.tensor(pair[0], device=device, dtype=torch.get_default_dtype()), # float input 2022-11-23T02:00:42.8235748Z ok (0.543s) 2022-11-23T02:00:42.8236303Z test_transformerencoder_fastpath_device_cpu_use_torchscript_False_enable_nested_tensor_False_use_autocast_False_d_model_256 (__main__.TestTransformers) 2022-11-23T02:00:42.8237035Z Test TransformerEncoder fastpath output matches slowpath output ... ok (0.903s) 2022-11-23T02:00:42.8237818Z test_transformerencoder_fastpath_device_cpu_use_torchscript_False_enable_nested_tensor_False_use_autocast_True_d_model_12 (__main__.TestTransformers) 2022-11-23T02:00:42.8238842Z Test TransformerEncoder fastpath output matches slowpath output ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\amp\autocast_mode.py:204: UserWarning: User provided device_type of 'cuda', but CUDA is not available. Disabling 2022-11-23T02:00:42.8239745Z warnings.warn('User provided device_type of \'cuda\', but CUDA is not available. Disabling') 2022-11-23T02:00:42.8240192Z ok (0.554s) 2022-11-23T02:00:42.8240778Z test_transformerencoder_fastpath_device_cpu_use_torchscript_False_enable_nested_tensor_False_use_autocast_True_d_model_256 (__main__.TestTransformers) 2022-11-23T02:00:42.8241479Z Test TransformerEncoder fastpath output matches slowpath output ... ok (0.897s) 2022-11-23T02:00:42.8242157Z test_transformerencoder_fastpath_device_cpu_use_torchscript_False_enable_nested_tensor_True_use_autocast_False_d_model_12 (__main__.TestTransformers) 2022-11-23T02:00:42.8242889Z Test TransformerEncoder fastpath output matches slowpath output ... ok (0.680s) 2022-11-23T02:00:42.8243632Z test_transformerencoder_fastpath_device_cpu_use_torchscript_False_enable_nested_tensor_True_use_autocast_False_d_model_256 (__main__.TestTransformers) 2022-11-23T02:00:42.8244319Z Test TransformerEncoder fastpath output matches slowpath output ... ok (1.089s) 2022-11-23T02:00:42.8245023Z test_transformerencoder_fastpath_device_cpu_use_torchscript_False_enable_nested_tensor_True_use_autocast_True_d_model_12 (__main__.TestTransformers) 2022-11-23T02:00:42.8245704Z Test TransformerEncoder fastpath output matches slowpath output ... ok (0.661s) 2022-11-23T02:00:42.8246485Z test_transformerencoder_fastpath_device_cpu_use_torchscript_False_enable_nested_tensor_True_use_autocast_True_d_model_256 (__main__.TestTransformers) 2022-11-23T02:00:42.8247131Z Test TransformerEncoder fastpath output matches slowpath output ... ok (1.097s) 2022-11-23T02:00:42.8247819Z test_transformerencoder_square_input_with_no_grad_False_training_False_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) 2022-11-23T02:00:42.8248565Z Test for edge cases when input of shape (batch size, sequence length, embedding dimension) has ... ok (0.012s) 2022-11-23T02:00:42.8249375Z test_transformerencoder_square_input_with_no_grad_False_training_True_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) 2022-11-23T02:00:42.8250083Z Test for edge cases when input of shape (batch size, sequence length, embedding dimension) has ... ok (0.011s) 2022-11-23T02:00:42.8250795Z test_transformerencoder_square_input_with_no_grad_True_training_False_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) 2022-11-23T02:00:42.8251498Z Test for edge cases when input of shape (batch size, sequence length, embedding dimension) has ... ok (0.010s) 2022-11-23T02:00:42.8252204Z test_transformerencoder_square_input_with_no_grad_True_training_True_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) 2022-11-23T02:00:42.8252872Z Test for edge cases when input of shape (batch size, sequence length, embedding dimension) has ... ok (0.010s) 2022-11-23T02:00:42.8254184Z test_transformerencoderlayer_src_mask_device_cpu_nhead_1 (__main__.TestTransformers) ... ok (0.004s) 2022-11-23T02:00:42.8254902Z test_transformerencoderlayer_src_mask_device_cpu_nhead_4 (__main__.TestTransformers) ... ok (0.005s) 2022-11-23T02:00:42.8255586Z test_transformerencoderlayer_src_mask_device_cpu_nhead_8 (__main__.TestTransformers) ... ok (0.006s) 2022-11-23T02:00:42.8255941Z 2022-11-23T02:00:42.8256191Z ---------------------------------------------------------------------- 2022-11-23T02:00:42.8256609Z Ran 77 tests in 8.016s 2022-11-23T02:00:42.8256811Z 2022-11-23T02:00:42.8256946Z OK (skipped=20) 2022-11-23T02:00:42.8257137Z 2022-11-23T02:00:42.8257259Z Generating XML reports... 2022-11-23T02:00:42.8257855Z Generated XML report: test-reports\python-unittest\test_transformers\TEST-TestTransformers-20221123020034.xml 2022-11-23T02:00:42.8258271Z 2022-11-23T02:00:42.8258731Z ##[endgroup] 2022-11-23T02:00:42.8259335Z FINISHED PRINTING LOG FILE of test_transformers (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_transformers_oolpabsv) 2022-11-23T02:00:42.8259768Z 2022-11-23T02:00:45.7699456Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:00:45.7700972Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:00:45.7701654Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:00:45.9355669Z Running test_type_hints ... [2022-11-23 02:00:45.934954] 2022-11-23T02:00:45.9362718Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_type_hints.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:00:45.935558] 2022-11-23T02:00:45.9363374Z Ignoring disabled issues: [] 2022-11-23T02:00:48.4900141Z 2022-11-23T02:00:48.4900921Z Expand the folded group to see the log file of test_type_hints 2022-11-23T02:00:48.4902233Z ##[group]PRINTING LOG FILE of test_type_hints (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_type_hints_miwi6tlo) 2022-11-23T02:00:48.4903740Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:00:48.4905180Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:00:48.4905461Z 2022-11-23T02:00:48.4905616Z Running tests... 2022-11-23T02:00:48.4906058Z ---------------------------------------------------------------------- 2022-11-23T02:00:48.4906688Z Test results will be stored in test-reports\python-unittest\test_type_hints 2022-11-23T02:00:48.4907255Z test_doc_examples (__main__.TestTypeHints) 2022-11-23T02:00:48.4907805Z Run documentation examples through mypy. ... skip: need mypy (0.002s) 2022-11-23T02:00:48.4908129Z 2022-11-23T02:00:48.4908399Z ---------------------------------------------------------------------- 2022-11-23T02:00:48.4908852Z Ran 1 test in 0.000s 2022-11-23T02:00:48.4909029Z 2022-11-23T02:00:48.4909183Z OK (skipped=1) 2022-11-23T02:00:48.4909394Z 2022-11-23T02:00:48.4909568Z Generating XML reports... 2022-11-23T02:00:48.4910183Z Generated XML report: test-reports\python-unittest\test_type_hints\TEST-TestTypeHints-20221123020048.xml 2022-11-23T02:00:48.4910621Z 2022-11-23T02:00:48.4911064Z ##[endgroup] 2022-11-23T02:00:48.4911688Z FINISHED PRINTING LOG FILE of test_type_hints (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_type_hints_miwi6tlo) 2022-11-23T02:00:48.4912153Z 2022-11-23T02:00:51.4112783Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:00:51.4114097Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:00:51.4114736Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:00:51.5682092Z Running test_type_info ... [2022-11-23 02:00:51.567619] 2022-11-23T02:00:51.5687358Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_type_info.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:00:51.568215] 2022-11-23T02:00:51.5689596Z Ignoring disabled issues: [] 2022-11-23T02:00:54.6305240Z 2022-11-23T02:00:54.6305745Z Expand the folded group to see the log file of test_type_info 2022-11-23T02:00:54.6306658Z ##[group]PRINTING LOG FILE of test_type_info (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_type_info_sqmqblwm) 2022-11-23T02:00:54.6307569Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:00:54.6308306Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:00:54.6308475Z 2022-11-23T02:00:54.6308567Z Running tests... 2022-11-23T02:00:54.6308841Z ---------------------------------------------------------------------- 2022-11-23T02:00:54.6309178Z Test results will be stored in test-reports\python-unittest\test_type_info 2022-11-23T02:00:54.6309477Z test_finfo (__main__.TestDTypeInfo) ... ok (0.441s) 2022-11-23T02:00:54.6309764Z test_iinfo (__main__.TestDTypeInfo) ... ok (0.000s) 2022-11-23T02:00:54.6310058Z test_invalid_input (__main__.TestDTypeInfo) ... ok (0.000s) 2022-11-23T02:00:54.6310232Z 2022-11-23T02:00:54.6310397Z ---------------------------------------------------------------------- 2022-11-23T02:00:54.6310858Z Ran 3 tests in 0.453s 2022-11-23T02:00:54.6310971Z 2022-11-23T02:00:54.6311030Z OK 2022-11-23T02:00:54.6311120Z 2022-11-23T02:00:54.6311221Z Generating XML reports... 2022-11-23T02:00:54.6311551Z Generated XML report: test-reports\python-unittest\test_type_info\TEST-TestDTypeInfo-20221123020053.xml 2022-11-23T02:00:54.6311794Z 2022-11-23T02:00:54.6312026Z ##[endgroup] 2022-11-23T02:00:54.6312362Z FINISHED PRINTING LOG FILE of test_type_info (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_type_info_sqmqblwm) 2022-11-23T02:00:54.6312606Z 2022-11-23T02:00:57.7158884Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:00:57.7159649Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:00:57.7160021Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:00:57.8713725Z Running test_type_promotion ... [2022-11-23 02:00:57.871115] 2022-11-23T02:00:57.8726569Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_type_promotion.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:00:57.872483] 2022-11-23T02:00:57.8728336Z Ignoring disabled issues: [] 2022-11-23T02:01:00.9608478Z 2022-11-23T02:01:00.9609472Z Expand the folded group to see the log file of test_type_promotion 2022-11-23T02:01:00.9610553Z ##[group]PRINTING LOG FILE of test_type_promotion (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_type_promotion_bj2dp412) 2022-11-23T02:01:00.9611427Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:01:00.9612129Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:01:00.9612296Z 2022-11-23T02:01:00.9612390Z Running tests... 2022-11-23T02:01:00.9612685Z ---------------------------------------------------------------------- 2022-11-23T02:01:00.9612875Z 2022-11-23T02:01:00.9613040Z ---------------------------------------------------------------------- 2022-11-23T02:01:00.9613317Z Ran 0 tests in 0.000s 2022-11-23T02:01:00.9613451Z 2022-11-23T02:01:00.9613498Z OK 2022-11-23T02:01:00.9613607Z 2022-11-23T02:01:00.9613704Z Generating XML reports... 2022-11-23T02:01:00.9614026Z Test results will be stored in test-reports\python-unittest\test_type_promotion 2022-11-23T02:01:00.9614236Z 2022-11-23T02:01:00.9614493Z ##[endgroup] 2022-11-23T02:01:00.9614878Z FINISHED PRINTING LOG FILE of test_type_promotion (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_type_promotion_bj2dp412) 2022-11-23T02:01:00.9615160Z 2022-11-23T02:01:03.8109989Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:01:03.8111145Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:01:03.8111713Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:01:03.9836060Z Running test_unary_ufuncs ... [2022-11-23 02:01:03.981233] 2022-11-23T02:01:03.9841220Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_unary_ufuncs.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:01:03.981233] 2022-11-23T02:01:03.9843344Z Ignoring disabled issues: [] 2022-11-23T02:01:07.9400760Z 2022-11-23T02:01:07.9401577Z Expand the folded group to see the log file of test_unary_ufuncs 2022-11-23T02:01:07.9402708Z ##[group]PRINTING LOG FILE of test_unary_ufuncs (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_unary_ufuncs_6ujis8p1) 2022-11-23T02:01:07.9404028Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:01:07.9405047Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:01:07.9405302Z 2022-11-23T02:01:07.9405462Z Running tests... 2022-11-23T02:01:07.9405910Z ---------------------------------------------------------------------- 2022-11-23T02:01:07.9406163Z 2022-11-23T02:01:07.9406418Z ---------------------------------------------------------------------- 2022-11-23T02:01:07.9406875Z Ran 0 tests in 0.000s 2022-11-23T02:01:07.9407074Z 2022-11-23T02:01:07.9407188Z OK 2022-11-23T02:01:07.9407356Z 2022-11-23T02:01:07.9407519Z Generating XML reports... 2022-11-23T02:01:07.9408020Z Test results will be stored in test-reports\python-unittest\test_unary_ufuncs 2022-11-23T02:01:07.9408368Z 2022-11-23T02:01:07.9409004Z ##[endgroup] 2022-11-23T02:01:07.9409607Z FINISHED PRINTING LOG FILE of test_unary_ufuncs (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_unary_ufuncs_6ujis8p1) 2022-11-23T02:01:07.9410092Z 2022-11-23T02:01:10.8944769Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:01:10.8945578Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:01:10.8945988Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:01:11.0634647Z Running test_utils ... [2022-11-23 02:01:11.058004] 2022-11-23T02:01:11.0640057Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_utils.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:01:11.058004] 2022-11-23T02:01:11.0641451Z Ignoring disabled issues: [] 2022-11-23T02:01:35.2965854Z 2022-11-23T02:01:35.2966527Z Expand the folded group to see the log file of test_utils 2022-11-23T02:01:35.2967666Z ##[group]PRINTING LOG FILE of test_utils (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_utils_g_63gcge) 2022-11-23T02:01:35.2968973Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:01:35.2970082Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:01:35.2970679Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:01:35.2971136Z 2022-11-23T02:01:35.2971317Z Running tests... 2022-11-23T02:01:35.2971782Z ---------------------------------------------------------------------- 2022-11-23T02:01:35.2972377Z Test results will be stored in test-reports\python-unittest\test_utils 2022-11-23T02:01:35.2972897Z test_assert_scriptable (__main__.TestAssert) ... ok (0.447s) 2022-11-23T02:01:35.2973538Z test_assert_true (__main__.TestAssert) ... ok (0.002s) 2022-11-23T02:01:35.2974548Z test_bottleneck_cpu_only (__main__.TestBottleneck) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/68433 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-11-23T02:01:35.2975530Z test_bottleneck_cuda (__main__.TestBottleneck) ... skip: No CUDA (0.001s) 2022-11-23T02:01:35.2976057Z test_checkpoint (__main__.TestCheckpoint) ... ok (0.018s) 2022-11-23T02:01:35.2976573Z test_checkpoint_module_list (__main__.TestCheckpoint) ... ok (0.018s) 2022-11-23T02:01:35.2977420Z test_checkpoint_no_tensors (__main__.TestCheckpoint) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\checkpoint.py:31: UserWarning: None of the inputs have requires_grad=True. Gradients will be None 2022-11-23T02:01:35.2978174Z warnings.warn("None of the inputs have requires_grad=True. Gradients will be None") 2022-11-23T02:01:35.2978605Z ok (0.005s) 2022-11-23T02:01:35.2978944Z test_checkpoint_non_tensor (__main__.TestCheckpoint) ... ok (0.002s) 2022-11-23T02:01:35.2979459Z test_checkpoint_non_tensor_inputs_outputs (__main__.TestCheckpoint) ... ok (0.008s) 2022-11-23T02:01:35.2980165Z test_checkpoint_not_preserve_rng_state_and_without_reentrant (__main__.TestCheckpoint) ... skip: No CUDA (0.001s) 2022-11-23T02:01:35.2980932Z test_checkpoint_partial_grad (__main__.TestCheckpoint) ... ok (0.004s) 2022-11-23T02:01:35.2981447Z test_checkpoint_rng_cpu (__main__.TestCheckpoint) ... ok (0.014s) 2022-11-23T02:01:35.2981977Z test_checkpoint_rng_cuda (__main__.TestCheckpoint) ... skip: No CUDA (0.006s) 2022-11-23T02:01:35.2982562Z test_checkpoint_sequential_deprecated_multiple_args (__main__.TestCheckpoint) ... ok (0.000s) 2022-11-23T02:01:35.2983125Z test_checkpoint_sequential_deprecated_no_args (__main__.TestCheckpoint) ... ok (0.000s) 2022-11-23T02:01:35.2983671Z test_checkpoint_trigger (__main__.TestCheckpoint) ... ok (0.015s) 2022-11-23T02:01:35.2984139Z test_checkpoint_valid (__main__.TestCheckpoint) ... ok (0.006s) 2022-11-23T02:01:35.2984724Z test_checkpointing_without_reentrant_early_free (__main__.TestCheckpoint) ... skip: Test requires CUDA (0.000s) 2022-11-23T02:01:35.2985275Z test_smoke (__main__.TestCollectEnv) ... ok (3.578s) 2022-11-23T02:01:35.2985759Z test_cc_compiler_is_ok (__main__.TestCppExtensionUtils) ... ok (0.000s) 2022-11-23T02:01:35.2986336Z test_cpp_compiler_is_ok (__main__.TestCppExtensionUtils) ... ok (0.010s) 2022-11-23T02:01:35.2987581Z test_multi_drop (__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:01:35.2988694Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:01:35.2989214Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:01:35.2989928Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:01:35.2990549Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:01:35.2991196Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:01:35.2991868Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:01:35.2993035Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:01:35.2994144Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:01:35.2994638Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:01:35.2995354Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:01:35.2995968Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:01:35.2996609Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:01:35.2997256Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:01:35.2997645Z ok (3.164s) 2022-11-23T02:01:35.2998180Z 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:01:35.2999395Z test_random_seed (__main__.TestDataLoaderUtils) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/70516 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.000s) 2022-11-23T02:01:35.3000325Z test_single_drop (__main__.TestDataLoaderUtils) ... ok (0.000s) 2022-11-23T02:01:35.3000760Z test_single_keep (__main__.TestDataLoaderUtils) ... ok (0.010s) 2022-11-23T02:01:35.3001245Z test_external_module_register (__main__.TestExtensionUtils) ... ok (0.002s) 2022-11-23T02:01:35.3001706Z test_import_hipify (__main__.TestHipify) ... ok (0.001s) 2022-11-23T02:01:35.3002150Z test_check_onnx_broadcast (__main__.TestONNXUtils) ... ok (0.002s) 2022-11-23T02:01:35.3002610Z test_prepare_onnx_paddings (__main__.TestONNXUtils) ... ok (0.001s) 2022-11-23T02:01:35.3003092Z test_load_standalone (__main__.TestStandaloneCPPJIT) ... ok (13.707s) 2022-11-23T02:01:35.3003346Z 2022-11-23T02:01:35.3003602Z ---------------------------------------------------------------------- 2022-11-23T02:01:35.3003990Z Ran 31 tests in 21.031s 2022-11-23T02:01:35.3004199Z 2022-11-23T02:01:35.3004317Z OK (skipped=7) 2022-11-23T02:01:35.3004486Z 2022-11-23T02:01:35.3004629Z Generating XML reports... 2022-11-23T02:01:35.3005142Z Generated XML report: test-reports\python-unittest\test_utils\TEST-TestAssert-20221123020113.xml 2022-11-23T02:01:35.3005832Z Generated XML report: test-reports\python-unittest\test_utils\TEST-TestCheckpoint-20221123020113.xml 2022-11-23T02:01:35.3006516Z Generated XML report: test-reports\python-unittest\test_utils\TEST-TestCollectEnv-20221123020113.xml 2022-11-23T02:01:35.3007258Z Generated XML report: test-reports\python-unittest\test_utils\TEST-TestCppExtensionUtils-20221123020113.xml 2022-11-23T02:01:35.3008015Z Generated XML report: test-reports\python-unittest\test_utils\TEST-TestDataLoaderUtils-20221123020113.xml 2022-11-23T02:01:35.3008752Z Generated XML report: test-reports\python-unittest\test_utils\TEST-TestExtensionUtils-20221123020113.xml 2022-11-23T02:01:35.3009449Z Generated XML report: test-reports\python-unittest\test_utils\TEST-TestHipify-20221123020113.xml 2022-11-23T02:01:35.3010249Z Generated XML report: test-reports\python-unittest\test_utils\TEST-TestONNXUtils-20221123020113.xml 2022-11-23T02:01:35.3010978Z Generated XML report: test-reports\python-unittest\test_utils\TEST-TestStandaloneCPPJIT-20221123020113.xml 2022-11-23T02:01:35.3011684Z Generated XML report: test-reports\python-unittest\test_utils\TEST-TestBottleneck-20221123020113.xml 2022-11-23T02:01:35.3012119Z 2022-11-23T02:01:35.3012523Z ##[endgroup] 2022-11-23T02:01:35.3013036Z FINISHED PRINTING LOG FILE of test_utils (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_utils_g_63gcge) 2022-11-23T02:01:35.3013414Z 2022-11-23T02:01:38.2713947Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:01:38.2715077Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:01:38.2715596Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:01:38.4283701Z Running test_view_ops ... [2022-11-23 02:01:38.427923] 2022-11-23T02:01:38.4288735Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_view_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:01:38.428520] 2022-11-23T02:01:38.4291025Z Ignoring disabled issues: [] 2022-11-23T02:01:41.5480781Z 2022-11-23T02:01:41.5481355Z Expand the folded group to see the log file of test_view_ops 2022-11-23T02:01:41.5482356Z ##[group]PRINTING LOG FILE of test_view_ops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_view_ops_ra5_5rhs) 2022-11-23T02:01:41.5483869Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:01:41.5484880Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:01:41.5485111Z 2022-11-23T02:01:41.5485256Z Running tests... 2022-11-23T02:01:41.5485671Z ---------------------------------------------------------------------- 2022-11-23T02:01:41.5485943Z 2022-11-23T02:01:41.5486171Z ---------------------------------------------------------------------- 2022-11-23T02:01:41.5486565Z Ran 0 tests in 0.000s 2022-11-23T02:01:41.5486731Z 2022-11-23T02:01:41.5486847Z OK 2022-11-23T02:01:41.5487009Z 2022-11-23T02:01:41.5487160Z Generating XML reports... 2022-11-23T02:01:41.5487604Z Test results will be stored in test-reports\python-unittest\test_view_ops 2022-11-23T02:01:41.5487886Z 2022-11-23T02:01:41.5488252Z ##[endgroup] 2022-11-23T02:01:41.5488774Z FINISHED PRINTING LOG FILE of test_view_ops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_view_ops_ra5_5rhs) 2022-11-23T02:01:41.5489143Z 2022-11-23T02:01:44.5132742Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:01:44.5133552Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:01:44.5133900Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:01:44.6693798Z Running test_vmap ... [2022-11-23 02:01:44.668641] 2022-11-23T02:01:44.6698951Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_vmap.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:01:44.669759] 2022-11-23T02:01:44.6700370Z Ignoring disabled issues: [] 2022-11-23T02:01:51.2049307Z 2022-11-23T02:01:51.2050062Z Expand the folded group to see the log file of test_vmap 2022-11-23T02:01:51.2051159Z ##[group]PRINTING LOG FILE of test_vmap (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_vmap_38oz765p) 2022-11-23T02:01:51.2059260Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:01:51.2060582Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:01:51.2060839Z 2022-11-23T02:01:51.2060969Z Running tests... 2022-11-23T02:01:51.2061446Z ---------------------------------------------------------------------- 2022-11-23T02:01:51.2062011Z Test results will be stored in test-reports\python-unittest\test_vmap 2022-11-23T02:01:51.2063204Z test_accepts_nested_inputs (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:376: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2064281Z out = vmap(lambda z: z[0] + z[1])((x, y)) 2022-11-23T02:01:51.2065327Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:378: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2066504Z out = vmap(lambda z: z[0] + z[1], in_dims=(0,))((x, y)) 2022-11-23T02:01:51.2067577Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:380: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2068559Z out = vmap(lambda z: z[0] + z[1], in_dims=((0, 0),))((x, y)) 2022-11-23T02:01:51.2069626Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:383: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2070600Z out = vmap(lambda z: z[0] + z[1])([x, y]) 2022-11-23T02:01:51.2071625Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:385: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2072617Z out = vmap(lambda z: z[0] + z[1], in_dims=(0,))([x, y]) 2022-11-23T02:01:51.2073656Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:387: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2074670Z out = vmap(lambda z: z[0] + z[1], in_dims=([0, 0],))([x, y]) 2022-11-23T02:01:51.2075719Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:390: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2076657Z out = vmap(lambda z: z['x'] + z['y'])({'x': x, 'y': y}) 2022-11-23T02:01:51.2077676Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:392: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2078804Z out = vmap(lambda z: z['x'] + z['y'], in_dims=(0,))({'x': x, 'y': y}) 2022-11-23T02:01:51.2079857Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:394: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2080888Z out = vmap(lambda z: z['x'] + z['y'], in_dims=({'x': 0, 'y': 0},))({'x': x, 'y': y}) 2022-11-23T02:01:51.2081958Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:398: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2082967Z out_fn = vmap(lambda z: z['x'][0] + z['x'][1][0] + z['y'][0] + z['y'][1]) 2022-11-23T02:01:51.2083308Z ok (0.008s) 2022-11-23T02:01:51.2084418Z test_backward_unsupported_interaction (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:748: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2085521Z vmap(backward_on_vmapped_tensor)(x) 2022-11-23T02:01:51.2086685Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:754: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2087676Z vmap(backward_with_vmapped_grad)(x, grad) 2022-11-23T02:01:51.2088806Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:760: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2089804Z vmap(completely_unrelated_backward)(y) 2022-11-23T02:01:51.2090165Z ok (0.004s) 2022-11-23T02:01:51.2091270Z test_batched_gradient_basic (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:792: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2092356Z jacobian = vmap(vjp_mul)(batched_v) 2022-11-23T02:01:51.2092685Z ok (0.002s) 2022-11-23T02:01:51.2093782Z test_constant_function (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:63: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2094907Z output = vmap(lambda x: torch.tensor(3.14))(torch.ones(3)) 2022-11-23T02:01:51.2095290Z ok (0.002s) 2022-11-23T02:01:51.2096389Z test_different_map_dim_size_raises (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:41: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2097440Z vmap(torch.mul)(x, y) 2022-11-23T02:01:51.2098422Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:43: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2099595Z vmap(lambda z: z[0] + z[1], in_dims=((0, 0),))((x, y)) 2022-11-23T02:01:51.2100650Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:45: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2101662Z vmap(lambda z: z['x'] + z['y'], in_dims=({'x': 0, 'y': 0},))({'x': x, 'y': y}) 2022-11-23T02:01:51.2102013Z ok (0.002s) 2022-11-23T02:01:51.2103106Z test_fallback_atan2 (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:554: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2104142Z result = vmap(op, (2, 0))(x, y) 2022-11-23T02:01:51.2105192Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:560: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2106369Z result = vmap(vmap(op), (2, 0))(x, y) 2022-11-23T02:01:51.2107423Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:566: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2108411Z result = vmap(vmap(vmap(op)))(x, y) 2022-11-23T02:01:51.2108758Z ok (0.146s) 2022-11-23T02:01:51.2109194Z test_fallback_does_not_warn_by_default (__main__.TestVmapAPI) ... ok (0.002s) 2022-11-23T02:01:51.2110415Z test_fallback_masked_fill (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:582: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2111493Z result = vmap(torch.index_add, (0, None, None, 0))(x, dim, index, values) 2022-11-23T02:01:51.2112602Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:582: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2113660Z result = vmap(torch.index_add, (0, None, None, 0))(x, dim, index, values) 2022-11-23T02:01:51.2114045Z ok (0.079s) 2022-11-23T02:01:51.2115153Z test_fallback_multiple_returns (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:600: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2116252Z result = vmap(torch.var_mean)(tensor) 2022-11-23T02:01:51.2117321Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:606: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2118481Z result = vmap(vmap(torch.var_mean))(tensor) 2022-11-23T02:01:51.2119559Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:612: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2120592Z result = vmap(vmap(vmap(torch.var_mean)))(tensor) 2022-11-23T02:01:51.2120955Z ok (0.133s) 2022-11-23T02:01:51.2121421Z test_fallback_warns_when_warnings_are_enabled (__main__.TestVmapAPI) ... ok (0.000s) 2022-11-23T02:01:51.2122016Z test_fallback_with_undefined_grad (__main__.TestVmapAPI) ... ok (0.011s) 2022-11-23T02:01:51.2123256Z test_fallback_zero_dim (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:525: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2124317Z vmap(op, (0, None))(x, y) 2022-11-23T02:01:51.2125364Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:527: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2126337Z vmap(op, (None, 0))(y, x) 2022-11-23T02:01:51.2127426Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:529: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2128359Z vmap(op)(x, x) 2022-11-23T02:01:51.2129459Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:534: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2130399Z vmap(op, (0, None))(x, y) 2022-11-23T02:01:51.2131381Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:536: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2132345Z vmap(op, (None, 0))(y, x) 2022-11-23T02:01:51.2133363Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:538: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2134315Z vmap(op)(x, x) 2022-11-23T02:01:51.2134631Z ok (0.741s) 2022-11-23T02:01:51.2135727Z test_func_with_no_inputs (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:57: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2136751Z vmap(foo)() 2022-11-23T02:01:51.2137765Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:60: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2138698Z vmap(bar)() 2022-11-23T02:01:51.2138974Z ok (0.010s) 2022-11-23T02:01:51.2140859Z test_functools_partial (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:798: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2141979Z result = vmap(functools.partial(torch.mul, x))(y) 2022-11-23T02:01:51.2142370Z ok (0.002s) 2022-11-23T02:01:51.2143474Z test_grad_unsupported_interaction (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:773: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2144595Z vmap(output_to_grad_is_vmapped)(input_tensor) 2022-11-23T02:01:51.2145679Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:781: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2146699Z vmap(input_to_grad_is_vmapped)(input_tensor) 2022-11-23T02:01:51.2147027Z ok (0.004s) 2022-11-23T02:01:51.2148251Z test_in_dim_not_in_tensor_err_msg (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:463: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2149320Z vmap(foo)(torch.randn([])) 2022-11-23T02:01:51.2150379Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:465: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2151380Z vmap(foo, in_dims=(0,))(torch.randn([])) 2022-11-23T02:01:51.2152445Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:467: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2153422Z vmap(foo, in_dims=(-1,))(x) 2022-11-23T02:01:51.2154449Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:469: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2155420Z vmap(foo, in_dims=(2,))(y) 2022-11-23T02:01:51.2156448Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:471: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2157450Z vmap(lambda z: z[0] + z[1], in_dims=([3, 0],))([x, y]) 2022-11-23T02:01:51.2158500Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:473: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2159444Z vmap(foo, in_dims=(0,))(torch.randn(2, 3)) 2022-11-23T02:01:51.2160496Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:474: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2161631Z vmap(foo, in_dims=(1,))(torch.randn(2, 3)) 2022-11-23T02:01:51.2161990Z ok (0.004s) 2022-11-23T02:01:51.2163047Z test_in_dims_wrong_type_err_msg (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:407: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2164120Z vmap(torch.mul, [0, 0])(x, y) 2022-11-23T02:01:51.2165147Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:409: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2166133Z vmap(torch.mul, set({0, 0}))(x, y) 2022-11-23T02:01:51.2167183Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:411: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2168162Z vmap(torch.mul, 'lol')(x, y) 2022-11-23T02:01:51.2169399Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:413: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2170393Z vmap(lambda z: z[0] + z[1], in_dims=[0, 0])([x, y]) 2022-11-23T02:01:51.2171449Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:415: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2172403Z vmap(torch.mul, (0, 0))(x, y) 2022-11-23T02:01:51.2172723Z ok (0.003s) 2022-11-23T02:01:51.2173868Z test_inplace_fallback_nary_different_levels (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:707: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2175019Z vmap(op, in_dims=(0, None))(x, y) 2022-11-23T02:01:51.2176072Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:713: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2177053Z vmap(vmap(op, in_dims=(0, None)))(x, y) 2022-11-23T02:01:51.2178110Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:721: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2179058Z vmap(op, in_dims=(None, 0))(x, y) 2022-11-23T02:01:51.2180023Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:726: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2181178Z vmap(vmap(op, in_dims=(0, None)), in_dims=(None, 0))(x, y) 2022-11-23T02:01:51.2182269Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:731: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2183299Z vmap(vmap(op, in_dims=(0, None)), in_dims=(None, 1))(x, y) 2022-11-23T02:01:51.2184351Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:736: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2185345Z vmap(vmap(op, in_dims=(None, 0)))(x, y) 2022-11-23T02:01:51.2185706Z ok (0.008s) 2022-11-23T02:01:51.2186838Z test_inplace_fallback_nary_same_levels (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:672: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2187910Z vmap(op, (2, 0))(x, y) 2022-11-23T02:01:51.2189041Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:680: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2190008Z vmap(vmap(op), (2, 0))(x, y) 2022-11-23T02:01:51.2191007Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:688: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2191981Z result = vmap(vmap(vmap(op)))(x, y) 2022-11-23T02:01:51.2192332Z ok (0.170s) 2022-11-23T02:01:51.2193405Z test_inplace_fallback_unary (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:631: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2194440Z result = vmap(op)(x) 2022-11-23T02:01:51.2195450Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:638: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2196407Z result = vmap(op, out_dims=(1,))(x) 2022-11-23T02:01:51.2197448Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:645: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2198575Z result = vmap(vmap(op))(x) 2022-11-23T02:01:51.2199572Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:652: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2200545Z result = vmap(vmap(vmap(op)))(x) 2022-11-23T02:01:51.2200887Z ok (0.581s) 2022-11-23T02:01:51.2202159Z test_integer_in_dim_but_not_tensor_input_err_msg (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:446: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2203241Z vmap(torch.sum)(x, 0) 2022-11-23T02:01:51.2204295Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:448: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2205260Z vmap(torch.sum, (0, 0))(x, 0) 2022-11-23T02:01:51.2206258Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:450: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2207326Z vmap(lambda z: z[0] + z[1], in_dims=([0, 0],))([x, 1]) 2022-11-23T02:01:51.2208365Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:452: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2209536Z vmap(torch.sum, (0, None))(x, 0) 2022-11-23T02:01:51.2209886Z ok (0.004s) 2022-11-23T02:01:51.2210991Z test_multiple_inputs (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:78: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2212048Z output = vmap(torch.mul)(x, y) 2022-11-23T02:01:51.2212403Z ok (0.002s) 2022-11-23T02:01:51.2213519Z test_multiple_out_dims (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:220: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2214599Z result = vmap(foo, out_dims=(0, 1))(x) 2022-11-23T02:01:51.2215628Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:223: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2216626Z result = vmap(bar, out_dims=(-1, 0, 1, 2))(x, y) 2022-11-23T02:01:51.2216968Z ok (0.004s) 2022-11-23T02:01:51.2218072Z test_multiple_outputs (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:86: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2219138Z outputs = vmap(foo)(x) 2022-11-23T02:01:51.2219485Z ok (0.002s) 2022-11-23T02:01:51.2220606Z test_multiple_outputs_error_cases (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:106: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2221753Z vmap(returns_tuple_of_tensors)(x) 2022-11-23T02:01:51.2222807Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:111: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2223782Z vmap(returns_list_of_two_tensors)(x) 2022-11-23T02:01:51.2224865Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:113: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2225880Z vmap(returns_list_of_one_tensor)(x) 2022-11-23T02:01:51.2226230Z ok (0.003s) 2022-11-23T02:01:51.2227335Z test_nested_non_default_in_dims (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:337: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2228474Z result = vmap(vmap(vmap(torch.mul), (1, 0)), (1, 2))(x, y) 2022-11-23T02:01:51.2228851Z ok (0.002s) 2022-11-23T02:01:51.2230071Z test_nested_out_dims (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:236: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2231260Z result = vmap(lambda y: vmap(lambda x: x, out_dims=1)(y))(y) 2022-11-23T02:01:51.2232354Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:241: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2233400Z result = vmap(lambda y: vmap(lambda x: x, out_dims=1)(y), out_dims=1)(y) 2022-11-23T02:01:51.2234500Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:246: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2235562Z result = vmap(lambda y: vmap(lambda x: x, out_dims=-1)(y), out_dims=-1)(y) 2022-11-23T02:01:51.2236724Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:253: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2237819Z result = vmap(lambda y: vmap(lambda x: x * y, out_dims=1)(x), out_dims=-1)(y) 2022-11-23T02:01:51.2238235Z ok (0.006s) 2022-11-23T02:01:51.2239363Z test_nested_with_different_map_dim (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:127: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2240494Z output = vmap(lambda x: vmap(lambda y: x * y)(y))(x) 2022-11-23T02:01:51.2241572Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:132: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2242759Z output = vmap(lambda x: vmap(lambda y: vmap(lambda z: x * y * z)(z))(y))(x) 2022-11-23T02:01:51.2243180Z ok (0.004s) 2022-11-23T02:01:51.2244263Z test_nested_with_same_map_dim (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:118: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2245344Z output = vmap(vmap(torch.mul))(x, y) 2022-11-23T02:01:51.2246358Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:121: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2247317Z output = vmap(vmap(vmap(torch.mul)))(x, y) 2022-11-23T02:01:51.2247666Z ok (0.002s) 2022-11-23T02:01:51.2248844Z test_nn_module (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:804: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2249836Z result = vmap(model)(tensor) 2022-11-23T02:01:51.2250153Z ok (0.003s) 2022-11-23T02:01:51.2251931Z test_non_default_in_dims_out_dims (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:344: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2253035Z result = vmap(lambda x: x, in_dims=1, out_dims=1)(x) 2022-11-23T02:01:51.2254096Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:349: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2255119Z result = vmap(lambda x: x, in_dims=2, out_dims=1)(x) 2022-11-23T02:01:51.2256165Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:358: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2257120Z result = vmap(foo, in_dims=1, out_dims=1)(x) 2022-11-23T02:01:51.2258173Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:362: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2259149Z result = vmap(foo, in_dims=2, out_dims=1)(x) 2022-11-23T02:01:51.2260200Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:367: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2261122Z result = vmap(vmap(foo, 1, 1), 1, 1)(x) 2022-11-23T02:01:51.2261409Z ok (0.005s) 2022-11-23T02:01:51.2262301Z test_non_tensor_output_raises (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:28: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2263459Z output = vmap(lambda x: 3.14)(torch.ones(3)) 2022-11-23T02:01:51.2264424Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:34: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2265357Z vmap(multiple_outputs)(torch.ones(3)) 2022-11-23T02:01:51.2265725Z ok (0.002s) 2022-11-23T02:01:51.2266792Z test_non_zero_in_dims (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:310: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2267821Z output = vmap(lambda x: x, (1,))(tensor) 2022-11-23T02:01:51.2268866Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:316: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2269830Z output = vmap(torch.mul, (0, 1))(x, y) 2022-11-23T02:01:51.2270970Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:318: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2272007Z output = vmap(torch.mul, (1, 0))(x, y) 2022-11-23T02:01:51.2272326Z ok (0.004s) 2022-11-23T02:01:51.2273362Z test_none_in_dims (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:326: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2274403Z output = vmap(torch.mul, (0, None))(x, y) 2022-11-23T02:01:51.2275459Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:331: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2276444Z output = vmap(torch.mul, (0, None))(x, 2) 2022-11-23T02:01:51.2276795Z ok (0.003s) 2022-11-23T02:01:51.2277923Z test_nonzero_out_dims (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:171: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2278938Z result = vmap(lambda x: x, out_dims=1)(tensor) 2022-11-23T02:01:51.2279955Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:177: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2280921Z result = vmap(lambda x: x, out_dims=2)(tensor) 2022-11-23T02:01:51.2281947Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:183: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2283029Z result = vmap(lambda x: x, out_dims=-1)(tensor) 2022-11-23T02:01:51.2284102Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:190: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2285090Z result = vmap(lambda x, y: (x, y), out_dims=2)(tensor, other) 2022-11-23T02:01:51.2286164Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:198: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2287162Z result = vmap(lambda x: x, out_dims=2)(tensor) 2022-11-23T02:01:51.2288206Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:206: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2289262Z result = vmap(foo, out_dims=1)(x, y) 2022-11-23T02:01:51.2289624Z ok (0.009s) 2022-11-23T02:01:51.2290796Z test_noop_in_inner_vmap (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:139: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2291865Z output = vmap(lambda x: vmap(lambda y: x)(y))(x) 2022-11-23T02:01:51.2292212Z ok (0.003s) 2022-11-23T02:01:51.2293294Z test_not_enough_in_dims_err_msg (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:423: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2294311Z vmap(torch.mul, (0,))(x, y) 2022-11-23T02:01:51.2295311Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:425: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2296296Z vmap(torch.mul, (0, 0, 0))(x, y) 2022-11-23T02:01:51.2297328Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:427: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2298312Z vmap(lambda z: z[0] + z[1], in_dims=([0],))([x, y]) 2022-11-23T02:01:51.2299338Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:429: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2300305Z vmap(lambda z: z[0] + z[1], in_dims=((0, 0),))([x, y]) 2022-11-23T02:01:51.2301382Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:431: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2302419Z vmap(torch.mul, (0, 0))(x, y) 2022-11-23T02:01:51.2302715Z ok (0.000s) 2022-11-23T02:01:51.2303800Z test_out_dim_out_of_bounds_err_msg (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:302: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2304858Z vmap(lambda x: x, out_dims=3)(x) 2022-11-23T02:01:51.2305892Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:304: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2306852Z vmap(lambda x: x, out_dims=-4)(x) 2022-11-23T02:01:51.2307170Z ok (0.006s) 2022-11-23T02:01:51.2308187Z test_out_dims_and_num_outputs_mismatch_err_msg (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:285: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2309218Z vmap(lambda x: x, out_dims=(0, 0))(x) 2022-11-23T02:01:51.2310256Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:287: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2311219Z vmap(lambda x: (x, x, x), out_dims=(0, 0, 0, 0))(x) 2022-11-23T02:01:51.2312220Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:291: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2313212Z vmap(lambda x: (x, x), out_dims=(0,))(x) 2022-11-23T02:01:51.2314189Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:293: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2315138Z vmap(lambda x: (x, x, x), out_dims=(0, 0))(x) 2022-11-23T02:01:51.2315464Z ok (0.000s) 2022-11-23T02:01:51.2316503Z test_out_dims_edge_case (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:263: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2317515Z expected = vmap(foo, out_dims=1)(tensor) 2022-11-23T02:01:51.2318530Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:264: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2319400Z result = vmap(foo, out_dims=(1,))(tensor) 2022-11-23T02:01:51.2319713Z ok (0.000s) 2022-11-23T02:01:51.2320721Z test_out_dims_must_be_int_or_tuple_of_int_err_msg (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:271: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2321818Z vmap(lambda x: x, out_dims='lol')(tensor) 2022-11-23T02:01:51.2322778Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:273: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2323691Z vmap(lambda x: x, out_dims=('lol',))(tensor) 2022-11-23T02:01:51.2324747Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:275: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2325655Z vmap(lambda x: x, out_dims=None)(tensor) 2022-11-23T02:01:51.2326570Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:277: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2327486Z vmap(lambda x: x, out_dims=(None,))(tensor) 2022-11-23T02:01:51.2327814Z ok (0.000s) 2022-11-23T02:01:51.2329014Z test_single_input (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:72: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2330012Z output = vmap(square)(x) 2022-11-23T02:01:51.2330323Z ok (0.010s) 2022-11-23T02:01:51.2331343Z test_unsupported_op_err_msg (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:150: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2332268Z vmap(torch.ravel)(tensor) 2022-11-23T02:01:51.2333220Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:156: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2334117Z vmap(out_op)(tensor, tensor) 2022-11-23T02:01:51.2335091Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:161: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2336043Z vmap(lambda t: torch.atleast_1d([t]))(tensor) 2022-11-23T02:01:51.2337051Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:166: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2337997Z vmap(torch.Tensor.item)(tensor) 2022-11-23T02:01:51.2338324Z ok (0.005s) 2022-11-23T02:01:51.2338686Z test_T_numpy (__main__.TestVmapOperators) ... ok (0.009s) 2022-11-23T02:01:51.2339172Z test_as_strided (__main__.TestVmapOperators) ... ok (0.019s) 2022-11-23T02:01:51.2339694Z test_binary_pointwise_ops (__main__.TestVmapOperators) ... ok (0.187s) 2022-11-23T02:01:51.2340182Z test_bmm (__main__.TestVmapOperators) ... ok (0.013s) 2022-11-23T02:01:51.2340635Z test_cat (__main__.TestVmapOperators) ... ok (0.005s) 2022-11-23T02:01:51.2341200Z test_chunk (__main__.TestVmapOperators) ... ok (0.030s) 2022-11-23T02:01:51.2341604Z test_clamp (__main__.TestVmapOperators) ... ok (0.019s) 2022-11-23T02:01:51.2342081Z test_clone (__main__.TestVmapOperators) ... ok (0.012s) 2022-11-23T02:01:51.2342591Z test_comparison_ops (__main__.TestVmapOperators) ... ok (0.084s) 2022-11-23T02:01:51.2343067Z test_conj (__main__.TestVmapOperators) ... ok (0.019s) 2022-11-23T02:01:51.2343507Z test_contiguous (__main__.TestVmapOperators) ... ok (0.010s) 2022-11-23T02:01:51.2343978Z test_diagonal (__main__.TestVmapOperators) ... ok (0.009s) 2022-11-23T02:01:51.2344457Z test_dot (__main__.TestVmapOperators) ... ok (0.014s) 2022-11-23T02:01:51.2344918Z test_expand_as (__main__.TestVmapOperators) ... ok (0.006s) 2022-11-23T02:01:51.2345428Z test_fill_and_zero_inplace (__main__.TestVmapOperators) ... ok (0.019s) 2022-11-23T02:01:51.2345927Z test_imag (__main__.TestVmapOperators) ... ok (0.013s) 2022-11-23T02:01:51.2346416Z test_is_complex (__main__.TestVmapOperators) ... ok (0.003s) 2022-11-23T02:01:51.2346910Z test_is_contiguous (__main__.TestVmapOperators) ... ok (0.009s) 2022-11-23T02:01:51.2347426Z test_is_floating_point (__main__.TestVmapOperators) ... ok (0.000s) 2022-11-23T02:01:51.2347949Z test_mm (__main__.TestVmapOperators) ... ok (0.009s) 2022-11-23T02:01:51.2348452Z test_movedim (__main__.TestVmapOperators) ... ok (0.020s) 2022-11-23T02:01:51.2348926Z test_mv (__main__.TestVmapOperators) ... ok (0.013s) 2022-11-23T02:01:51.2349393Z test_narrow (__main__.TestVmapOperators) ... ok (0.007s) 2022-11-23T02:01:51.2349995Z test_new_empty (__main__.TestVmapOperators) ... ok (0.002s) 2022-11-23T02:01:51.2350507Z test_new_empty_strided (__main__.TestVmapOperators) ... ok (0.013s) 2022-11-23T02:01:51.2351003Z test_new_zeros (__main__.TestVmapOperators) ... ok (0.009s) 2022-11-23T02:01:51.2351514Z test_no_random_op_support (__main__.TestVmapOperators) ... ok (0.031s) 2022-11-23T02:01:51.2352021Z test_real (__main__.TestVmapOperators) ... ok (0.014s) 2022-11-23T02:01:51.2352494Z test_reshape (__main__.TestVmapOperators) ... ok (0.008s) 2022-11-23T02:01:51.2352974Z test_reshape_as (__main__.TestVmapOperators) ... ok (0.010s) 2022-11-23T02:01:51.2353477Z test_result_type (__main__.TestVmapOperators) ... ok (0.009s) 2022-11-23T02:01:51.2353979Z test_select (__main__.TestVmapOperators) ... ok (0.005s) 2022-11-23T02:01:51.2354464Z test_slice (__main__.TestVmapOperators) ... ok (0.006s) 2022-11-23T02:01:51.2354909Z test_split (__main__.TestVmapOperators) ... ok (0.078s) 2022-11-23T02:01:51.2355379Z test_squeeze (__main__.TestVmapOperators) ... ok (0.006s) 2022-11-23T02:01:51.2355847Z test_stack (__main__.TestVmapOperators) ... ok (0.007s) 2022-11-23T02:01:51.2356306Z test_stride (__main__.TestVmapOperators) ... ok (0.002s) 2022-11-23T02:01:51.2356758Z test_sum_dim (__main__.TestVmapOperators) ... ok (0.009s) 2022-11-23T02:01:51.2357208Z test_t (__main__.TestVmapOperators) ... ok (0.003s) 2022-11-23T02:01:51.2357684Z test_tensor_split (__main__.TestVmapOperators) ... ok (0.153s) 2022-11-23T02:01:51.2358157Z test_to (__main__.TestVmapOperators) ... ok (0.003s) 2022-11-23T02:01:51.2358610Z test_trace (__main__.TestVmapOperators) ... ok (0.003s) 2022-11-23T02:01:51.2359072Z test_transpose (__main__.TestVmapOperators) ... ok (0.006s) 2022-11-23T02:01:51.2359573Z test_unary_pointwise_ops (__main__.TestVmapOperators) ... ok (0.143s) 2022-11-23T02:01:51.2360101Z test_unbind (__main__.TestVmapOperators) ... ok (0.208s) 2022-11-23T02:01:51.2360570Z test_unfold (__main__.TestVmapOperators) ... ok (0.000s) 2022-11-23T02:01:51.2361028Z test_view (__main__.TestVmapOperators) ... ok (0.010s) 2022-11-23T02:01:51.2361497Z test_view_as (__main__.TestVmapOperators) ... ok (0.010s) 2022-11-23T02:01:51.2361975Z test_view_as_complex (__main__.TestVmapOperators) ... ok (0.035s) 2022-11-23T02:01:51.2362461Z test_view_as_real (__main__.TestVmapOperators) ... ok (0.013s) 2022-11-23T02:01:51.2363081Z test_vmap_fallback_check (__main__.TestVmapOperators) ... ok (0.003s) 2022-11-23T02:01:51.2364188Z test_vmap_fallback_check_ok (__main__.TestVmapOperators) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:964: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T02:01:51.2365207Z vmap(op_using_fallback)(torch.rand(3)) 2022-11-23T02:01:51.2365530Z ok (0.000s) 2022-11-23T02:01:51.2365693Z 2022-11-23T02:01:51.2365935Z ---------------------------------------------------------------------- 2022-11-23T02:01:51.2366365Z Ran 95 tests in 3.313s 2022-11-23T02:01:51.2366543Z 2022-11-23T02:01:51.2366647Z OK 2022-11-23T02:01:51.2366820Z 2022-11-23T02:01:51.2366971Z Generating XML reports... 2022-11-23T02:01:51.2367558Z Generated XML report: test-reports\python-unittest\test_vmap\TEST-TestVmapAPI-20221123020147.xml 2022-11-23T02:01:51.2368159Z Generated XML report: test-reports\python-unittest\test_vmap\TEST-TestVmapOperators-20221123020147.xml 2022-11-23T02:01:51.2368477Z 2022-11-23T02:01:51.2369008Z ##[endgroup] 2022-11-23T02:01:51.2369468Z FINISHED PRINTING LOG FILE of test_vmap (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_vmap_38oz765p) 2022-11-23T02:01:51.2369821Z 2022-11-23T02:01:54.2883367Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:01:54.2884570Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:01:54.2885138Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:01:54.4532037Z Running test_vulkan ... [2022-11-23 02:01:54.445370] 2022-11-23T02:01:54.4537437Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_vulkan.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:01:54.445370] 2022-11-23T02:01:54.4538916Z Ignoring disabled issues: [] 2022-11-23T02:01:57.0402096Z 2022-11-23T02:01:57.0402643Z Expand the folded group to see the log file of test_vulkan 2022-11-23T02:01:57.0403513Z ##[group]PRINTING LOG FILE of test_vulkan (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_vulkan_ns_0n5ol) 2022-11-23T02:01:57.0404334Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:01:57.0405079Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:01:57.0405227Z 2022-11-23T02:01:57.0405300Z Running tests... 2022-11-23T02:01:57.0405549Z ---------------------------------------------------------------------- 2022-11-23T02:01:57.0405919Z test_conv (__main__.TestVulkanRewritePass) ... Test results will be stored in test-reports\python-unittest\test_vulkan 2022-11-23T02:01:57.0406274Z skip: Vulkan backend must be available for these tests. (0.004s) 2022-11-23T02:01:57.0406435Z 2022-11-23T02:01:57.0406581Z ---------------------------------------------------------------------- 2022-11-23T02:01:57.0406819Z Ran 1 test in 0.000s 2022-11-23T02:01:57.0406930Z 2022-11-23T02:01:57.0407000Z OK (skipped=1) 2022-11-23T02:01:57.0407106Z 2022-11-23T02:01:57.0407193Z Generating XML reports... 2022-11-23T02:01:57.0407539Z Generated XML report: test-reports\python-unittest\test_vulkan\TEST-TestVulkanRewritePass-20221123020156.xml 2022-11-23T02:01:57.0407986Z 2022-11-23T02:01:57.0408294Z ##[endgroup] 2022-11-23T02:01:57.0408624Z FINISHED PRINTING LOG FILE of test_vulkan (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_vulkan_ns_0n5ol) 2022-11-23T02:01:57.0408861Z 2022-11-23T02:02:00.0644184Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:02:00.0644937Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:02:00.0645271Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:02:00.2476148Z Running test_xnnpack_integration ... [2022-11-23 02:02:00.246841] 2022-11-23T02:02:00.2481915Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_xnnpack_integration.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:02:00.248071] 2022-11-23T02:02:00.2483932Z Ignoring disabled issues: [] 2022-11-23T02:02:13.3778255Z 2022-11-23T02:02:13.3778870Z Expand the folded group to see the log file of test_xnnpack_integration 2022-11-23T02:02:13.3780062Z ##[group]PRINTING LOG FILE of test_xnnpack_integration (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_xnnpack_integration_q8tu87yz) 2022-11-23T02:02:13.3781867Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:02:13.3783016Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:02:13.3783326Z 2022-11-23T02:02:13.3783486Z Running tests... 2022-11-23T02:02:13.3783929Z ---------------------------------------------------------------------- 2022-11-23T02:02:13.3784590Z Test results will be stored in test-reports\python-unittest\test_xnnpack_integration 2022-11-23T02:02:13.3785346Z test_conv1d_basic (__main__.TestXNNPACKConv1dTransformPass) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:02:13.3786185Z test_conv1d_with_relu_fc (__main__.TestXNNPACKConv1dTransformPass) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:02:13.3786893Z test_conv2d (__main__.TestXNNPACKOps) ... ok (1.232s) 2022-11-23T02:02:13.3787569Z test_conv2d_transpose (__main__.TestXNNPACKOps) ... ok (1.909s) 2022-11-23T02:02:13.3788368Z test_linear (__main__.TestXNNPACKOps) ... skip: Fails on some platforms, see https://github.com/pytorch/pytorch/issues/73488 (0.002s) 2022-11-23T02:02:13.3789017Z test_linear_1d_input (__main__.TestXNNPACKOps) ... ok (0.076s) 2022-11-23T02:02:13.3789612Z test_decomposed_linear (__main__.TestXNNPACKRewritePass) ... ok (0.181s) 2022-11-23T02:02:13.3790215Z test_linear (__main__.TestXNNPACKRewritePass) ... ok (1.372s) 2022-11-23T02:02:13.3790973Z test_combined_model (__main__.TestXNNPACKSerDes) ... skip: Fails on some platforms, see https://github.com/pytorch/pytorch/issues/73488 (0.007s) 2022-11-23T02:02:13.3791690Z test_conv2d (__main__.TestXNNPACKSerDes) ... ok (2.380s) 2022-11-23T02:02:13.3792245Z test_conv2d_transpose (__main__.TestXNNPACKSerDes) ... ok (3.132s) 2022-11-23T02:02:13.3792936Z test_linear (__main__.TestXNNPACKSerDes) ... skip: Fails on some platforms, see https://github.com/pytorch/pytorch/issues/73488 (0.002s) 2022-11-23T02:02:13.3793415Z 2022-11-23T02:02:13.3807508Z ---------------------------------------------------------------------- 2022-11-23T02:02:13.3808338Z Ran 12 tests in 10.297s 2022-11-23T02:02:13.3808540Z 2022-11-23T02:02:13.3808675Z OK (skipped=5) 2022-11-23T02:02:13.3808867Z 2022-11-23T02:02:13.3809037Z Generating XML reports... 2022-11-23T02:02:13.3809663Z Generated XML report: test-reports\python-unittest\test_xnnpack_integration\TEST-TestXNNPACKOps-20221123020202.xml 2022-11-23T02:02:13.3810586Z Generated XML report: test-reports\python-unittest\test_xnnpack_integration\TEST-TestXNNPACKRewritePass-20221123020202.xml 2022-11-23T02:02:13.3811565Z Generated XML report: test-reports\python-unittest\test_xnnpack_integration\TEST-TestXNNPACKSerDes-20221123020202.xml 2022-11-23T02:02:13.3812561Z Generated XML report: test-reports\python-unittest\test_xnnpack_integration\TEST-TestXNNPACKConv1dTransformPass-20221123020202.xml 2022-11-23T02:02:13.3813098Z 2022-11-23T02:02:13.3813569Z ##[endgroup] 2022-11-23T02:02:13.3814206Z FINISHED PRINTING LOG FILE of test_xnnpack_integration (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_xnnpack_integration_q8tu87yz) 2022-11-23T02:02:13.3814712Z 2022-11-23T02:02:16.4173389Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:02:16.4174105Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:02:16.4174637Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:06:43.8015099Z 2022-11-23T02:06:43.8015802Z Expand the folded group to see the log file of test_quantization 2022-11-23T02:06:43.8016619Z ##[group]PRINTING LOG FILE of test_quantization (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_quantization_5ejwzq90) 2022-11-23T02:06:43.8034929Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:43.8035638Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:06:43.8036240Z 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:06:43.8036812Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T02:06:43.8037014Z 2022-11-23T02:06:43.8037096Z Running tests... 2022-11-23T02:06:43.8037421Z ---------------------------------------------------------------------- 2022-11-23T02:06:43.8040787Z Test results will be stored in test-reports\python-unittest\test_quantization 2022-11-23T02:06:43.8041313Z test_modules_import_nn_intrinsic (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) ... ok (0.017s) 2022-11-23T02:06:43.8041956Z test_modules_import_nn_intrinsic_qat (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) ... ok (0.001s) 2022-11-23T02:06:43.8042471Z test_modules_import_nn_intrinsic_quantized (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) ... ok (0.001s) 2022-11-23T02:06:43.8043021Z test_modules_intrinsic_qat_conv_fused (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) ... ok (0.001s) 2022-11-23T02:06:43.8043594Z test_modules_intrinsic_qat_linear_fused (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) ... ok (0.001s) 2022-11-23T02:06:43.8044275Z test_modules_intrinsic_qat_linear_relu (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) ... ok (0.001s) 2022-11-23T02:06:43.8045176Z test_modules_intrinsic_quantized_bn_relu (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) ... ok (0.001s) 2022-11-23T02:06:43.8045861Z test_modules_intrinsic_quantized_conv_relu (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) ... ok (0.001s) 2022-11-23T02:06:43.8046542Z test_modules_intrinsic_quantized_linear_relu (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) ... ok (0.001s) 2022-11-23T02:06:43.8047214Z test_modules_nn_intrinsic_fused (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) ... ok (0.001s) 2022-11-23T02:06:43.8047837Z test_package_import_nn_intrinsic (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) ... ok (0.001s) 2022-11-23T02:06:43.8048493Z test_package_import_nn_intrinsic_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) 2022-11-23T02:06:43.8049427Z Tests the migration of the torch.nn.intrinsic.modules ... ok (0.001s) 2022-11-23T02:06:43.8049978Z test_package_import_nn_intrinsic_qat (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) 2022-11-23T02:06:43.8050516Z Tests the migration of the torch.nn.intrinsic.modules ... ok (0.001s) 2022-11-23T02:06:43.8051075Z test_package_import_nn_intrinsic_quantized (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) 2022-11-23T02:06:43.8051625Z Tests the migration of the torch.nn.intrinsic.quantized ... ok (0.001s) 2022-11-23T02:06:43.8052294Z test_functional_import (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-11-23T02:06:43.8052845Z Tests the migration of the torch.nn.quantized.functional ... ok (0.001s) 2022-11-23T02:06:43.8053370Z test_import_nn_qat_conv (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-11-23T02:06:43.8054009Z test_import_nn_qat_dynamic_linear (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-11-23T02:06:43.8054675Z test_import_nn_qat_embedding_ops (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-11-23T02:06:43.8055326Z test_import_nn_qat_linear (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-11-23T02:06:43.8055978Z test_import_nn_quantizable_activation (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-11-23T02:06:43.8056648Z test_import_nn_quantizable_rnn (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.002s) 2022-11-23T02:06:43.8057317Z test_import_nn_quantized_dynamic_import (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-11-23T02:06:43.8057970Z test_modules_activation (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-11-23T02:06:43.8058595Z test_modules_batchnorm (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-11-23T02:06:43.8059242Z test_modules_conv (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-11-23T02:06:43.8059854Z test_modules_dropout (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-11-23T02:06:43.8060476Z test_modules_embedding_ops (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-11-23T02:06:43.8061129Z test_modules_functional_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.002s) 2022-11-23T02:06:43.8061694Z test_modules_import (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-11-23T02:06:43.8062146Z test_modules_linear (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-11-23T02:06:43.8062609Z test_modules_normalization (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.002s) 2022-11-23T02:06:43.8063120Z test_modules_utils (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-11-23T02:06:43.8063576Z test_package_import_nn_qat (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-11-23T02:06:43.8064040Z test_package_import_nn_qat_dynamic (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-11-23T02:06:43.8064425Z Tests the migration of the torch.nn.qat.modules ... ok (0.001s) 2022-11-23T02:06:43.8064811Z test_package_import_nn_qat_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-11-23T02:06:43.8065191Z Tests the migration of the torch.nn.qat.modules ... ok (0.001s) 2022-11-23T02:06:43.8065592Z test_package_import_nn_quantizable (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-11-23T02:06:43.8066057Z test_package_import_nn_quantizable_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-11-23T02:06:43.8066460Z Tests the migration of the torch.nn.quantizable.modules ... ok (0.001s) 2022-11-23T02:06:43.8066872Z test_package_import_nn_quantized (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-11-23T02:06:43.8067360Z test_package_import_nn_quantized_dynamic (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-11-23T02:06:43.8067915Z test_package_import_nn_quantized_dynamic_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-11-23T02:06:43.8068328Z Tests the migration of the torch.nn.quantized.modules ... ok (0.003s) 2022-11-23T02:06:43.8068729Z test_package_import_nn_quantized_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-11-23T02:06:43.8069108Z Tests the migration of the torch.nn.quantized.modules ... ok (0.002s) 2022-11-23T02:06:43.8069526Z test_function_import_fake_quantize (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.002s) 2022-11-23T02:06:43.8070026Z test_function_import_fuse_modules (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-11-23T02:06:43.8070532Z test_function_import_fuser_method_mappings (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-11-23T02:06:43.8071046Z test_function_import_observer (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.000s) 2022-11-23T02:06:43.8071536Z test_function_import_qconfig (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.002s) 2022-11-23T02:06:43.8072028Z test_function_import_quant_type (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.000s) 2022-11-23T02:06:43.8072532Z test_function_import_quantization_mappings (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.003s) 2022-11-23T02:06:43.8073019Z test_function_import_quantize (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.000s) 2022-11-23T02:06:43.8073503Z test_function_import_quantize_jit (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.000s) 2022-11-23T02:06:43.8073986Z test_function_import_stubs (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.000s) 2022-11-23T02:06:43.8074465Z test_function_import_utils (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.006s) 2022-11-23T02:06:43.8074952Z test_package_import_fake_quantize (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.000s) 2022-11-23T02:06:43.8075453Z test_package_import_fuse_modules (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.000s) 2022-11-23T02:06:43.8076536Z test_package_import_fuser_method_mappings (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.000s) 2022-11-23T02:06:43.8077046Z test_package_import_observer (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.000s) 2022-11-23T02:06:43.8077519Z test_package_import_qconfig (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.000s) 2022-11-23T02:06:43.8078008Z test_package_import_quant_type (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.000s) 2022-11-23T02:06:43.8078516Z test_package_import_quantization_mappings (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.000s) 2022-11-23T02:06:43.8079017Z test_package_import_quantize (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.000s) 2022-11-23T02:06:43.8079508Z test_package_import_quantize_jit (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.000s) 2022-11-23T02:06:43.8079998Z test_package_import_stubs (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.010s) 2022-11-23T02:06:43.8080476Z test_package_import_utils (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-11-23T02:06:43.8080942Z test_function_import_fx (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.002s) 2022-11-23T02:06:43.8081825Z test_function_import_fx_convert (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-11-23T02:06:43.8082319Z test_function_import_fx_equalize (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.002s) 2022-11-23T02:06:43.8082794Z test_function_import_fx_fuse (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.002s) 2022-11-23T02:06:43.8083285Z test_function_import_fx_fusion_patterns (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-11-23T02:06:43.8083776Z test_function_import_fx_graph_module (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-11-23T02:06:43.8084269Z test_function_import_fx_match_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.002s) 2022-11-23T02:06:43.8084758Z test_function_import_fx_pattern_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-11-23T02:06:43.8085243Z test_function_import_fx_prepare (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-11-23T02:06:43.8085723Z test_function_import_fx_quantization_patterns (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.002s) 2022-11-23T02:06:43.8086209Z test_function_import_fx_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.002s) 2022-11-23T02:06:43.8086686Z test_function_import_quantize_fx (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-11-23T02:06:43.8087154Z test_package_import_fx (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-11-23T02:06:43.8087625Z test_package_import_fx_convert (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-11-23T02:06:43.8088112Z test_package_import_fx_equalize (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-11-23T02:06:43.8088591Z test_package_import_fx_fuse (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-11-23T02:06:43.8089074Z test_package_import_fx_fusion_patterns (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.002s) 2022-11-23T02:06:43.8089622Z test_package_import_fx_graph_module (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-11-23T02:06:43.8090091Z test_package_import_fx_match_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-11-23T02:06:43.8090576Z test_package_import_fx_pattern_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-11-23T02:06:43.8091060Z test_package_import_fx_prepare (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-11-23T02:06:43.8091553Z test_package_import_fx_quantization_patterns (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-11-23T02:06:43.8092041Z test_package_import_fx_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-11-23T02:06:43.8092526Z test_package_import_quantize_fx (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-11-23T02:06:43.8092974Z test_backend_config_from_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.005s) 2022-11-23T02:06:43.8093411Z test_backend_config_set_backend_pattern_config (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.002s) 2022-11-23T02:06:43.8093823Z test_backend_config_set_name (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-11-23T02:06:43.8094279Z test_backend_config_to_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.002s) 2022-11-23T02:06:43.8094705Z test_backend_op_config_add_dtype_config (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.002s) 2022-11-23T02:06:43.8095134Z test_backend_op_config_from_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.003s) 2022-11-23T02:06:43.8095569Z test_backend_op_config_set_extra_inputs_getter (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.002s) 2022-11-23T02:06:43.8096020Z test_backend_op_config_set_fused_module (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-11-23T02:06:43.8096454Z test_backend_op_config_set_fuser_method (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.002s) 2022-11-23T02:06:43.8096884Z test_backend_op_config_set_input_output_observed (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-11-23T02:06:43.8097337Z test_backend_op_config_set_input_type_to_index (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-11-23T02:06:43.8097803Z test_backend_op_config_set_num_tensor_args_to_observation_type (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-11-23T02:06:43.8098325Z test_backend_op_config_set_observation_type (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.002s) 2022-11-23T02:06:43.8098766Z test_backend_op_config_set_qat_module (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.000s) 2022-11-23T02:06:43.8099216Z test_backend_op_config_set_reference_quantized_module (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.003s) 2022-11-23T02:06:43.8099665Z test_backend_op_config_set_root_module (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.000s) 2022-11-23T02:06:43.8100105Z test_backend_op_config_set_root_node_getter (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.000s) 2022-11-23T02:06:43.8100516Z test_backend_op_config_to_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.006s) 2022-11-23T02:06:43.8100928Z test_dtype_config_from_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.000s) 2022-11-23T02:06:43.8101342Z test_dtype_config_to_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.000s) 2022-11-23T02:06:43.8101809Z test_conv_chain (quantization.eager.test_bias_correction_eager.TestBiasCorrectionEager) ... ok (0.686s) 2022-11-23T02:06:43.8102243Z test_linear_chain (quantization.eager.test_bias_correction_eager.TestBiasCorrectionEager) ... ok (0.153s) 2022-11-23T02:06:43.8102668Z test_compare_tensor_scalar (quantization.core.test_quantized_op.TestComparatorOps) ... ok (0.870s) 2022-11-23T02:06:43.8103077Z test_compare_tensor_tensor (quantization.core.test_quantized_op.TestComparatorOps) ... ok (0.317s) 2022-11-23T02:06:43.8103503Z test_erase_class_tensor_shapes (quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized) ... ok (0.019s) 2022-11-23T02:06:43.8103977Z test_quantization_modules (quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized) ... ok (0.195s) 2022-11-23T02:06:43.8104707Z test_rnn_cell_quantized (quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\quantized.py:510: UserWarning: quantize_rnn_cell_modules function has been deprecated. Please use torch.ao.quantization.quantize_dynamic API instead. 2022-11-23T02:06:43.8105439Z warnings.warn("quantize_rnn_cell_modules function has been deprecated. " 2022-11-23T02:06:43.8106047Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\quantized.py:100: UserWarning: torch.jit.QuantizedRNNCellBase is deprecated and will be removed in an upcoming PyTorch release. Please use the torch.ao.nn.quantized.dynamic.RNNCell instead. 2022-11-23T02:06:43.8106540Z warnings.warn( 2022-11-23T02:06:43.8107120Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\quantized.py:213: UserWarning: torch.jit.QuantizedLSTMCell is deprecated and will be removed in an upcoming PyTorch release. Please use the torch.ao.nn.quantized.dynamic.LSTMCell instead. 2022-11-23T02:06:43.8107623Z warnings.warn( 2022-11-23T02:06:43.8108140Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\quantized.py:236: UserWarning: torch.jit.QuantizedGRUCell is deprecated and will be removed in an upcoming PyTorch release. Please use the torch.ao.nn.quantized.dynamic.GRUCell instead. 2022-11-23T02:06:43.8108630Z warnings.warn( 2022-11-23T02:06:43.8109142Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\quantized.py:178: UserWarning: torch.jit.QuantizedRNNCell is deprecated and will be removed in an upcoming PyTorch release. Please use the torch.ao.nn.quantized.dynamic.RNNCell instead. 2022-11-23T02:06:43.8109624Z warnings.warn( 2022-11-23T02:06:43.8109787Z ok (0.184s) 2022-11-23T02:06:43.8110372Z test_rnn_quantized (quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\quantized.py:556: UserWarning: quantize_rnn_modules function has been deprecated. Please use torch.ao.quantization.quantize_dynamic API instead. 2022-11-23T02:06:43.8110995Z warnings.warn("quantize_rnn_modules function has been deprecated. " 2022-11-23T02:06:43.8111639Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\quantized.py:264: UserWarning: torch.jit.QuantizedRNNBase is deprecated and will be removed in an upcoming PyTorch release. Please use the torch.ao.nn.quantized.dynamic instead. 2022-11-23T02:06:43.8112147Z warnings.warn( 2022-11-23T02:06:43.8112658Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\quantized.py:369: UserWarning: torch.jit.QuantizedLSTM is deprecated and will be removed in an upcoming PyTorch release. Please use the torch.ao.nn.quantized.dynamic.LSTM instead. 2022-11-23T02:06:43.8113150Z warnings.warn( 2022-11-23T02:06:43.8113656Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\quantized.py:449: UserWarning: torch.jit.QuantizedGRU is deprecated and will be removed in an upcoming PyTorch release. Please use the torch.ao.nn.quantized.dynamic.GRU instead. 2022-11-23T02:06:43.8114114Z warnings.warn( 2022-11-23T02:06:43.8114364Z ok (0.115s) 2022-11-23T02:06:43.8114703Z test_device_affinity (quantization.core.test_workflow_module.TestDistributed) ... skip: multi-GPU not supported (0.000s) 2022-11-23T02:06:43.8115143Z test_fake_quant_preserves_buffers (quantization.core.test_workflow_module.TestDistributed) 2022-11-23T02:06:43.8115525Z Tests that fake quant only modifies buffers in place. Note: this is important ... ok (0.005s) 2022-11-23T02:06:43.8115909Z test_observers_preserve_buffers (quantization.core.test_workflow_module.TestDistributed) 2022-11-23T02:06:43.8116297Z Tests that observers only modify buffers in place. Note: this is important ... ok (0.016s) 2022-11-23T02:06:43.8116666Z test_qat_convbn_fused_syncbn_replacement (quantization.core.test_workflow_module.TestDistributed) 2022-11-23T02:06:43.8117349Z Tests that SyncBatchNorm replacement works for fused ConvBN. ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-11-23T02:06:43.8117880Z warnings.warn( 2022-11-23T02:06:43.8118070Z ok (0.000s) 2022-11-23T02:06:43.8118353Z test_qat_data_parallel (quantization.core.test_workflow_module.TestDistributed) 2022-11-23T02:06:43.8118748Z Tests that doing QAT in nn.DataParallel does not crash. ... skip: multi-GPU not supported (0.012s) 2022-11-23T02:06:43.8119142Z test_syncbn_preserves_qconfig (quantization.core.test_workflow_module.TestDistributed) 2022-11-23T02:06:43.8119542Z Makes sure that if a BatchNorm is not fused and a qconfig exists, ... ok (0.003s) 2022-11-23T02:06:43.8120239Z test_cell_api (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... 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:06:43.8120924Z warnings.warn(message, UserWarning) 2022-11-23T02:06:43.8121188Z ok (0.192s) 2022-11-23T02:06:43.8121970Z test_dynamic_conv1d (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\dynamic\modules\conv.py:58: UserWarning: The current implementation of the DynamicQuantizedConv1d module has poor numerical accuracy and its use is not recommended 2022-11-23T02:06:43.8122640Z warnings.warn( 2022-11-23T02:06:43.8122832Z ok (0.476s) 2022-11-23T02:06:43.8123469Z test_dynamic_conv2d (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\dynamic\modules\conv.py:123: UserWarning: The current implementation of the DynamicQuantizedConv2d module has poor numerical accuracy and its use is not recommended 2022-11-23T02:06:43.8124073Z warnings.warn( 2022-11-23T02:06:43.8124242Z ok (0.461s) 2022-11-23T02:06:43.8124848Z test_dynamic_conv3d (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\dynamic\modules\conv.py:188: UserWarning: The current implementation of the DynamicQuantizedConv3d module has poor numerical accuracy and its use is not recommended 2022-11-23T02:06:43.8125436Z warnings.warn( 2022-11-23T02:06:43.8125617Z ok (0.455s) 2022-11-23T02:06:43.8126275Z test_dynamic_convtranspose1d (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\dynamic\modules\conv.py:258: UserWarning: The current implementation of the DynamicQuantizedConvTranpose1d module has poor numerical accuracy and its use is not recommended 2022-11-23T02:06:43.8126897Z warnings.warn( 2022-11-23T02:06:43.8127080Z ok (0.410s) 2022-11-23T02:06:43.8127811Z test_dynamic_convtranspose2d (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\dynamic\modules\conv.py:319: UserWarning: The current implementation of the DynamicQuantizedConvTranpose2d module has poor numerical accuracy and its use is not recommended 2022-11-23T02:06:43.8128430Z warnings.warn( 2022-11-23T02:06:43.8128608Z ok (0.405s) 2022-11-23T02:06:43.8129220Z test_dynamic_convtranspose3d (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\dynamic\modules\conv.py:380: UserWarning: The current implementation of the DynamicQuantizedConvTranpose3d module has poor numerical accuracy and its use is not recommended 2022-11-23T02:06:43.8129811Z warnings.warn( 2022-11-23T02:06:43.8129993Z ok (0.383s) 2022-11-23T02:06:43.8130302Z test_gru_api (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... ok (0.016s) 2022-11-23T02:06:43.8130739Z test_linear_api (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... ok (9.420s) 2022-11-23T02:06:43.8131170Z test_lstm_api (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... ok (0.284s) 2022-11-23T02:06:43.8131593Z test_dynamic_conv1d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.011s) 2022-11-23T02:06:43.8131988Z test_dynamic_conv2d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.006s) 2022-11-23T02:06:43.8132444Z test_dynamic_conv3d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.005s) 2022-11-23T02:06:43.8132875Z test_dynamic_convtranspose1d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.005s) 2022-11-23T02:06:43.8133317Z test_dynamic_convtranspose2d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.006s) 2022-11-23T02:06:43.8133753Z test_dynamic_convtranspose3d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.005s) 2022-11-23T02:06:43.8134292Z test_linear_prepack_fp16_numerics (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-11-23T02:06:43.8134786Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-11-23T02:06:43.8135161Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-11-23T02:06:43.8135512Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-11-23T02:06:43.8135889Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-11-23T02:06:43.8136282Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-11-23T02:06:43.8136660Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-11-23T02:06:43.8137028Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-11-23T02:06:43.8137393Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-11-23T02:06:43.8137764Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-11-23T02:06:43.8138128Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-11-23T02:06:43.8138508Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-11-23T02:06:43.8138881Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-11-23T02:06:43.8139248Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-11-23T02:06:43.8139607Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-11-23T02:06:43.8140023Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-11-23T02:06:43.8140384Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-11-23T02:06:43.8140750Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-11-23T02:06:43.8141143Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-11-23T02:06:43.8141412Z ok (0.059s) 2022-11-23T02:06:43.8141712Z test_qlinear (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (1.221s) 2022-11-23T02:06:43.8142137Z test_qlinear_dynamic_fp16 (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.028s) 2022-11-23T02:06:43.8142558Z test_qlinear_legacy (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.281s) 2022-11-23T02:06:43.8142968Z test_qlstmGRU (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.781s) 2022-11-23T02:06:43.8143354Z test_qrnncell (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (1.395s) 2022-11-23T02:06:43.8143741Z test_converged (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-11-23T02:06:43.8144078Z Sanity checks on _equalize.converged working ... ok (0.003s) 2022-11-23T02:06:43.8144431Z test_cross_layer_equalization (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-11-23T02:06:43.8144813Z applies _equalize.cross_layer_equalization on two modules and checks ... ok (0.002s) 2022-11-23T02:06:43.8145171Z test_equalize (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-11-23T02:06:43.8145959Z First checks to see if _equalize.equalize can handle multiple ... ok (0.019s) 2022-11-23T02:06:43.8146382Z test_equalize_fused_convrelu (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-11-23T02:06:43.8146756Z Checks to see if eager mode equalization supports fused ... ok (0.041s) 2022-11-23T02:06:43.8147117Z test_equalize_fused_linearrelu (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-11-23T02:06:43.8147480Z Checks to see if eager mode equalization supports fused ... ok (0.028s) 2022-11-23T02:06:43.8147839Z test_input_weight_eq_observer (quantization.fx.test_equalize_fx.TestEqualizeFx) ... ok (0.310s) 2022-11-23T02:06:43.8148246Z test_input_weight_equalization_activation_values (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-11-23T02:06:43.8148935Z After applying the equalization functions check if the input ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fx\prepare.py:1482: UserWarning: Passing a QConfig dictionary to prepare is deprecated and will not be supported in a future version. Please pass in a QConfigMapping instead. 2022-11-23T02:06:43.8149489Z warnings.warn( 2022-11-23T02:06:43.8149998Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fx\prepare.py:1488: UserWarning: Passing a QConfig dictionary to prepare for equalization is deprecated and will not be supported in a future version. Please pass in a QConfigMapping instead. 2022-11-23T02:06:43.8150488Z warnings.warn( 2022-11-23T02:06:43.8150666Z ok (0.215s) 2022-11-23T02:06:43.8150960Z test_input_weight_equalization_branching (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-11-23T02:06:43.8151534Z Tests that graphs containing branches are prepared correctly. ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fx\prepare.py:756: UserWarning: Cannot equalize linear1 because it is part of a branch. 2022-11-23T02:06:43.8151993Z warnings.warn( 2022-11-23T02:06:43.8152403Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fx\prepare.py:756: UserWarning: Cannot equalize linear2 because it is part of a branch. 2022-11-23T02:06:43.8152764Z warnings.warn( 2022-11-23T02:06:43.8152948Z ok (0.032s) 2022-11-23T02:06:43.8153272Z test_input_weight_equalization_convert (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-11-23T02:06:43.8154085Z Tests that the modified model for equalization (before quantization) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\graph.py:1346: UserWarning: Node linear1_packed_weight_0 target linear1_packed_weight_0 linear1_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-11-23T02:06:43.8154738Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-11-23T02:06:43.8155336Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\graph.py:1346: UserWarning: Node linear2_packed_weight_0 target linear2_packed_weight_0 linear2_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-11-23T02:06:43.8155932Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-11-23T02:06:43.8156530Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\graph.py:1346: UserWarning: Node linear_packed_weight_0 target linear_packed_weight_0 linear_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-11-23T02:06:43.8157103Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-11-23T02:06:43.8157738Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\graph.py:1346: UserWarning: Node conv1_packed_weight_0 target conv1_packed_weight_0 conv1_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-11-23T02:06:43.8158312Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-11-23T02:06:43.8158892Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\graph.py:1346: UserWarning: Node conv2_packed_weight_0 target conv2_packed_weight_0 conv2_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-11-23T02:06:43.8159456Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-11-23T02:06:43.8160023Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\graph.py:1346: UserWarning: Node conv_packed_weight_0 target conv_packed_weight_0 conv_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-11-23T02:06:43.8160605Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-11-23T02:06:43.8160858Z ok (3.762s) 2022-11-23T02:06:43.8161169Z test_input_weight_equalization_equalization_scales (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-11-23T02:06:43.8161675Z After applying the equalization functions, check if the equalization ... ok (0.088s) 2022-11-23T02:06:43.8162060Z test_input_weight_equalization_graphs (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-11-23T02:06:43.8162652Z Tests that the modified model for equalization has the same graph ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\utils.py:303: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-11-23T02:06:43.8163106Z warnings.warn( 2022-11-23T02:06:43.8163565Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fx\_equalize.py:190: UserWarning: Must run observer before calling calculate_equalization_scale. Returning default equalization scale torch.tensor(1). 2022-11-23T02:06:43.8164013Z warnings.warn( 2022-11-23T02:06:43.8164494Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fx\_equalize.py:102: UserWarning: Must call calculate_equalization_scale before calling calculate_scaled_minmax. Will not scale the next quantization observer. 2022-11-23T02:06:43.8164940Z warnings.warn( 2022-11-23T02:06:43.8165352Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\utils.py:311: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-11-23T02:06:43.8165803Z warnings.warn( 2022-11-23T02:06:43.8165985Z ok (0.683s) 2022-11-23T02:06:43.8166260Z test_input_weight_equalization_prepare (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-11-23T02:06:43.8166624Z Tests that graphs created after prepare_fx is as expected ... ok (0.390s) 2022-11-23T02:06:43.8166987Z test_input_weight_equalization_results (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-11-23T02:06:43.8167350Z Tests that for small models, the results of quantized models that ... ok (0.339s) 2022-11-23T02:06:43.8167723Z test_input_weight_equalization_weights_bias (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-11-23T02:06:43.8168093Z After applying the equalization functions check if the weights and ... ok (0.103s) 2022-11-23T02:06:43.8168450Z test_selective_equalization (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-11-23T02:06:43.8168780Z Tests that we are able to run numeric suite on the equalized model ... ok (0.340s) 2022-11-23T02:06:43.8169145Z test_dict_return_type (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.142s) 2022-11-23T02:06:43.8169557Z test_matching_failure_node_count (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.075s) 2022-11-23T02:06:43.8169977Z test_matching_failure_node_type (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.045s) 2022-11-23T02:06:43.8170417Z test_methods (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) 2022-11-23T02:06:43.8170738Z Verify that graph matching works on methods ... ok (0.085s) 2022-11-23T02:06:43.8171065Z test_nodes_before_cat (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.266s) 2022-11-23T02:06:43.8171743Z test_nodes_with_equal_types_get_matched (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\observer.py:1204: UserWarning: must run observer before calling calculate_qparams. Returning default scale and zero point 2022-11-23T02:06:43.8172287Z warnings.warn( 2022-11-23T02:06:43.8172465Z ok (0.154s) 2022-11-23T02:06:43.8172760Z test_op_relationship_mapping (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) 2022-11-23T02:06:43.8173116Z Tests that the mapping of op relationships is complete. ... ok (0.011s) 2022-11-23T02:06:43.8173474Z test_results_order (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.109s) 2022-11-23T02:06:43.8174167Z test_simple_fun (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\graph.py:1346: UserWarning: Node _packed_weight_0 target _packed_weight_0 _packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-11-23T02:06:43.8174810Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-11-23T02:06:43.8175040Z ok (0.247s) 2022-11-23T02:06:43.8175325Z test_simple_fusion (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.127s) 2022-11-23T02:06:43.8175705Z test_simple_mod (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.105s) 2022-11-23T02:06:43.8176084Z test_simple_mod_multi (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.234s) 2022-11-23T02:06:43.8176476Z test_simple_tensor_ops (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.117s) 2022-11-23T02:06:43.8176856Z test_user_defined_function (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) 2022-11-23T02:06:43.8177188Z Verify that graph matching works on user defined functions ... ok (0.063s) 2022-11-23T02:06:43.8177582Z test_mobilenet_v2 (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcherModels) ... skip: no torchvision (0.001s) 2022-11-23T02:06:43.8178088Z test_mobilenet_v2_qat (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcherModels) ... skip: no torchvision (0.001s) 2022-11-23T02:06:43.8178555Z test_add_loggers_cuda (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:06:43.8179370Z test_add_mul_inputs_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\_check.py:181: UserWarning: The TorchScript type system doesn't support instance-level annotations on empty non-base types in `__init__`. Instead, either 1) use a type annotation in the class body, or 2) wrap the type in `torch.jit.Attribute`. 2022-11-23T02:06:43.8180070Z warnings.warn("The TorchScript type system doesn't support " 2022-11-23T02:06:43.8180307Z ok (3.793s) 2022-11-23T02:06:43.8180655Z test_add_shadow_loggers_cuda (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: CUDA unavailable (0.002s) 2022-11-23T02:06:43.8181433Z test_add_shadow_loggers_fun_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\graph.py:1346: UserWarning: Node _packed_weight_1 target _packed_weight_1 _packed_weight_1 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-11-23T02:06:43.8182094Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-11-23T02:06:43.8182328Z ok (1.021s) 2022-11-23T02:06:43.8182692Z test_add_shadow_loggers_fun_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.531s) 2022-11-23T02:06:43.8183130Z test_add_shadow_loggers_meth_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-11-23T02:06:43.8183556Z Verify that add_loggers works on methods ... skipping shadow loggers for node_b: str, start_node_a: str, unknown dtype cast 2022-11-23T02:06:43.8184032Z skipping shadow loggers for node_b: torch.ao.quantization.observer.FixedQParamsObserver, start_node_a: str, unknown dtype cast 2022-11-23T02:06:43.8184460Z skipping shadow loggers for node_b: str, start_node_a: str, unknown dtype cast 2022-11-23T02:06:43.8184686Z ok (0.347s) 2022-11-23T02:06:43.8185009Z test_add_shadow_loggers_mod_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (1.429s) 2022-11-23T02:06:43.8185460Z test_add_shadow_loggers_mod_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.721s) 2022-11-23T02:06:43.8185922Z test_extend_logger_results_with_comparison (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.137s) 2022-11-23T02:06:43.8186684Z test_extract_weights_conv_fun_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\graph.py:1346: UserWarning: Node _packed_weight_2 target _packed_weight_2 _packed_weight_2 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-11-23T02:06:43.8187351Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-11-23T02:06:43.8187920Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\graph.py:1346: UserWarning: Node _packed_weight_3 target _packed_weight_3 _packed_weight_3 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-11-23T02:06:43.8188475Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-11-23T02:06:43.8189030Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\graph.py:1346: UserWarning: Node _packed_weight_4 target _packed_weight_4 _packed_weight_4 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-11-23T02:06:43.8189621Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-11-23T02:06:43.8190168Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\graph.py:1346: UserWarning: Node _packed_weight_5 target _packed_weight_5 _packed_weight_5 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-11-23T02:06:43.8190685Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-11-23T02:06:43.8190944Z ok (1.196s) 2022-11-23T02:06:43.8191281Z test_extract_weights_conv_fun_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (1.117s) 2022-11-23T02:06:43.8191756Z test_extract_weights_cuda (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:06:43.8192224Z test_extract_weights_dynamic (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.233s) 2022-11-23T02:06:43.8192667Z test_extract_weights_fqn (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.198s) 2022-11-23T02:06:43.8193111Z test_extract_weights_linear_fun_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.570s) 2022-11-23T02:06:43.8193549Z test_extract_weights_linear_fun_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.517s) 2022-11-23T02:06:43.8193994Z test_extract_weights_mod_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (1.319s) 2022-11-23T02:06:43.8194480Z test_extract_weights_mod_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (1.307s) 2022-11-23T02:06:43.8194918Z test_fp16_shadows_fp32 (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.061s) 2022-11-23T02:06:43.8195582Z test_int8_shadows_fp32_coverage (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skipping shadow loggers for node_b: torch.nn.modules.pooling.AdaptiveAvgPool2d, start_node_a: torch.nn.modules.pooling.AdaptiveAvgPool2d, unknown dtype cast 2022-11-23T02:06:43.8196335Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch.nn.modules.pooling.AdaptiveAvgPool2d, unknown dtype cast 2022-11-23T02:06:43.8196910Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.mul, start_node_a: torch._ops.quantized.PyCapsule.mul, unsupported 2022-11-23T02:06:43.8197463Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._ops.quantized.PyCapsule.mul, unknown dtype cast 2022-11-23T02:06:43.8198011Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._ops.quantized.PyCapsule.add_relu, unsupported 2022-11-23T02:06:43.8198546Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._ops.quantized.PyCapsule.add_relu, unknown dtype cast 2022-11-23T02:06:43.8198920Z ok (0.243s) 2022-11-23T02:06:43.8199245Z test_int8_shadows_fp32_simple (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.270s) 2022-11-23T02:06:43.8199683Z test_int8_shadows_int8_fun (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.126s) 2022-11-23T02:06:43.8200108Z test_int8_shadows_int8_mod (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.097s) 2022-11-23T02:06:43.8200533Z test_layer_names (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.475s) 2022-11-23T02:06:43.8200971Z test_linear_fp16_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.516s) 2022-11-23T02:06:43.8201489Z test_linear_fp16_shadow_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.506s) 2022-11-23T02:06:43.8201969Z test_linear_fp16_vs_linear_fp16_shadow_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.073s) 2022-11-23T02:06:43.8202485Z test_linear_fp16_weights (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.328s) 2022-11-23T02:06:43.8202925Z test_linear_kwargs_shadow (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.058s) 2022-11-23T02:06:43.8203377Z test_loggers_preserve_qat_numerics (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.136s) 2022-11-23T02:06:43.8203809Z test_logging_inputs (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-11-23T02:06:43.8204322Z Verifies that logging inputs works correctly ... skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-11-23T02:06:43.8204869Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-11-23T02:06:43.8205179Z ok (1.436s) 2022-11-23T02:06:43.8205502Z test_match_activations_fqn (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.101s) 2022-11-23T02:06:43.8205939Z test_match_activations_fun_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.842s) 2022-11-23T02:06:43.8206385Z test_match_activations_fun_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.400s) 2022-11-23T02:06:43.8206812Z test_match_activations_meth_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-11-23T02:06:43.8207162Z Verify that add_loggers works on methods ... ok (0.324s) 2022-11-23T02:06:43.8207575Z test_match_activations_mod_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.821s) 2022-11-23T02:06:43.8208004Z test_match_activations_mod_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.519s) 2022-11-23T02:06:43.8208547Z test_mul_add_cat_stack_skips_shadowing (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skipping shadow loggers for node_b: _operator.mul, start_node_a: _operator.mul, unsupported 2022-11-23T02:06:43.8209131Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: _operator.mul, unsupported 2022-11-23T02:06:43.8209647Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.mul, start_node_a: torch._VariableFunctionsClass.mul, unsupported 2022-11-23T02:06:43.8210192Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch._VariableFunctionsClass.mul, unsupported 2022-11-23T02:06:43.8210666Z skipping shadow loggers for node_b: _operator.add, start_node_a: _operator.add, unsupported 2022-11-23T02:06:43.8211115Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: _operator.add, unsupported 2022-11-23T02:06:43.8211624Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-11-23T02:06:43.8212168Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-11-23T02:06:43.8212819Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-11-23T02:06:43.8213370Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.stack, start_node_a: torch._VariableFunctionsClass.stack, unsupported 2022-11-23T02:06:43.8213852Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.mul, start_node_a: _operator.mul, unsupported 2022-11-23T02:06:43.8214315Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.mul, start_node_a: torch._VariableFunctionsClass.mul, unsupported 2022-11-23T02:06:43.8214775Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: _operator.add, unsupported 2022-11-23T02:06:43.8215300Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-11-23T02:06:43.8215799Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-11-23T02:06:43.8216304Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.stack, start_node_a: torch._VariableFunctionsClass.stack, unsupported 2022-11-23T02:06:43.8216617Z ok (1.869s) 2022-11-23T02:06:43.8216917Z test_op_io_dtype_coverage (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-11-23T02:06:43.8217295Z Tests that all the ops quantization cares about have input and output ... ok (0.010s) 2022-11-23T02:06:43.8217691Z test_op_with_either_fp32_or_int8_input (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-11-23T02:06:43.8218248Z Verify that shadowing works with ops which accept either fp32 or ... skipping shadow loggers for node_b: torch.nn.modules.activation.ReLU, start_node_a: torch.nn.modules.activation.ReLU, unknown dtype cast 2022-11-23T02:06:43.8218918Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch.nn.modules.activation.ReLU, unknown dtype cast 2022-11-23T02:06:43.8219488Z skipping shadow loggers for node_b: torch.nn.functional.relu, start_node_a: torch.nn.functional.relu, unknown dtype cast 2022-11-23T02:06:43.8219991Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch.nn.functional.relu, unknown dtype cast 2022-11-23T02:06:43.8220592Z skipping shadow loggers for node_b: torch.nn.modules.activation.ReLU, start_node_a: torch.nn.modules.activation.ReLU, unknown dtype cast 2022-11-23T02:06:43.8221081Z skipping shadow loggers for node_b: torch.nn.functional.relu, start_node_a: torch.nn.functional.relu, unknown dtype cast 2022-11-23T02:06:43.8221383Z ok (0.822s) 2022-11-23T02:06:43.8221871Z test_op_with_only_kwargs_skips_shadowing (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-11-23T02:06:43.8222509Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.stack, start_node_a: torch._VariableFunctionsClass.stack, unsupported 2022-11-23T02:06:43.8223019Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-11-23T02:06:43.8223529Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.stack, start_node_a: torch._VariableFunctionsClass.stack, unsupported 2022-11-23T02:06:43.8223846Z ok (0.534s) 2022-11-23T02:06:43.8224162Z test_ops_with_same_fp32_and_int8_signature (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-11-23T02:06:43.8224548Z Verifies that we can match pairs of ops which have the same aten ... ok (0.575s) 2022-11-23T02:06:43.8224981Z test_shadow_activations_fqn (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.130s) 2022-11-23T02:06:43.8225472Z test_shadow_loggers_preserve_qat_numerics (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.254s) 2022-11-23T02:06:43.8225936Z test_unsupported_op_copy_skips_shadowing (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-11-23T02:06:43.8226502Z Copying a `call_function` node is not implemented, test that this ... skipping shadow loggers for node_b: torch.nn.functional.layer_norm, start_node_a: torch.nn.functional.layer_norm, unhandled logic in subgraph copy 2022-11-23T02:06:43.8227165Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch.nn.functional.layer_norm, unhandled logic in subgraph copy 2022-11-23T02:06:43.8227727Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.layer_norm, start_node_a: torch.nn.functional.layer_norm, unhandled logic in subgraph copy 2022-11-23T02:06:43.8228132Z ok (0.478s) 2022-11-23T02:06:43.8228436Z test_user_defined_function (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-11-23T02:06:43.8228999Z Verify that NS APIs work on user defined functions ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:1969: UserWarning: nn.functional.sigmoid is deprecated. Use torch.sigmoid instead. 2022-11-23T02:06:43.8229519Z warnings.warn("nn.functional.sigmoid is deprecated. Use torch.sigmoid instead.") 2022-11-23T02:06:43.8229950Z skipping shadow loggers for node_b: torch._C._nn.linear, start_node_a: quantization.fx.test_numeric_suite_fx._wrapped_linear, unknown dtype cast 2022-11-23T02:06:43.8230506Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: quantization.fx.test_numeric_suite_fx._wrapped_linear, unknown dtype cast 2022-11-23T02:06:43.8230933Z ok (0.387s) 2022-11-23T02:06:43.8231242Z test_user_module (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-11-23T02:06:43.8231893Z For user defined modules, ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\quantize_fx.py:149: UserWarning: Passing a prepare_custom_config_dict to prepare is deprecated and will not be supported in a future version. Please pass in a PrepareCustomConfig instead. 2022-11-23T02:06:43.8232394Z warnings.warn( 2022-11-23T02:06:43.8232571Z ok (0.361s) 2022-11-23T02:06:43.8232890Z test_user_module_scriptable (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.129s) 2022-11-23T02:06:43.8233408Z test_compare_activations_conv (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (1.527s) 2022-11-23T02:06:43.8233898Z test_compare_activations_linear (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.898s) 2022-11-23T02:06:43.8234757Z test_compare_activations_lstm_dynamic (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\reference\modules\rnn.py:310: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-11-23T02:06:43.8235508Z torch.tensor(weight_qparams["scale"], dtype=torch.float, device=device)) 2022-11-23T02:06:43.8236122Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\reference\modules\rnn.py:313: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-11-23T02:06:43.8236770Z torch.tensor(weight_qparams["zero_point"], dtype=torch.int, device=device)) 2022-11-23T02:06:43.8237053Z ok (0.290s) 2022-11-23T02:06:43.8237397Z test_compare_shadow_activations_conv (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (1.602s) 2022-11-23T02:06:43.8237897Z test_compare_shadow_activations_linear (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.906s) 2022-11-23T02:06:43.8238399Z test_compare_shadow_activations_lstm_dynamic (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.275s) 2022-11-23T02:06:43.8238880Z test_compare_weights_conv (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.911s) 2022-11-23T02:06:43.8239357Z test_compare_weights_linear (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.545s) 2022-11-23T02:06:43.8239813Z test_compare_weights_lstm_dynamic (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.482s) 2022-11-23T02:06:43.8240297Z test_mobilenet_v2 (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... skip: no torchvision (0.001s) 2022-11-23T02:06:43.8240832Z test_resnet18 (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... skip: no torchvision (0.001s) 2022-11-23T02:06:43.8241317Z test_sparsenn_compare_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (6.640s) 2022-11-23T02:06:43.8242055Z test_sparsenn_shadow (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... skipping shadow loggers for node_b: torch.nn.modules.sparse.EmbeddingBag, start_node_a: torch.nn.modules.sparse.EmbeddingBag, unknown dtype cast 2022-11-23T02:06:43.8242859Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch.nn.modules.sparse.EmbeddingBag, unknown dtype cast 2022-11-23T02:06:43.8243436Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-11-23T02:06:43.8243974Z skipping shadow loggers for node_b: torch.nn.modules.sparse.EmbeddingBag, start_node_a: torch.nn.modules.sparse.EmbeddingBag, unknown dtype cast 2022-11-23T02:06:43.8244506Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-11-23T02:06:43.8245027Z skipping shadow loggers for node_b: torch.nn.modules.sparse.EmbeddingBag, start_node_a: torch.nn.modules.sparse.EmbeddingBag, unknown dtype cast 2022-11-23T02:06:43.8245618Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch.nn.modules.sparse.EmbeddingBag, unknown dtype cast 2022-11-23T02:06:43.8246236Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-11-23T02:06:43.8246772Z skipping shadow loggers for node_b: torch.nn.modules.sparse.EmbeddingBag, start_node_a: torch.nn.modules.sparse.EmbeddingBag, unknown dtype cast 2022-11-23T02:06:43.8247301Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-11-23T02:06:43.8247631Z ok (6.804s) 2022-11-23T02:06:43.8248081Z test_conv_bn_relu_mod (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteNShadows) ... `print_tabular` relies on the library `tabulate`, which could not be found on this machine. Run `pip install tabulate` to install the library. 2022-11-23T02:06:43.8248526Z ok (0.080s) 2022-11-23T02:06:43.8249508Z test_functions (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteNShadows) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fx\utils.py:1024: UserWarning: QConfig must specify a FixedQParamsObserver or a FixedQParamsFakeQuantize for fixed qparams ops, ignoring QConfig(activation=functools.partial(, quant_min=0, quant_max=127){}, weight=functools.partial(, dtype=torch.qint8, qscheme=torch.per_tensor_symmetric){}). 2022-11-23T02:06:43.8250597Z Please use torch.ao.quantization.get_default_qconfig_mapping or torch.ao.quantization.get_default_qat_qconfig_mapping. Example: 2022-11-23T02:06:43.8250991Z qconfig_mapping = get_default_qconfig_mapping("fbgemm") 2022-11-23T02:06:43.8251290Z model = prepare_fx(model, qconfig_mapping, example_inputs) 2022-11-23T02:06:43.8251632Z warnings.warn(("QConfig must specify a FixedQParamsObserver or a FixedQParamsFakeQuantize " 2022-11-23T02:06:43.8252080Z `print_tabular` relies on the library `tabulate`, which could not be found on this machine. Run `pip install tabulate` to install the library. 2022-11-23T02:06:43.8252380Z ok (0.320s) 2022-11-23T02:06:43.8252815Z test_linear_mod (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteNShadows) ... `print_tabular` relies on the library `tabulate`, which could not be found on this machine. Run `pip install tabulate` to install the library. 2022-11-23T02:06:43.8253220Z ok (0.140s) 2022-11-23T02:06:43.8253713Z test_linear_relu_mod (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteNShadows) ... `print_tabular` relies on the library `tabulate`, which could not be found on this machine. Run `pip install tabulate` to install the library. 2022-11-23T02:06:43.8254165Z ok (0.094s) 2022-11-23T02:06:43.8254524Z test_logger_enabled_and_save_activations_flags (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteNShadows) ... ok (0.053s) 2022-11-23T02:06:43.8254999Z test_mobilenet_v2 (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteNShadows) ... skip: no torchvision (0.000s) 2022-11-23T02:06:43.8255556Z test_partial_qconfig_mapping (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteNShadows) ... unable to find at least one qconfig for node %fc : [#users=1] = call_module[target=fc](args = (%x,), kwargs = {}), skipping 2022-11-23T02:06:43.8256095Z unable to find at least one qconfig for node %add : [#users=1] = call_function[target=operator.add](args = (%relu, %relu), kwargs = {}), skipping 2022-11-23T02:06:43.8256551Z `print_tabular` relies on the library `tabulate`, which could not be found on this machine. Run `pip install tabulate` to install the library. 2022-11-23T02:06:43.8256855Z ok (0.043s) 2022-11-23T02:06:43.8257187Z test_qconfig_multi_mapping_deduplication (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteNShadows) ... ok (0.000s) 2022-11-23T02:06:43.8257847Z test_qconfig_multi_mapping_end_to_end (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteNShadows) ... `print_tabular` relies on the library `tabulate`, which could not be found on this machine. Run `pip install tabulate` to install the library. 2022-11-23T02:06:43.8258273Z ok (0.082s) 2022-11-23T02:06:43.8258707Z test_qconfig_multi_mapping_from_list (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteNShadows) ... `print_tabular` relies on the library `tabulate`, which could not be found on this machine. Run `pip install tabulate` to install the library. 2022-11-23T02:06:43.8259123Z ok (0.066s) 2022-11-23T02:06:43.8259444Z test_qconfig_multi_mapping_insert_padding (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteNShadows) ... ok (0.010s) 2022-11-23T02:06:43.8260070Z test_qconfig_multi_mapping_ordering (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteNShadows) ... `print_tabular` relies on the library `tabulate`, which could not be found on this machine. Run `pip install tabulate` to install the library. 2022-11-23T02:06:43.8260535Z ok (0.099s) 2022-11-23T02:06:43.8260873Z test_qconfig_multi_mapping_retroactive_padding (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteNShadows) ... ok (0.002s) 2022-11-23T02:06:43.8261324Z test_fq_module_per_channel (quantization.core.test_workflow_module.TestFakeQuantize) ... ok (0.205s) 2022-11-23T02:06:43.8261731Z test_fq_serializable_per_channel (quantization.core.test_workflow_module.TestFakeQuantize) ... ok (0.005s) 2022-11-23T02:06:43.8262151Z test_quant_min_max_override (quantization.core.test_workflow_module.TestFakeQuantize) ... ok (0.002s) 2022-11-23T02:06:43.8262557Z test_backward_per_channel (quantization.core.test_workflow_ops.TestFakeQuantizeOps) 2022-11-23T02:06:43.8262991Z Tests the backward method. ... skip: this is broken without changes to any relevant code, we need to remove hypothesis testing in CI (0.329s) 2022-11-23T02:06:43.8263441Z test_backward_per_channel_cachemask_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.011s) 2022-11-23T02:06:43.8263914Z test_backward_per_channel_cachemask_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.000s) 2022-11-23T02:06:43.8264355Z test_backward_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) 2022-11-23T02:06:43.8264712Z Tests the backward method. ... skip: temporarily disable the test (0.010s) 2022-11-23T02:06:43.8265083Z test_backward_per_tensor_cachemask_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.017s) 2022-11-23T02:06:43.8265687Z test_backward_per_tensor_cachemask_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.001s) 2022-11-23T02:06:43.8266145Z test_fake_quant_control (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.011s) 2022-11-23T02:06:43.8266608Z test_fake_quant_per_channel_qparam_range (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.784s) 2022-11-23T02:06:43.8267078Z test_fake_quant_preserves_qparam_shapes_for_activations (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.003s) 2022-11-23T02:06:43.8267533Z test_fixed_qparams_fq_module (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.145s) 2022-11-23T02:06:43.8268175Z test_forward_backward_per_tensor_with_amp (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\amp\autocast_mode.py:204: UserWarning: User provided device_type of 'cuda', but CUDA is not available. Disabling 2022-11-23T02:06:43.8268780Z warnings.warn('User provided device_type of \'cuda\', but CUDA is not available. Disabling') 2022-11-23T02:06:43.8269030Z ok (0.008s) 2022-11-23T02:06:43.8269319Z test_forward_per_channel (quantization.core.test_workflow_ops.TestFakeQuantizeOps) 2022-11-23T02:06:43.8269695Z Tests the forward path of the FakeQuantizePerTensorAffine op. ... ok (0.159s) 2022-11-23T02:06:43.8270096Z test_forward_per_channel_cachemask_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.021s) 2022-11-23T02:06:43.8270628Z test_forward_per_channel_cachemask_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.001s) 2022-11-23T02:06:43.8271112Z test_forward_per_channel_half_precision_numerics (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.021s) 2022-11-23T02:06:43.8271564Z test_forward_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) 2022-11-23T02:06:43.8271926Z Tests the forward path of the FakeQuantizePerTensorAffine op. ... ok (0.123s) 2022-11-23T02:06:43.8272361Z test_forward_per_tensor_cachemask_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.015s) 2022-11-23T02:06:43.8272833Z test_forward_per_tensor_cachemask_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.000s) 2022-11-23T02:06:43.8273304Z test_forward_per_tensor_half_precision_numerics (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.008s) 2022-11-23T02:06:43.8273733Z test_fq_module_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.273s) 2022-11-23T02:06:43.8274151Z test_fq_serializable_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.014s) 2022-11-23T02:06:43.8274691Z test_learnable_backward_per_channel_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: this is broken without changes to any relevant code, we need to remove hypothesis testing in CI (0.007s) 2022-11-23T02:06:43.8275262Z test_learnable_backward_per_channel_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.007s) 2022-11-23T02:06:43.8275718Z test_learnable_backward_per_tensor_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.375s) 2022-11-23T02:06:43.8276230Z test_learnable_backward_per_tensor_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.007s) 2022-11-23T02:06:43.8276706Z test_learnable_forward_per_channel_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.208s) 2022-11-23T02:06:43.8277177Z test_learnable_forward_per_channel_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.007s) 2022-11-23T02:06:43.8277781Z test_learnable_forward_per_tensor_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: this is broken without changes to any relevant code, we need to remove hypothesis testing in CI (0.006s) 2022-11-23T02:06:43.8278882Z test_learnable_forward_per_tensor_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.004s) 2022-11-23T02:06:43.8279358Z test_numerical_consistency_per_channel (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.101s) 2022-11-23T02:06:43.8279807Z test_numerical_consistency_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.036s) 2022-11-23T02:06:43.8280230Z test_forward_hooks_preserved (quantization.eager.test_fuse_eager.TestFuseEager) 2022-11-23T02:06:43.8280584Z Test case that checks whether forward pre hooks of the first module and ... ok (0.018s) 2022-11-23T02:06:43.8280978Z test_fuse_function_customization (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.002s) 2022-11-23T02:06:43.8281458Z test_fuse_module_eval (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.055s) 2022-11-23T02:06:43.8281851Z test_fuse_module_train (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.391s) 2022-11-23T02:06:43.8282236Z test_fusion_conv_with_bias (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.049s) 2022-11-23T02:06:43.8282634Z test_fusion_convtranspose_bn_eval (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.006s) 2022-11-23T02:06:43.8283028Z test_fusion_linear_bn_eval (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.004s) 2022-11-23T02:06:43.8283448Z test_fusion_sequential_model_eval (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (1.091s) 2022-11-23T02:06:43.8283958Z test_fusion_sequential_model_train (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.131s) 2022-11-23T02:06:43.8284474Z 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.004s) 2022-11-23T02:06:43.8284938Z test_fuse_conv_bn_relu (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.033s) 2022-11-23T02:06:43.8285310Z test_fuse_convtranspose_bn_eval (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.008s) 2022-11-23T02:06:43.8285683Z test_fuse_custom_pattern (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.009s) 2022-11-23T02:06:43.8286048Z test_fuse_linear_bn_eval (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.006s) 2022-11-23T02:06:43.8286385Z test_fuse_module_relu (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.009s) 2022-11-23T02:06:43.8286748Z test_fusion_pattern_with_matchallnode (quantization.fx.test_quantize_fx.TestFuseFx) 2022-11-23T02:06:43.8287120Z This test tests that the node matched by MatchAllNode will be regared as an input ... ok (0.008s) 2022-11-23T02:06:43.8287493Z test_fusion_pattern_with_multiple_inputs (quantization.fx.test_quantize_fx.TestFuseFx) 2022-11-23T02:06:43.8287841Z This test tests two keys in backend_config: root_node_getter and ... ok (0.010s) 2022-11-23T02:06:43.8288197Z test_problematic_fuse_example (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.024s) 2022-11-23T02:06:43.8288551Z test_qconfig_fused_module (quantization.fx.test_quantize_fx.TestFuseFx) 2022-11-23T02:06:43.8288835Z TODO: add test for all fused modules ... ok (0.048s) 2022-11-23T02:06:43.8289238Z test_fused_backward_op_fake_quant_off (quantization.core.test_workflow_ops.TestFusedObsFakeQuant) ... ok (0.006s) 2022-11-23T02:06:43.8289722Z test_fused_obs_fake_quant_backward_op (quantization.core.test_workflow_ops.TestFusedObsFakeQuant) ... ok (0.009s) 2022-11-23T02:06:43.8290156Z test_fused_obs_fake_quant_moving_avg (quantization.core.test_workflow_ops.TestFusedObsFakeQuant) 2022-11-23T02:06:43.8290533Z Tests the case where we call the fused_obs_fake_quant op multiple times ... ok (0.020s) 2022-11-23T02:06:43.8290930Z test_fused_obs_fake_quant_moving_avg_per_channel (quantization.core.test_workflow_ops.TestFusedObsFakeQuant) 2022-11-23T02:06:43.8291360Z Tests the case where we call the fused_obs_fake_quant op multiple times ... ok (0.047s) 2022-11-23T02:06:43.8291774Z test_compare_fused_obs_fq_oss_module (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.012s) 2022-11-23T02:06:43.8292250Z test_default_fused_qat_config (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.028s) 2022-11-23T02:06:43.8292716Z test_embedding_bag_qat_config (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.032s) 2022-11-23T02:06:43.8293182Z test_embedding_qat_config (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.044s) 2022-11-23T02:06:43.8293651Z test_fused_mod_per_channel (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.033s) 2022-11-23T02:06:43.8294116Z test_fused_mod_reduce_range (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.002s) 2022-11-23T02:06:43.8294581Z test_fused_obs_fq_module (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.007s) 2022-11-23T02:06:43.8295059Z test_fused_obs_fq_moving_avg_module (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.010s) 2022-11-23T02:06:43.8295541Z test_quantized_add_relu_fusion (quantization.jit.test_fusion_passes.TestFusionPasses) ... ok (0.022s) 2022-11-23T02:06:43.8296018Z test_input_weight_equalization_determine_points (quantization.fx.test_model_report_fx.TestFxDetectInputWeightEqualization) ... ok (0.067s) 2022-11-23T02:06:43.8296592Z test_input_weight_equalization_report_gen (quantization.fx.test_model_report_fx.TestFxDetectInputWeightEqualization) ... ok (0.071s) 2022-11-23T02:06:43.8297122Z test_input_weight_equalization_report_gen_empty (quantization.fx.test_model_report_fx.TestFxDetectInputWeightEqualization) ... ok (0.021s) 2022-11-23T02:06:43.8297595Z test_all_outlier_report_gen (quantization.fx.test_model_report_fx.TestFxDetectOutliers) ... ok (0.038s) 2022-11-23T02:06:43.8298039Z test_multiple_run_consistent_spike_outlier_report_gen (quantization.fx.test_model_report_fx.TestFxDetectOutliers) ... ok (0.141s) 2022-11-23T02:06:43.8298474Z test_no_outlier_report_gen (quantization.fx.test_model_report_fx.TestFxDetectOutliers) ... ok (0.034s) 2022-11-23T02:06:43.8298880Z test_outlier_detection_determine_points (quantization.fx.test_model_report_fx.TestFxDetectOutliers) ... ok (0.054s) 2022-11-23T02:06:43.8299286Z test_constructor (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-11-23T02:06:43.8299628Z Tests the constructor of the ModelReport class. ... ok (0.015s) 2022-11-23T02:06:43.8299993Z test_equalization_mapping_generation (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-11-23T02:06:43.8300362Z Tests for generation of qconfigs by ModelReport API ... ok (0.070s) 2022-11-23T02:06:43.8300714Z test_generate_report (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-11-23T02:06:43.8301501Z Tests model_report.generate_model_report to ensure report generation ... C:\actions-runner\_work\pytorch\pytorch\test\quantization\fx\test_model_report_fx.py:1061: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-11-23T02:06:43.8302154Z example_input = torch.tensor(torch.randint(100, (1, 3, 3, 3)), dtype=torch.float) 2022-11-23T02:06:43.8302383Z ok (0.288s) 2022-11-23T02:06:43.8302676Z test_generate_visualizer (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-11-23T02:06:43.8303087Z Tests that the ModelReport class can properly create the ModelReportVisualizer instance ... ok (0.038s) 2022-11-23T02:06:43.8303507Z test_prepare_model_callibration (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-11-23T02:06:43.8303927Z Tests model_report.prepare_detailed_calibration that prepares the model for callibration ... ok (0.039s) 2022-11-23T02:06:43.8304407Z test_qconfig_mapping_generation (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-11-23T02:06:43.8304750Z Tests for generation of qconfigs by ModelReport API ... ok (0.068s) 2022-11-23T02:06:43.8305154Z test_nested_detection_case (quantization.fx.test_model_report_fx.TestFxModelReportDetectDynamicStatic) ... ok (0.092s) 2022-11-23T02:06:43.8305678Z test_conv_sub_class_considered (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... skip: Quantized operations require QNNPACK. (0.000s) 2022-11-23T02:06:43.8306175Z test_fusion_layer_in_sequential (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... ok (0.033s) 2022-11-23T02:06:43.8306719Z test_multi_linear_model_without_per_channel (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... skip: Quantized operations require QNNPACK. (0.002s) 2022-11-23T02:06:43.8307302Z test_multiple_q_config_options (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... skip: Quantized operations require QNNPACK. (0.003s) 2022-11-23T02:06:43.8307843Z test_qat_aware_model_example (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... skip: Quantized operations require QNNPACK. (0.003s) 2022-11-23T02:06:43.8308372Z test_sequential_model_format (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... skip: Quantized operations require QNNPACK. (0.002s) 2022-11-23T02:06:43.8308842Z test_simple_conv (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... ok (0.011s) 2022-11-23T02:06:43.8309291Z test_observer_after_relu (quantization.fx.test_model_report_fx.TestFxModelReportObserver) ... ok (0.020s) 2022-11-23T02:06:43.8309731Z test_random_epochs_and_batches (quantization.fx.test_model_report_fx.TestFxModelReportObserver) ... ok (0.148s) 2022-11-23T02:06:43.8310164Z test_single_batch_of_ones (quantization.fx.test_model_report_fx.TestFxModelReportObserver) ... ok (0.006s) 2022-11-23T02:06:43.8310592Z test_zero_tensor_errors (quantization.fx.test_model_report_fx.TestFxModelReportObserver) ... ok (0.028s) 2022-11-23T02:06:43.8311026Z test_generate_tables_match_with_report (quantization.fx.test_model_report_fx.TestFxModelReportVisualizer) 2022-11-23T02:06:43.8311371Z Tests the generate_table_view() ... ok (0.049s) 2022-11-23T02:06:43.8311719Z test_generate_tables_no_match (quantization.fx.test_model_report_fx.TestFxModelReportVisualizer) 2022-11-23T02:06:43.8312033Z Tests the generate_table_view() ... ok (0.044s) 2022-11-23T02:06:43.8312385Z test_generate_tables_single_feat_match (quantization.fx.test_model_report_fx.TestFxModelReportVisualizer) 2022-11-23T02:06:43.8312768Z Tests the generate_table_view() ... ok (0.042s) 2022-11-23T02:06:43.8313147Z test_get_modules_and_features (quantization.fx.test_model_report_fx.TestFxModelReportVisualizer) 2022-11-23T02:06:43.8313547Z Tests the get_all_unique_module_fqns and get_all_unique_feature_names methods of ... ok (0.040s) 2022-11-23T02:06:43.8313945Z test_histogram_observer (quantization.core.test_workflow_module.TestHistogramObserver) ... ok (26.924s) 2022-11-23T02:06:43.8314382Z test_histogram_observer_against_reference (quantization.core.test_workflow_module.TestHistogramObserver) ... ok (6.216s) 2022-11-23T02:06:43.8314835Z test_histogram_observer_extreme_inputs (quantization.core.test_workflow_module.TestHistogramObserver) 2022-11-23T02:06:43.8315222Z Ensures that the HistogramObserver is able to work correctly in ... ok (0.000s) 2022-11-23T02:06:43.8315623Z test_histogram_observer_one_sided (quantization.core.test_workflow_module.TestHistogramObserver) ... ok (0.447s) 2022-11-23T02:06:43.8316074Z test_histogram_observer_same_inputs (quantization.core.test_workflow_module.TestHistogramObserver) ... ok (0.840s) 2022-11-23T02:06:43.8316522Z test_observer_scriptable (quantization.core.test_workflow_module.TestHistogramObserver) ... ok (0.596s) 2022-11-23T02:06:43.8316967Z test_fake_quant_true_quant_compare (quantization.eager.test_model_numerics.TestModelNumericsEager) ... ok (0.244s) 2022-11-23T02:06:43.8317467Z test_float_quant_compare_per_channel (quantization.eager.test_model_numerics.TestModelNumericsEager) ... ok (0.041s) 2022-11-23T02:06:43.8317932Z test_float_quant_compare_per_tensor (quantization.eager.test_model_numerics.TestModelNumericsEager) ... ok (0.105s) 2022-11-23T02:06:43.8318442Z test_weight_only_activation_only_fakequant (quantization.eager.test_model_numerics.TestModelNumericsEager) ... ok (0.396s) 2022-11-23T02:06:43.8318949Z test_compare_model_outputs_conv_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.140s) 2022-11-23T02:06:43.8319426Z test_compare_model_outputs_functional_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.187s) 2022-11-23T02:06:43.8319900Z test_compare_model_outputs_linear_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.000s) 2022-11-23T02:06:43.8320371Z test_compare_model_outputs_linear_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.618s) 2022-11-23T02:06:43.8320838Z test_compare_model_outputs_lstm_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.016s) 2022-11-23T02:06:43.8321282Z test_compare_model_stub_conv_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.195s) 2022-11-23T02:06:43.8321819Z test_compare_model_stub_functional_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.187s) 2022-11-23T02:06:43.8322342Z test_compare_model_stub_linear_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.000s) 2022-11-23T02:06:43.8322812Z test_compare_model_stub_linear_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.612s) 2022-11-23T02:06:43.8323270Z test_compare_model_stub_lstm_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.016s) 2022-11-23T02:06:43.8323730Z test_compare_model_stub_partial (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.527s) 2022-11-23T02:06:43.8324232Z test_compare_model_stub_submodule_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.026s) 2022-11-23T02:06:43.8324730Z test_compare_weights_conv_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.130s) 2022-11-23T02:06:43.8325172Z test_compare_weights_linear_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.016s) 2022-11-23T02:06:43.8325642Z test_compare_weights_linear_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.610s) 2022-11-23T02:06:43.8326101Z test_compare_weights_lstm_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.000s) 2022-11-23T02:06:43.8326560Z test_mobilenet_v2 (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... skip: no torchvision (0.000s) 2022-11-23T02:06:43.8327025Z test_mobilenet_v3 (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... skip: no torchvision (0.000s) 2022-11-23T02:06:43.8327467Z test_output_logger (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.000s) 2022-11-23T02:06:43.8327888Z test_shadow_logger (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.016s) 2022-11-23T02:06:43.8328317Z test_histogram_observer_consistent_buffer_shape (quantization.core.test_workflow_module.TestObserver) 2022-11-23T02:06:43.8328682Z Ensures that the buffer shapes do not change from uninitialized to ... ok (0.000s) 2022-11-23T02:06:43.8329060Z test_histogram_observer_save_load_state_dict (quantization.core.test_workflow_module.TestObserver) 2022-11-23T02:06:43.8329396Z Smoke test on saving/loading state_dict ... ok (0.000s) 2022-11-23T02:06:43.8329746Z test_memoryless_minmaxobserver (quantization.core.test_workflow_module.TestObserver) ... ok (0.026s) 2022-11-23T02:06:43.8330275Z test_memoryless_perchannelminmaxobserver (quantization.core.test_workflow_module.TestObserver) ... ok (0.031s) 2022-11-23T02:06:43.8330713Z test_observer_qparams_respects_device_affinity (quantization.core.test_workflow_module.TestObserver) 2022-11-23T02:06:43.8331164Z Ensure that the scale and zero_point returned by the observer ... skip: multi-GPU not supported (0.000s) 2022-11-23T02:06:43.8331544Z test_observer_scriptable (quantization.core.test_workflow_module.TestObserver) ... ok (0.098s) 2022-11-23T02:06:43.8331952Z test_per_channel_observers (quantization.core.test_workflow_module.TestObserver) ... ok (0.317s) 2022-11-23T02:06:43.8332347Z test_per_tensor_observers (quantization.core.test_workflow_module.TestObserver) ... ok (0.077s) 2022-11-23T02:06:43.8332737Z test_save_load_state_dict_script (quantization.core.test_workflow_module.TestObserver) 2022-11-23T02:06:43.8333106Z Tests that we can save and load state_dict for observers that are scripted ... ok (0.250s) 2022-11-23T02:06:43.8334141Z test_state_dict_respects_device_affinity (quantization.core.test_workflow_module.TestObserver) ... skip: multi-GPU not supported (0.000s) 2022-11-23T02:06:43.8334578Z test_zero_numel (quantization.core.test_workflow_module.TestObserver) ... ok (0.016s) 2022-11-23T02:06:43.8335096Z test_constant_padNd (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:06:43.8335627Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T02:06:43.8335857Z ok (8.819s) 2022-11-23T02:06:43.8336173Z test_reflection_pad1d (quantization.core.test_quantized_op.TestPadding) ... ok (0.370s) 2022-11-23T02:06:43.8336939Z test_reflection_pad2d (quantization.core.test_quantized_op.TestPadding) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/87052 for platform(s) win, windows. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.000s) 2022-11-23T02:06:43.8337712Z 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.000s) 2022-11-23T02:06:43.8338247Z test_avg_pool2d (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:06:43.8338765Z test_hardtanh (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:06:43.8339280Z test_mean (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:06:43.8339798Z test_qnnpack_add (quantization.core.test_quantized_op.TestQNNPackOps) ... skip: This Pytorch Build has not been built with or does not support QNNPACK (0.016s) 2022-11-23T02:06:43.8340314Z 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.000s) 2022-11-23T02:06:43.8340854Z test_qnnpack_maxpool2d (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:06:43.8341382Z test_qnnpack_mul (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:06:43.8341905Z 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:06:43.8342467Z 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:06:43.8343095Z 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:06:43.8343627Z test_qnnpack_tanh (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:06:43.8344405Z test_quantization_doc_custom (quantization.core.test_docs.TestQuantizationDocs) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\quantize_fx.py:541: UserWarning: Passing a convert_custom_config_dict to convert is deprecated and will not be supported in a future version. Please pass in a ConvertCustomConfig instead. 2022-11-23T02:06:43.8344985Z warnings.warn( 2022-11-23T02:06:43.8345171Z ok (0.026s) 2022-11-23T02:06:43.8345451Z test_quantization_doc_fx (quantization.core.test_docs.TestQuantizationDocs) ... ok (0.057s) 2022-11-23T02:06:43.8345852Z test_quantization_doc_ptdq (quantization.core.test_docs.TestQuantizationDocs) ... ok (0.000s) 2022-11-23T02:06:43.8346248Z test_quantization_doc_ptsq (quantization.core.test_docs.TestQuantizationDocs) ... ok (0.114s) 2022-11-23T02:06:43.8346648Z test_quantization_doc_qat (quantization.core.test_docs.TestQuantizationDocs) ... ok (0.016s) 2022-11-23T02:06:43.8348274Z test_embedding_bag (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitOps) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py:806: UserWarning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\build\aten\src\ATen/core/TensorBody.h:485.) 2022-11-23T02:06:43.8349302Z if param.grad is not None: 2022-11-23T02:06:43.8349501Z ok (0.114s) 2022-11-23T02:06:43.8349833Z test_embedding_bag_padding_idx_error (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitOps) ... ok (0.092s) 2022-11-23T02:06:43.8350268Z test_linear (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitOps) ... ok (1.239s) 2022-11-23T02:06:43.8350681Z test_convert_dynamic_fp16 (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (0.016s) 2022-11-23T02:06:43.8351420Z test_dynamic_multi_op (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... [W C:\actions-runner\_work\pytorch\pytorch\torch\csrc\jit\passes\quantization\insert_quant_dequant.cpp:1377] Warning: debug option for add_scalar and mul_scalar is not supported, please don't use debug option for models that uses these ops. (function operator ()) 2022-11-23T02:06:43.8351991Z ok (0.472s) 2022-11-23T02:06:43.8352313Z test_dynamic_quant_multi_uses (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (0.487s) 2022-11-23T02:06:43.8352766Z test_dynamic_shared_weights (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (0.575s) 2022-11-23T02:06:43.8353223Z test_dynamic_weight_observer (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (0.130s) 2022-11-23T02:06:43.8353667Z test_dynamic_with_if (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (0.907s) 2022-11-23T02:06:43.8354163Z test_insert_quant_dequant_linear_dynamic (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (0.114s) 2022-11-23T02:06:43.8354638Z test_prepare_dynamic (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (0.047s) 2022-11-23T02:06:43.8355092Z test_prepare_dynamic_child_qconfig (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (0.041s) 2022-11-23T02:06:43.8355619Z test_quantize_dynamic_fp16 (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (0.026s) 2022-11-23T02:06:43.8356038Z test_conv_1d (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.032s) 2022-11-23T02:06:43.8356436Z test_conv_2d (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.026s) 2022-11-23T02:06:43.8356833Z test_conv_3d (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.031s) 2022-11-23T02:06:43.8357245Z test_conv_transpose_1d (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.036s) 2022-11-23T02:06:43.8357670Z test_conv_transpose_2d (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.031s) 2022-11-23T02:06:43.8358072Z test_conv_transpose_3d (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.036s) 2022-11-23T02:06:43.8358491Z test_functional_module (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.482s) 2022-11-23T02:06:43.8358923Z test_int16_reference_module (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.016s) 2022-11-23T02:06:43.8359343Z test_leaky_relu (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.000s) 2022-11-23T02:06:43.8359780Z test_linear (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.031s) 2022-11-23T02:06:43.8360256Z test_relu (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.000s) 2022-11-23T02:06:43.8360695Z test_embedding_ops_dynamic (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) ... ok (0.010s) 2022-11-23T02:06:43.8361132Z test_forward_hooks_preserved (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-11-23T02:06:43.8361609Z Test post-training dynamic quantization on preserving ... ok (0.000s) 2022-11-23T02:06:43.8362014Z test_linear_relu_fusion (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) ... ok (0.099s) 2022-11-23T02:06:43.8362446Z test_nested1 (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-11-23T02:06:43.8362809Z Test quantization for nested model, top level 'fc3' and ... ok (0.829s) 2022-11-23T02:06:43.8363169Z test_nested2 (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-11-23T02:06:43.8363546Z Another test case for quantized, we will quantize all submodules ... ok (0.927s) 2022-11-23T02:06:43.8363902Z test_nested3 (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-11-23T02:06:43.8364279Z More complicated nested test case with child qconfig overrides ... ok (0.955s) 2022-11-23T02:06:43.8364678Z test_per_channel_linear_quantize (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-11-23T02:06:43.8365069Z Test quantization for per_channel dynamic quantization ... ok (0.393s) 2022-11-23T02:06:43.8365485Z test_quantized_rnn (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-11-23T02:06:43.8365928Z Test dynamic quantization, scriptability and serialization for dynamic quantized lstm modules on int8 and fp16 ... ok (1.414s) 2022-11-23T02:06:43.8366384Z test_quantized_rnn_cell (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-11-23T02:06:43.8366830Z Test dynamic quantization, scriptability and serialization for dynamic quantized rnn cell modules on int8 and fp16 ... ok (0.679s) 2022-11-23T02:06:43.8367266Z test_single_layer (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-11-23T02:06:43.8367679Z Dynamic Quantize SingleLayerLinearDynamicModel which has one Linear module, ... ok (0.419s) 2022-11-23T02:06:43.8368080Z test_two_layers (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-11-23T02:06:43.8368545Z TwoLayerLinearModel has two Linear modules but we only quantize the second one ... ok (0.378s) 2022-11-23T02:06:43.8368949Z test_type_match_rule (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-11-23T02:06:43.8369300Z Test quantization for nested model, top level 'fc3' and ... ok (0.534s) 2022-11-23T02:06:43.8369670Z test_activations (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-11-23T02:06:43.8370011Z Test quantization of activations ... ok (0.819s) 2022-11-23T02:06:43.8370393Z test_activations_in_non_leaf_module_list (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-11-23T02:06:43.8370803Z Ensure activations like `nn.Sigmoid` and `nn.Tanh` are properly handled in ... ok (0.010s) 2022-11-23T02:06:43.8371260Z test_convtranspose_per_channel_fails_early (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-11-23T02:06:43.8371693Z Verifies that attempting to quantize a ConvTranspose module with per-Channel ... ok (0.000s) 2022-11-23T02:06:43.8372151Z test_convtranspose_per_channel_qconfig_none (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-11-23T02:06:43.8372558Z Verifies that having qconfig==None for conv transpose does not crash ... ok (0.000s) 2022-11-23T02:06:43.8372962Z test_custom_module_class (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) ... ok (0.016s) 2022-11-23T02:06:43.8373407Z test_dequant_stub (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) ... ok (0.000s) 2022-11-23T02:06:43.8373921Z test_forward_hooks_preserved (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) ... ok (0.628s) 2022-11-23T02:06:43.8374357Z test_manual (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-11-23T02:06:43.8374715Z User inserts QuantStub and DeQuantStub in model code ... ok (0.477s) 2022-11-23T02:06:43.8375055Z test_nested1 (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-11-23T02:06:43.8375418Z Test quantization for nested model, top level 'fc3' and ... ok (0.949s) 2022-11-23T02:06:43.8375795Z test_nested2 (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) ... ok (0.359s) 2022-11-23T02:06:43.8376210Z test_nested3 (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-11-23T02:06:43.8376582Z More complicated nested test case with child qconfig overrides ... ok (1.180s) 2022-11-23T02:06:43.8376961Z test_normalization (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-11-23T02:06:43.8377727Z Test quantization of normalization layers ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\quantize.py:314: UserWarning: None of the submodule got qconfig applied. Make sure you passed correct configuration through `qconfig_dict` or by assigning the `.qconfig` attribute directly on submodules 2022-11-23T02:06:43.8378347Z warnings.warn("None of the submodule got qconfig applied. Make sure you " 2022-11-23T02:06:43.8378577Z ok (0.570s) 2022-11-23T02:06:43.8378890Z test_quantized_embedding (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-11-23T02:06:43.8379295Z Test the post-training quantization flow, serialization and scripting ... ok (0.088s) 2022-11-23T02:06:43.8379703Z test_quantized_embedding_bag (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-11-23T02:06:43.8380106Z Test the post-training quantization flow, serialization and scripting ... ok (0.098s) 2022-11-23T02:06:43.8380552Z test_quantwrapper_attaches_qconfig_to_dequant (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) ... ok (0.000s) 2022-11-23T02:06:43.8380994Z test_resnet_base (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-11-23T02:06:43.8381370Z Test quantization for bottleneck topology used in resnet/resnext ... ok (0.307s) 2022-11-23T02:06:43.8381812Z test_save_load_state_dict (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-11-23T02:06:43.8382222Z Test PTQ flow of creating a model and quantizing it and saving the quantized state_dict ... ok (1.126s) 2022-11-23T02:06:43.8382620Z test_single_layer (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-11-23T02:06:43.8383072Z Quantize SingleLayerLinearModel which has one Linear module, make sure it is swapped ... ok (2.735s) 2022-11-23T02:06:43.8383513Z test_skip_quant (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-11-23T02:06:43.8383853Z The case when we want to skip quantizing some layers ... ok (2.840s) 2022-11-23T02:06:43.8384213Z test_two_layers (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-11-23T02:06:43.8384604Z TwoLayerLinearModel has two Linear modules but we only quantize the second one ... ok (0.472s) 2022-11-23T02:06:43.8385019Z test_add_scalar_uses_input_qparams (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.016s) 2022-11-23T02:06:43.8385452Z test_conv_linear (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (1.038s) 2022-11-23T02:06:43.8385850Z test_conv_linear_symm (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) 2022-11-23T02:06:43.8386204Z Same as test_conv_linear but with Symmetric quantization. ... ok (0.000s) 2022-11-23T02:06:43.8386577Z test_defused_embedding_bag_linear (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.357s) 2022-11-23T02:06:43.8387055Z test_dropout (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.520s) 2022-11-23T02:06:43.8387475Z test_dynamic_qat_linear (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.358s) 2022-11-23T02:06:43.8387898Z test_embedding_bag_linear (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.384s) 2022-11-23T02:06:43.8388341Z test_embedding_qat_qconfig_equal (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.000s) 2022-11-23T02:06:43.8388799Z test_eval_only_fake_quant (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) 2022-11-23T02:06:43.8389137Z Using FakeQuant in evaluation only mode, ... ok (0.031s) 2022-11-23T02:06:43.8389521Z test_forward_hooks_preserved (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.016s) 2022-11-23T02:06:43.8389938Z test_manual (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.689s) 2022-11-23T02:06:43.8390360Z test_mul_scalar_uses_input_qparams (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.000s) 2022-11-23T02:06:43.8390800Z test_qat_embedding_bag_errors (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.000s) 2022-11-23T02:06:43.8391215Z test_train_save_load_eval (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) 2022-11-23T02:06:43.8391603Z Test QAT flow of creating a model, doing QAT and saving the quantized state_dict ... ok (0.161s) 2022-11-23T02:06:43.8392031Z test_conv_bn_folded_vs_unfolded (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... ok (1.001s) 2022-11-23T02:06:43.8392473Z test_conv_bn_relu (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... ok (0.394s) 2022-11-23T02:06:43.8392919Z test_fixed_qparam_ops (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... ok (0.016s) 2022-11-23T02:06:43.8393366Z test_leaky_relu (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... ok (0.010s) 2022-11-23T02:06:43.8393819Z test_linear_bn_numerics (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... ok (0.000s) 2022-11-23T02:06:43.8394284Z test_linear_bn_symm_numerics (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... ok (0.000s) 2022-11-23T02:06:43.8394843Z test_linear_bn_workflow (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... ok (0.047s) 2022-11-23T02:06:43.8395323Z test_relu (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... ok (0.000s) 2022-11-23T02:06:43.8395732Z test__convert_to_reference_decomposed_fx (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.026s) 2022-11-23T02:06:43.8396220Z test__convert_to_reference_decomposed_fx_dynamic_quant (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require QNNPACK. (0.000s) 2022-11-23T02:06:43.8396677Z test_assert_on_size_after_quant_layer (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:06:43.8397027Z Verifies that calculating a size of a quantized tensor works ... ok (0.031s) 2022-11-23T02:06:43.8397374Z test_attention (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.098s) 2022-11-23T02:06:43.8397753Z test_backend_config_check_for_weight_and_bias (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:06:43.8398115Z Test to make sure the backend_config check for weight and bias ... ok (0.000s) 2022-11-23T02:06:43.8398450Z test_backend_config_quantization_range (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:06:43.8399059Z Check that quantization ranges specified through the BackendConfig are reflected in ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fx\utils.py:994: UserWarning: QConfig activation quantization range must fall within the backend's: 2022-11-23T02:06:43.8400288Z QConfig range = (0, 63), BackendConfig range = (0, 31), ignoring QConfig(activation=functools.partial(, quant_min=0, quant_max=63, dtype=torch.quint8){'factory_kwargs': .get_factory_kwargs_based_on_module_device at 0x000001A963DFE9D0>}, weight=functools.partial(, dtype=torch.qint8, qscheme=torch.per_tensor_symmetric){'factory_kwargs': .get_factory_kwargs_based_on_module_device at 0x000001A963DFE9D0>}) 2022-11-23T02:06:43.8401291Z warnings.warn(("QConfig %s quantization range must fall within the backend's:\n" 2022-11-23T02:06:43.8401842Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fx\utils.py:994: UserWarning: QConfig activation quantization range must fall within the backend's: 2022-11-23T02:06:43.8402925Z QConfig range = (0, 255), BackendConfig range = (0, 31), ignoring QConfig(activation=functools.partial(, dtype=torch.quint8){'factory_kwargs': .get_factory_kwargs_based_on_module_device at 0x000001A965908310>}, weight=functools.partial(, quant_min=-128, quant_max=127, dtype=torch.qint8, qscheme=torch.per_tensor_symmetric){'factory_kwargs': .get_factory_kwargs_based_on_module_device at 0x000001A965908310>}) 2022-11-23T02:06:43.8403849Z warnings.warn(("QConfig %s quantization range must fall within the backend's:\n" 2022-11-23T02:06:43.8404568Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fx\utils.py:990: UserWarning: QConfig activation must specify 'quant_min' and 'quant_max', ignoring QConfig(activation=, weight=) 2022-11-23T02:06:43.8405279Z warnings.warn("QConfig %s must specify 'quant_min' and 'quant_max', ignoring %s" % 2022-11-23T02:06:43.8405538Z ok (0.036s) 2022-11-23T02:06:43.8405815Z test_backend_config_scale_min (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:06:43.8407140Z Test QConfig eps validation against the BackendConfig's min scale value. ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fx\utils.py:1005: UserWarning: QConfig activation eps (tensor([6.1035e-05])) must be greater than or equal to the backend's min scale value (0.000244140625), ignoring QConfig(activation=functools.partial(, dtype=torch.quint8, eps=6.103515625e-05){'factory_kwargs': .get_factory_kwargs_based_on_module_device at 0x000001A9638E63A0>}, weight=functools.partial(, dtype=torch.qint8, qscheme=torch.per_tensor_symmetric){'factory_kwargs': .get_factory_kwargs_based_on_module_device at 0x000001A9638E63A0>}) 2022-11-23T02:06:43.8408346Z warnings.warn(("QConfig %s eps (%s) must be greater than or equal to " 2022-11-23T02:06:43.8409500Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fx\utils.py:1005: UserWarning: QConfig activation eps (tensor([1.1921e-07])) must be greater than or equal to the backend's min scale value (0.000244140625), ignoring QConfig(activation=functools.partial(, dtype=torch.quint8){'factory_kwargs': .get_factory_kwargs_based_on_module_device at 0x000001A963EBC160>}, weight=functools.partial(, dtype=torch.qint8, qscheme=torch.per_tensor_symmetric, eps=6.103515625e-05){'factory_kwargs': .get_factory_kwargs_based_on_module_device at 0x000001A963EBC160>}) 2022-11-23T02:06:43.8410638Z warnings.warn(("QConfig %s eps (%s) must be greater than or equal to " 2022-11-23T02:06:43.8411431Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fx\utils.py:1002: UserWarning: QConfig activation must specify 'eps', ignoring QConfig(activation=functools.partial(, scale=1.0, zero_point=0){}, weight=functools.partial(, scale=1.0, zero_point=0){}) 2022-11-23T02:06:43.8412253Z warnings.warn("QConfig %s must specify 'eps', ignoring %s" % (debug_string, qconfig)) 2022-11-23T02:06:43.8412515Z ok (0.057s) 2022-11-23T02:06:43.8412854Z test_change_backend_config_for_fixed_qparam_ops (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:06:43.8413240Z Making sure we can skip validation of qconfigs for fixedqparam ops based ... ok (0.000s) 2022-11-23T02:06:43.8413623Z test_channel_shuffle_lowering (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.197s) 2022-11-23T02:06:43.8413992Z test_conv_bn_relu (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:06:43.8414333Z Tests fusion and quantization for "Conv - Bn" and "Conv - Bn - ReLU" ... ok (1.545s) 2022-11-23T02:06:43.8414692Z test_conv_linear_not_reference (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:06:43.8415004Z Test quantizing conv and linear ... ok (1.555s) 2022-11-23T02:06:43.8415314Z test_conv_linear_reference (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:06:43.8415665Z Test quantizing functional conv and linear with reference option ... ok (1.569s) 2022-11-23T02:06:43.8416021Z test_conv_lowering (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.073s) 2022-11-23T02:06:43.8416408Z test_convert_custom_config_from_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.010s) 2022-11-23T02:06:43.8416824Z test_convert_custom_config_set_observed_to_quantized_mapping (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.000s) 2022-11-23T02:06:43.8417269Z test_convert_custom_config_set_preserved_attributes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.000s) 2022-11-23T02:06:43.8417682Z test_convert_custom_config_to_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.000s) 2022-11-23T02:06:43.8418473Z test_convert_qconfig_mapping (quantization.fx.test_quantize_fx.TestQuantizeFx) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fx\convert.py:877: UserWarning: Passing a QConfig dictionary to convert is deprecated and will not be supported in a future version. Please pass in a QConfigMapping instead. 2022-11-23T02:06:43.8419119Z warnings.warn( 2022-11-23T02:06:43.8419644Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\graph.py:1346: UserWarning: Node mods1_1_packed_weight_0 target mods1_1_packed_weight_0 mods1_1_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-11-23T02:06:43.8420208Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-11-23T02:06:43.8420789Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\graph.py:1346: UserWarning: Node mods1_0_packed_weight_0 target mods1_0_packed_weight_0 mods1_0_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-11-23T02:06:43.8421341Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-11-23T02:06:43.8421591Z ok (0.223s) 2022-11-23T02:06:43.8421872Z test_convtranspose_per_channel_fails_early (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:06:43.8422265Z Verifies that attempting to quantize a ConvTranspose module with per-Channel ... ok (0.016s) 2022-11-23T02:06:43.8422645Z test_copy_node_has_shared_actpp_instance (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:06:43.8423030Z Test the output of CopyNode to have the same ... ok (0.041s) 2022-11-23T02:06:43.8423367Z test_custom_module_class (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.103s) 2022-11-23T02:06:43.8423744Z test_custom_module_class_input_has_multiple_users (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:06:43.8424147Z Tests that the flow still works when the input of custom module ... ok (0.026s) 2022-11-23T02:06:43.8424554Z test_deepcopy_preserve_attributes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.016s) 2022-11-23T02:06:43.8424948Z test_default_quant_after_none_qconfig (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:06:43.8425283Z Make sure default quant is inserted properly ... ok (0.026s) 2022-11-23T02:06:43.8425597Z test_dequantize (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:06:43.8425899Z Test to make sure dequantize node are placed before ... ok (0.280s) 2022-11-23T02:06:43.8426221Z test_dict_output (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:06:43.8426556Z Make sure quantization runs for models with dictionary output ... ok (0.031s) 2022-11-23T02:06:43.8426918Z test_dynamic_linear_input_multiple_use (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:06:43.8427271Z Tests input for dynamic linear being used by multiple ops ... ok (0.041s) 2022-11-23T02:06:43.8427618Z test_dynamic_quant_fp16 (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.073s) 2022-11-23T02:06:43.8427996Z test_dynamic_quant_weight_observer (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:06:43.8428309Z Test that weight observer is run in convert step ... ok (0.020s) 2022-11-23T02:06:43.8428632Z test_dynamic_with_fusion (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:06:43.8429304Z Tests that dynamic quantization APIs work with Linear + Relu fusion ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\graph.py:1346: UserWarning: Node mods2_packed_weight_0 target mods2_packed_weight_0 mods2_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-11-23T02:06:43.8429974Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-11-23T02:06:43.8430263Z ok (0.057s) 2022-11-23T02:06:43.8430605Z test_dynamic_with_fusion_multiple_uses (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:06:43.8430967Z Tests that dynamic quantization APIs work with Linear + Relu fusion ... ok (0.041s) 2022-11-23T02:06:43.8431296Z test_fold_quant_dequant (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:06:43.8431628Z Test that the sequence of quant-dequant nodes in the ... ok (0.026s) 2022-11-23T02:06:43.8431979Z test_fp32_input_fp32_output (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.026s) 2022-11-23T02:06:43.8432370Z test_fp32_input_quantized_output (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.026s) 2022-11-23T02:06:43.8432725Z test_fp32_sum (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:06:43.8433053Z Verifies that fp32 sum works correctly if it's before or after ... ok (0.057s) 2022-11-23T02:06:43.8433417Z test_fuse_custom_config_from_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.000s) 2022-11-23T02:06:43.8433817Z test_fuse_custom_config_set_preserved_attributes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.000s) 2022-11-23T02:06:43.8434227Z test_fuse_custom_config_to_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.000s) 2022-11-23T02:06:43.8434615Z test_fused_module_qat_swap (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.031s) 2022-11-23T02:06:43.8434989Z test_fusion_pattern_unquantized (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:06:43.8435353Z Ensure that leaving a possible fusion pattern of multiple nodes ... ok (0.026s) 2022-11-23T02:06:43.8435809Z test_get_default_qconfig_valid_backend (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:06:43.8436216Z Checks that AssertionError is raised when non expected backend input is specified ... ok (0.000s) 2022-11-23T02:06:43.8436619Z test_get_executorch_backend_config (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.000s) 2022-11-23T02:06:43.8437008Z test_getattr_with_nontensor_result (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:06:43.8437359Z Verifies that binary ops get quantized correctly if some ... ok (0.057s) 2022-11-23T02:06:43.8437697Z test_linear_bn (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (1.158s) 2022-11-23T02:06:43.8438065Z test_linear_qint8_activation (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:06:43.8438408Z Test support for qint8 activation in reference pattern ... ok (0.031s) 2022-11-23T02:06:43.8438767Z test_masked_fill_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.026s) 2022-11-23T02:06:43.8439160Z test_mul_add_fp16_config (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.031s) 2022-11-23T02:06:43.8439549Z test_no_obs_between_unmatched_node_and_copy_node (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:06:43.8439916Z Verifies that an observer is not inserted between an unmatched ... ok (0.010s) 2022-11-23T02:06:43.8440277Z test_non_traceable_module (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.016s) 2022-11-23T02:06:43.8440629Z test_not_used (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:06:43.8440919Z Test quantizing a not used value ... ok (0.032s) 2022-11-23T02:06:43.8441205Z test_observer_fqn (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:06:43.8441679Z Test to make sure the observer FQN is based on the quantizable op/module that it is observing ... ok (0.026s) 2022-11-23T02:06:43.8442093Z test_output_lists_and_dicts (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:06:43.8442449Z Verify that specifying complicated output types does not crash. ... ok (0.016s) 2022-11-23T02:06:43.8442817Z test_packed_weight_fused_op (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.037s) 2022-11-23T02:06:43.8443178Z test_pattern_match (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:06:43.8443446Z test MatchAllNode with ... ok (0.016s) 2022-11-23T02:06:43.8443841Z test_permute_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.140s) 2022-11-23T02:06:43.8444256Z test_prepare_custom_config_from_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.000s) 2022-11-23T02:06:43.8444684Z test_prepare_custom_config_set_float_to_observed_mapping (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.000s) 2022-11-23T02:06:43.8445130Z test_prepare_custom_config_set_input_quantized_indexes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.000s) 2022-11-23T02:06:43.8445581Z test_prepare_custom_config_set_non_traceable_module_classes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.000s) 2022-11-23T02:06:43.8446035Z test_prepare_custom_config_set_non_traceable_module_names (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.000s) 2022-11-23T02:06:43.8446464Z test_prepare_custom_config_set_output_quantized_indexes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.016s) 2022-11-23T02:06:43.8446915Z test_prepare_custom_config_set_preserved_attributes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.000s) 2022-11-23T02:06:43.8447393Z test_prepare_custom_config_set_standalone_module_class (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.000s) 2022-11-23T02:06:43.8447838Z test_prepare_custom_config_set_standalone_module_name (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.000s) 2022-11-23T02:06:43.8448288Z test_prepare_custom_config_to_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.000s) 2022-11-23T02:06:43.8448733Z test_prepare_mode (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.057s) 2022-11-23T02:06:43.8449111Z test_prepared_model_deepcopy (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:06:43.8449453Z Ensures that copy.deepcopy works correctly on a prepared model. ... ok (0.031s) 2022-11-23T02:06:43.8449818Z test_preserve_attributes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.026s) 2022-11-23T02:06:43.8450188Z test_preserve_qconfig (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:06:43.8450548Z Test to make sure the temporary config option to preserve qconfig attributes ... ok (0.026s) 2022-11-23T02:06:43.8450903Z test_preserve_tuple (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:06:43.8451210Z Test tuple input type is preserved ... ok (0.010s) 2022-11-23T02:06:43.8451572Z test_propagate_dtypes_for_known_nodes_dict_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.031s) 2022-11-23T02:06:43.8452000Z test_propagate_dtypes_for_known_nodes_dict_split_tuple_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.026s) 2022-11-23T02:06:43.8452446Z test_propagate_dtypes_for_known_nodes_dict_tuple_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.031s) 2022-11-23T02:06:43.8452882Z test_propagate_dtypes_for_known_nodes_list_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.030s) 2022-11-23T02:06:43.8453320Z test_propagate_dtypes_for_known_nodes_split_list_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.031s) 2022-11-23T02:06:43.8453803Z test_propagate_dtypes_for_known_nodes_split_tuple_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.026s) 2022-11-23T02:06:43.8454284Z test_propagate_dtypes_for_known_nodes_tuple_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.031s) 2022-11-23T02:06:43.8454683Z test_qat_and_script (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.285s) 2022-11-23T02:06:43.8455087Z test_qat_prepare_device_affinity (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: multi-GPU not supported (0.000s) 2022-11-23T02:06:43.8455509Z test_qat_skip_untraced (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.041s) 2022-11-23T02:06:43.8455883Z test_qconfig_dict_setup (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.284s) 2022-11-23T02:06:43.8456323Z test_qconfig_dict_with_fused_modules (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.140s) 2022-11-23T02:06:43.8456713Z test_qconfig_for_call_func (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.026s) 2022-11-23T02:06:43.8457093Z test_qconfig_for_call_method (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.073s) 2022-11-23T02:06:43.8457469Z test_qconfig_function (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.026s) 2022-11-23T02:06:43.8457833Z test_qconfig_mapping_from_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.000s) 2022-11-23T02:06:43.8458240Z test_qconfig_mapping_set_global (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.000s) 2022-11-23T02:06:43.8458643Z test_qconfig_mapping_set_module_name (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.000s) 2022-11-23T02:06:43.8459059Z test_qconfig_mapping_set_module_name_object_type_order (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.000s) 2022-11-23T02:06:43.8459527Z test_qconfig_mapping_set_module_name_regex (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.000s) 2022-11-23T02:06:43.8459972Z test_qconfig_mapping_set_object_type (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.000s) 2022-11-23T02:06:43.8460368Z test_qconfig_mapping_to_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.000s) 2022-11-23T02:06:43.8460769Z test_qconfig_module_name_object_type_order (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.093s) 2022-11-23T02:06:43.8461198Z test_qconfig_module_name_regex (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.016s) 2022-11-23T02:06:43.8461579Z test_qconfig_module_type (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.031s) 2022-11-23T02:06:43.8461948Z test_qconfig_none (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.026s) 2022-11-23T02:06:43.8462320Z test_qconfig_precedence (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.016s) 2022-11-23T02:06:43.8462702Z test_qconfig_qat_module_type (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.041s) 2022-11-23T02:06:43.8463074Z test_qnnpack_backend_config (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:06:43.8463449Z Test whether default QNNPACK QConfigs are compatible with the QNNPACK BackendConfig. ... ok (1.366s) 2022-11-23T02:06:43.8463838Z test_qparams_buffers (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.073s) 2022-11-23T02:06:43.8464190Z test_qparams_fqn (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:06:43.8464507Z Test that the FQN of input_scale/zero_point is set ... ok (0.026s) 2022-11-23T02:06:43.8464848Z test_quant_output_always_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:06:43.8465224Z If the output is hardcoded to be quantized, ensure that ... ok (0.109s) 2022-11-23T02:06:43.8465583Z test_quantized_input_fp32_output (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.031s) 2022-11-23T02:06:43.8466013Z test_quantized_input_quantized_output (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.026s) 2022-11-23T02:06:43.8466395Z test_quantized_model_type (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:06:43.8466747Z Test state_dict and deepcopy works properly in the quantized model ... ok (0.041s) 2022-11-23T02:06:43.8467092Z test_ref_conv_module (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:06:43.8467417Z Make sure the numerics for models with ref conv module ... ok (0.150s) 2022-11-23T02:06:43.8467747Z test_ref_linear_module (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:06:43.8468059Z Make sure the numerics for models with ref linear module ... ok (0.057s) 2022-11-23T02:06:43.8468404Z test_register_patterns (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.000s) 2022-11-23T02:06:43.8468780Z test_relu_lowering (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.026s) 2022-11-23T02:06:43.8469202Z test_remove_qconfig (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.016s) 2022-11-23T02:06:43.8469598Z test_repeat_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.031s) 2022-11-23T02:06:43.8470001Z test_reroute_tuple_getitem_patterns (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:06:43.8470380Z The following graph should redirect the output to `b`. After the transformation, ... ok (0.010s) 2022-11-23T02:06:43.8470759Z test_reshape_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.016s) 2022-11-23T02:06:43.8471183Z test_return_none (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.016s) 2022-11-23T02:06:43.8471588Z test_reuse_input_qconfig (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.255s) 2022-11-23T02:06:43.8472053Z test_save_observer_state_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.674s) 2022-11-23T02:06:43.8472494Z test_sequential (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.404s) 2022-11-23T02:06:43.8472926Z test_shape_followed_by_quantized_op (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:06:43.8473313Z Make sure that shape does not dequantize ... ok (0.031s) 2022-11-23T02:06:43.8473678Z test_size_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.026s) 2022-11-23T02:06:43.8497344Z test_stack_trace_preserved_linear (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.031s) 2022-11-23T02:06:43.8498168Z test_standalone_module_float_interface (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.114s) 2022-11-23T02:06:43.8498642Z test_standalone_module_quantized_interface (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.124s) 2022-11-23T02:06:43.8499030Z test_state_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:06:43.8499339Z Make sure packed params appear in state_dict ... ok (0.098s) 2022-11-23T02:06:43.8499640Z test_static_lstm (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:06:43.8499999Z Test statically quantized custom module LSTM followed by ops that consume individual ... ok (0.358s) 2022-11-23T02:06:43.8500447Z test_static_lstm_consume_tuple (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:06:43.8500848Z Test statically quantized custom module LSTM followed by a module that consumes the ... ok (0.431s) 2022-11-23T02:06:43.8501213Z test_static_lstm_with_custom_fixed_qparams (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:06:43.8501572Z Test statically quantized LSTM with custom fixed qparams assigned to each of the ... ok (0.083s) 2022-11-23T02:06:43.8501949Z test_sub_scalar (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.026s) 2022-11-23T02:06:43.8502355Z test_symmetric_qnnpack_qconfig_mapping (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:06:43.8502753Z Test whether `torch.ao.quantization.qconfig_mapping._get_symmetric_qnnpack_qconfig_mapping` ... ok (0.000s) 2022-11-23T02:06:43.8503179Z test_torch_transpose_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.026s) 2022-11-23T02:06:43.8503612Z test_torch_unsqueeze_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.031s) 2022-11-23T02:06:43.8504023Z test_trace_quantize_per_tensor (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.026s) 2022-11-23T02:06:43.8504439Z test_transpose_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.031s) 2022-11-23T02:06:43.8504889Z test_unsqueeze__nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.026s) 2022-11-23T02:06:43.8505312Z test_unsqueeze_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.026s) 2022-11-23T02:06:43.8505754Z test_view_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.026s) 2022-11-23T02:06:43.8506790Z test_model_dropout (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... skip: no torchvision (0.000s) 2022-11-23T02:06:43.8507259Z test_prepare_serialize_switch_device_convert (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... skip: gpu is not available. (0.000s) 2022-11-23T02:06:43.8507707Z test_qat_embedding_linear (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... ok (0.424s) 2022-11-23T02:06:43.8508093Z test_qat_embeddingbag_linear (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... ok (0.456s) 2022-11-23T02:06:43.8508486Z test_qat_functional_linear (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... ok (0.109s) 2022-11-23T02:06:43.8508880Z test_resnet18_ddp (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... skip: no torchvision (0.000s) 2022-11-23T02:06:43.8509256Z test_resnet_base (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... ok (0.801s) 2022-11-23T02:06:43.8509664Z test_static_gpu_convert_basic (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... skip: gpu is not available. (0.000s) 2022-11-23T02:06:43.8510116Z test_switch_device_prepare_convert (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... skip: gpu is not available. (0.000s) 2022-11-23T02:06:43.8510560Z test_torchvision (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... skip: no torchvision (0.016s) 2022-11-23T02:06:43.8510926Z test_add (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (8.157s) 2022-11-23T02:06:43.8511338Z test_add_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (9.133s) 2022-11-23T02:06:43.8511711Z test_add_relu_multiple_uses_of_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.054s) 2022-11-23T02:06:43.8512125Z test_ave_pool_with_custom_cfg (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-11-23T02:06:43.8512487Z A test that checks correct patterns are produced for ... ok (0.026s) 2022-11-23T02:06:43.8512899Z 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:06:43.8513298Z test_bmm_int_reference (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-11-23T02:06:43.8513616Z int8 is not supported for bmm so we won't produce reference ... ok (0.024s) 2022-11-23T02:06:43.8513932Z test_boolean_tensor (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-11-23T02:06:43.8514248Z Make sure we don't insert observer for boolean Tensors ... ok (0.019s) 2022-11-23T02:06:43.8514554Z test_cat (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-11-23T02:06:43.8514859Z quantization of the output of cat will depend on the ... ok (0.706s) 2022-11-23T02:06:43.8515180Z test_chunk (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.024s) 2022-11-23T02:06:43.8515513Z test_clamp (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (1.819s) 2022-11-23T02:06:43.8515865Z test_conv_module (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.580s) 2022-11-23T02:06:43.8516312Z 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:06:43.8516841Z 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:06:43.8517272Z test_copy_node_fp32_input (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-11-23T02:06:43.8517611Z CopyNode works for both fp32 and int8 inputs, this is a test to make ... ok (0.022s) 2022-11-23T02:06:43.8518054Z 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:06:43.8518493Z test_elu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.934s) 2022-11-23T02:06:43.8518888Z test_embedding (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.113s) 2022-11-23T02:06:43.8519247Z test_embedding_bag (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.249s) 2022-11-23T02:06:43.8519619Z test_fixed_qparams_ops (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.492s) 2022-11-23T02:06:43.8519999Z test_fixed_qparams_ops_fp16 (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.078s) 2022-11-23T02:06:43.8520379Z test_fixed_qparams_ops_qint8 (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.087s) 2022-11-23T02:06:43.8520756Z test_fixed_qparams_ops_wrong_qconfig (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-11-23T02:06:43.8522114Z Test that wrong qconfigs for fixed qparams ops results in the ops not being quantized. ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fx\utils.py:1024: UserWarning: QConfig must specify a FixedQParamsObserver or a FixedQParamsFakeQuantize for fixed qparams ops, ignoring QConfig(activation=functools.partial(, quant_min=0, quant_max=127){'factory_kwargs': .get_factory_kwargs_based_on_module_device at 0x000001A963E8E1F0>}, weight=functools.partial(, dtype=torch.qint8, qscheme=torch.per_tensor_symmetric){'factory_kwargs': .get_factory_kwargs_based_on_module_device at 0x000001A963E8E1F0>}). 2022-11-23T02:06:43.8523436Z Please use torch.ao.quantization.get_default_qconfig_mapping or torch.ao.quantization.get_default_qat_qconfig_mapping. Example: 2022-11-23T02:06:43.8523862Z qconfig_mapping = get_default_qconfig_mapping("fbgemm") 2022-11-23T02:06:43.8524186Z model = prepare_fx(model, qconfig_mapping, example_inputs) 2022-11-23T02:06:43.8524526Z warnings.warn(("QConfig must specify a FixedQParamsObserver or a FixedQParamsFakeQuantize " 2022-11-23T02:06:43.8525714Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fx\utils.py:1024: UserWarning: QConfig must specify a FixedQParamsObserver or a FixedQParamsFakeQuantize for fixed qparams ops, ignoring QConfig(activation=functools.partial(, quant_min=0, quant_max=127){'factory_kwargs': .get_factory_kwargs_based_on_module_device at 0x000001A963E8E670>}, weight=functools.partial(, dtype=torch.qint8, qscheme=torch.per_tensor_symmetric){'factory_kwargs': .get_factory_kwargs_based_on_module_device at 0x000001A963E8E670>}). 2022-11-23T02:06:43.8526886Z Please use torch.ao.quantization.get_default_qconfig_mapping or torch.ao.quantization.get_default_qat_qconfig_mapping. Example: 2022-11-23T02:06:43.8527259Z qconfig_mapping = get_default_qconfig_mapping("fbgemm") 2022-11-23T02:06:43.8527531Z model = prepare_fx(model, qconfig_mapping, example_inputs) 2022-11-23T02:06:43.8527878Z warnings.warn(("QConfig must specify a FixedQParamsObserver or a FixedQParamsFakeQuantize " 2022-11-23T02:06:43.8529050Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fx\utils.py:1024: UserWarning: QConfig must specify a FixedQParamsObserver or a FixedQParamsFakeQuantize for fixed qparams ops, ignoring QConfig(activation=functools.partial(, quant_min=0, quant_max=127){'factory_kwargs': .get_factory_kwargs_based_on_module_device at 0x000001A963E8ECA0>}, weight=functools.partial(, dtype=torch.qint8, qscheme=torch.per_tensor_symmetric){'factory_kwargs': .get_factory_kwargs_based_on_module_device at 0x000001A963E8ECA0>}). 2022-11-23T02:06:43.8530320Z Please use torch.ao.quantization.get_default_qconfig_mapping or torch.ao.quantization.get_default_qat_qconfig_mapping. Example: 2022-11-23T02:06:43.8530697Z qconfig_mapping = get_default_qconfig_mapping("fbgemm") 2022-11-23T02:06:43.8530983Z model = prepare_fx(model, qconfig_mapping, example_inputs) 2022-11-23T02:06:43.8531335Z warnings.warn(("QConfig must specify a FixedQParamsObserver or a FixedQParamsFakeQuantize " 2022-11-23T02:06:43.8532516Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fx\utils.py:1024: UserWarning: QConfig must specify a FixedQParamsObserver or a FixedQParamsFakeQuantize for fixed qparams ops, ignoring QConfig(activation=functools.partial(, quant_min=0, quant_max=127){'factory_kwargs': .get_factory_kwargs_based_on_module_device at 0x000001A963E8E550>}, weight=functools.partial(, dtype=torch.qint8, qscheme=torch.per_tensor_symmetric){'factory_kwargs': .get_factory_kwargs_based_on_module_device at 0x000001A963E8E550>}). 2022-11-23T02:06:43.8533668Z Please use torch.ao.quantization.get_default_qconfig_mapping or torch.ao.quantization.get_default_qat_qconfig_mapping. Example: 2022-11-23T02:06:43.8534044Z qconfig_mapping = get_default_qconfig_mapping("fbgemm") 2022-11-23T02:06:43.8534327Z model = prepare_fx(model, qconfig_mapping, example_inputs) 2022-11-23T02:06:43.8534720Z warnings.warn(("QConfig must specify a FixedQParamsObserver or a FixedQParamsFakeQuantize " 2022-11-23T02:06:43.8534989Z ok (0.041s) 2022-11-23T02:06:43.8535299Z test_float_functional (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.115s) 2022-11-23T02:06:43.8535677Z test_functional_conv (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (12.681s) 2022-11-23T02:06:43.8536092Z test_functional_linear (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (16.686s) 2022-11-23T02:06:43.8536507Z test_gelu_normal (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: TODO: reenable with backend_config api (0.000s) 2022-11-23T02:06:43.8536981Z test_gelu_reference (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: This is no longer needed right now, can enable later with new api (0.006s) 2022-11-23T02:06:43.8537398Z test_general_shape_ops (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-11-23T02:06:43.8537707Z A test that checks dequantize will be swapped for ... ok (0.340s) 2022-11-23T02:06:43.8538024Z test_general_value_ops (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-11-23T02:06:43.8538344Z A test that checks correct patterns are produced for ... ok (0.082s) 2022-11-23T02:06:43.8538655Z test_getitem (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-11-23T02:06:43.8538993Z Make sure we only insert observer for getitem if the following node is matched ... ok (0.063s) 2022-11-23T02:06:43.8539350Z test_hardswish (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (1.128s) 2022-11-23T02:06:43.8539697Z test_instance_norm (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (2.073s) 2022-11-23T02:06:43.8540064Z test_int8_input_no_unnecessary_fq (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-11-23T02:06:43.8540395Z If the inputs to the graph are quantized and the only node ... ok (0.009s) 2022-11-23T02:06:43.8540727Z test_layer_norm (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.788s) 2022-11-23T02:06:43.8541081Z test_leaky_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (1.141s) 2022-11-23T02:06:43.8541444Z test_linear_dynamic_fp16 (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.576s) 2022-11-23T02:06:43.8541814Z test_linear_module (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (5.247s) 2022-11-23T02:06:43.8542224Z test_linear_static_fp16 (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.629s) 2022-11-23T02:06:43.8542664Z 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:06:43.8543079Z test_mul (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (9.058s) 2022-11-23T02:06:43.8543425Z test_mul_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (9.025s) 2022-11-23T02:06:43.8543795Z test_multiple_qconfigs_for_single_value (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-11-23T02:06:43.8544118Z Test multiple qconfigs for a single value ... ok (0.026s) 2022-11-23T02:06:43.8544763Z test_norm_weight_bias (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\graph.py:1346: UserWarning: Node mods1_packed_weight_0 target mods1_packed_weight_0 mods1_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-11-23T02:06:43.8545407Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-11-23T02:06:43.8545638Z ok (0.523s) 2022-11-23T02:06:43.8545900Z test_prelu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.530s) 2022-11-23T02:06:43.8546296Z test_qbatch_norm (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.591s) 2022-11-23T02:06:43.8546693Z test_qbatch_norm_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (2.378s) 2022-11-23T02:06:43.8547110Z test_qmatmul (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.181s) 2022-11-23T02:06:43.8547474Z test_quantized_add_qat (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.030s) 2022-11-23T02:06:43.8547820Z test_quantized_conv_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-11-23T02:06:43.8548126Z tests for conv1d_relu/conv2d_relu/conv3d_relu ... ok (2.915s) 2022-11-23T02:06:43.8548448Z test_quantized_mul_qat (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.026s) 2022-11-23T02:06:43.8548817Z test_ref_pattern_multi_use (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.036s) 2022-11-23T02:06:43.8549185Z test_reshape_fp16 (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.038s) 2022-11-23T02:06:43.8549534Z test_rnn (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.629s) 2022-11-23T02:06:43.8549874Z test_rnn_cell (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (1.135s) 2022-11-23T02:06:43.8550296Z test_silu_reference (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: This is no longer needed right now, can enable later with new api (0.002s) 2022-11-23T02:06:43.8550772Z test_softmax_normal (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: TODO: reenable with backend_config api (0.001s) 2022-11-23T02:06:43.8551261Z 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:06:43.8551752Z test_sub (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:06:43.8552223Z test_sum (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:06:43.8552621Z test_conv (quantization.jit.test_quantize_jit.TestQuantizeJit) ... ok (1.367s) 2022-11-23T02:06:43.8552970Z test_conv_bn (quantization.jit.test_quantize_jit.TestQuantizeJit) ... ok (0.316s) 2022-11-23T02:06:43.8553327Z test_conv_transpose (quantization.jit.test_quantize_jit.TestQuantizeJit) ... ok (0.002s) 2022-11-23T02:06:43.8553784Z test_linear_dynamic_fp16 (quantization.jit.test_quantize_jit.TestQuantizeJit) ... [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-11-23T02:06:43.8554285Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-11-23T02:06:43.8554542Z ok (0.063s) 2022-11-23T02:06:43.8555523Z test_nested (quantization.jit.test_quantize_jit.TestQuantizeJit) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py:806: UserWarning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\build\aten\src\ATen/core/TensorBody.h:485.) 2022-11-23T02:06:43.8556444Z if param.grad is not None: 2022-11-23T02:06:43.8556636Z ok (1.268s) 2022-11-23T02:06:43.8556914Z test_observer_with_ignored_function (quantization.jit.test_quantize_jit.TestQuantizeJit) 2022-11-23T02:06:43.8557262Z Test observers with ignored function and make sure it works in ... ok (1.278s) 2022-11-23T02:06:43.8557891Z test_single_linear (quantization.jit.test_quantize_jit.TestQuantizeJit) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-11-23T02:06:43.8558466Z warnings.warn( 2022-11-23T02:06:43.8558627Z ok (3.184s) 2022-11-23T02:06:43.8558907Z test_single_linear_dynamic (quantization.jit.test_quantize_jit.TestQuantizeJit) ... ok (0.001s) 2022-11-23T02:06:43.8559274Z test_skip_quant (quantization.jit.test_quantize_jit.TestQuantizeJit) ... ok (4.894s) 2022-11-23T02:06:43.8559636Z test_cat_linear (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (0.082s) 2022-11-23T02:06:43.8559998Z test_clamp (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (4.035s) 2022-11-23T02:06:43.8560378Z test_conv_with_benchmark_flag (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (0.000s) 2022-11-23T02:06:43.8560741Z test_dequantize_tuple (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-11-23T02:06:43.8561067Z Make sure dequantize can support Tuple of tensor ... ok (1.082s) 2022-11-23T02:06:43.8561459Z test_elu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (7.878s) 2022-11-23T02:06:43.8561825Z test_general_shape_ops (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-11-23T02:06:43.8562190Z A test that checks dequantize will be swapped for ... ok (0.160s) 2022-11-23T02:06:43.8562515Z test_general_value_ops (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-11-23T02:06:43.8562830Z A test that checks correct patterns are produced for ... ok (0.485s) 2022-11-23T02:06:43.8563204Z test_group_norm (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (9.309s) 2022-11-23T02:06:43.8563571Z test_hardswish (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (6.233s) 2022-11-23T02:06:43.8564204Z test_instance_norm (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... [W C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2022-11-23T02:06:43.8564979Z [W C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2022-11-23T02:06:43.8565651Z [W C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2022-11-23T02:06:43.8566366Z [W C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2022-11-23T02:06:43.8567035Z [W C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2022-11-23T02:06:43.8567702Z [W C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2022-11-23T02:06:43.8568368Z [W C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2022-11-23T02:06:43.8569029Z [W C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2022-11-23T02:06:43.8570133Z [W C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2022-11-23T02:06:43.8570808Z [W C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2022-11-23T02:06:43.8571478Z [W C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2022-11-23T02:06:43.8572127Z [W C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2022-11-23T02:06:43.8572791Z [W C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2022-11-23T02:06:43.8573445Z [W C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2022-11-23T02:06:43.8574110Z [W C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2022-11-23T02:06:43.8574765Z [W C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2022-11-23T02:06:43.8575428Z [W C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2022-11-23T02:06:43.8576078Z [W C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2022-11-23T02:06:43.8576509Z ok (13.403s) 2022-11-23T02:06:43.8576785Z test_layer_norm (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (9.325s) 2022-11-23T02:06:43.8577156Z test_linear (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (16.417s) 2022-11-23T02:06:43.8577520Z test_qbatch_norm (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (9.345s) 2022-11-23T02:06:43.8577921Z test_qbatch_norm_relu_BNFuncInplaceRelu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (6.204s) 2022-11-23T02:06:43.8578337Z test_qbatch_norm_relu_BNFuncRelu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (5.996s) 2022-11-23T02:06:43.8578737Z test_qbatch_norm_relu_BNRelu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (12.251s) 2022-11-23T02:06:43.8579113Z test_quantized_add (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (5.427s) 2022-11-23T02:06:43.8579486Z test_quantized_add_alpha (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-11-23T02:06:43.8579836Z Test quant fusion for multiple aten::add using same ... ok (1.590s) 2022-11-23T02:06:43.8580177Z test_quantized_add_relu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (9.673s) 2022-11-23T02:06:43.8580556Z test_quantized_add_relu_alpha (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-11-23T02:06:43.8580939Z Test quant fusion for multiple aten::add using same ... ok (22.875s) 2022-11-23T02:06:43.8581274Z test_quantized_add_scalar (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (3.479s) 2022-11-23T02:06:43.8581668Z test_quantized_add_scalar_relu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (5.583s) 2022-11-23T02:06:43.8582041Z test_quantized_cat (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-11-23T02:06:43.8582371Z quantization of the output of cat will be depend on the ... ok (1.540s) 2022-11-23T02:06:43.8582712Z test_quantized_conv (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (2.682s) 2022-11-23T02:06:43.8583083Z test_quantized_conv_relu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-11-23T02:06:43.8583403Z tests for conv1d_relu/conv2d_relu/conv3d_relu ... ok (10.930s) 2022-11-23T02:06:43.8583717Z test_quantized_mul (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (1.849s) 2022-11-23T02:06:43.8584096Z test_quantized_mul_relu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (9.214s) 2022-11-23T02:06:43.8584482Z test_quantized_mul_scalar (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (1.863s) 2022-11-23T02:06:43.8584876Z test_quantized_mul_scalar_relu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (5.175s) 2022-11-23T02:06:43.8585259Z test_conv_trace (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.104s) 2022-11-23T02:06:43.8585653Z test_convtranspose_trace (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.112s) 2022-11-23T02:06:43.8586041Z test_dedup_module_uses (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.013s) 2022-11-23T02:06:43.8586433Z test_finalize_debug (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.102s) 2022-11-23T02:06:43.8586829Z test_finalize_for_linear (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.089s) 2022-11-23T02:06:43.8587228Z test_foldbn_complex_cases (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (1.229s) 2022-11-23T02:06:43.8587626Z test_foldbn_in_submodule (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.087s) 2022-11-23T02:06:43.8588005Z test_foldbn_no_fusion (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-11-23T02:06:43.8588347Z Test that we don't fuse the cases when module type does not match ... ok (0.010s) 2022-11-23T02:06:43.8588753Z test_foldbn_shared_classtype (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.270s) 2022-11-23T02:06:43.8589150Z test_foldbn_trivial (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.085s) 2022-11-23T02:06:43.8589544Z test_foldbn_trivial_nobias (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.075s) 2022-11-23T02:06:43.8589933Z test_fuse_linear (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.056s) 2022-11-23T02:06:43.8590320Z test_inplace_option (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.170s) 2022-11-23T02:06:43.8590718Z test_insert_observers (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.044s) 2022-11-23T02:06:43.8591131Z test_insert_observers_child_qconfig (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.065s) 2022-11-23T02:06:43.8591531Z test_insert_observers_for_general_ops (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-11-23T02:06:43.8591885Z Make sure we skip observers for ops that doesn't require ... ok (0.067s) 2022-11-23T02:06:43.8592243Z test_insert_observers_for_if (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.159s) 2022-11-23T02:06:43.8592664Z test_insert_observers_for_if_consistent_observation (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-11-23T02:06:43.8593015Z check quantization for if works as long as ... ok (0.527s) 2022-11-23T02:06:43.8593753Z test_insert_observers_for_nested_if (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.189s) 2022-11-23T02:06:43.8594236Z test_insert_observers_for_reused_weight (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.041s) 2022-11-23T02:06:43.8594645Z test_insert_observers_interface (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.214s) 2022-11-23T02:06:43.8595076Z test_insert_observers_interface_unshare_type (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.242s) 2022-11-23T02:06:43.8595515Z test_insert_observers_propagate_observed (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-11-23T02:06:43.8595891Z Make sure we propagate observed property through general ops ... ok (0.055s) 2022-11-23T02:06:43.8596123Z test_insert_observers_propagate_observed_for_function (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.062s) 2022-11-23T02:06:43.8596344Z test_insert_observers_propagate_observed_in_submodule (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-11-23T02:06:43.8596497Z Make sure we propagate observed property through general ops ... ok (0.059s) 2022-11-23T02:06:43.8596707Z test_insert_observers_shared_class_type (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.051s) 2022-11-23T02:06:43.8596912Z test_insert_observers_skip_values (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.188s) 2022-11-23T02:06:43.8597119Z test_insert_observers_weight_dtype (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.045s) 2022-11-23T02:06:43.8597314Z test_insert_quant_dequant (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.140s) 2022-11-23T02:06:43.8597525Z test_insert_quant_dequant_shared_class_type (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.205s) 2022-11-23T02:06:43.8597718Z test_interface_with_fork (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.252s) 2022-11-23T02:06:43.8597901Z test_module_list (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.174s) 2022-11-23T02:06:43.8598079Z test_quantize_fork_wait (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-11-23T02:06:43.8598468Z Tests the case where fork and wait calls are in different subgraphs ... [W C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\utils.py:311] Warning: must run observer before calling calculate_qparams. Returning default values. (function ) 2022-11-23T02:06:43.8598584Z ok (0.113s) 2022-11-23T02:06:43.8598781Z test_replicate_dequant_same_value (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.102s) 2022-11-23T02:06:43.8598980Z test_replicate_dequantize (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.014s) 2022-11-23T02:06:43.8599189Z test_replicate_dequantize_in_block (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.015s) 2022-11-23T02:06:43.8599377Z test_replicate_quantize_for_if (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-11-23T02:06:43.8599759Z We want to move quantize nodes for output of prim::If ... [W C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\utils.py:311] Warning: must run observer before calling calculate_qparams. Returning default values. (function ) 2022-11-23T02:06:43.8600069Z [W C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\utils.py:311] Warning: must run observer before calling calculate_qparams. Returning default values. (function ) 2022-11-23T02:06:43.8600368Z [W C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\utils.py:311] Warning: must run observer before calling calculate_qparams. Returning default values. (function ) 2022-11-23T02:06:43.8600675Z [W C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\utils.py:311] Warning: must run observer before calling calculate_qparams. Returning default values. (function ) 2022-11-23T02:06:43.8600788Z ok (0.196s) 2022-11-23T02:06:43.8600997Z test_skip_dequant_constant_prop (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.081s) 2022-11-23T02:06:43.8601198Z test_swap_functional_linear (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.011s) 2022-11-23T02:06:43.8601509Z 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:06:43.8601689Z test_qconv1d (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (0.928s) 2022-11-23T02:06:43.8601902Z test_qconv1d_cudnn (quantization.core.test_quantized_op.TestQuantizedConv) ... skip: cudnn is not enabled. (0.014s) 2022-11-23T02:06:43.8602083Z test_qconv1d_unpack (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (0.422s) 2022-11-23T02:06:43.8602255Z test_qconv2d (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (4.901s) 2022-11-23T02:06:43.8602468Z test_qconv2d_cudnn (quantization.core.test_quantized_op.TestQuantizedConv) ... skip: cudnn is not enabled. (0.018s) 2022-11-23T02:06:43.8602648Z test_qconv2d_unpack (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (0.469s) 2022-11-23T02:06:43.8602818Z test_qconv3d (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (0.477s) 2022-11-23T02:06:43.8603001Z test_qconv3d_unpack (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (0.704s) 2022-11-23T02:06:43.8603185Z test_qconv_transpose1d (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (0.001s) 2022-11-23T02:06:43.8603476Z test_qconv_transpose2d (quantization.core.test_quantized_op.TestQuantizedConv) ... skip: this is broken without changes to any relevant code, we need to remove hypothesis testing in CI (0.005s) 2022-11-23T02:06:43.8603766Z test_qconv_transpose3d (quantization.core.test_quantized_op.TestQuantizedConv) ... skip: this is broken without changes to any relevant code, we need to remove hypothesis testing in CI (0.005s) 2022-11-23T02:06:43.8603965Z test_embedding (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... ok (0.191s) 2022-11-23T02:06:43.8604161Z test_embedding_2d_indices (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) 2022-11-23T02:06:43.8604308Z Tests the case where 2D indices are passed into the operator ... ok (0.005s) 2022-11-23T02:06:43.8604564Z test_embedding_bag_2bit (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... ok (0.156s) 2022-11-23T02:06:43.8604802Z test_embedding_bag_2bit_unpack (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... skip: Test needs Caffe2 (0.001s) 2022-11-23T02:06:43.8604989Z test_embedding_bag_2d_indices (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) 2022-11-23T02:06:43.8605134Z Tests the case where 2D indices are passed into the operator ... ok (0.004s) 2022-11-23T02:06:43.8605340Z test_embedding_bag_4bit (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... ok (0.192s) 2022-11-23T02:06:43.8605574Z test_embedding_bag_4bit_unpack (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... skip: Test needs Caffe2 (0.001s) 2022-11-23T02:06:43.8605775Z test_embedding_bag_byte (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... ok (0.195s) 2022-11-23T02:06:43.8606010Z test_embedding_bag_byte_unpack (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... skip: Test needs Caffe2 (0.001s) 2022-11-23T02:06:43.8606229Z test_conv1d_api (quantization.core.test_quantized_functional.TestQuantizedFunctionalOps) ... ok (0.122s) 2022-11-23T02:06:43.8606444Z test_conv2d_api (quantization.core.test_quantized_functional.TestQuantizedFunctionalOps) ... ok (0.143s) 2022-11-23T02:06:43.8606659Z test_conv3d_api (quantization.core.test_quantized_functional.TestQuantizedFunctionalOps) ... ok (0.199s) 2022-11-23T02:06:43.8607271Z test_grid_sample (quantization.core.test_quantized_functional.TestQuantizedFunctionalOps) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:4231: UserWarning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. 2022-11-23T02:06:43.8607349Z warnings.warn( 2022-11-23T02:06:43.8607413Z ok (0.063s) 2022-11-23T02:06:43.8607630Z test_relu_api (quantization.core.test_quantized_functional.TestQuantizedFunctionalOps) ... ok (0.000s) 2022-11-23T02:06:43.8607807Z test_qlinear (quantization.core.test_quantized_op.TestQuantizedLinear) ... ok (1.170s) 2022-11-23T02:06:43.8608021Z test_qlinear_cudnn (quantization.core.test_quantized_op.TestQuantizedLinear) ... skip: cudnn is not enabled. (0.011s) 2022-11-23T02:06:43.8608207Z test_qlinear_unpack (quantization.core.test_quantized_op.TestQuantizedLinear) ... ok (0.166s) 2022-11-23T02:06:43.8608394Z test_adaptive_avg_pool (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.924s) 2022-11-23T02:06:43.8608587Z test_adaptive_avg_pool2d_nhwc (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.106s) 2022-11-23T02:06:43.8608781Z test_adaptive_avg_pool3d_ndhwc (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.096s) 2022-11-23T02:06:43.8608959Z test_add_scalar_relu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.291s) 2022-11-23T02:06:43.8609131Z test_advanced_indexing (quantization.core.test_quantized_op.TestQuantizedOps) 2022-11-23T02:06:43.8609279Z Verifies that the x[:, [0], :, :] syntax works for quantized tensors. ... ok (0.006s) 2022-11-23T02:06:43.8609440Z test_avg_pool2d (quantization.core.test_quantized_op.TestQuantizedOps) 2022-11-23T02:06:43.8609619Z Note: we currently cannot test the divisor_override, because quantized op will clamp the result ... ok (1.667s) 2022-11-23T02:06:43.8609783Z test_avg_pool2d_nhwc (quantization.core.test_quantized_op.TestQuantizedOps) 2022-11-23T02:06:43.8609974Z Note: 1) we currently cannot test the divisor_override, because quantized op will clamp the result ... ok (2.058s) 2022-11-23T02:06:43.8610136Z test_avg_pool3d (quantization.core.test_quantized_op.TestQuantizedOps) 2022-11-23T02:06:43.8610322Z Note: we currently cannot test the divisor_override, because quantized op will clamp the result ... ok (7.761s) 2022-11-23T02:06:43.8610529Z test_avg_pool3d_nhwc (quantization.core.test_quantized_op.TestQuantizedOps) 2022-11-23T02:06:43.8610717Z Note: 1) we currently cannot test the divisor_override, because quantized op will clamp the result ... ok (11.417s) 2022-11-23T02:06:43.8610893Z test_batch_norm (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (1.082s) 2022-11-23T02:06:43.8611072Z test_batch_norm_relu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.910s) 2022-11-23T02:06:43.8611237Z test_cat (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.415s) 2022-11-23T02:06:43.8611410Z test_cat_nhwc (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.420s) 2022-11-23T02:06:43.8611589Z test_channel_shuffle (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (2.340s) 2022-11-23T02:06:43.8611768Z test_custom_module_lstm (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (47.244s) 2022-11-23T02:06:43.8612227Z test_custom_module_multi_head_attention (quantization.core.test_quantized_op.TestQuantizedOps) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\observer.py:1204: UserWarning: must run observer before calling calculate_qparams. Returning default scale and zero point 2022-11-23T02:06:43.8612305Z warnings.warn( 2022-11-23T02:06:43.8612367Z ok (13.692s) 2022-11-23T02:06:43.8612825Z test_empty_batch (quantization.core.test_quantized_op.TestQuantizedOps) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:4018: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-11-23T02:06:43.8613033Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-11-23T02:06:43.8613098Z ok (0.006s) 2022-11-23T02:06:43.8613263Z test_equal (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.273s) 2022-11-23T02:06:43.8613437Z test_group_norm (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (8.259s) 2022-11-23T02:06:43.8613609Z test_hardswish (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.531s) 2022-11-23T02:06:43.8613771Z test_hardtanh (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.609s) 2022-11-23T02:06:43.8613946Z test_instance_norm (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (1.304s) 2022-11-23T02:06:43.8614109Z test_interpolate (quantization.core.test_quantized_op.TestQuantizedOps) 2022-11-23T02:06:43.8614257Z This test cover upsample_nearest2d and upsample_bilinear2d ... ok (4.935s) 2022-11-23T02:06:43.8614423Z test_interpolate3d (quantization.core.test_quantized_op.TestQuantizedOps) 2022-11-23T02:06:43.8614537Z This test cover upsample_nearest3d ... ok (24.609s) 2022-11-23T02:06:43.8614710Z test_leaky_relu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.026s) 2022-11-23T02:06:43.8614903Z test_leaky_relu_observed_output (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.495s) 2022-11-23T02:06:43.8615092Z test_linear_bias_unpack (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.000s) 2022-11-23T02:06:43.8615261Z test_max_pool1d (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.322s) 2022-11-23T02:06:43.8615433Z test_max_pool2d (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.790s) 2022-11-23T02:06:43.8615639Z test_max_pool2d_cudnn (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: cudnn is not enabled. (0.006s) 2022-11-23T02:06:43.8615815Z test_max_pool2d_nhwc (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.811s) 2022-11-23T02:06:43.8615982Z test_mean (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.202s) 2022-11-23T02:06:43.8616157Z test_mul_scalar_relu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.355s) 2022-11-23T02:06:43.8616849Z test_qadd_broadcast (quantization.core.test_quantized_op.TestQuantizedOps) ... [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31] Warning: An output with one or more elements was resized since it had shape [1, 1, 4, 4], which does not match the required output shape [2, 1, 4, 4]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (function resize_output_check) 2022-11-23T02:06:43.8616964Z ok (0.002s) 2022-11-23T02:06:43.8617173Z test_qadd_relu_cudnn (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: cudnn is not enabled. (0.002s) 2022-11-23T02:06:43.8617385Z test_qadd_relu_cudnn_nhwc (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: cudnn is not enabled. (0.001s) 2022-11-23T02:06:43.8617580Z test_qadd_relu_different_qparams (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.006s) 2022-11-23T02:06:43.8617771Z test_qadd_relu_same_qparams (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.006s) 2022-11-23T02:06:43.8617941Z test_qcelu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.158s) 2022-11-23T02:06:43.8618110Z test_qclamp (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.992s) 2022-11-23T02:06:43.8618263Z test_qelu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.212s) 2022-11-23T02:06:43.8618427Z test_qgelu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.056s) 2022-11-23T02:06:43.8618646Z test_qhardsigmoid (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.395s) 2022-11-23T02:06:43.8618822Z test_qlayer_norm (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.086s) 2022-11-23T02:06:43.8618993Z test_qmatmul (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.095s) 2022-11-23T02:06:43.8619169Z test_qmul_broadcast (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.000s) 2022-11-23T02:06:43.8619371Z test_qmul_relu_different_qparams (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.032s) 2022-11-23T02:06:43.8619559Z test_qmul_relu_same_qparams (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.498s) 2022-11-23T02:06:43.8619728Z test_qprelu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.071s) 2022-11-23T02:06:43.8619894Z test_qrelu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (1.773s) 2022-11-23T02:06:43.8620058Z test_qrelu6 (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.286s) 2022-11-23T02:06:43.8620230Z test_qsoftmax (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.141s) 2022-11-23T02:06:43.8620465Z test_qsoftmax_qnnpack (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: Quantized operations require QNNPACK. (0.002s) 2022-11-23T02:06:43.8620740Z test_qtanh (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: this is broken without changes to any relevant code, we need to remove hypothesis testing in CI (0.006s) 2022-11-23T02:06:43.8620917Z test_qthreshold (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.155s) 2022-11-23T02:06:43.8621415Z test_qtopk (quantization.core.test_quantized_op.TestQuantizedOps) ... C:\actions-runner\_work\pytorch\pytorch\test\quantization\core\test_quantized_op.py:2000: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-11-23T02:06:43.8621514Z indices = torch.tensor(X).long() 2022-11-23T02:06:43.8621580Z ok (0.074s) 2022-11-23T02:06:43.8621823Z test_quantized_mean_qnnpack (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: Quantized operations require QNNPACK. (0.002s) 2022-11-23T02:06:43.8621994Z test_sigmoid (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.253s) 2022-11-23T02:06:43.8622229Z test_sigmoid_non_observed (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.890s) 2022-11-23T02:06:43.8622394Z test_std (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.975s) 2022-11-23T02:06:43.8622577Z test_bfp16_quantize (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.000s) 2022-11-23T02:06:43.8622873Z test_choose_qparams (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: this is broken without changes to any relevant code, we need to remove hypothesis testing in CI (0.010s) 2022-11-23T02:06:43.8623083Z test_choose_qparams_optimized (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.010s) 2022-11-23T02:06:43.8623265Z test_clone (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.010s) 2022-11-23T02:06:43.8623513Z test_compare_per_channel_device_numerics (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: CUDA is not available (0.000s) 2022-11-23T02:06:43.8623761Z test_compare_per_tensor_device_numerics (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: CUDA is not available (0.000s) 2022-11-23T02:06:43.8624007Z test_cuda_quantization_does_not_pin_memory (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: CUDA is not available (0.000s) 2022-11-23T02:06:43.8624224Z test_decomposed_dequantize_per_tensor (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.000s) 2022-11-23T02:06:43.8624443Z test_decomposed_dynamic_quant_pattern (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.010s) 2022-11-23T02:06:43.8624701Z test_decomposed_quantize_per_channel (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.002s) 2022-11-23T02:06:43.8624916Z test_decomposed_quantize_per_tensor (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.002s) 2022-11-23T02:06:43.8625112Z test_dequantize_fp16_cpu (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.001s) 2022-11-23T02:06:43.8625340Z test_dequantize_fp16_cuda (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: No gpu is available. (0.001s) 2022-11-23T02:06:43.8625842Z test_fp16_saturate_op (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... C:\actions-runner\_work\pytorch\pytorch\test\quantization\core\test_quantized_tensor.py:1393: UserWarning: FOUND weight out of range (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/native/quantized/cpu/QuantUtils.h:215.) 2022-11-23T02:06:43.8625949Z y = torch._saturate_weight_to_fp16(x) 2022-11-23T02:06:43.8626014Z ok (0.002s) 2022-11-23T02:06:43.8626213Z test_jit_serialization (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.013s) 2022-11-23T02:06:43.8626432Z test_per_channel_qtensor_creation_cpu (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.006s) 2022-11-23T02:06:43.8626676Z test_per_channel_qtensor_creation_cuda (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: No gpu is available. (0.001s) 2022-11-23T02:06:43.8626893Z test_per_channel_qtensor_to_memory_format (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.007s) 2022-11-23T02:06:43.8627124Z test_per_channel_to_device (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: No gpu is available. (0.002s) 2022-11-23T02:06:43.8627340Z test_per_tensor_qtensor_to_memory_format (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.005s) 2022-11-23T02:06:43.8627567Z test_per_tensor_to_device (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: No gpu is available. (0.000s) 2022-11-23T02:06:43.8628083Z test_pickle_checkpoint_qtensor (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... 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:06:43.8628229Z warnings.warn(message, UserWarning) 2022-11-23T02:06:43.8628291Z ok (0.024s) 2022-11-23T02:06:43.8628485Z test_qscheme_pickle (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.004s) 2022-11-23T02:06:43.8628698Z test_qtensor_channel_float_assignment (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.034s) 2022-11-23T02:06:43.8628889Z test_qtensor_copy (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.006s) 2022-11-23T02:06:43.8629080Z test_qtensor_cpu (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.007s) 2022-11-23T02:06:43.8629264Z test_qtensor_creation (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.006s) 2022-11-23T02:06:43.8629480Z test_qtensor_cuda (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: No gpu is available. (0.000s) 2022-11-23T02:06:43.8629677Z test_qtensor_dtypes (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.000s) 2022-11-23T02:06:43.8629879Z test_qtensor_fill_per_channel (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.000s) 2022-11-23T02:06:43.8630090Z test_qtensor_fill_per_channel_nhwc (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.020s) 2022-11-23T02:06:43.8630289Z test_qtensor_fill_per_tensor (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.000s) 2022-11-23T02:06:43.8630537Z test_qtensor_fill_per_tensor_nhwc (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.019s) 2022-11-23T02:06:43.8630742Z test_qtensor_float_assignment (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.005s) 2022-11-23T02:06:43.8630944Z test_qtensor_index_put_cpu (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.017s) 2022-11-23T02:06:43.8631173Z test_qtensor_index_put_cuda (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: No gpu is available. (0.000s) 2022-11-23T02:06:43.8631378Z test_qtensor_index_select_cpu (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.002s) 2022-11-23T02:06:43.8631609Z test_qtensor_index_select_cuda (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: No gpu is available. (0.001s) 2022-11-23T02:06:43.8631805Z test_qtensor_int_repr (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.002s) 2022-11-23T02:06:43.8632013Z test_qtensor_legacy_new_failure (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.002s) 2022-11-23T02:06:43.8632208Z test_qtensor_load_save (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.010s) 2022-11-23T02:06:43.8632410Z test_qtensor_masked_fill_cpu (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.010s) 2022-11-23T02:06:43.8632643Z test_qtensor_masked_fill_cuda (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: No gpu is available. (0.000s) 2022-11-23T02:06:43.8632854Z test_qtensor_per_channel_load_save (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.024s) 2022-11-23T02:06:43.8633063Z test_qtensor_per_channel_permute (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.005s) 2022-11-23T02:06:43.8633258Z test_qtensor_permute (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.010s) 2022-11-23T02:06:43.8633461Z test_qtensor_quant_dequant (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.004s) 2022-11-23T02:06:43.8633671Z test_qtensor_quantize_per_channel (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.721s) 2022-11-23T02:06:43.8633865Z test_qtensor_reshape (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.004s) 2022-11-23T02:06:43.8634218Z test_qtensor_resize (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T02:06:43.8634390Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T02:06:43.8634444Z ok (0.004s) 2022-11-23T02:06:43.8634654Z test_qtensor_sub_byte_aligned_cols (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.009s) 2022-11-23T02:06:43.8634866Z test_qtensor_sub_byte_not_aligned_cols (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.006s) 2022-11-23T02:06:43.8635065Z test_qtensor_unsqueeze (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.006s) 2022-11-23T02:06:43.8635256Z test_qtensor_view (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.000s) 2022-11-23T02:06:43.8635478Z test_quant_pin_memory (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: CUDA is not available (0.000s) 2022-11-23T02:06:43.8635697Z test_quantize_per_channel_float_qparams (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.732s) 2022-11-23T02:06:43.8635897Z test_quantize_per_channel_sub_byte (quantization.core.test_quantized_tensor.TestQuantizedTensor) 2022-11-23T02:06:43.8636048Z Tests the per channel quantization scheme for 4-bit qtensors. ... ok (0.030s) 2022-11-23T02:06:43.8636231Z test_repeat (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.002s) 2022-11-23T02:06:43.8636435Z test_torch_qtensor_deepcopy (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.002s) 2022-11-23T02:06:43.8636702Z test_observer_scriptable (quantization.core.test_workflow_module.TestRecordHistogramObserver) ... ok (0.029s) 2022-11-23T02:06:43.8636918Z test_record_observer (quantization.core.test_workflow_module.TestRecordHistogramObserver) ... ok (0.008s) 2022-11-23T02:06:43.8637107Z test_rnn (quantization.core.test_quantized_module.TestReferenceQuantizedModule) 2022-11-23T02:06:43.8637264Z Checks the rnn reference quantized modules has correct numerics ... ok (0.013s) 2022-11-23T02:06:43.8637459Z test_rnn_cell (quantization.core.test_quantized_module.TestReferenceQuantizedModule) 2022-11-23T02:06:43.8637621Z Checks the rnn cell reference quantized modules has correct numerics ... ok (0.009s) 2022-11-23T02:06:43.8637816Z test_sparse (quantization.core.test_quantized_module.TestReferenceQuantizedModule) 2022-11-23T02:06:43.8637977Z Embedding and EmbeddingBag ... ok (0.007s) 2022-11-23T02:06:43.8638291Z test_conv2d (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.054s) 2022-11-23T02:06:43.8638617Z test_conv2d_graph (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.019s) 2022-11-23T02:06:43.8644105Z test_conv2d_graph_v2 (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.012s) 2022-11-23T02:06:43.8644545Z test_conv2d_graph_v3 (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.023s) 2022-11-23T02:06:43.8644881Z test_conv2d_nobias (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.043s) 2022-11-23T02:06:43.8645204Z test_conv2d_nobias_graph (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.018s) 2022-11-23T02:06:43.8645530Z test_conv2d_nobias_graph_v2 (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.017s) 2022-11-23T02:06:43.8645853Z test_conv2d_nobias_graph_v3 (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.010s) 2022-11-23T02:06:43.8646164Z test_conv2d_relu (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.059s) 2022-11-23T02:06:43.8646447Z test_conv3d (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.009s) 2022-11-23T02:06:43.8646745Z test_conv3d_relu (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.020s) 2022-11-23T02:06:43.8647041Z test_default_qat_qconfig (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.016s) 2022-11-23T02:06:43.8647538Z test_linear (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.040s) 2022-11-23T02:06:43.8647829Z test_linear_dynamic (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.075s) 2022-11-23T02:06:43.8648121Z test_linear_relu (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.035s) 2022-11-23T02:06:43.8648936Z test_linear_relu_package_quantization_transforms (quantization.bc.test_backward_compatibility.TestSerialization) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fx\prepare.py:1482: UserWarning: Passing a QConfig dictionary to prepare is deprecated and will not be supported in a future version. Please pass in a QConfigMapping instead. 2022-11-23T02:06:43.8649044Z warnings.warn( 2022-11-23T02:06:43.8649678Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\graph.py:1346: UserWarning: Node child_packed_weight_0 target child_packed_weight_0 child_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-11-23T02:06:43.8649920Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-11-23T02:06:43.8650506Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\graph.py:1346: UserWarning: Node _packed_weight_0 target _packed_weight_0 _packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-11-23T02:06:43.8650867Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-11-23T02:06:43.8650973Z ok (0.416s) 2022-11-23T02:06:43.8651252Z test_lstm (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.044s) 2022-11-23T02:06:43.8651565Z test_per_channel_observer (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.004s) 2022-11-23T02:06:43.8651864Z test_per_tensor_observer (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.003s) 2022-11-23T02:06:43.8652140Z test_batch_norm2d (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-11-23T02:06:43.8652334Z Tests the correctness of the batchnorm2d module. ... ok (0.003s) 2022-11-23T02:06:43.8652966Z test_batch_norm2d_serialization (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\utils.py:311: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-11-23T02:06:43.8653076Z warnings.warn( 2022-11-23T02:06:43.8653175Z ok (0.010s) 2022-11-23T02:06:43.8653455Z test_batch_norm3d (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-11-23T02:06:43.8653642Z Tests the correctness of the batchnorm3d module. ... ok (0.003s) 2022-11-23T02:06:43.8653963Z test_batch_norm3d_serialization (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.007s) 2022-11-23T02:06:43.8654242Z test_channel_shuffle (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-11-23T02:06:43.8654441Z Tests the correctness of the ChannelShuffle module. ... ok (0.003s) 2022-11-23T02:06:43.8654729Z test_conv1d_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (3.643s) 2022-11-23T02:06:43.8655026Z test_conv2d_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (3.862s) 2022-11-23T02:06:43.8655313Z test_conv3d_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.659s) 2022-11-23T02:06:43.8655575Z test_dropout (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-11-23T02:06:43.8655763Z Tests the correctness of the dropout module. ... ok (0.003s) 2022-11-23T02:06:43.8656074Z test_dropout_serialization (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.010s) 2022-11-23T02:06:43.8657006Z test_elu (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-11-23T02:06:43.8657177Z Tests the correctness of the ELU module. ... ok (0.003s) 2022-11-23T02:06:43.8657477Z test_embedding_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (5.682s) 2022-11-23T02:06:43.8657769Z test_embedding_bag_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-11-23T02:06:43.8658031Z Test execution and serialization for dynamic quantized embedding_bag modules on int8 ... ok (5.909s) 2022-11-23T02:06:43.8658297Z test_group_norm (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-11-23T02:06:43.8658483Z Tests the correctness of the groupnorm module. ... ok (0.003s) 2022-11-23T02:06:43.8658756Z test_instance_norm (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-11-23T02:06:43.8658954Z Tests the correctness of the instancenorm{n}d modules. ... ok (0.006s) 2022-11-23T02:06:43.8659235Z test_layer_norm (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-11-23T02:06:43.8659420Z Tests the correctness of the layernorm module. ... ok (0.010s) 2022-11-23T02:06:43.8659720Z test_leaky_relu (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.000s) 2022-11-23T02:06:43.8660014Z test_linear_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (29.160s) 2022-11-23T02:06:43.8660290Z test_pool_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-11-23T02:06:43.8660582Z Tests the correctness of the pool module. ... ok (0.018s) 2022-11-23T02:06:43.8660863Z test_prelu (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.003s) 2022-11-23T02:06:43.8661166Z test_quant_dequant_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.002s) 2022-11-23T02:06:43.8661442Z test_relu (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.003s) 2022-11-23T02:06:43.8661728Z test_sigmoid (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.000s) 2022-11-23T02:06:43.8662043Z test_subgraph_rewriter_annotations_int (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (8.559s) 2022-11-23T02:06:43.8662378Z test_subgraph_rewriter_correct_output_replacement (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.070s) 2022-11-23T02:06:43.8662695Z test_subgraph_rewriter_graph_argument_order (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.041s) 2022-11-23T02:06:43.8663070Z test_subgraph_rewriter_internal_pattern_nodes_cannot_have_users_that_are_not_matched (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.035s) 2022-11-23T02:06:43.8663391Z test_subgraph_rewriter_multiple_pattern_match (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.041s) 2022-11-23T02:06:43.8663706Z test_subgraph_rewriter_pattern_is_entire_graph (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.045s) 2022-11-23T02:06:43.8664087Z test_subgraph_rewriter_pattern_output_pattern_node_can_have_users_that_are_not_matched (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.041s) 2022-11-23T02:06:43.8664390Z test_subgraph_rewriter_placeholder_matching (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) 2022-11-23T02:06:43.8664601Z This tests that a placeholder Node can be matched to a Node with ... ok (0.033s) 2022-11-23T02:06:43.8664918Z test_subgraph_rewriter_preserves_logic (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.050s) 2022-11-23T02:06:43.8665255Z test_subgraph_rewriter_replaces_referenced_submodules (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.034s) 2022-11-23T02:06:43.8665579Z test_subgraph_rewriter_single_pattern_match (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.038s) 2022-11-23T02:06:43.8666012Z test_subgraph_rewriter_traced_as_callable (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.045s) 2022-11-23T02:06:43.8666342Z test_subgraph_rewriter_with_oneliner_pattern (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.031s) 2022-11-23T02:06:43.8666688Z test_subgraph_writer_replace_consecutive_submodules (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.048s) 2022-11-23T02:06:43.8666934Z test_get_fqn_to_example_inputs_complex_args (quantization.core.test_utils.TestUtils) 2022-11-23T02:06:43.8667174Z Test that we can record complex example inputs such as lists and dicts ... ok (0.006s) 2022-11-23T02:06:43.8667424Z test_get_fqn_to_example_inputs_default_kwargs (quantization.core.test_utils.TestUtils) 2022-11-23T02:06:43.8667671Z Test that we can get example inputs for functions with default keyword arguments ... ok (0.000s) 2022-11-23T02:06:43.8667934Z test_get_fqn_to_example_inputs_simple (quantization.core.test_utils.TestUtils) ... ok (0.010s) 2022-11-23T02:06:43.8668185Z test_quantize_weight_clamping_per_channel (quantization.core.test_utils.TestUtils) 2022-11-23T02:06:43.8668429Z Test quant_{min, max} from per channel observer is honored by `_quantize_weight` method ... ok (0.000s) 2022-11-23T02:06:43.8668675Z test_quantize_weight_clamping_per_tensor (quantization.core.test_utils.TestUtils) 2022-11-23T02:06:43.8668922Z Test quant_{min, max} from per tensor observer is honored by `_quantize_weight` method ... ok (0.010s) 2022-11-23T02:06:43.8668935Z 2022-11-23T02:06:43.8669251Z ---------------------------------------------------------------------- 2022-11-23T02:06:43.8669376Z Ran 977 tests in 683.843s 2022-11-23T02:06:43.8669385Z 2022-11-23T02:06:43.8669487Z OK (skipped=93) 2022-11-23T02:06:43.8669495Z 2022-11-23T02:06:43.8669616Z Generating XML reports... 2022-11-23T02:06:43.8670090Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic-20221123015518.xml 2022-11-23T02:06:43.8670529Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized-20221123015518.xml 2022-11-23T02:06:43.8671024Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.ao_migration.test_quantization.TestAOMigrationQuantization-20221123015518.xml 2022-11-23T02:06:43.8671495Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx-20221123015518.xml 2022-11-23T02:06:43.8671919Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_backend_config.TestBackendConfig-20221123015518.xml 2022-11-23T02:06:43.8672371Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.eager.test_bias_correction_eager.TestBiasCorrectionEager-20221123015518.xml 2022-11-23T02:06:43.8672782Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_quantized_op.TestComparatorOps-20221123015518.xml 2022-11-23T02:06:43.8673222Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized-20221123015518.xml 2022-11-23T02:06:43.8673644Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_workflow_module.TestDistributed-20221123015518.xml 2022-11-23T02:06:43.8674107Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_quantized_module.TestDynamicQuantizedModule-20221123015518.xml 2022-11-23T02:06:43.8674547Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_quantized_op.TestDynamicQuantizedOps-20221123015518.xml 2022-11-23T02:06:43.8674954Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.eager.test_equalize_eager.TestEqualizeEager-20221123015518.xml 2022-11-23T02:06:43.8675458Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_equalize_fx.TestEqualizeFx-20221123015518.xml 2022-11-23T02:06:43.8675865Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher-20221123015518.xml 2022-11-23T02:06:43.8676294Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs-20221123015518.xml 2022-11-23T02:06:43.8676754Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels-20221123015518.xml 2022-11-23T02:06:43.8677181Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteNShadows-20221123015518.xml 2022-11-23T02:06:43.8677596Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_workflow_module.TestFakeQuantize-20221123015518.xml 2022-11-23T02:06:43.8678002Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_workflow_ops.TestFakeQuantizeOps-20221123015518.xml 2022-11-23T02:06:43.8678386Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.eager.test_fuse_eager.TestFuseEager-20221123015518.xml 2022-11-23T02:06:43.8678860Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_quantize_fx.TestFuseFx-20221123015518.xml 2022-11-23T02:06:43.8679287Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_workflow_ops.TestFusedObsFakeQuant-20221123015518.xml 2022-11-23T02:06:43.8679757Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_workflow_module.TestFusedObsFakeQuantModule-20221123015518.xml 2022-11-23T02:06:43.8680183Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.jit.test_fusion_passes.TestFusionPasses-20221123015518.xml 2022-11-23T02:06:43.8680660Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_model_report_fx.TestFxDetectInputWeightEqualization-20221123015518.xml 2022-11-23T02:06:43.8681079Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_model_report_fx.TestFxDetectOutliers-20221123015518.xml 2022-11-23T02:06:43.8681588Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_model_report_fx.TestFxModelReportClass-20221123015518.xml 2022-11-23T02:06:43.8682086Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_model_report_fx.TestFxModelReportDetectDynamicStatic-20221123015518.xml 2022-11-23T02:06:43.8682515Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_model_report_fx.TestFxModelReportDetector-20221123015518.xml 2022-11-23T02:06:43.8682972Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_model_report_fx.TestFxModelReportObserver-20221123015518.xml 2022-11-23T02:06:43.8683410Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_model_report_fx.TestFxModelReportVisualizer-20221123015518.xml 2022-11-23T02:06:43.8683842Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_workflow_module.TestHistogramObserver-20221123015518.xml 2022-11-23T02:06:43.8684280Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.eager.test_model_numerics.TestModelNumericsEager-20221123015518.xml 2022-11-23T02:06:43.8684711Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager-20221123015518.xml 2022-11-23T02:06:43.8685236Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_workflow_module.TestObserver-20221123015518.xml 2022-11-23T02:06:43.8685612Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_quantized_op.TestPadding-20221123015518.xml 2022-11-23T02:06:43.8686015Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_docs.TestQuantizationDocs-20221123015518.xml 2022-11-23T02:06:43.8686454Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.jit.test_quantize_jit.TestQuantizeDynamicJitOps-20221123015518.xml 2022-11-23T02:06:43.8686899Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses-20221123015518.xml 2022-11-23T02:06:43.8687342Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps-20221123015518.xml 2022-11-23T02:06:43.8687816Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic-20221123015518.xml 2022-11-23T02:06:43.8688280Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic-20221123015518.xml 2022-11-23T02:06:43.8688808Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT-20221123015518.xml 2022-11-23T02:06:43.8689288Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics-20221123015518.xml 2022-11-23T02:06:43.8689683Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_quantize_fx.TestQuantizeFx-20221123015518.xml 2022-11-23T02:06:43.8690094Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_quantize_fx.TestQuantizeFxModels-20221123015518.xml 2022-11-23T02:06:43.8690477Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_quantize_fx.TestQuantizeFxOps-20221123015518.xml 2022-11-23T02:06:43.8690874Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.jit.test_quantize_jit.TestQuantizeJit-20221123015518.xml 2022-11-23T02:06:43.8691258Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.jit.test_quantize_jit.TestQuantizeJitOps-20221123015518.xml 2022-11-23T02:06:43.8691668Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.jit.test_quantize_jit.TestQuantizeJitPasses-20221123015518.xml 2022-11-23T02:06:43.8692055Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_quantized_op.TestQuantizedConv-20221123015518.xml 2022-11-23T02:06:43.8692494Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_quantized_op.TestQuantizedEmbeddingOps-20221123015518.xml 2022-11-23T02:06:43.8692980Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_quantized_functional.TestQuantizedFunctionalOps-20221123015518.xml 2022-11-23T02:06:43.8693374Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_quantized_op.TestQuantizedLinear-20221123015518.xml 2022-11-23T02:06:43.8693744Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_quantized_op.TestQuantizedOps-20221123015518.xml 2022-11-23T02:06:43.8694158Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_quantized_tensor.TestQuantizedTensor-20221123015518.xml 2022-11-23T02:06:43.8694714Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_workflow_module.TestRecordHistogramObserver-20221123015518.xml 2022-11-23T02:06:43.8695167Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_quantized_module.TestReferenceQuantizedModule-20221123015518.xml 2022-11-23T02:06:43.8695600Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.bc.test_backward_compatibility.TestSerialization-20221123015518.xml 2022-11-23T02:06:43.8696059Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_quantized_module.TestStaticQuantizedModule-20221123015518.xml 2022-11-23T02:06:43.8696497Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter-20221123015518.xml 2022-11-23T02:06:43.8696844Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_utils.TestUtils-20221123015518.xml 2022-11-23T02:06:43.8697265Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_numeric_suite_fx.TestFXGraphMatcherModels-20221123015518.xml 2022-11-23T02:06:43.8697666Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_quantized_op.TestQNNPackOps-20221123015518.xml 2022-11-23T02:06:43.8697680Z 2022-11-23T02:06:43.8698174Z ##[endgroup] 2022-11-23T02:06:43.8698641Z FINISHED PRINTING LOG FILE of test_quantization (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_quantization_5ejwzq90) 2022-11-23T02:06:43.8698652Z 2022-11-23T02:06:43.8698797Z Ignoring disabled issues: [] 2022-11-23T02:06:44.2950620Z Running distributions/test_distributions ... [2022-11-23 02:06:44.294803] 2022-11-23T02:06:44.2958827Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'distributions/test_distributions.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:06:44.295389] 2022-11-23T02:06:44.2961862Z Ignoring disabled issues: [] 2022-11-23T02:06:44.2961982Z Prioritized test from test file changes. 2022-11-23T02:06:44.2962095Z reordering tests for PR: 2022-11-23T02:06:44.2962175Z prioritized: [] 2022-11-23T02:06:44.2966794Z 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_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:06:44.2966935Z 2022-11-23T02:06:44.2967300Z 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:06:44.2967667Z 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:07:27.3953286Z 2022-11-23T02:07:27.3954057Z Expand the folded group to see the log file of distributions/test_distributions 2022-11-23T02:07:27.3954911Z ##[group]PRINTING LOG FILE of distributions/test_distributions (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\distributions-test_distributions_fjx263lj) 2022-11-23T02:07:27.3956217Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:27.3956895Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:07:27.3957970Z 2022-11-23T02:07:27.3959077Z Running tests... 2022-11-23T02:07:27.3959383Z ---------------------------------------------------------------------- 2022-11-23T02:07:27.3959763Z Test results will be stored in test-reports\python-unittest\distributions.test_distributions 2022-11-23T02:07:27.3960292Z test_cdf (__main__.TestAgainstScipy) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\wishart.py:253: UserWarning: Singular sample detected. 2022-11-23T02:07:27.3960827Z warnings.warn("Singular sample detected.") 2022-11-23T02:07:27.3961042Z ok (0.219s) 2022-11-23T02:07:27.3961265Z test_icdf (__main__.TestAgainstScipy) ... ok (0.037s) 2022-11-23T02:07:27.3961579Z test_mean (__main__.TestAgainstScipy) ... ok (1.266s) 2022-11-23T02:07:27.3962858Z test_variance_stddev (__main__.TestAgainstScipy) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_comparison.py:599: UserWarning: The given NumPy array is not writable, and PyTorch does not support non-writable tensors. This means writing to this tensor will result in undefined behavior. You may want to copy the array to protect its data or make it writable before converting it to a tensor. This type of warning will be suppressed for the rest of this program. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\torch\csrc\utils\tensor_numpy.cpp:205.) 2022-11-23T02:07:27.3963893Z return torch.as_tensor(tensor_like) 2022-11-23T02:07:27.3964217Z ok (0.037s) 2022-11-23T02:07:27.3964548Z test_params_constraints (__main__.TestConstraints) ... ok (0.072s) 2022-11-23T02:07:27.3964954Z test_support_constraints (__main__.TestConstraints) ... ok (0.112s) 2022-11-23T02:07:27.3965384Z test_bernoulli_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.005s) 2022-11-23T02:07:27.3965866Z test_bernoulli_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.005s) 2022-11-23T02:07:27.3966332Z test_beta_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.005s) 2022-11-23T02:07:27.3966789Z test_beta_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.004s) 2022-11-23T02:07:27.3967247Z test_binomial_shape (__main__.TestDistributionShapes) ... ok (0.004s) 2022-11-23T02:07:27.3967599Z test_binomial_shape_vectorized_n (__main__.TestDistributionShapes) ... ok (0.004s) 2022-11-23T02:07:27.3968026Z test_categorical_shape (__main__.TestDistributionShapes) ... ok (0.006s) 2022-11-23T02:07:27.3968411Z test_cauchy_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.004s) 2022-11-23T02:07:27.3968757Z test_cauchy_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-11-23T02:07:27.3969097Z test_chi2_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-11-23T02:07:27.3969431Z test_chi2_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.007s) 2022-11-23T02:07:27.3969789Z test_continuous_bernoulli_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.004s) 2022-11-23T02:07:27.3970161Z test_continuous_bernoulli_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.005s) 2022-11-23T02:07:27.3970494Z test_dirichlet_shape (__main__.TestDistributionShapes) ... ok (0.004s) 2022-11-23T02:07:27.3970810Z test_entropy_shape (__main__.TestDistributionShapes) ... ok (0.032s) 2022-11-23T02:07:27.3971150Z test_exponential_shape_scalar_param (__main__.TestDistributionShapes) ... ok (0.000s) 2022-11-23T02:07:27.3971507Z test_exponential_shape_tensor_param (__main__.TestDistributionShapes) ... ok (0.000s) 2022-11-23T02:07:27.3971854Z test_gamma_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.010s) 2022-11-23T02:07:27.3972192Z test_gamma_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.000s) 2022-11-23T02:07:27.3972529Z test_geometric_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.000s) 2022-11-23T02:07:27.3972876Z test_geometric_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.000s) 2022-11-23T02:07:27.3973223Z test_gumbel_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.010s) 2022-11-23T02:07:27.3973572Z test_halfcauchy_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.000s) 2022-11-23T02:07:27.3973924Z test_halfcauchy_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.000s) 2022-11-23T02:07:27.3974280Z test_kumaraswamy_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.011s) 2022-11-23T02:07:27.3974632Z test_laplace_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-11-23T02:07:27.3974963Z test_laplace_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-11-23T02:07:27.3975365Z test_mixture_same_family_shape (__main__.TestDistributionShapes) ... ok (0.003s) 2022-11-23T02:07:27.3975695Z test_multinomial_shape (__main__.TestDistributionShapes) ... ok (0.003s) 2022-11-23T02:07:27.3976025Z test_normal_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-11-23T02:07:27.3976367Z test_normal_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-11-23T02:07:27.3976704Z test_one_hot_categorical_shape (__main__.TestDistributionShapes) ... ok (0.008s) 2022-11-23T02:07:27.3977034Z test_pareto_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.004s) 2022-11-23T02:07:27.3977379Z test_studentT_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-11-23T02:07:27.3977723Z test_studentT_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.004s) 2022-11-23T02:07:27.3978063Z test_uniform_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-11-23T02:07:27.3978407Z test_uniform_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.000s) 2022-11-23T02:07:27.3978750Z test_vonmises_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.006s) 2022-11-23T02:07:27.3979088Z test_vonmises_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.000s) 2022-11-23T02:07:27.3979408Z test_weibull_scale_scalar_params (__main__.TestDistributionShapes) ... ok (0.011s) 2022-11-23T02:07:27.3979747Z test_wishart_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.005s) 2022-11-23T02:07:27.3980193Z test_wishart_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.007s) 2022-11-23T02:07:27.3980530Z test_argmax_relaxed_categorical (__main__.TestDistributions) ... ok (0.026s) 2022-11-23T02:07:27.3980872Z test_bernoulli (__main__.TestDistributions) ... ok (0.116s) 2022-11-23T02:07:27.3981159Z test_bernoulli_3d (__main__.TestDistributions) ... ok (0.003s) 2022-11-23T02:07:27.3981452Z test_bernoulli_enumerate_support (__main__.TestDistributions) ... ok (0.000s) 2022-11-23T02:07:27.3981760Z test_beta_log_prob (__main__.TestDistributions) ... ok (0.087s) 2022-11-23T02:07:27.3982043Z test_beta_sample (__main__.TestDistributions) ... ok (0.346s) 2022-11-23T02:07:27.3982326Z test_beta_shape (__main__.TestDistributions) ... ok (0.003s) 2022-11-23T02:07:27.3982610Z test_beta_underflow (__main__.TestDistributions) ... ok (0.028s) 2022-11-23T02:07:27.3982932Z test_beta_underflow_gpu (__main__.TestDistributions) ... skip: CUDA not found (0.000s) 2022-11-23T02:07:27.3983226Z test_binomial (__main__.TestDistributions) ... ok (0.041s) 2022-11-23T02:07:27.3983530Z test_binomial_enumerate_support (__main__.TestDistributions) ... ok (0.004s) 2022-11-23T02:07:27.3983844Z test_binomial_extreme_vals (__main__.TestDistributions) ... ok (0.006s) 2022-11-23T02:07:27.3984164Z test_binomial_log_prob_and_entropy (__main__.TestDistributions) ... ok (0.083s) 2022-11-23T02:07:27.3984497Z test_binomial_log_prob_vectorized_count (__main__.TestDistributions) ... ok (0.000s) 2022-11-23T02:07:27.3984817Z test_binomial_sample (__main__.TestDistributions) ... ok (0.062s) 2022-11-23T02:07:27.3985097Z test_binomial_stable (__main__.TestDistributions) ... ok (0.004s) 2022-11-23T02:07:27.3985400Z test_binomial_vectorized_count (__main__.TestDistributions) ... ok (0.068s) 2022-11-23T02:07:27.3985798Z test_categorical_1d (__main__.TestDistributions) ... ok (0.000s) 2022-11-23T02:07:27.3986118Z test_categorical_2d (__main__.TestDistributions) ... ok (0.020s) 2022-11-23T02:07:27.3986473Z test_categorical_enumerate_support (__main__.TestDistributions) ... ok (0.003s) 2022-11-23T02:07:27.3986777Z test_cauchy (__main__.TestDistributions) ... ok (0.018s) 2022-11-23T02:07:27.3987246Z test_cdf_icdf_inverse (__main__.TestDistributions) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\wishart.py:253: UserWarning: Singular sample detected. 2022-11-23T02:07:27.3987680Z warnings.warn("Singular sample detected.") 2022-11-23T02:07:27.3987951Z ok (0.269s) 2022-11-23T02:07:27.3988181Z test_cdf_log_prob (__main__.TestDistributions) ... ok (0.103s) 2022-11-23T02:07:27.3988453Z test_chi2_sample (__main__.TestDistributions) ... ok (0.110s) 2022-11-23T02:07:27.3988732Z test_chi2_shape (__main__.TestDistributions) ... ok (0.006s) 2022-11-23T02:07:27.3989027Z test_continuous_bernoulli (__main__.TestDistributions) ... ok (0.016s) 2022-11-23T02:07:27.3989340Z test_continuous_bernoulli_3d (__main__.TestDistributions) ... ok (0.002s) 2022-11-23T02:07:27.3989650Z test_dirichlet_log_prob (__main__.TestDistributions) ... ok (0.004s) 2022-11-23T02:07:27.3989949Z test_dirichlet_mode (__main__.TestDistributions) ... ok (0.002s) 2022-11-23T02:07:27.3990231Z test_dirichlet_sample (__main__.TestDistributions) ... ok (0.145s) 2022-11-23T02:07:27.3990526Z test_dirichlet_shape (__main__.TestDistributions) ... ok (0.003s) 2022-11-23T02:07:27.3991001Z test_distribution_expand (__main__.TestDistributions) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\wishart.py:253: UserWarning: Singular sample detected. 2022-11-23T02:07:27.3991440Z warnings.warn("Singular sample detected.") 2022-11-23T02:07:27.3991651Z ok (0.729s) 2022-11-23T02:07:27.3991951Z test_distribution_subclass_expand (__main__.TestDistributions) ... ok (0.169s) 2022-11-23T02:07:27.3992294Z test_enumerate_support_type (__main__.TestDistributions) ... ok (0.032s) 2022-11-23T02:07:27.3992605Z test_exponential (__main__.TestDistributions) ... ok (0.011s) 2022-11-23T02:07:27.3992961Z test_exponential_sample (__main__.TestDistributions) ... ok (0.105s) 2022-11-23T02:07:27.3993263Z test_fishersnedecor (__main__.TestDistributions) ... ok (0.006s) 2022-11-23T02:07:27.3993573Z test_fishersnedecor_sample (__main__.TestDistributions) ... ok (0.934s) 2022-11-23T02:07:27.3993899Z test_gamma_gpu_sample (__main__.TestDistributions) ... skip: CUDA not found (0.001s) 2022-11-23T02:07:27.3994227Z test_gamma_gpu_shape (__main__.TestDistributions) ... skip: CUDA not found (0.002s) 2022-11-23T02:07:27.3994550Z test_gamma_log_prob_at_boundary (__main__.TestDistributions) ... ok (0.003s) 2022-11-23T02:07:27.3994850Z test_gamma_sample (__main__.TestDistributions) ... ok (0.309s) 2022-11-23T02:07:27.3995138Z test_gamma_shape (__main__.TestDistributions) ... ok (0.006s) 2022-11-23T02:07:27.3995416Z test_geometric (__main__.TestDistributions) ... ok (0.008s) 2022-11-23T02:07:27.3995732Z test_geometric_log_prob_and_entropy (__main__.TestDistributions) ... ok (0.013s) 2022-11-23T02:07:27.3996038Z test_geometric_sample (__main__.TestDistributions) ... ok (0.000s) 2022-11-23T02:07:27.3996325Z test_gumbel (__main__.TestDistributions) ... ok (0.018s) 2022-11-23T02:07:27.3996599Z test_gumbel_sample (__main__.TestDistributions) ... ok (0.677s) 2022-11-23T02:07:27.3996884Z test_halfcauchy (__main__.TestDistributions) ... ok (0.012s) 2022-11-23T02:07:27.3997167Z test_halfnormal (__main__.TestDistributions) ... ok (0.006s) 2022-11-23T02:07:27.3997463Z test_halfnormal_logprob (__main__.TestDistributions) ... ok (0.013s) 2022-11-23T02:07:27.3997798Z test_halfnormal_sample (__main__.TestDistributions) ... ok (0.179s) 2022-11-23T02:07:27.3998131Z test_has_examples (__main__.TestDistributions) ... ok (0.002s) 2022-11-23T02:07:27.3998612Z test_independent_expand (__main__.TestDistributions) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\wishart.py:253: UserWarning: Singular sample detected. 2022-11-23T02:07:27.3999056Z warnings.warn("Singular sample detected.") 2022-11-23T02:07:27.3999273Z ok (0.865s) 2022-11-23T02:07:27.3999513Z test_independent_shape (__main__.TestDistributions) ... ok (0.341s) 2022-11-23T02:07:27.3999839Z test_invalid_parameter_broadcasting (__main__.TestDistributions) ... ok (0.613s) 2022-11-23T02:07:27.4000154Z test_kumaraswamy_mean_variance (__main__.TestDistributions) ... ok (0.035s) 2022-11-23T02:07:27.4000522Z test_kumaraswamy_shape (__main__.TestDistributions) ... ok (0.004s) 2022-11-23T02:07:27.4000814Z test_laplace (__main__.TestDistributions) ... ok (0.023s) 2022-11-23T02:07:27.4001098Z test_laplace_sample (__main__.TestDistributions) ... ok (0.346s) 2022-11-23T02:07:27.4001400Z test_lazy_property_grad (__main__.TestDistributions) ... ok (0.003s) 2022-11-23T02:07:27.4001706Z test_lkj_cholesky_log_prob (__main__.TestDistributions) ... ok (0.013s) 2022-11-23T02:07:27.4002080Z test_logisticnormal (__main__.TestDistributions) ... ok (0.032s) 2022-11-23T02:07:27.4002397Z test_logisticnormal_logprob (__main__.TestDistributions) ... ok (0.003s) 2022-11-23T02:07:27.4002716Z test_logisticnormal_sample (__main__.TestDistributions) ... ok (1.088s) 2022-11-23T02:07:27.4003015Z test_lognormal (__main__.TestDistributions) ... ok (0.016s) 2022-11-23T02:07:27.4003310Z test_lognormal_logprob (__main__.TestDistributions) ... ok (0.010s) 2022-11-23T02:07:27.4003655Z test_lognormal_sample (__main__.TestDistributions) ... ok (0.332s) 2022-11-23T02:07:27.4003974Z test_lowrank_multivariate_normal_log_prob (__main__.TestDistributions) ... ok (0.006s) 2022-11-23T02:07:27.4004362Z test_lowrank_multivariate_normal_moments (__main__.TestDistributions) ... ok (0.030s) 2022-11-23T02:07:27.4004712Z test_lowrank_multivariate_normal_properties (__main__.TestDistributions) ... ok (0.010s) 2022-11-23T02:07:27.4005062Z test_lowrank_multivariate_normal_sample (__main__.TestDistributions) ... ok (0.149s) 2022-11-23T02:07:27.4005406Z test_lowrank_multivariate_normal_shape (__main__.TestDistributions) ... ok (0.080s) 2022-11-23T02:07:27.4005789Z test_mixture_same_family_log_prob (__main__.TestDistributions) ... ok (0.011s) 2022-11-23T02:07:27.4006096Z test_mixture_same_family_sample (__main__.TestDistributions) ... ok (0.079s) 2022-11-23T02:07:27.4006416Z test_mixture_same_family_shape (__main__.TestDistributions) ... ok (0.012s) 2022-11-23T02:07:27.4006885Z test_mode (__main__.TestDistributions) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\wishart.py:253: UserWarning: Singular sample detected. 2022-11-23T02:07:27.4007308Z warnings.warn("Singular sample detected.") 2022-11-23T02:07:27.4007516Z ok (0.134s) 2022-11-23T02:07:27.4007751Z test_multinomial_1d (__main__.TestDistributions) ... ok (0.015s) 2022-11-23T02:07:27.4008056Z test_multinomial_1d_log_prob_and_entropy (__main__.TestDistributions) ... ok (0.008s) 2022-11-23T02:07:27.4008369Z test_multinomial_2d (__main__.TestDistributions) ... ok (0.014s) 2022-11-23T02:07:27.4008681Z test_multivariate_normal_log_prob (__main__.TestDistributions) ... ok (0.006s) 2022-11-23T02:07:27.4009008Z test_multivariate_normal_moments (__main__.TestDistributions) ... ok (0.020s) 2022-11-23T02:07:27.4009340Z test_multivariate_normal_properties (__main__.TestDistributions) ... ok (0.010s) 2022-11-23T02:07:27.4009671Z test_multivariate_normal_sample (__main__.TestDistributions) ... ok (0.131s) 2022-11-23T02:07:27.4010034Z test_multivariate_normal_shape (__main__.TestDistributions) ... ok (0.099s) 2022-11-23T02:07:27.4010411Z test_multivariate_normal_stable_with_precision_matrix (__main__.TestDistributions) ... ok (0.003s) 2022-11-23T02:07:27.4010747Z test_negative_binomial (__main__.TestDistributions) ... ok (0.027s) 2022-11-23T02:07:27.4011057Z test_negative_binomial_log_prob (__main__.TestDistributions) ... ok (0.072s) 2022-11-23T02:07:27.4011400Z test_negative_binomial_log_prob_vectorized_count (__main__.TestDistributions) ... ok (0.005s) 2022-11-23T02:07:27.4011722Z test_normal (__main__.TestDistributions) ... ok (0.019s) 2022-11-23T02:07:27.4012008Z test_normal_sample (__main__.TestDistributions) ... ok (0.324s) 2022-11-23T02:07:27.4012297Z test_one_hot_categorical_1d (__main__.TestDistributions) ... ok (0.005s) 2022-11-23T02:07:27.4012606Z test_one_hot_categorical_2d (__main__.TestDistributions) ... ok (0.006s) 2022-11-23T02:07:27.4012938Z test_one_hot_categorical_enumerate_support (__main__.TestDistributions) ... ok (0.000s) 2022-11-23T02:07:27.4013309Z test_pareto (__main__.TestDistributions) ... ok (0.017s) 2022-11-23T02:07:27.4013592Z test_pareto_sample (__main__.TestDistributions) ... ok (0.351s) 2022-11-23T02:07:27.4013890Z test_poisson_forward_ad (__main__.TestDistributions) ... ok (0.001s) 2022-11-23T02:07:27.4014204Z test_poisson_gpu_sample (__main__.TestDistributions) ... skip: CUDA not found (0.001s) 2022-11-23T02:07:27.4014528Z test_poisson_log_prob (__main__.TestDistributions) ... ok (0.009s) 2022-11-23T02:07:27.4014819Z test_poisson_sample (__main__.TestDistributions) ... ok (0.007s) 2022-11-23T02:07:27.4015111Z test_poisson_shape (__main__.TestDistributions) ... ok (0.003s) 2022-11-23T02:07:27.4015409Z test_relaxed_bernoulli (__main__.TestDistributions) ... ok (0.017s) 2022-11-23T02:07:27.4015767Z test_relaxed_one_hot_categorical_1d (__main__.TestDistributions) ... ok (0.006s) 2022-11-23T02:07:27.4016086Z test_relaxed_one_hot_categorical_2d (__main__.TestDistributions) ... ok (0.024s) 2022-11-23T02:07:27.4016431Z test_repr (__main__.TestDistributions) ... ok (0.021s) 2022-11-23T02:07:27.4016728Z test_rounded_relaxed_bernoulli (__main__.TestDistributions) ... ok (0.026s) 2022-11-23T02:07:27.4017221Z test_rsample_requires_grad (__main__.TestDistributions) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\wishart.py:253: UserWarning: Singular sample detected. 2022-11-23T02:07:27.4017655Z warnings.warn("Singular sample detected.") 2022-11-23T02:07:27.4017872Z ok (0.026s) 2022-11-23T02:07:27.4018162Z test_sample_detached (__main__.TestDistributions) ... ok (0.027s) 2022-11-23T02:07:27.4018436Z test_studentT (__main__.TestDistributions) ... ok (0.008s) 2022-11-23T02:07:27.4018721Z test_studentT_log_prob (__main__.TestDistributions) ... ok (0.101s) 2022-11-23T02:07:27.4019019Z test_studentT_sample (__main__.TestDistributions) ... ok (1.315s) 2022-11-23T02:07:27.4019323Z test_support_attributes (__main__.TestDistributions) ... ok (0.034s) 2022-11-23T02:07:27.4019615Z test_uniform (__main__.TestDistributions) ... ok (0.020s) 2022-11-23T02:07:27.4019918Z test_valid_parameter_broadcasting (__main__.TestDistributions) ... ok (0.043s) 2022-11-23T02:07:27.4020220Z test_vonmises_logprob (__main__.TestDistributions) ... ok (0.013s) 2022-11-23T02:07:27.4020516Z test_vonmises_sample (__main__.TestDistributions) ... ok (8.334s) 2022-11-23T02:07:27.4020996Z test_wishart_log_prob (__main__.TestDistributions) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\wishart.py:253: UserWarning: Singular sample detected. 2022-11-23T02:07:27.4021427Z warnings.warn("Singular sample detected.") 2022-11-23T02:07:27.4021637Z ok (0.088s) 2022-11-23T02:07:27.4022153Z test_wishart_moments (__main__.TestDistributions) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\wishart.py:107: UserWarning: Low df values detected. Singular samples are highly likely to occur for ndim - 1 < df < ndim. 2022-11-23T02:07:27.4022764Z warnings.warn("Low df values detected. Singular samples are highly likely to occur for ndim - 1 < df < ndim.") 2022-11-23T02:07:27.4023041Z ok (1.582s) 2022-11-23T02:07:27.4023271Z test_wishart_properties (__main__.TestDistributions) ... ok (0.004s) 2022-11-23T02:07:27.4023574Z test_wishart_sample (__main__.TestDistributions) ... ok (0.331s) 2022-11-23T02:07:27.4024043Z test_wishart_shape (__main__.TestDistributions) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\wishart.py:253: UserWarning: Singular sample detected. 2022-11-23T02:07:27.4024472Z warnings.warn("Singular sample detected.") 2022-11-23T02:07:27.4024906Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\wishart.py:253: UserWarning: Singular sample detected. 2022-11-23T02:07:27.4025350Z warnings.warn("Singular sample detected.") 2022-11-23T02:07:27.4025788Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\wishart.py:253: UserWarning: Singular sample detected. 2022-11-23T02:07:27.4026239Z warnings.warn("Singular sample detected.") 2022-11-23T02:07:27.4026634Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\wishart.py:253: UserWarning: Singular sample detected. 2022-11-23T02:07:27.4027093Z warnings.warn("Singular sample detected.") 2022-11-23T02:07:27.4027689Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\wishart.py:253: UserWarning: Singular sample detected. 2022-11-23T02:07:27.4028302Z warnings.warn("Singular sample detected.") 2022-11-23T02:07:27.4028900Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\wishart.py:253: UserWarning: Singular sample detected. 2022-11-23T02:07:27.4029420Z warnings.warn("Singular sample detected.") 2022-11-23T02:07:27.4029747Z ok (0.180s) 2022-11-23T02:07:27.4030158Z test_wishart_stable_with_precision_matrix (__main__.TestDistributions) ... ok (0.000s) 2022-11-23T02:07:27.4030668Z test_zero_excluded_binomial (__main__.TestDistributions) ... skip: CUDA not found (0.000s) 2022-11-23T02:07:27.4031076Z test_cat_event_dim (__main__.TestFunctors) ... ok (0.000s) 2022-11-23T02:07:27.4031490Z test_cat_transform (__main__.TestFunctors) ... ok (0.010s) 2022-11-23T02:07:27.4031882Z test_cat_transform_non_uniform (__main__.TestFunctors) ... ok (0.000s) 2022-11-23T02:07:27.4032174Z test_stack_transform (__main__.TestFunctors) ... ok (0.010s) 2022-11-23T02:07:27.4033014Z test_cdf (__main__.TestJit) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\wishart.py:253: UserWarning: Singular sample detected. 2022-11-23T02:07:27.4033645Z warnings.warn("Singular sample detected.") 2022-11-23T02:07:27.4034010Z ok (0.972s) 2022-11-23T02:07:27.4034759Z test_entropy (__main__.TestJit) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\wishart.py:107: UserWarning: Low df values detected. Singular samples are highly likely to occur for ndim - 1 < df < ndim. 2022-11-23T02:07:27.4035706Z warnings.warn("Low df values detected. Singular samples are highly likely to occur for ndim - 1 < df < ndim.") 2022-11-23T02:07:27.4036136Z ok (1.102s) 2022-11-23T02:07:27.4036506Z test_enumerate_support (__main__.TestJit) ... ok (0.435s) 2022-11-23T02:07:27.4036971Z test_log_prob (__main__.TestJit) ... ok (2.274s) 2022-11-23T02:07:27.4037352Z test_mean (__main__.TestJit) ... ok (0.993s) 2022-11-23T02:07:27.4037714Z test_rsample (__main__.TestJit) ... ok (0.582s) 2022-11-23T02:07:27.4038065Z test_sample (__main__.TestJit) ... ok (0.803s) 2022-11-23T02:07:27.4038421Z test_variance (__main__.TestJit) ... ok (1.283s) 2022-11-23T02:07:27.4038694Z test_entropy_exponential_family (__main__.TestKL) ... ok (0.035s) 2022-11-23T02:07:27.4038980Z test_entropy_monte_carlo (__main__.TestKL) ... ok (3.624s) 2022-11-23T02:07:27.4039238Z test_kl_edgecases (__main__.TestKL) ... ok (0.010s) 2022-11-23T02:07:27.4039506Z test_kl_exponential_family (__main__.TestKL) ... ok (0.043s) 2022-11-23T02:07:27.4039751Z test_kl_infinite (__main__.TestKL) ... ok (0.025s) 2022-11-23T02:07:27.4040022Z test_kl_lowrank_multivariate_normal (__main__.TestKL) ... ok (0.036s) 2022-11-23T02:07:27.4040327Z test_kl_lowrank_multivariate_normal_batched (__main__.TestKL) ... ok (0.028s) 2022-11-23T02:07:27.4040655Z test_kl_monte_carlo (__main__.TestKL) ... ok (1.213s) 2022-11-23T02:07:27.4040920Z test_kl_multivariate_normal (__main__.TestKL) ... ok (0.034s) 2022-11-23T02:07:27.4041243Z test_kl_multivariate_normal_batched (__main__.TestKL) ... ok (0.024s) 2022-11-23T02:07:27.4041539Z test_kl_multivariate_normal_batched_broadcasted (__main__.TestKL) ... ok (0.020s) 2022-11-23T02:07:27.4041889Z test_kl_shape (__main__.TestKL) ... ok (0.060s) 2022-11-23T02:07:27.4042143Z test_kl_transformed (__main__.TestKL) ... ok (0.021s) 2022-11-23T02:07:27.4042573Z test_lazy_logits_initialization (__main__.TestLazyLogitsInitialization) ... ok (0.007s) 2022-11-23T02:07:27.4042942Z test_lazy_probs_initialization (__main__.TestLazyLogitsInitialization) ... ok (0.004s) 2022-11-23T02:07:27.4043293Z test_bernoulli_gradient (__main__.TestNumericalStability) ... ok (0.022s) 2022-11-23T02:07:27.4043615Z test_bernoulli_with_logits_overflow (__main__.TestNumericalStability) ... ok (0.004s) 2022-11-23T02:07:27.4043968Z test_bernoulli_with_logits_underflow (__main__.TestNumericalStability) ... ok (0.005s) 2022-11-23T02:07:27.4044311Z test_categorical_log_prob (__main__.TestNumericalStability) ... ok (0.004s) 2022-11-23T02:07:27.4044658Z test_categorical_log_prob_with_logits (__main__.TestNumericalStability) ... ok (0.004s) 2022-11-23T02:07:27.4045008Z test_continuous_bernoulli_gradient (__main__.TestNumericalStability) ... ok (0.041s) 2022-11-23T02:07:27.4045373Z test_continuous_bernoulli_with_logits_overflow (__main__.TestNumericalStability) ... ok (0.005s) 2022-11-23T02:07:27.4045752Z test_continuous_bernoulli_with_logits_underflow (__main__.TestNumericalStability) ... ok (0.005s) 2022-11-23T02:07:27.4046090Z test_multinomial_log_prob (__main__.TestNumericalStability) ... ok (0.003s) 2022-11-23T02:07:27.4046428Z test_multinomial_log_prob_with_logits (__main__.TestNumericalStability) ... ok (0.003s) 2022-11-23T02:07:27.4046782Z test_beta_wrt_alpha (__main__.TestRsample) ... ok (0.050s) 2022-11-23T02:07:27.4047076Z test_beta_wrt_beta (__main__.TestRsample) ... ok (0.057s) 2022-11-23T02:07:27.4047415Z test_chi2 (__main__.TestRsample) ... ok (0.019s) 2022-11-23T02:07:27.4047870Z test_dirichlet_multivariate (__main__.TestRsample) ... ok (0.621s) 2022-11-23T02:07:27.4048315Z test_dirichlet_on_diagonal (__main__.TestRsample) ... ok (0.055s) 2022-11-23T02:07:27.4048799Z test_dirichlet_tangent_field (__main__.TestRsample) ... ok (0.115s) 2022-11-23T02:07:27.4049206Z test_gamma (__main__.TestRsample) ... ok (0.041s) 2022-11-23T02:07:27.4049621Z test_invalid (__main__.TestValidation) ... ok (0.027s) 2022-11-23T02:07:27.4050058Z test_invalid_log_probs_arg (__main__.TestValidation) ... ok (0.376s) 2022-11-23T02:07:27.4050337Z test_valid (__main__.TestValidation) ... ok (0.015s) 2022-11-23T02:07:27.4050622Z test_warning_unimplemented_constraints (__main__.TestValidation) ... ok (0.016s) 2022-11-23T02:07:27.4050810Z 2022-11-23T02:07:27.4050962Z ---------------------------------------------------------------------- 2022-11-23T02:07:27.4051209Z Ran 219 tests in 39.500s 2022-11-23T02:07:27.4051330Z 2022-11-23T02:07:27.4051411Z OK (skipped=5) 2022-11-23T02:07:27.4051518Z 2022-11-23T02:07:27.4051614Z Generating XML reports... 2022-11-23T02:07:27.4052005Z Generated XML report: test-reports\python-unittest\distributions.test_distributions\TEST-TestAgainstScipy-20221123020647.xml 2022-11-23T02:07:27.4052529Z Generated XML report: test-reports\python-unittest\distributions.test_distributions\TEST-TestConstraints-20221123020647.xml 2022-11-23T02:07:27.4053239Z Generated XML report: test-reports\python-unittest\distributions.test_distributions\TEST-TestDistributionShapes-20221123020647.xml 2022-11-23T02:07:27.4053844Z Generated XML report: test-reports\python-unittest\distributions.test_distributions\TEST-TestDistributions-20221123020647.xml 2022-11-23T02:07:27.4054481Z Generated XML report: test-reports\python-unittest\distributions.test_distributions\TEST-TestFunctors-20221123020647.xml 2022-11-23T02:07:27.4055059Z Generated XML report: test-reports\python-unittest\distributions.test_distributions\TEST-TestJit-20221123020647.xml 2022-11-23T02:07:27.4055555Z Generated XML report: test-reports\python-unittest\distributions.test_distributions\TEST-TestKL-20221123020647.xml 2022-11-23T02:07:27.4056134Z Generated XML report: test-reports\python-unittest\distributions.test_distributions\TEST-TestLazyLogitsInitialization-20221123020647.xml 2022-11-23T02:07:27.4056739Z Generated XML report: test-reports\python-unittest\distributions.test_distributions\TEST-TestNumericalStability-20221123020647.xml 2022-11-23T02:07:27.4057351Z Generated XML report: test-reports\python-unittest\distributions.test_distributions\TEST-TestRsample-20221123020647.xml 2022-11-23T02:07:27.4057845Z Generated XML report: test-reports\python-unittest\distributions.test_distributions\TEST-TestValidation-20221123020647.xml 2022-11-23T02:07:27.4058106Z 2022-11-23T02:07:27.4058470Z ##[endgroup] 2022-11-23T02:07:27.4058915Z FINISHED PRINTING LOG FILE of distributions/test_distributions (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\distributions-test_distributions_fjx263lj) 2022-11-23T02:07:27.4059229Z 2022-11-23T02:07:27.4059410Z Running inductor/test_torchinductor_opinfo ... [2022-11-23 02:07:27.387927] 2022-11-23T02:07:29.8952062Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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.8952859Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:07:29.8953198Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:07:29.9263505Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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.9264219Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:07:29.9264563Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:07:30.0542561Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_torchinductor_opinfo.py', '-v', '--use-pytest', '-vv', '-rfEX', '-x', '--reruns=2', '--shard-id=0', '--num-shards=2', '-k=not _linalg_cholesky_', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:07:30.044271] 2022-11-23T02:07:30.0543390Z Ignoring disabled issues: [] 2022-11-23T02:07:30.0922453Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_torchinductor_opinfo.py', '-v', '--use-pytest', '-vv', '-rfEX', '-x', '--reruns=2', '--shard-id=1', '--num-shards=2', '-k=not _linalg_cholesky_', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:07:30.091977] 2022-11-23T02:07:30.0923765Z Ignoring disabled issues: [] 2022-11-23T02:07:34.5239482Z 2022-11-23T02:07:34.5240110Z Expand the folded group to see the log file of inductor/test_torchinductor_opinfo 2022-11-23T02:07:34.5240919Z ##[group]PRINTING LOG FILE of inductor/test_torchinductor_opinfo (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\inductor-test_torchinductor_opinfo_zdiss8p3) 2022-11-23T02:07:34.5241797Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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.5242505Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:07:34.5242836Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:07:34.5243174Z : No module named 'filelock' 2022-11-23T02:07:34.5243481Z : requires sympy/functorch/filelock 2022-11-23T02:07:34.5243659Z 2022-11-23T02:07:34.5243862Z ##[endgroup] 2022-11-23T02:07:34.5244438Z FINISHED PRINTING LOG FILE of inductor/test_torchinductor_opinfo (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\inductor-test_torchinductor_opinfo_zdiss8p3) 2022-11-23T02:07:34.5244740Z 2022-11-23T02:07:34.5996095Z 2022-11-23T02:07:34.5996540Z Expand the folded group to see the log file of inductor/test_torchinductor_opinfo 2022-11-23T02:07:34.5997353Z ##[group]PRINTING LOG FILE of inductor/test_torchinductor_opinfo (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\inductor-test_torchinductor_opinfo_l2m3btv2) 2022-11-23T02:07:34.5998221Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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.5998876Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:07:34.5999209Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:07:34.5999543Z : No module named 'filelock' 2022-11-23T02:07:34.5999848Z : requires sympy/functorch/filelock 2022-11-23T02:07:34.6000015Z 2022-11-23T02:07:34.6000226Z ##[endgroup] 2022-11-23T02:07:34.6000617Z FINISHED PRINTING LOG FILE of inductor/test_torchinductor_opinfo (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\inductor-test_torchinductor_opinfo_l2m3btv2) 2022-11-23T02:07:34.6001085Z 2022-11-23T02:07:34.9782647Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_torchinductor_opinfo.py', '-v', '--use-pytest', '-vv', '-rfEX', '-x', '--reruns=2', '-k=_linalg_cholesky_', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:07:34.976453] 2022-11-23T02:07:39.2779782Z 2022-11-23T02:07:39.2780408Z Expand the folded group to see the log file of inductor/test_torchinductor_opinfo 2022-11-23T02:07:39.2781324Z ##[group]PRINTING LOG FILE of inductor/test_torchinductor_opinfo (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\inductor-test_torchinductor_opinfo__svjgzgr) 2022-11-23T02:07:39.2782197Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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.2782850Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:07:39.2783178Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:07:39.2783499Z : No module named 'filelock' 2022-11-23T02:07:39.2783807Z : requires sympy/functorch/filelock 2022-11-23T02:07:39.2783984Z 2022-11-23T02:07:39.2784200Z ##[endgroup] 2022-11-23T02:07:39.2784596Z FINISHED PRINTING LOG FILE of inductor/test_torchinductor_opinfo (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\inductor-test_torchinductor_opinfo__svjgzgr) 2022-11-23T02:07:39.2784897Z 2022-11-23T02:07:39.2787948Z Running nn/test_pooling ... [2022-11-23 02:07:39.277959] 2022-11-23T02:07:39.2793212Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'nn/test_pooling.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:07:39.277959] 2022-11-23T02:07:43.5905975Z 2022-11-23T02:07:43.5906669Z Expand the folded group to see the log file of nn/test_pooling 2022-11-23T02:07:43.5907511Z ##[group]PRINTING LOG FILE of nn/test_pooling (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\nn-test_pooling_ahtrd7rc) 2022-11-23T02:07:43.5908345Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:43.5909184Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:07:43.5909331Z 2022-11-23T02:07:43.5909406Z Running tests... 2022-11-23T02:07:43.5909649Z ---------------------------------------------------------------------- 2022-11-23T02:07:43.5910042Z Test results will be stored in test-reports\python-unittest\nn.test_pooling 2022-11-23T02:07:43.5910370Z test_avg_pool1d_ceil_mode (__main__.TestAvgPool) ... ok (0.009s) 2022-11-23T02:07:43.5910702Z test_avg_pool2d_ceil_mode (__main__.TestAvgPool) ... ok (0.002s) 2022-11-23T02:07:43.5910985Z test_avg_pool3d_ceil_mode (__main__.TestAvgPool) ... ok (0.002s) 2022-11-23T02:07:43.5911262Z test_doubletensor_avg_pool2d (__main__.TestAvgPool) ... ok (0.010s) 2022-11-23T02:07:43.5911577Z test_doubletensor_avg_pool2d_with_divisor (__main__.TestAvgPool) ... ok (0.007s) 2022-11-23T02:07:43.5911886Z test_doubletensor_avg_pool3d (__main__.TestAvgPool) ... ok (0.069s) 2022-11-23T02:07:43.5912194Z test_doubletensor_avg_pool3d_with_divisor (__main__.TestAvgPool) ... ok (0.251s) 2022-11-23T02:07:43.5912505Z test_MaxUnpool2d_output_size (__main__.TestPoolingNN) ... ok (0.639s) 2022-11-23T02:07:43.5912806Z test_adaptive_pooling_avg_nhwc (__main__.TestPoolingNN) ... ok (0.005s) 2022-11-23T02:07:43.5913259Z test_adaptive_pooling_avg_nhwc_launch_config_backward (__main__.TestPoolingNN) ... skip: CUDA unavailable (0.002s) 2022-11-23T02:07:43.5913654Z test_adaptive_pooling_avg_nhwc_launch_config_forward (__main__.TestPoolingNN) ... skip: CUDA unavailable (0.002s) 2022-11-23T02:07:43.5914023Z test_adaptive_pooling_avg_nhwc_non_contiguous (__main__.TestPoolingNN) ... ok (0.004s) 2022-11-23T02:07:43.5914350Z test_adaptive_pooling_bfloat16 (__main__.TestPoolingNN) ... ok (0.010s) 2022-11-23T02:07:43.5914661Z test_adaptive_pooling_input_size (__main__.TestPoolingNN) ... ok (0.002s) 2022-11-23T02:07:43.5914972Z test_adaptive_pooling_size_none (__main__.TestPoolingNN) ... ok (0.003s) 2022-11-23T02:07:43.5915281Z test_adaptive_pooling_size_overflow (__main__.TestPoolingNN) ... ok (0.002s) 2022-11-23T02:07:43.5915556Z test_max_unpool (__main__.TestPoolingNN) ... ok (0.309s) 2022-11-23T02:07:43.5915871Z test_max_unpool2d_nhwc_cpu (__main__.TestPoolingNN) ... ok (0.000s) 2022-11-23T02:07:43.5916047Z 2022-11-23T02:07:43.5916197Z ---------------------------------------------------------------------- 2022-11-23T02:07:43.5916485Z Ran 18 tests in 1.328s 2022-11-23T02:07:43.5916600Z 2022-11-23T02:07:43.5916673Z OK (skipped=2) 2022-11-23T02:07:43.5916779Z 2022-11-23T02:07:43.5916867Z Generating XML reports... 2022-11-23T02:07:43.5917203Z Generated XML report: test-reports\python-unittest\nn.test_pooling\TEST-TestAvgPool-20221123020741.xml 2022-11-23T02:07:43.5917645Z Generated XML report: test-reports\python-unittest\nn.test_pooling\TEST-TestPoolingNN-20221123020741.xml 2022-11-23T02:07:43.5917888Z 2022-11-23T02:07:43.5918125Z ##[endgroup] 2022-11-23T02:07:43.5918473Z FINISHED PRINTING LOG FILE of nn/test_pooling (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\nn-test_pooling_ahtrd7rc) 2022-11-23T02:07:43.5918729Z 2022-11-23T02:07:43.5918844Z Running test_autograd ... [2022-11-23 02:07:43.591049] 2022-11-23T02:07:43.5919247Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_autograd.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:07:43.591635] 2022-11-23T02:08:11.5226732Z 2022-11-23T02:08:11.5227438Z Expand the folded group to see the log file of test_autograd 2022-11-23T02:08:11.5228183Z ##[group]PRINTING LOG FILE of test_autograd (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_autograd_g_9dgun9) 2022-11-23T02:08:11.5234574Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:11.5235284Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:08:11.5235438Z 2022-11-23T02:08:11.5235519Z Running tests... 2022-11-23T02:08:11.5237977Z ---------------------------------------------------------------------- 2022-11-23T02:08:11.5238323Z Test results will be stored in test-reports\python-unittest\test_autograd 2022-11-23T02:08:11.5238686Z test_backward_out_of_context (__main__.TestAllowMutationOnSaved) ... ok (0.000s) 2022-11-23T02:08:11.5239025Z test_basic (__main__.TestAllowMutationOnSaved) ... ok (0.627s) 2022-11-23T02:08:11.5239357Z test_disallow_nesting (__main__.TestAllowMutationOnSaved) ... ok (0.002s) 2022-11-23T02:08:11.5239703Z test_double_backward (__main__.TestAllowMutationOnSaved) ... ok (0.003s) 2022-11-23T02:08:11.5240058Z test_save_base_and_modify_view (__main__.TestAllowMutationOnSaved) ... ok (0.002s) 2022-11-23T02:08:11.5240407Z test_save_view_modify_base (__main__.TestAllowMutationOnSaved) ... ok (0.002s) 2022-11-23T02:08:11.5240727Z test_saved_but_not_anymore (__main__.TestAllowMutationOnSaved) ... ok (0.002s) 2022-11-23T02:08:11.5241228Z test_saved_same_tensor_different_versions (__main__.TestAllowMutationOnSaved) ... ok (0.003s) 2022-11-23T02:08:11.5241703Z test_saved_same_tensor_many_times (__main__.TestAllowMutationOnSaved) ... ok (0.000s) 2022-11-23T02:08:11.5242168Z test_views (__main__.TestAllowMutationOnSaved) ... ok (0.006s) 2022-11-23T02:08:11.5242656Z test_with_math_views (__main__.TestAllowMutationOnSaved) ... ok (0.000s) 2022-11-23T02:08:11.5243105Z test_with_out_variant (__main__.TestAllowMutationOnSaved) ... ok (0.000s) 2022-11-23T02:08:11.5243570Z test_access_saved_tensor_twice_without_recomputation_works (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:08:11.5244883Z test_accumulate_grad (__main__.TestAutograd) ... 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:08:11.5246228Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-11-23T02:08:11.5246603Z ok (0.010s) 2022-11-23T02:08:11.5246971Z test_accumulate_grad_tensor_reference (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:08:11.5247429Z test_accumulate_grad_with_zero_numel_grad (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:08:11.5248457Z test_anomaly_assign_parent_cleanup (__main__.TestAutograd) ... C:\actions-runner\_work\pytorch\pytorch\test\test_autograd.py:3823: UserWarning: Anomaly Detection has been enabled. This mode will increase the runtime and should only be enabled for debugging. 2022-11-23T02:08:11.5249107Z with detect_anomaly(): 2022-11-23T02:08:11.5249350Z ok (0.000s) 2022-11-23T02:08:11.5249688Z test_anomaly_detect_nan (__main__.TestAutograd) ... ok (0.010s) 2022-11-23T02:08:11.5250110Z test_anomaly_grad_warnings (__main__.TestAutograd) ... ok (0.011s) 2022-11-23T02:08:11.5250523Z test_anomaly_mode_no_check_nan (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T02:08:11.5250942Z test_attribute_deletion (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:08:11.5251252Z test_autograd_inplace_view_of_view (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T02:08:11.5251670Z test_autograd_inplace_views_creation_meta (__main__.TestAutograd) ... ok (0.033s) 2022-11-23T02:08:11.5252006Z test_autograd_inplace_views_cross_dtype (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:08:11.5252334Z test_autograd_multiple_views_python (__main__.TestAutograd) ... ok (0.006s) 2022-11-23T02:08:11.5252673Z test_autograd_python_custom_function_inplace (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:08:11.5253004Z test_autograd_simple_views_python (__main__.TestAutograd) ... ok (0.058s) 2022-11-23T02:08:11.5253318Z test_autograd_views_codegen (__main__.TestAutograd) ... ok (0.011s) 2022-11-23T02:08:11.5253585Z test_backward (__main__.TestAutograd) ... ok (0.004s) 2022-11-23T02:08:11.5253870Z test_backward_badcalls (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T02:08:11.5254157Z test_backward_copy (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:08:11.5254456Z test_backward_create_graph_warns (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:08:11.5254756Z test_backward_no_grad (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T02:08:11.5255080Z test_backward_twice_retained_graph_with_saved_values (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:08:11.5255425Z test_backward_twice_retained_graph_without_saved_values (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T02:08:11.5255768Z test_backward_twice_with_saved_values (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:08:11.5256098Z test_backward_twice_without_saved_values (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:08:11.5256478Z test_backward_with_inputs (__main__.TestAutograd) ... ok (0.005s) 2022-11-23T02:08:11.5256789Z test_backward_with_nonleaf_inputs (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T02:08:11.5257467Z test_calculate_shape_util (__main__.TestAutograd) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nested\__init__.py:58: UserWarning: The PyTorch API of nested tensors is in prototype stage and will change in the near future. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\NestedTensorImpl.cpp:179.) 2022-11-23T02:08:11.5258134Z return torch._nested_tensor_from_tensor_list(tensor_list, dtype, None, device, None) 2022-11-23T02:08:11.5258386Z ok (0.002s) 2022-11-23T02:08:11.5258612Z test_callback_adds_callback (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:08:11.5258915Z test_cant_create_saved_tensors (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:08:11.5259230Z test_checkpoint_valid_reset_on_error (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T02:08:11.5259605Z test_checkpointing (__main__.TestAutograd) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T02:08:11.5259973Z test_checkpointing_non_reentrant_autocast_cpu (__main__.TestAutograd) 2022-11-23T02:08:11.5260318Z Test that autocast args such as the dtype are preserved during non-reentrant ... ok (0.005s) 2022-11-23T02:08:11.5260645Z test_checkpointing_non_reentrant_autocast_gpu (__main__.TestAutograd) 2022-11-23T02:08:11.5261021Z Test that autocast args/kwargs such as the dtype are preserved during ... skip: Test requires CUDA bf16 support (0.000s) 2022-11-23T02:08:11.5261407Z test_checkpointing_without_reentrant_arbitrary_input_output (__main__.TestAutograd) 2022-11-23T02:08:11.5261762Z Ensures checkpointing without reentrant autograd works with functions ... ok (0.000s) 2022-11-23T02:08:11.5262104Z test_checkpointing_without_reentrant_correct_grad (__main__.TestAutograd) 2022-11-23T02:08:11.5262441Z Verifies that correct gradients are calculated for checkpoint ... ok (0.006s) 2022-11-23T02:08:11.5262799Z test_checkpointing_without_reentrant_custom_function_works (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:08:11.5263133Z test_checkpointing_without_reentrant_dataparallel (__main__.TestAutograd) 2022-11-23T02:08:11.5263484Z Verifies gradient correctness when checkpoint without reentrant autograd ... ok (0.007s) 2022-11-23T02:08:11.5263934Z test_checkpointing_without_reentrant_detached_tensor_use_reentrant_False (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:08:11.5264342Z test_checkpointing_without_reentrant_detached_tensor_use_reentrant_True (__main__.TestAutograd) ... ok (0.004s) 2022-11-23T02:08:11.5264727Z test_checkpointing_without_reentrant_input_requires_grad_False (__main__.TestAutograd) 2022-11-23T02:08:11.5265140Z Basic test for checkpoint without reentrant autograd. ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:08:11.5265548Z test_checkpointing_without_reentrant_input_requires_grad_True (__main__.TestAutograd) 2022-11-23T02:08:11.5265933Z Basic test for checkpoint without reentrant autograd. ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:08:11.5266358Z test_checkpointing_without_reentrant_memory_savings (__main__.TestAutograd) ... skip: Test requires CUDA (0.000s) 2022-11-23T02:08:11.5266734Z test_checkpointing_without_reentrant_parameter_used_in_an_out (__main__.TestAutograd) 2022-11-23T02:08:11.5267073Z Ensures that gradient hooks are only called once per tensor. ... ok (0.000s) 2022-11-23T02:08:11.5267409Z test_create_graph_and_full_backward_hook_cycle (__main__.TestAutograd) ... ok (0.578s) 2022-11-23T02:08:11.5267744Z test_current_graph_task_execution_order (__main__.TestAutograd) ... ok (0.009s) 2022-11-23T02:08:11.5268055Z test_current_graph_task_id (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:08:11.5268402Z test_custom_autograd_no_early_free (__main__.TestAutograd) ... ok (0.012s) 2022-11-23T02:08:11.5268726Z test_custom_autograd_repeated_grad_grad (__main__.TestAutograd) ... ok (0.004s) 2022-11-23T02:08:11.5269041Z test_custom_function_cycle (__main__.TestAutograd) ... ok (0.190s) 2022-11-23T02:08:11.5269335Z test_custom_function_error (__main__.TestAutograd) ... ok (0.085s) 2022-11-23T02:08:11.5269642Z test_custom_function_exception (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:08:11.5269973Z test_custom_function_forward_mode_forward_is_no_op (__main__.TestAutograd) ... ok (0.012s) 2022-11-23T02:08:11.5270305Z test_custom_function_forward_mode_inplace_checks (__main__.TestAutograd) ... ok (0.006s) 2022-11-23T02:08:11.5270670Z test_custom_function_forward_mode_non_tensor_before_tensor_args (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T02:08:11.5271026Z test_custom_function_forward_mode_view_checks (__main__.TestAutograd) ... ok (0.009s) 2022-11-23T02:08:11.5271366Z test_custom_function_forward_mode_wrong_formula (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:08:11.5271694Z test_custom_function_local_inplace (__main__.TestAutograd) ... ok (0.010s) 2022-11-23T02:08:11.5272001Z test_custom_function_no_tensors (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:08:11.5272330Z test_custom_function_non_tensor_inputs_outputs (__main__.TestAutograd) ... ok (0.010s) 2022-11-23T02:08:11.5272649Z test_custom_function_return_view_in_nograd (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:08:11.5272969Z test_custom_function_save_for_forward (__main__.TestAutograd) ... ok (0.010s) 2022-11-23T02:08:11.5273286Z test_custom_function_saved_tensors (__main__.TestAutograd) ... ok (0.010s) 2022-11-23T02:08:11.5273583Z test_deep_reentrant (__main__.TestAutograd) ... ok (0.259s) 2022-11-23T02:08:11.5273904Z test_default_saved_variable_hooks_double_backward (__main__.TestAutograd) ... ok (0.006s) 2022-11-23T02:08:11.5274213Z test_dep_nograd (__main__.TestAutograd) ... ok (0.004s) 2022-11-23T02:08:11.5274479Z test_dependent_backward (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:08:11.5274753Z test_detach (__main__.TestAutograd) ... ok (0.005s) 2022-11-23T02:08:11.5275008Z test_detach_base (__main__.TestAutograd) 2022-11-23T02:08:11.5275267Z detaching base does not detach view ... ok (0.000s) 2022-11-23T02:08:11.5275623Z test_detach_then_inplace_raises_in_autograd (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:08:11.5276253Z test_diagonal_expanded_v (__main__.TestAutograd) ... C:\actions-runner\_work\pytorch\pytorch\test\test_autograd.py:2277: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-11-23T02:08:11.5276814Z v_expanded = torch.tensor(value).expand(10) 2022-11-23T02:08:11.5277011Z ok (0.000s) 2022-11-23T02:08:11.5277228Z test_dir (__main__.TestAutograd) ... ok (0.006s) 2022-11-23T02:08:11.5277516Z test_disabling_saved_tensor_hooks (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:08:11.5277841Z test_disabling_saved_tensor_hooks_nested (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:08:11.5278157Z test_dont_materialize_grads (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:08:11.5278447Z test_duplicate_backward_root (__main__.TestAutograd) ... ok (0.010s) 2022-11-23T02:08:11.5278766Z test_first_grad_fn_access_in_no_grad_mode (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:08:11.5279071Z test_free_deep_graph (__main__.TestAutograd) ... ok (2.330s) 2022-11-23T02:08:11.5279371Z test_free_deep_graph_complicated (__main__.TestAutograd) ... ok (1.601s) 2022-11-23T02:08:11.5279687Z test_free_deep_graph_pyfunction (__main__.TestAutograd) ... ok (1.809s) 2022-11-23T02:08:11.5280013Z test_full_backward_hook_double_backward (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T02:08:11.5280304Z test_function (__main__.TestAutograd) ... ok (0.004s) 2022-11-23T02:08:11.5280618Z test_function_returns_input (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T02:08:11.5280934Z test_function_returns_undefined_tensor (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:08:11.5281226Z test_gc_in_destructor (__main__.TestAutograd) 2022-11-23T02:08:11.5281538Z Previously, if a Function destructor triggered a garbage collection, ... ok (0.947s) 2022-11-23T02:08:11.5281848Z test_grad (__main__.TestAutograd) ... ok (0.005s) 2022-11-23T02:08:11.5282117Z test_grad_badcalls (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:08:11.5282458Z test_grad_batched_grad (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T02:08:11.5282754Z test_grad_empty_inputs (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T02:08:11.5283052Z test_grad_fn_attr_bindings (__main__.TestAutograd) ... ok (0.006s) 2022-11-23T02:08:11.5283349Z test_grad_fn_badcalls (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:08:11.5283640Z test_grad_fn_prehooks (__main__.TestAutograd) ... ok (0.014s) 2022-11-23T02:08:11.5283953Z test_grad_fn_prehooks_multiple_outputs (__main__.TestAutograd) ... ok (0.004s) 2022-11-23T02:08:11.5284260Z test_grad_fn_prehooks_remove_hooks (__main__.TestAutograd) ... ok (0.004s) 2022-11-23T02:08:11.5284571Z test_grad_mode_restored_reentrant (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:08:11.5285556Z test_grad_nonleaf (__main__.TestAutograd) ... C:\actions-runner\_work\pytorch\pytorch\test\test_autograd.py:601: UserWarning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\build\aten\src\ATen/core/TensorBody.h:485.) 2022-11-23T02:08:11.5286425Z self.assertIsNone(x.grad) 2022-11-23T02:08:11.5286622Z ok (0.004s) 2022-11-23T02:08:11.5286867Z test_grad_nonleaf_many_outputs (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:08:11.5287865Z test_grad_nonleaf_register_hook (__main__.TestAutograd) ... C:\actions-runner\_work\pytorch\pytorch\test\test_autograd.py:653: UserWarning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\build\aten\src\ATen/core/TensorBody.h:485.) 2022-11-23T02:08:11.5288818Z self.assertIsNone(x_list[0].grad) 2022-11-23T02:08:11.5289711Z C:\actions-runner\_work\pytorch\pytorch\test\test_autograd.py:660: UserWarning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\build\aten\src\ATen/core/TensorBody.h:485.) 2022-11-23T02:08:11.5290548Z self.assertIsNone(x_list[i].grad) 2022-11-23T02:08:11.5290753Z ok (0.003s) 2022-11-23T02:08:11.5290995Z test_grad_unreachable (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T02:08:11.5291282Z test_grad_unreachable_discovery (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:08:11.5291614Z test_gradcheck_backward_mul_by_grad_output (__main__.TestAutograd) ... ok (0.022s) 2022-11-23T02:08:11.5291986Z test_gradcheck_check_batched_grad (__main__.TestAutograd) ... ok (0.010s) 2022-11-23T02:08:11.5292308Z test_gradcheck_check_forward_or_backward_only (__main__.TestAutograd) 2022-11-23T02:08:11.5292649Z Depending on settings for check_forward_ad and check_backward_ad, the ... ok (0.033s) 2022-11-23T02:08:11.5293339Z test_gradcheck_check_no_differentiable_outputs (__main__.TestAutograd) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\gradcheck.py:652: UserWarning: Input #0 requires gradient and is not a double precision floating point or complex. This check will likely fail if all the inputs are not of double precision floating point or complex. 2022-11-23T02:08:11.5293912Z warnings.warn( 2022-11-23T02:08:11.5294095Z ok (0.005s) 2022-11-23T02:08:11.5294350Z test_gradcheck_complex_non_complex_outputs (__main__.TestAutograd) ... ok (0.010s) 2022-11-23T02:08:11.5295012Z test_gradcheck_custom_error (__main__.TestAutograd) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\gradcheck.py:652: UserWarning: Input #0 requires gradient and is not a double precision floating point or complex. This check will likely fail if all the inputs are not of double precision floating point or complex. 2022-11-23T02:08:11.5295554Z warnings.warn( 2022-11-23T02:08:11.5295738Z ok (0.017s) 2022-11-23T02:08:11.5296004Z test_gradcheck_dense_and_sparse_inputs (__main__.TestAutograd) ... ok (0.006s) 2022-11-23T02:08:11.5296318Z test_gradcheck_forward_ad (__main__.TestAutograd) ... ok (0.140s) 2022-11-23T02:08:11.5296618Z test_gradcheck_forward_ad_batched_grad (__main__.TestAutograd) ... ok (0.011s) 2022-11-23T02:08:11.5296967Z test_gradcheck_forward_ad_respects_requires_grad (__main__.TestAutograd) ... ok (0.012s) 2022-11-23T02:08:11.5297331Z test_gradcheck_forward_ad_runs_with_no_requires_grad (__main__.TestAutograd) ... ok (0.008s) 2022-11-23T02:08:11.5298180Z test_gradcheck_get_analytical_jacobian (__main__.TestAutograd) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\gradcheck.py:580: UserWarning: get_analytical_jacobian was part of PyTorch's private API and not meant to be exposed. We are deprecating it and it will be removed in a future version of PyTorch. If you have a specific use for this or feature request for this to be a stable API, please file us an issue at https://github.com/pytorch/pytorch/issues/new 2022-11-23T02:08:11.5299014Z warnings.warn("get_analytical_jacobian was part of PyTorch's private API and not " 2022-11-23T02:08:11.5299272Z ok (0.011s) 2022-11-23T02:08:11.5300008Z test_gradcheck_get_numerical_jacobian (__main__.TestAutograd) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\gradcheck.py:173: UserWarning: get_numerical_jacobian was part of PyTorch's private API and not meant to be exposed. We are deprecating it and it will be removed in a future version of PyTorch. If you have a specific use for this or feature request for this to be a stable API, please file us an issue at https://github.com/pytorch/pytorch/issues/new 2022-11-23T02:08:11.5300774Z warnings.warn("get_numerical_jacobian was part of PyTorch's private API and not " 2022-11-23T02:08:11.5301033Z ok (0.009s) 2022-11-23T02:08:11.5301620Z test_gradcheck_jacobian_mismatch (__main__.TestAutograd) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\gradcheck.py:652: UserWarning: Input #0 requires gradient and is not a double precision floating point or complex. This check will likely fail if all the inputs are not of double precision floating point or complex. 2022-11-23T02:08:11.5302176Z warnings.warn( 2022-11-23T02:08:11.5302338Z ok (0.051s) 2022-11-23T02:08:11.5303397Z test_gradcheck_multiple_mkldnn_inputs (__main__.TestAutograd) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\gradcheck.py:652: UserWarning: Input #1 requires gradient and is not a double precision floating point or complex. This check will likely fail if all the inputs are not of double precision floating point or complex. 2022-11-23T02:08:11.5303968Z warnings.warn( 2022-11-23T02:08:11.5304153Z ok (0.017s) 2022-11-23T02:08:11.5304411Z test_gradcheck_nondeterministic (__main__.TestAutograd) ... ok (0.088s) 2022-11-23T02:08:11.5304765Z test_gradcheck_output_shape_or_dtype_depend_on_values (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T02:08:11.5305108Z test_gradcheck_single_input (__main__.TestAutograd) ... ok (0.009s) 2022-11-23T02:08:11.5305861Z test_gradcheck_sparse_csr_input (__main__.TestAutograd) ... C:\actions-runner\_work\pytorch\pytorch\test\test_autograd.py:4081: UserWarning: Sparse CSR tensor support is in beta state. If you miss a functionality in the sparse tensor support, please submit a feature request to https://github.com/pytorch/pytorch/issues. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\SparseCsrTensorImpl.cpp:56.) 2022-11-23T02:08:11.5306658Z gradcheck(fn, torch.rand(2, 2, dtype=torch.double).to_sparse_csr().requires_grad_(True), check_sparse_nnz=True, 2022-11-23T02:08:11.5306945Z expected failure (0.006s) 2022-11-23T02:08:11.5307213Z test_gradcheck_sparse_input (__main__.TestAutograd) ... ok (0.010s) 2022-11-23T02:08:11.5307856Z test_gradcheck_test_outputs (__main__.TestAutograd) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\gradcheck.py:652: UserWarning: Input #0 requires gradient and is not a double precision floating point or complex. This check will likely fail if all the inputs are not of double precision floating point or complex. 2022-11-23T02:08:11.5308393Z warnings.warn( 2022-11-23T02:08:11.5308580Z ok (0.000s) 2022-11-23T02:08:11.5308831Z test_gradcheck_undefined_grad (__main__.TestAutograd) ... ok (0.016s) 2022-11-23T02:08:11.5309142Z test_gradcheck_validates_input_mkldnn (__main__.TestAutograd) ... ok (0.011s) 2022-11-23T02:08:11.5309467Z test_gradcheck_validates_inputs (__main__.TestAutograd) ... ok (0.010s) 2022-11-23T02:08:11.5309773Z test_graph_save_on_cpu (__main__.TestAutograd) ... ok (0.009s) 2022-11-23T02:08:11.5310102Z test_graph_save_on_cpu_cuda (__main__.TestAutograd) ... skip: test requires CUDA (0.001s) 2022-11-23T02:08:11.5310422Z test_hessian_vector (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T02:08:11.5310698Z test_hook_none (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:08:11.5311019Z test_hook_with_no_name (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:08:11.5311295Z test_hooks (__main__.TestAutograd) ... ok (0.004s) 2022-11-23T02:08:11.5311567Z test_hooks_cpp (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:08:11.5311871Z test_index_backward_does_not_save_tensor (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:08:11.5312167Z test_indexing (__main__.TestAutograd) ... ok (0.026s) 2022-11-23T02:08:11.5312454Z test_indexing_duplicates (__main__.TestAutograd) ... ok (0.005s) 2022-11-23T02:08:11.5312721Z test_inplace (__main__.TestAutograd) ... ok (0.007s) 2022-11-23T02:08:11.5313007Z test_inplace_not_requires_grad (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T02:08:11.5313317Z test_inplace_on_view_backward (__main__.TestAutograd) ... ok (0.006s) 2022-11-23T02:08:11.5313624Z test_inplace_on_view_leaf_errors (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:08:11.5313939Z test_inplace_on_view_saved_output (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:08:11.5314254Z test_inplace_on_view_weak_grad_fn (__main__.TestAutograd) ... ok (0.105s) 2022-11-23T02:08:11.5314529Z test_input_buffer_accum (__main__.TestAutograd) ... ok (0.004s) 2022-11-23T02:08:11.5314813Z test_integer_outputs (__main__.TestAutograd) ... ok (0.007s) 2022-11-23T02:08:11.5315103Z test_invalid_gradients (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T02:08:11.5315392Z test_isolated_node (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:08:11.5315673Z test_leaf_assignment (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T02:08:11.5316041Z test_legacy_function_deprecation_exception (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:08:11.5316325Z test_lobpcg (__main__.TestAutograd) ... ok (2.661s) 2022-11-23T02:08:11.5316612Z test_mark_non_differentiable (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T02:08:11.5316927Z test_mark_non_differentiable_mixed (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T02:08:11.5317248Z test_mark_non_differentiable_none (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:08:11.5317555Z test_materialize_grads (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:08:11.5317846Z test_multi_backward (__main__.TestAutograd) ... ok (0.005s) 2022-11-23T02:08:11.5318123Z test_multi_backward_no_grad (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:08:11.5318416Z test_multi_grad_hooks (__main__.TestAutograd) ... ok (0.006s) 2022-11-23T02:08:11.5319153Z test_named_tensor_for_complex_views (__main__.TestAutograd) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py:1093: UserWarning: Named tensors and all their associated APIs are an experimental feature and subject to change. Please do not use them for anything important until they are released as stable. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10/core/TensorImpl.h:1787.) 2022-11-23T02:08:11.5319835Z return super(Tensor, self).refine_names(names) 2022-11-23T02:08:11.5320056Z ok (0.000s) 2022-11-23T02:08:11.5320325Z test_naughty_anomaly_access (__main__.TestAutograd) ... expected failure (0.000s) 2022-11-23T02:08:11.5320674Z test_naughty_autograd_function_attribute_access (__main__.TestAutograd) ... ok (0.020s) 2022-11-23T02:08:11.5321027Z test_naughty_autograd_function_stashing_ctx (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:08:11.5321335Z test_nested_anomaly_detect_nan (__main__.TestAutograd) ... ok (0.010s) 2022-11-23T02:08:11.5321655Z test_nested_anomaly_printstack_cleanup (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:08:11.5321963Z test_next_functions (__main__.TestAutograd) ... ok (0.010s) 2022-11-23T02:08:11.5322235Z test_no_grad (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:08:11.5322670Z test_no_grad_assignment (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:08:11.5322957Z test_no_grad_copy (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:08:11.5323594Z test_no_grad_copy_sparse (__main__.TestAutograd) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:2327: UserWarning: Argument order of nn.functional.embedding_bag was changed. Usage `embedding_bag(weight, input, ...)` is deprecated, and should now be `embedding_bag(input, weight, ...)`. 2022-11-23T02:08:11.5324194Z warnings.warn( 2022-11-23T02:08:11.5324381Z ok (0.019s) 2022-11-23T02:08:11.5324613Z test_no_grad_input (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T02:08:11.5324906Z test_no_grad_modifies_version (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:08:11.5325203Z test_no_grad_python_function (__main__.TestAutograd) 2022-11-23T02:08:11.5325470Z Python Functions should respect grad mode. ... ok (0.002s) 2022-11-23T02:08:11.5325765Z test_no_requires_grad_inplace (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T02:08:11.5326067Z test_no_unnecessary_save (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:08:11.5326372Z test_no_unnecessary_unwrapping (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T02:08:11.5326683Z test_not_implemented_fwad (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:08:11.5326982Z test_not_implemented_grad (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:08:11.5327261Z test_numpy_requires_grad (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:08:11.5327557Z test_once_differentiable (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:08:11.5327884Z test_out_variant_raises_when_inputs_require_grad (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T02:08:11.5328287Z test_pack_hook_with_inplace_modification_should_fail (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:08:11.5328643Z test_pickle (__main__.TestAutograd) ... ok (0.005s) 2022-11-23T02:08:11.5328940Z test_pow_zero_tensor_gradient (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:08:11.5329236Z test_power_function (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:08:11.5329755Z test_profiler (__main__.TestAutograd) ... STAGE:2022-11-23 02:07:59 2804:5832 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:08:11.5330386Z STAGE:2022-11-23 02:07:59 2804:5832 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:08:11.5330975Z STAGE:2022-11-23 02:07:59 2804:5832 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:08:11.5331342Z ok (0.006s) 2022-11-23T02:08:11.5331598Z test_profiler_aggregation_fake (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:08:11.5332116Z test_profiler_aggregation_lstm (__main__.TestAutograd) ... STAGE:2022-11-23 02:07:59 2804:5832 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:08:11.5332761Z STAGE:2022-11-23 02:07:59 2804:5832 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:08:11.5333349Z STAGE:2022-11-23 02:07:59 2804:5832 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:08:11.5333656Z 2022-11-23T02:08:11.5333790Z =================================================================================================================================================================== 2022-11-23T02:08:11.5333982Z TEST 2022-11-23T02:08:11.5334346Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-11-23T02:08:11.5334861Z Name Self CPU % Self CPU CPU total % CPU total CPU time avg # of Calls Input Shapes 2022-11-23T02:08:11.5335423Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-11-23T02:08:11.5335869Z aten::as_strided 1.30% 525.000us 1.30% 525.000us 525.000us 1 [[3, 80], [], [], []] 2022-11-23T02:08:11.5336186Z aten::lstm 0.81% 328.000us 5.02% 2.024ms 2.024ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-11-23T02:08:11.5336497Z aten::lstm 0.74% 300.000us 4.84% 1.952ms 1.952ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-11-23T02:08:11.5336795Z aten::lstm 0.69% 280.000us 5.02% 2.023ms 2.023ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-11-23T02:08:11.5351604Z aten::lstm 0.68% 276.000us 5.06% 2.040ms 2.040ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-11-23T02:08:11.5351930Z aten::lstm 0.68% 276.000us 4.93% 1.988ms 1.988ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-11-23T02:08:11.5352218Z aten::lstm 0.68% 274.000us 4.94% 1.991ms 1.991ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-11-23T02:08:11.5352657Z aten::lstm 0.66% 265.000us 5.82% 2.348ms 2.348ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-11-23T02:08:11.5352954Z aten::lstm 0.66% 265.000us 4.79% 1.933ms 1.933ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-11-23T02:08:11.5353299Z aten::lstm 0.65% 264.000us 5.01% 2.022ms 2.022ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-11-23T02:08:11.5353735Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-11-23T02:08:11.5354153Z Self CPU time total: 40.334ms 2022-11-23T02:08:11.5354287Z 2022-11-23T02:08:11.5354547Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-11-23T02:08:11.5355013Z Name Self CPU % Self CPU CPU total % CPU total CPU time avg # of Calls Input Shapes 2022-11-23T02:08:11.5355472Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-11-23T02:08:11.5355886Z aten::lstm 12.80% 5.164ms 98.54% 39.746ms 1.987ms 20 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-11-23T02:08:11.5356185Z aten::mul 9.78% 3.946ms 9.78% 3.946ms 6.577us 600 [[3, 20], [3, 20]] 2022-11-23T02:08:11.5356486Z aten::sigmoid_ 9.62% 3.880ms 9.62% 3.880ms 6.467us 600 [[3, 20]] 2022-11-23T02:08:11.5356791Z aten::addmm 8.80% 3.548ms 12.19% 4.915ms 24.575us 200 [[80], [3, 20], [20, 80], [], []] 2022-11-23T02:08:11.5357098Z aten::unsafe_split 6.32% 2.548ms 19.88% 8.020ms 40.100us 200 [[3, 80], [], []] 2022-11-23T02:08:11.5357387Z aten::slice 5.57% 2.245ms 8.65% 3.490ms 4.362us 800 [[3, 80], [], [], [], []] 2022-11-23T02:08:11.5357752Z aten::narrow 4.79% 1.930ms 13.44% 5.419ms 6.774us 800 [[3, 80], [], [], []] 2022-11-23T02:08:11.5358058Z aten::as_strided 3.22% 1.297ms 3.22% 1.297ms 1.621us 800 [[3, 80], [], [], []] 2022-11-23T02:08:11.5358363Z aten::tanh_ 3.14% 1.267ms 3.14% 1.267ms 6.335us 200 [[3, 20]] 2022-11-23T02:08:11.5358718Z aten::tanh 3.10% 1.250ms 3.10% 1.250ms 6.250us 200 [[3, 20]] 2022-11-23T02:08:11.5359128Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-11-23T02:08:11.5359564Z Self CPU time total: 40.334ms 2022-11-23T02:08:11.5359693Z 2022-11-23T02:08:11.5359827Z =================================================================================================================================================================== 2022-11-23T02:08:11.5360087Z TEST 2022-11-23T02:08:11.5360314Z =================================================================================================================================================================== 2022-11-23T02:08:11.5360607Z This report only display top-level ops statistics 2022-11-23T02:08:11.5361020Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-11-23T02:08:11.5361481Z Name Self CPU % Self CPU CPU total % CPU total CPU time avg # of Calls Input Shapes 2022-11-23T02:08:11.5361941Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-11-23T02:08:11.5362425Z aten::lstm 0.81% 328.000us 5.02% 2.024ms 2.024ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-11-23T02:08:11.5362722Z aten::lstm 0.74% 300.000us 4.84% 1.952ms 1.952ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-11-23T02:08:11.5363072Z aten::lstm 0.69% 280.000us 5.02% 2.023ms 2.023ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-11-23T02:08:11.5363361Z aten::lstm 0.68% 276.000us 5.06% 2.040ms 2.040ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-11-23T02:08:11.5363649Z aten::lstm 0.68% 276.000us 4.93% 1.988ms 1.988ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-11-23T02:08:11.5363942Z aten::lstm 0.68% 274.000us 4.94% 1.991ms 1.991ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-11-23T02:08:11.5364232Z aten::lstm 0.66% 265.000us 5.82% 2.348ms 2.348ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-11-23T02:08:11.5364523Z aten::lstm 0.66% 265.000us 4.79% 1.933ms 1.933ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-11-23T02:08:11.5364814Z aten::lstm 0.65% 264.000us 5.01% 2.022ms 2.022ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-11-23T02:08:11.5365100Z aten::lstm 0.65% 263.000us 5.02% 2.024ms 2.024ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-11-23T02:08:11.5365602Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-11-23T02:08:11.5365962Z Self CPU time total: 40.334ms 2022-11-23T02:08:11.5366105Z 2022-11-23T02:08:11.5366242Z =================================================================================================================================================================== 2022-11-23T02:08:11.5366509Z This report only display top-level ops statistics 2022-11-23T02:08:11.5366917Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-11-23T02:08:11.5367373Z Name Self CPU % Self CPU CPU total % CPU total CPU time avg # of Calls Input Shapes 2022-11-23T02:08:11.5367830Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-11-23T02:08:11.5368241Z aten::lstm 12.80% 5.164ms 98.54% 39.746ms 1.987ms 20 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-11-23T02:08:11.5368584Z aten::randn 0.76% 307.000us 1.44% 580.000us 9.667us 60 [[], [], [], [], []] 2022-11-23T02:08:11.5368991Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-11-23T02:08:11.5369323Z Self CPU time total: 40.334ms 2022-11-23T02:08:11.5369451Z 2022-11-23T02:08:11.5369579Z Total time based on python measurements: 51.204ms 2022-11-23T02:08:11.5369856Z CPU time measurement python side overhead: 26.95% 2022-11-23T02:08:11.5370079Z ok (2.284s) 2022-11-23T02:08:11.5370316Z test_profiler_aggregation_table (__main__.TestAutograd) 2022-11-23T02:08:11.5370830Z Test if the profiling result is aggregated for `str(prof)` ... STAGE:2022-11-23 02:08:01 2804:5832 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:08:11.5371542Z STAGE:2022-11-23 02:08:01 2804:5832 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:08:11.5372158Z STAGE:2022-11-23 02:08:01 2804:5832 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:08:11.5372525Z ok (0.000s) 2022-11-23T02:08:11.5372779Z test_profiler_function_event_avg (__main__.TestAutograd) ... ok (0.006s) 2022-11-23T02:08:11.5373301Z test_profiler_propagation (__main__.TestAutograd) ... STAGE:2022-11-23 02:08:01 2804:5832 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:08:11.5373933Z STAGE:2022-11-23 02:08:01 2804:5832 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:08:11.5374521Z STAGE:2022-11-23 02:08:01 2804:5832 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:08:11.5374886Z ok (0.068s) 2022-11-23T02:08:11.5375451Z test_profiler_seq_nr (__main__.TestAutograd) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/66893 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.000s) 2022-11-23T02:08:11.5376283Z test_profiler_shapes (__main__.TestAutograd) ... STAGE:2022-11-23 02:08:01 2804:5832 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:08:11.5376905Z STAGE:2022-11-23 02:08:01 2804:5832 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:08:11.5377543Z STAGE:2022-11-23 02:08:01 2804:5832 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:08:11.5377843Z 2022-11-23T02:08:11.5378119Z ---------------------- ------------ ------------ ------------ ------------ ------------ ------------ --------------------------------------- 2022-11-23T02:08:11.5378568Z Name Self CPU % Self CPU CPU total % CPU total CPU time avg # of Calls Input Shapes 2022-11-23T02:08:11.5379003Z ---------------------- ------------ ------------ ------------ ------------ ------------ ------------ --------------------------------------- 2022-11-23T02:08:11.5379399Z aten::linear 2.97% 6.000us 55.45% 112.000us 112.000us 1 [[128, 20], [30, 20], [30]] 2022-11-23T02:08:11.5379749Z aten::t 11.39% 23.000us 15.84% 32.000us 32.000us 1 [[30, 20]] 2022-11-23T02:08:11.5380058Z aten::transpose 2.97% 6.000us 4.46% 9.000us 9.000us 1 [[30, 20], [], []] 2022-11-23T02:08:11.5380362Z aten::as_strided 1.49% 3.000us 1.49% 3.000us 3.000us 1 [[30, 20], [], [], []] 2022-11-23T02:08:11.5380667Z aten::addmm 28.22% 57.000us 36.63% 74.000us 74.000us 1 [[30], [128, 20], [20, 30], [], []] 2022-11-23T02:08:11.5380967Z aten::expand 1.49% 3.000us 1.98% 4.000us 4.000us 1 [[30], [], []] 2022-11-23T02:08:11.5381269Z aten::as_strided 0.50% 1.000us 0.50% 1.000us 1.000us 1 [[30], [], [], []] 2022-11-23T02:08:11.5381572Z aten::copy_ 6.44% 13.000us 6.44% 13.000us 13.000us 1 [[128, 30], [128, 30], []] 2022-11-23T02:08:11.5381871Z aten::resolve_conj 0.00% 0.000us 0.00% 0.000us 0.000us 1 [[128, 30]] 2022-11-23T02:08:11.5382175Z aten::resolve_conj 0.00% 0.000us 0.00% 0.000us 0.000us 1 [[128, 20]] 2022-11-23T02:08:11.5382460Z aten::linear 1.49% 3.000us 44.55% 90.000us 90.000us 1 [[128, 30], [40, 30], [40]] 2022-11-23T02:08:11.5382751Z aten::t 2.48% 5.000us 3.96% 8.000us 8.000us 1 [[40, 30]] 2022-11-23T02:08:11.5383053Z aten::transpose 0.99% 2.000us 1.49% 3.000us 3.000us 1 [[40, 30], [], []] 2022-11-23T02:08:11.5383356Z aten::as_strided 0.50% 1.000us 0.50% 1.000us 1.000us 1 [[40, 30], [], [], []] 2022-11-23T02:08:11.5383698Z aten::addmm 34.16% 69.000us 39.11% 79.000us 79.000us 1 [[40], [128, 30], [30, 40], [], []] 2022-11-23T02:08:11.5383992Z aten::expand 0.99% 2.000us 0.99% 2.000us 2.000us 1 [[40], [], []] 2022-11-23T02:08:11.5384386Z aten::as_strided 0.00% 0.000us 0.00% 0.000us 0.000us 1 [[40], [], [], []] 2022-11-23T02:08:11.5384684Z aten::copy_ 3.96% 8.000us 3.96% 8.000us 8.000us 1 [[128, 40], [128, 40], []] 2022-11-23T02:08:11.5384982Z aten::resolve_conj 0.00% 0.000us 0.00% 0.000us 0.000us 1 [[128, 40]] 2022-11-23T02:08:11.5385283Z aten::resolve_conj 0.00% 0.000us 0.00% 0.000us 0.000us 1 [[128, 30]] 2022-11-23T02:08:11.5385685Z ---------------------- ------------ ------------ ------------ ------------ ------------ ------------ --------------------------------------- 2022-11-23T02:08:11.5386028Z Self CPU time total: 202.000us 2022-11-23T02:08:11.5386159Z 2022-11-23T02:08:11.5386211Z ok (0.000s) 2022-11-23T02:08:11.5386660Z test_profiler_unboxed_only (__main__.TestAutograd) ... STAGE:2022-11-23 02:08:01 2804:5832 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:08:11.5387294Z STAGE:2022-11-23 02:08:01 2804:5832 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:08:11.5387936Z STAGE:2022-11-23 02:08:01 2804:5832 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:08:11.5388307Z ok (0.010s) 2022-11-23T02:08:11.5388562Z test_pynode_destruction_deadlock (__main__.TestAutograd) ... ok (2.732s) 2022-11-23T02:08:11.5389071Z test_record_function (__main__.TestAutograd) ... STAGE:2022-11-23 02:08:04 2804:5832 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:08:11.5389744Z STAGE:2022-11-23 02:08:04 2804:5832 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:08:11.5390375Z STAGE:2022-11-23 02:08:04 2804:5832 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:08:11.5390936Z STAGE:2022-11-23 02:08:04 2804:5832 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:08:11.5391505Z STAGE:2022-11-23 02:08:04 2804:5832 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:08:11.5392082Z STAGE:2022-11-23 02:08:04 2804:5832 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:08:11.5392452Z ok (0.010s) 2022-11-23T02:08:11.5392902Z test_record_function_callbacks (__main__.TestAutograd) ... STAGE:2022-11-23 02:08:04 2804:5832 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:08:11.5393539Z STAGE:2022-11-23 02:08:04 2804:5832 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:08:11.5394127Z STAGE:2022-11-23 02:08:04 2804:5832 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:08:11.5394490Z ok (0.000s) 2022-11-23T02:08:11.5394936Z test_record_function_legacy (__main__.TestAutograd) ... STAGE:2022-11-23 02:08:04 2804:5832 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:08:11.5395706Z STAGE:2022-11-23 02:08:04 2804:5832 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:08:11.5396314Z STAGE:2022-11-23 02:08:04 2804:5832 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:08:11.5396678Z ok (0.010s) 2022-11-23T02:08:11.5396936Z test_record_function_multithreaded (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:08:11.5397253Z test_reentrant_child_error (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:08:11.5397551Z test_reentrant_priority (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:08:11.5397874Z test_reentrant_with_callbacks_both_depths (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:08:11.5398192Z test_reentrant_with_callbacks_depth_0 (__main__.TestAutograd) ... ok (0.010s) 2022-11-23T02:08:11.5398514Z test_reentrant_with_callbacks_depth_1 (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:08:11.5398835Z test_reentrant_with_leaf_variable_hook (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:08:11.5399167Z test_reentrant_with_non_leaf_variable_hook (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:08:11.5399472Z test_requires_grad (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:08:11.5399752Z test_requires_grad_ (__main__.TestAutograd) ... ok (0.010s) 2022-11-23T02:08:11.5400098Z test_requires_grad_inplace (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:08:11.5400367Z test_retain_grad (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:08:11.5400647Z test_retain_grad_cycle (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:08:11.5400940Z test_retain_grad_inplace (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:08:11.5401251Z test_retain_grad_inplace_over_view (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:08:11.5401552Z test_return_duplicate (__main__.TestAutograd) ... ok (0.017s) 2022-11-23T02:08:11.5401909Z test_return_duplicate_inplace (__main__.TestAutograd) ... ok (0.008s) 2022-11-23T02:08:11.5402181Z test_return_leaf (__main__.TestAutograd) ... ok (0.009s) 2022-11-23T02:08:11.5402631Z test_return_leaf_inplace (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T02:08:11.5402928Z test_save_none_for_backward (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:08:11.5403236Z test_save_on_cpu_and_checkpoint (__main__.TestAutograd) ... ok (0.004s) 2022-11-23T02:08:11.5403534Z test_save_output_nr (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:08:11.5403889Z test_saved_variable_packing_unpacking_did_not_save_original_with_default_hooks (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:08:11.5404280Z test_saved_variable_packing_unpacking_did_not_save_original_with_hooks (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:08:11.5404683Z test_saved_variable_packing_unpacking_saved_original_with_default_hooks (__main__.TestAutograd) ... ok (0.010s) 2022-11-23T02:08:11.5405079Z test_saved_variable_packing_unpacking_saved_original_with_hooks (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:08:11.5405449Z test_saved_variable_saved_original_inplace_detach (__main__.TestAutograd) ... ok (0.010s) 2022-11-23T02:08:11.5405784Z test_saved_variable_version_counter (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:08:11.5406103Z test_saved_variables_deprecated (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:08:11.5406412Z test_saving_variable_to_disk (__main__.TestAutograd) ... ok (0.020s) 2022-11-23T02:08:11.5406689Z test_select_expanded_v (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:08:11.5406967Z test_select_sum (__main__.TestAutograd) ... ok (0.013s) 2022-11-23T02:08:11.5407251Z test_set_data_preserve_pyobj (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T02:08:11.5407614Z test_set_data_self_requires_grad (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:08:11.5407971Z test_set_data_tensorimpl_type (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:08:11.5408273Z test_set_grad_coroutines (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T02:08:11.5408621Z test_set_grad_coroutines_benign_exceptions (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:08:11.5408965Z test_set_grad_coroutines_critical_exceptions (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:08:11.5409294Z test_set_grad_coroutines_exit (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:08:11.5409588Z test_set_grad_enabled (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T02:08:11.5409891Z test_set_grad_generator_functions (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:08:11.5410221Z test_set_grad_generator_functions_recursive (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T02:08:11.5410501Z test_setitem (__main__.TestAutograd) ... ok (0.017s) 2022-11-23T02:08:11.5410774Z test_setitem_mask (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:08:11.5411104Z test_setting_default_saved_variable_hooks_twice_should_not_fail (__main__.TestAutograd) ... ok (0.006s) 2022-11-23T02:08:11.5411486Z test_setting_default_saved_variable_hooks_twice_should_use_inner (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:08:11.5411802Z test_shape (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:08:11.5412073Z test_sharded_grad (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:08:11.5412389Z test_simple_reentrant (__main__.TestAutograd) ... ok (0.011s) 2022-11-23T02:08:11.5412679Z test_slice_expanded_v (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:08:11.5412976Z test_sparse_gather_both_scalar (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T02:08:11.5413276Z test_sparse_gather_dim0 (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T02:08:11.5413563Z test_sparse_gather_dim1 (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:08:11.5413915Z test_sparse_gather_dim_neg (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:08:11.5414203Z test_sparse_gather_ind_scalar (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T02:08:11.5414553Z test_sparse_gather_x_scalar (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:08:11.5414850Z test_sparse_mm_backward (__main__.TestAutograd) ... ok (0.009s) 2022-11-23T02:08:11.5415374Z test_symeig_no_eigenvectors (__main__.TestAutograd) ... C:\actions-runner\_work\pytorch\pytorch\test\test_autograd.py:3933: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-11-23T02:08:11.5415975Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-11-23T02:08:11.5416315Z L, _ = torch.symeig(A, upper=upper) 2022-11-23T02:08:11.5416533Z should be replaced with 2022-11-23T02:08:11.5416772Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-11-23T02:08:11.5417001Z and 2022-11-23T02:08:11.5417204Z L, V = torch.symeig(A, eigenvectors=True) 2022-11-23T02:08:11.5417430Z should be replaced with 2022-11-23T02:08:11.5417857Z L, V = torch.linalg.eigh(A, UPLO='U' if upper else 'L') (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:2909.) 2022-11-23T02:08:11.5418284Z w, v = torch.symeig(A, eigenvectors=False) 2022-11-23T02:08:11.5418478Z ok (0.002s) 2022-11-23T02:08:11.5418722Z test_tensor_grad_warnings (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:08:11.5419074Z test_thread_shutdown (__main__.TestAutograd) ... skip: Skipping because doesn't work for windows (0.001s) 2022-11-23T02:08:11.5419406Z test_too_many_grads (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:08:11.5419691Z test_type_conversions (__main__.TestAutograd) ... ok (0.006s) 2022-11-23T02:08:11.5420058Z test_unrelated_inputs (__main__.TestAutograd) ... ok (0.006s) 2022-11-23T02:08:11.5420408Z test_unused_output (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:08:11.5420753Z test_var_mean_differentiable (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T02:08:11.5421051Z test_variable_traverse (__main__.TestAutograd) ... ok (0.123s) 2022-11-23T02:08:11.5421338Z test_version_counter (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:08:11.5421625Z test_volatile_deprecated (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:08:11.5421906Z test_will_engine_execute_node (__main__.TestAutograd) ... ok (0.006s) 2022-11-23T02:08:11.5422226Z test_wrapped_number_saved_variable_hooks (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:08:11.5422594Z test_view_func_for_complex_views (autograd.test_complex.TestAutogradComplex) ... ok (0.000s) 2022-11-23T02:08:11.5422977Z test_view_with_multi_output (autograd.test_complex.TestAutogradComplex) ... ok (0.010s) 2022-11-23T02:08:11.5423664Z test_advanced_packing_unpacking (__main__.TestAutogradForwardMode) ... 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:11.5424248Z warnings.warn(message, UserWarning) 2022-11-23T02:08:11.5424462Z ok (0.000s) 2022-11-23T02:08:11.5424734Z test_backward_graph_destruction (__main__.TestAutogradForwardMode) ... ok (0.000s) 2022-11-23T02:08:11.5425069Z test_basic_packing_unpacking (__main__.TestAutogradForwardMode) ... ok (0.010s) 2022-11-23T02:08:11.5425480Z test_codegen_ignores_undefined_outputs (__main__.TestAutogradForwardMode) ... ok (0.017s) 2022-11-23T02:08:11.5425845Z test_create_new_zeros_with_same_meta (__main__.TestAutogradForwardMode) ... ok (0.014s) 2022-11-23T02:08:11.5426236Z test_default_level (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-11-23T02:08:11.5426600Z test_detach_view_tracking (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-11-23T02:08:11.5427000Z test_forward_level_cleanup (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-11-23T02:08:11.5427315Z test_grad_cleanup (__main__.TestAutogradForwardMode) ... ok (0.003s) 2022-11-23T02:08:11.5427662Z test_make_dual_forbid_integral_dtype (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-11-23T02:08:11.5428042Z test_make_dual_inference_tensor_in_inference_mode (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-11-23T02:08:11.5428413Z test_make_dual_torch_dispatch (__main__.TestAutogradForwardMode) ... ok (0.004s) 2022-11-23T02:08:11.5428765Z test_metadata_check_check_conj (__main__.TestAutogradForwardMode) ... ok (0.003s) 2022-11-23T02:08:11.5429133Z test_metadata_check_checks_ignores_size_zero (__main__.TestAutogradForwardMode) ... ok (0.003s) 2022-11-23T02:08:11.5429510Z test_metadata_check_checks_storage_numel (__main__.TestAutogradForwardMode) ... ok (0.000s) 2022-11-23T02:08:11.5429892Z test_metadata_check_ignore_storage_offset_for_zero_numel_tensor (__main__.TestAutogradForwardMode) ... ok (0.006s) 2022-11-23T02:08:11.5430433Z test_metadata_check_when_primal_has_conj_bit (__main__.TestAutogradForwardMode) ... ok (0.000s) 2022-11-23T02:08:11.5430814Z test_metadata_check_when_primal_has_neg_bit (__main__.TestAutogradForwardMode) ... ok (0.000s) 2022-11-23T02:08:11.5431145Z test_nested_level (__main__.TestAutogradForwardMode) ... ok (0.000s) 2022-11-23T02:08:11.5431475Z test_non_differentiable (__main__.TestAutogradForwardMode) ... ok (0.000s) 2022-11-23T02:08:11.5431806Z test_out_variant (__main__.TestAutogradForwardMode) ... ok (0.000s) 2022-11-23T02:08:11.5432169Z test_print (__main__.TestAutogradForwardMode) ... ok (0.011s) 2022-11-23T02:08:11.5432517Z test_set_fw_grad_having_own_fw_grad_at_same_level (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-11-23T02:08:11.5432910Z test_size_check (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-11-23T02:08:11.5433803Z test_view_inplace_always_creates_a_view (__main__.TestAutogradForwardMode) ... ok (0.004s) 2022-11-23T02:08:11.5434157Z test_view_inplace_differentiable_views (__main__.TestAutogradForwardMode) ... ok (0.004s) 2022-11-23T02:08:11.5434533Z test_view_inplace_non_differentiable_views (__main__.TestAutogradForwardMode) ... ok (0.004s) 2022-11-23T02:08:11.5434933Z test_inplace_on_view_not_same_layout (__main__.TestAutogradForwardModeBatchedGrad) ... ok (0.002s) 2022-11-23T02:08:11.5435347Z test_inplace_on_view_same_layout (__main__.TestAutogradForwardModeBatchedGrad) ... ok (0.002s) 2022-11-23T02:08:11.5435772Z test_metadata_check_for_storage_numel_skipped (__main__.TestAutogradForwardModeBatchedGrad) ... ok (0.002s) 2022-11-23T02:08:11.5436185Z test_out_of_place_basic (__main__.TestAutogradForwardModeBatchedGrad) ... ok (0.010s) 2022-11-23T02:08:11.5436580Z test_out_of_place_not_same_layout (__main__.TestAutogradForwardModeBatchedGrad) ... ok (0.001s) 2022-11-23T02:08:11.5436990Z test_construct_standard_basis_for_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-11-23T02:08:11.5437468Z test_construct_standard_basis_for_cuda_base_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: test requires CUDA (0.000s) 2022-11-23T02:08:11.5437975Z test_construct_standard_basis_for_cuda_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: test requires CUDA (0.000s) 2022-11-23T02:08:11.5438510Z test_construct_standard_basis_for_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.016s) 2022-11-23T02:08:11.5439077Z test_hessian_create_graph_vectorize_False_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.150s) 2022-11-23T02:08:11.5439556Z test_hessian_create_graph_vectorize_False_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (1.106s) 2022-11-23T02:08:11.5440081Z test_hessian_create_graph_vectorize_True_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.081s) 2022-11-23T02:08:11.5440554Z test_hessian_create_graph_vectorize_True_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.457s) 2022-11-23T02:08:11.5440989Z test_hessian_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-11-23T02:08:11.5441434Z test_hessian_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-11-23T02:08:11.5441887Z test_hessian_err_check_strict_vectorize_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.011s) 2022-11-23T02:08:11.5442346Z test_hessian_err_check_strict_vectorize_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-11-23T02:08:11.5442878Z test_hessian_err_check_vectorize_False_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-11-23T02:08:11.5443333Z test_hessian_err_check_vectorize_False_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.018s) 2022-11-23T02:08:11.5443791Z test_hessian_err_check_vectorize_True_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-11-23T02:08:11.5444279Z test_hessian_err_check_vectorize_True_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.009s) 2022-11-23T02:08:11.5444723Z test_hessian_match_vhp_hvp_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-11-23T02:08:11.5445205Z test_hessian_match_vhp_hvp_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-11-23T02:08:11.5445679Z test_hessian_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.010s) 2022-11-23T02:08:11.5446096Z test_hessian_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.010s) 2022-11-23T02:08:11.5446520Z test_hessian_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-11-23T02:08:11.5447003Z test_hessian_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.025s) 2022-11-23T02:08:11.5447431Z test_hessian_output_vectorized_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-11-23T02:08:11.5447858Z test_hessian_output_vectorized_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.008s) 2022-11-23T02:08:11.5448313Z test_hessian_scalar_vectorize_False_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-11-23T02:08:11.5448765Z test_hessian_scalar_vectorize_False_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.009s) 2022-11-23T02:08:11.5449216Z test_hessian_scalar_vectorize_True_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-11-23T02:08:11.5449668Z test_hessian_scalar_vectorize_True_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-11-23T02:08:11.5450133Z test_hessian_vectorize_correctness_multi_input_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.022s) 2022-11-23T02:08:11.5450662Z test_hessian_vectorize_correctness_multi_input_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.136s) 2022-11-23T02:08:11.5451163Z test_hessian_vectorize_correctness_simple_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-11-23T02:08:11.5451636Z test_hessian_vectorize_correctness_simple_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.049s) 2022-11-23T02:08:11.5452175Z test_hessian_vectorize_correctness_unrelated_outputs_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-11-23T02:08:11.5452672Z test_hessian_vectorize_correctness_unrelated_outputs_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.038s) 2022-11-23T02:08:11.5453149Z test_hessian_vectorize_raises_no_warnings_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-11-23T02:08:11.5453618Z test_hessian_vectorize_raises_no_warnings_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-11-23T02:08:11.5454061Z test_hvp_create_graph_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.097s) 2022-11-23T02:08:11.5454485Z test_hvp_create_graph_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.607s) 2022-11-23T02:08:11.5454886Z test_hvp_err_check_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.012s) 2022-11-23T02:08:11.5455305Z test_hvp_err_check_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.014s) 2022-11-23T02:08:11.5455723Z test_hvp_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-11-23T02:08:11.5456152Z test_hvp_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.009s) 2022-11-23T02:08:11.5456625Z test_hvp_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-11-23T02:08:11.5457081Z test_hvp_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-11-23T02:08:11.5457493Z test_hvp_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-11-23T02:08:11.5457885Z test_hvp_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-11-23T02:08:11.5458301Z test_hvp_scalar_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.010s) 2022-11-23T02:08:11.5458709Z test_hvp_scalar_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-11-23T02:08:11.5459156Z test_jacobian_create_graph_vectorize_False_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.100s) 2022-11-23T02:08:11.5459625Z test_jacobian_create_graph_vectorize_False_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.415s) 2022-11-23T02:08:11.5460152Z test_jacobian_create_graph_vectorize_True_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.051s) 2022-11-23T02:08:11.5460617Z test_jacobian_create_graph_vectorize_True_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.286s) 2022-11-23T02:08:11.5461071Z test_jacobian_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-11-23T02:08:11.5461500Z test_jacobian_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.014s) 2022-11-23T02:08:11.5461957Z test_jacobian_err_check_strict_vectorize_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.001s) 2022-11-23T02:08:11.5462465Z test_jacobian_err_check_strict_vectorize_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-11-23T02:08:11.5462931Z test_jacobian_err_check_vectorize_False_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-11-23T02:08:11.5463442Z test_jacobian_err_check_vectorize_False_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.009s) 2022-11-23T02:08:11.5463901Z test_jacobian_err_check_vectorize_True_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-11-23T02:08:11.5464363Z test_jacobian_err_check_vectorize_True_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-11-23T02:08:11.5464837Z test_jacobian_match_vjp_jvp_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-11-23T02:08:11.5465276Z test_jacobian_match_vjp_jvp_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-11-23T02:08:11.5465701Z test_jacobian_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-11-23T02:08:11.5466125Z test_jacobian_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-11-23T02:08:11.5466551Z test_jacobian_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.012s) 2022-11-23T02:08:11.5466970Z test_jacobian_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.012s) 2022-11-23T02:08:11.5467405Z test_jacobian_output_vectorized_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-11-23T02:08:11.5467851Z test_jacobian_output_vectorized_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.008s) 2022-11-23T02:08:11.5468267Z test_jacobian_scalar_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-11-23T02:08:11.5468738Z test_jacobian_scalar_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-11-23T02:08:11.5469213Z test_jacobian_scalar_vectorized_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.001s) 2022-11-23T02:08:11.5469669Z test_jacobian_scalar_vectorized_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-11-23T02:08:11.5470173Z test_jacobian_vectorize_correctness_different_devices_base_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: test requires CUDA (0.000s) 2022-11-23T02:08:11.5470724Z test_jacobian_vectorize_correctness_different_devices_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: test requires CUDA (0.000s) 2022-11-23T02:08:11.5471246Z test_jacobian_vectorize_correctness_different_dtype_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-11-23T02:08:11.5471750Z test_jacobian_vectorize_correctness_different_dtype_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-11-23T02:08:11.5472211Z test_jacobian_vectorize_correctness_multi_input_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.014s) 2022-11-23T02:08:11.5472744Z test_jacobian_vectorize_correctness_multi_input_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.023s) 2022-11-23T02:08:11.5473235Z test_jacobian_vectorize_correctness_multi_input_multi_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.011s) 2022-11-23T02:08:11.5473740Z test_jacobian_vectorize_correctness_multi_input_multi_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.069s) 2022-11-23T02:08:11.5474226Z test_jacobian_vectorize_correctness_simple_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.010s) 2022-11-23T02:08:11.5474744Z test_jacobian_vectorize_correctness_simple_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.025s) 2022-11-23T02:08:11.5475281Z test_jacobian_vectorize_correctness_unrelated_outputs_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-11-23T02:08:11.5475781Z test_jacobian_vectorize_correctness_unrelated_outputs_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.027s) 2022-11-23T02:08:11.5476247Z test_jacobian_vectorize_correctness_zero_dim_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.008s) 2022-11-23T02:08:11.5476720Z test_jacobian_vectorize_correctness_zero_dim_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.042s) 2022-11-23T02:08:11.5477191Z test_jacobian_vectorize_raises_no_warnings_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-11-23T02:08:11.5477703Z test_jacobian_vectorize_raises_no_warnings_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-11-23T02:08:11.5478153Z test_jvp_create_graph_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.069s) 2022-11-23T02:08:11.5478579Z test_jvp_create_graph_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.407s) 2022-11-23T02:08:11.5479005Z test_jvp_err_check_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-11-23T02:08:11.5479421Z test_jvp_err_check_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-11-23T02:08:11.5479821Z test_jvp_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-11-23T02:08:11.5480254Z test_jvp_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.007s) 2022-11-23T02:08:11.5480715Z test_jvp_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-11-23T02:08:11.5481132Z test_jvp_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-11-23T02:08:11.5481590Z test_jvp_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-11-23T02:08:11.5481996Z test_jvp_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-11-23T02:08:11.5482461Z test_jvp_scalar_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-11-23T02:08:11.5482858Z test_jvp_scalar_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-11-23T02:08:11.5483274Z test_vhp_create_graph_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.097s) 2022-11-23T02:08:11.5483702Z test_vhp_create_graph_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.531s) 2022-11-23T02:08:11.5484120Z test_vhp_err_check_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-11-23T02:08:11.5484539Z test_vhp_err_check_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.009s) 2022-11-23T02:08:11.5484959Z test_vhp_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-11-23T02:08:11.5485393Z test_vhp_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.010s) 2022-11-23T02:08:11.5485849Z test_vhp_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-11-23T02:08:11.5486258Z test_vhp_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.009s) 2022-11-23T02:08:11.5486664Z test_vhp_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-11-23T02:08:11.5487119Z test_vhp_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-11-23T02:08:11.5487570Z test_vhp_scalar_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-11-23T02:08:11.5487980Z test_vhp_scalar_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-11-23T02:08:11.5488396Z test_vjp_create_graph_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.063s) 2022-11-23T02:08:11.5488800Z test_vjp_create_graph_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.356s) 2022-11-23T02:08:11.5489220Z test_vjp_err_check_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-11-23T02:08:11.5489631Z test_vjp_err_check_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-11-23T02:08:11.5490051Z test_vjp_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-11-23T02:08:11.5490478Z test_vjp_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-11-23T02:08:11.5490942Z test_vjp_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-11-23T02:08:11.5491352Z test_vjp_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.007s) 2022-11-23T02:08:11.5491740Z test_vjp_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-11-23T02:08:11.5492145Z test_vjp_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-11-23T02:08:11.5492555Z test_vjp_scalar_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-11-23T02:08:11.5493014Z test_vjp_scalar_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-11-23T02:08:11.5493446Z test_inference_mode_context_manager (__main__.TestAutogradInferenceMode) ... ok (0.000s) 2022-11-23T02:08:11.5493819Z test_inference_mode_decorator (__main__.TestAutogradInferenceMode) ... ok (0.000s) 2022-11-23T02:08:11.5494203Z test_inference_mode_existing_autograd_session (__main__.TestAutogradInferenceMode) ... ok (0.010s) 2022-11-23T02:08:11.5494582Z test_inference_mode_handle_direct_view_on_rebase (__main__.TestAutogradInferenceMode) ... ok (0.000s) 2022-11-23T02:08:11.5494981Z test_inference_mode_handle_indirect_view_on_rebase (__main__.TestAutogradInferenceMode) ... ok (0.000s) 2022-11-23T02:08:11.5495389Z test_inference_mode_inf_tensor_in_inf_mode_functional_op (__main__.TestAutogradInferenceMode) ... ok (0.000s) 2022-11-23T02:08:11.5495798Z test_inference_mode_inf_tensor_in_inf_mode_inplace_op (__main__.TestAutogradInferenceMode) ... ok (0.000s) 2022-11-23T02:08:11.5496200Z test_inference_mode_inf_tensor_in_inf_mode_view_op (__main__.TestAutogradInferenceMode) ... ok (0.011s) 2022-11-23T02:08:11.5496614Z test_inference_mode_inf_tensor_in_normal_mode_functional_op (__main__.TestAutogradInferenceMode) ... ok (0.002s) 2022-11-23T02:08:11.5497029Z test_inference_mode_inf_tensor_in_normal_mode_inplace_op (__main__.TestAutogradInferenceMode) ... ok (0.002s) 2022-11-23T02:08:11.5497416Z test_inference_mode_inf_tensor_in_normal_mode_view_op (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-11-23T02:08:11.5497796Z test_inference_mode_tensor_creation (__main__.TestAutogradInferenceMode) ... ok (0.002s) 2022-11-23T02:08:11.5498185Z test_mix_inference_and_normal_tensor_functional_op (__main__.TestAutogradInferenceMode) ... ok (0.003s) 2022-11-23T02:08:11.5498635Z test_mix_inference_and_normal_tensor_inplace_op (__main__.TestAutogradInferenceMode) ... ok (0.003s) 2022-11-23T02:08:11.5499070Z test_mix_inference_and_normal_tensor_view_op (__main__.TestAutogradInferenceMode) ... ok (0.002s) 2022-11-23T02:08:11.5499499Z test_normal_tensor_inplace_output_in_inference_mode (__main__.TestAutogradInferenceMode) ... ok (0.002s) 2022-11-23T02:08:11.5499906Z test_normal_tensor_inplace_output_in_normal_mode (__main__.TestAutogradInferenceMode) ... ok (0.002s) 2022-11-23T02:08:11.5500280Z test_normal_tensor_view_output_in_inference_mode (__main__.TestAutogradInferenceMode) ... ok (0.002s) 2022-11-23T02:08:11.5500670Z test_normal_tensor_view_output_in_normal_mode (__main__.TestAutogradInferenceMode) ... ok (0.002s) 2022-11-23T02:08:11.5501019Z test_cat_stack_r_to_c (__main__.TestMultithreadAutograd) ... ok (0.135s) 2022-11-23T02:08:11.5501369Z test_dataparallel_saved_tensors_hooks (__main__.TestMultithreadAutograd) ... ok (0.000s) 2022-11-23T02:08:11.5501721Z test_fork_join_in_middle (__main__.TestMultithreadAutograd) ... ok (0.028s) 2022-11-23T02:08:11.5502050Z test_multi_grad_hooks (__main__.TestMultithreadAutograd) ... ok (0.008s) 2022-11-23T02:08:11.5502410Z test_multithreaded_exception_propagation (__main__.TestMultithreadAutograd) ... ok (0.005s) 2022-11-23T02:08:11.5502754Z test_preserve_backtrace (__main__.TestMultithreadAutograd) ... ok (0.002s) 2022-11-23T02:08:11.5503100Z test_python_thread_in_middle (__main__.TestMultithreadAutograd) ... ok (0.004s) 2022-11-23T02:08:11.5503872Z test_simple_backward (__main__.TestMultithreadAutograd) ... ok (0.009s) 2022-11-23T02:08:11.5504228Z test_simple_backward_same_input (__main__.TestMultithreadAutograd) ... ok (0.011s) 2022-11-23T02:08:11.5504428Z 2022-11-23T02:08:11.5504584Z ---------------------------------------------------------------------- 2022-11-23T02:08:11.5504877Z Ran 461 tests in 24.000s 2022-11-23T02:08:11.5505013Z 2022-11-23T02:08:11.5505102Z OK (skipped=12, expected failures=2) 2022-11-23T02:08:11.5505243Z 2022-11-23T02:08:11.5505336Z Generating XML reports... 2022-11-23T02:08:11.5505770Z Generated XML report: test-reports\python-unittest\test_autograd\TEST-TestAllowMutationOnSaved-20221123020746.xml 2022-11-23T02:08:11.5506265Z Generated XML report: test-reports\python-unittest\test_autograd\TEST-TestAutograd-20221123020746.xml 2022-11-23T02:08:11.5506778Z Generated XML report: test-reports\python-unittest\test_autograd\TEST-autograd.test_complex.TestAutogradComplex-20221123020746.xml 2022-11-23T02:08:11.5507308Z Generated XML report: test-reports\python-unittest\test_autograd\TEST-TestAutogradForwardMode-20221123020746.xml 2022-11-23T02:08:11.5507846Z Generated XML report: test-reports\python-unittest\test_autograd\TEST-TestAutogradForwardModeBatchedGrad-20221123020746.xml 2022-11-23T02:08:11.5508438Z Generated XML report: test-reports\python-unittest\test_autograd\TEST-autograd.test_functional.TestAutogradFunctional-20221123020746.xml 2022-11-23T02:08:11.5508975Z Generated XML report: test-reports\python-unittest\test_autograd\TEST-TestAutogradInferenceMode-20221123020746.xml 2022-11-23T02:08:11.5509477Z Generated XML report: test-reports\python-unittest\test_autograd\TEST-TestMultithreadAutograd-20221123020746.xml 2022-11-23T02:08:11.5509744Z 2022-11-23T02:08:11.5510125Z ##[endgroup] 2022-11-23T02:08:11.5510475Z FINISHED PRINTING LOG FILE of test_autograd (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_autograd_g_9dgun9) 2022-11-23T02:08:11.5510725Z 2022-11-23T02:08:11.5510849Z Running test_cpp_api_parity ... [2022-11-23 02:08:11.522164] 2022-11-23T02:08:11.5511324Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_cpp_api_parity.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:08:11.522164] 2022-11-23T02:09:07.7940034Z 2022-11-23T02:09:07.7940632Z Expand the folded group to see the log file of test_cpp_api_parity 2022-11-23T02:09:07.7941731Z ##[group]PRINTING LOG FILE of test_cpp_api_parity (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_cpp_api_parity_rcepbhol) 2022-11-23T02:09:07.7953166Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:07.7953935Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:09:07.7954287Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:09:07.7954502Z 2022-11-23T02:09:07.7955022Z Running tests... 2022-11-23T02:09:07.7955374Z ---------------------------------------------------------------------- 2022-11-23T02:09:07.7955720Z Test results will be stored in test-reports\python-unittest\test_cpp_api_parity 2022-11-23T02:09:07.7956090Z test_torch_nn_AdaptiveAvgPool1d (__main__.TestCppApiParity) ... ok (0.063s) 2022-11-23T02:09:07.7956465Z test_torch_nn_AdaptiveAvgPool1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.7956856Z test_torch_nn_AdaptiveAvgPool1d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.035s) 2022-11-23T02:09:07.7957262Z test_torch_nn_AdaptiveAvgPool1d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.7957970Z test_torch_nn_AdaptiveAvgPool1d_one_output (__main__.TestCppApiParity) ... ok (0.034s) 2022-11-23T02:09:07.7958384Z test_torch_nn_AdaptiveAvgPool1d_one_output_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.7958838Z test_torch_nn_AdaptiveAvgPool2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.030s) 2022-11-23T02:09:07.7959384Z test_torch_nn_AdaptiveAvgPool2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.7959919Z test_torch_nn_AdaptiveAvgPool2d_single (__main__.TestCppApiParity) ... ok (0.031s) 2022-11-23T02:09:07.7960423Z test_torch_nn_AdaptiveAvgPool2d_single_1x1output (__main__.TestCppApiParity) ... ok (0.031s) 2022-11-23T02:09:07.7960966Z test_torch_nn_AdaptiveAvgPool2d_single_1x1output_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.7961521Z test_torch_nn_AdaptiveAvgPool2d_single_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.002s) 2022-11-23T02:09:07.7962016Z test_torch_nn_AdaptiveAvgPool2d_tuple (__main__.TestCppApiParity) ... ok (0.033s) 2022-11-23T02:09:07.7962520Z test_torch_nn_AdaptiveAvgPool2d_tuple_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.7963041Z test_torch_nn_AdaptiveAvgPool2d_tuple_none (__main__.TestCppApiParity) ... ok (0.033s) 2022-11-23T02:09:07.7963660Z test_torch_nn_AdaptiveAvgPool2d_tuple_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.7964241Z test_torch_nn_AdaptiveAvgPool3d_last_dim (__main__.TestCppApiParity) ... ok (0.031s) 2022-11-23T02:09:07.7964770Z test_torch_nn_AdaptiveAvgPool3d_last_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.7965354Z test_torch_nn_AdaptiveAvgPool3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.036s) 2022-11-23T02:09:07.7965881Z test_torch_nn_AdaptiveAvgPool3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.7966385Z test_torch_nn_AdaptiveAvgPool3d_single (__main__.TestCppApiParity) ... ok (0.036s) 2022-11-23T02:09:07.7966924Z test_torch_nn_AdaptiveAvgPool3d_single_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.7967428Z test_torch_nn_AdaptiveAvgPool3d_tuple (__main__.TestCppApiParity) ... ok (0.035s) 2022-11-23T02:09:07.7967957Z test_torch_nn_AdaptiveAvgPool3d_tuple_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.7969131Z test_torch_nn_AdaptiveAvgPool3d_tuple_none (__main__.TestCppApiParity) ... ok (0.035s) 2022-11-23T02:09:07.7969654Z test_torch_nn_AdaptiveAvgPool3d_tuple_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.7970160Z test_torch_nn_AdaptiveMaxPool1d (__main__.TestCppApiParity) ... ok (0.039s) 2022-11-23T02:09:07.7970650Z test_torch_nn_AdaptiveMaxPool1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.7971175Z test_torch_nn_AdaptiveMaxPool1d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.031s) 2022-11-23T02:09:07.7971701Z test_torch_nn_AdaptiveMaxPool1d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.7972224Z test_torch_nn_AdaptiveMaxPool2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.041s) 2022-11-23T02:09:07.7972733Z test_torch_nn_AdaptiveMaxPool2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.7973264Z test_torch_nn_AdaptiveMaxPool2d_single (__main__.TestCppApiParity) ... ok (0.032s) 2022-11-23T02:09:07.7973798Z test_torch_nn_AdaptiveMaxPool2d_single_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.7974307Z test_torch_nn_AdaptiveMaxPool2d_tuple (__main__.TestCppApiParity) ... ok (0.033s) 2022-11-23T02:09:07.7974841Z test_torch_nn_AdaptiveMaxPool2d_tuple_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.7975296Z test_torch_nn_AdaptiveMaxPool2d_tuple_none (__main__.TestCppApiParity) ... ok (0.039s) 2022-11-23T02:09:07.7975690Z test_torch_nn_AdaptiveMaxPool2d_tuple_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.7976053Z test_torch_nn_AdaptiveMaxPool3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.028s) 2022-11-23T02:09:07.7976446Z test_torch_nn_AdaptiveMaxPool3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.7976828Z test_torch_nn_AdaptiveMaxPool3d_single (__main__.TestCppApiParity) ... ok (0.046s) 2022-11-23T02:09:07.7977213Z test_torch_nn_AdaptiveMaxPool3d_single_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.7977602Z test_torch_nn_AdaptiveMaxPool3d_single_nonatomic (__main__.TestCppApiParity) ... ok (0.031s) 2022-11-23T02:09:07.7978005Z test_torch_nn_AdaptiveMaxPool3d_single_nonatomic_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.7978390Z test_torch_nn_AdaptiveMaxPool3d_tuple (__main__.TestCppApiParity) ... ok (0.060s) 2022-11-23T02:09:07.7978753Z test_torch_nn_AdaptiveMaxPool3d_tuple_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.7979135Z test_torch_nn_AdaptiveMaxPool3d_tuple_nonatomic (__main__.TestCppApiParity) ... ok (0.046s) 2022-11-23T02:09:07.7979536Z test_torch_nn_AdaptiveMaxPool3d_tuple_nonatomic_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.7979928Z test_torch_nn_AdaptiveMaxPool3d_tuple_none (__main__.TestCppApiParity) ... ok (0.053s) 2022-11-23T02:09:07.7980314Z test_torch_nn_AdaptiveMaxPool3d_tuple_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.7980669Z test_torch_nn_AvgPool1d (__main__.TestCppApiParity) ... ok (0.026s) 2022-11-23T02:09:07.7981007Z test_torch_nn_AvgPool1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.7981339Z test_torch_nn_AvgPool1d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.032s) 2022-11-23T02:09:07.7981704Z test_torch_nn_AvgPool1d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.7982060Z test_torch_nn_AvgPool1d_stride (__main__.TestCppApiParity) ... ok (0.034s) 2022-11-23T02:09:07.7982481Z test_torch_nn_AvgPool1d_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.7982840Z test_torch_nn_AvgPool1d_stride_pad (__main__.TestCppApiParity) ... ok (0.034s) 2022-11-23T02:09:07.7983204Z test_torch_nn_AvgPool1d_stride_pad_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.7983549Z test_torch_nn_AvgPool2d (__main__.TestCppApiParity) ... ok (0.038s) 2022-11-23T02:09:07.7983872Z test_torch_nn_AvgPool2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.7984218Z test_torch_nn_AvgPool2d_divisor (__main__.TestCppApiParity) ... ok (0.027s) 2022-11-23T02:09:07.7984577Z test_torch_nn_AvgPool2d_divisor_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.7984940Z test_torch_nn_AvgPool2d_divisor_stride (__main__.TestCppApiParity) ... ok (0.040s) 2022-11-23T02:09:07.7985312Z test_torch_nn_AvgPool2d_divisor_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.7985683Z test_torch_nn_AvgPool2d_divisor_stride_pad (__main__.TestCppApiParity) ... ok (0.035s) 2022-11-23T02:09:07.7986061Z test_torch_nn_AvgPool2d_divisor_stride_pad_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.7986413Z test_torch_nn_AvgPool2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.026s) 2022-11-23T02:09:07.7986774Z test_torch_nn_AvgPool2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.7987183Z test_torch_nn_AvgPool2d_stride (__main__.TestCppApiParity) ... ok (0.038s) 2022-11-23T02:09:07.7987537Z test_torch_nn_AvgPool2d_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.7987890Z test_torch_nn_AvgPool2d_stride_pad (__main__.TestCppApiParity) ... ok (0.034s) 2022-11-23T02:09:07.7988255Z test_torch_nn_AvgPool2d_stride_pad_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.7988586Z test_torch_nn_AvgPool3d (__main__.TestCppApiParity) ... ok (0.034s) 2022-11-23T02:09:07.7988921Z test_torch_nn_AvgPool3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.7989266Z test_torch_nn_AvgPool3d_divisor (__main__.TestCppApiParity) ... ok (0.038s) 2022-11-23T02:09:07.7989623Z test_torch_nn_AvgPool3d_divisor_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.7989986Z test_torch_nn_AvgPool3d_divisor_stride (__main__.TestCppApiParity) ... ok (0.026s) 2022-11-23T02:09:07.7990350Z test_torch_nn_AvgPool3d_divisor_stride1_pad0_gpu_input (__main__.TestCppApiParity) ... ok (0.043s) 2022-11-23T02:09:07.7990755Z test_torch_nn_AvgPool3d_divisor_stride1_pad0_gpu_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.7991145Z test_torch_nn_AvgPool3d_divisor_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.7991514Z test_torch_nn_AvgPool3d_divisor_stride_pad (__main__.TestCppApiParity) ... ok (0.033s) 2022-11-23T02:09:07.7991892Z test_torch_nn_AvgPool3d_divisor_stride_pad_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.7992286Z test_torch_nn_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output (__main__.TestCppApiParity) ... ok (0.032s) 2022-11-23T02:09:07.7992707Z test_torch_nn_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.7993120Z test_torch_nn_AvgPool3d_divisor_stride_pad_gpu_general_output (__main__.TestCppApiParity) ... ok (0.032s) 2022-11-23T02:09:07.7993540Z test_torch_nn_AvgPool3d_divisor_stride_pad_gpu_general_output_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.7993957Z test_torch_nn_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap (__main__.TestCppApiParity) ... ok (0.037s) 2022-11-23T02:09:07.7994416Z test_torch_nn_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.7994798Z test_torch_nn_AvgPool3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.034s) 2022-11-23T02:09:07.7995165Z test_torch_nn_AvgPool3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.7995584Z test_torch_nn_AvgPool3d_stride (__main__.TestCppApiParity) ... ok (0.036s) 2022-11-23T02:09:07.7995932Z test_torch_nn_AvgPool3d_stride1_pad0_gpu_input (__main__.TestCppApiParity) ... ok (0.032s) 2022-11-23T02:09:07.7996363Z test_torch_nn_AvgPool3d_stride1_pad0_gpu_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.7996761Z test_torch_nn_AvgPool3d_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.7997097Z test_torch_nn_AvgPool3d_stride_pad (__main__.TestCppApiParity) ... ok (0.033s) 2022-11-23T02:09:07.7997463Z test_torch_nn_AvgPool3d_stride_pad_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.7997844Z test_torch_nn_AvgPool3d_stride_pad_gpu_fixedkw_output (__main__.TestCppApiParity) ... ok (0.037s) 2022-11-23T02:09:07.7998242Z test_torch_nn_AvgPool3d_stride_pad_gpu_fixedkw_output_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.7998638Z test_torch_nn_AvgPool3d_stride_pad_gpu_general_output (__main__.TestCppApiParity) ... ok (0.038s) 2022-11-23T02:09:07.7999092Z test_torch_nn_AvgPool3d_stride_pad_gpu_general_output_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.7999499Z test_torch_nn_AvgPool3d_stride_pad_gpu_input_nooverlap (__main__.TestCppApiParity) ... ok (0.031s) 2022-11-23T02:09:07.7999887Z test_torch_nn_AvgPool3d_stride_pad_gpu_input_nooverlap_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8000249Z test_torch_nn_BCELoss (__main__.TestCppApiParity) ... ok (0.036s) 2022-11-23T02:09:07.8000581Z test_torch_nn_BCELoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8000946Z test_torch_nn_BCELoss_no_batch_dim_mean (__main__.TestCppApiParity) ... expected failure (0.032s) 2022-11-23T02:09:07.8001327Z test_torch_nn_BCELoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8001710Z test_torch_nn_BCELoss_no_batch_dim_none (__main__.TestCppApiParity) ... expected failure (0.029s) 2022-11-23T02:09:07.8002093Z test_torch_nn_BCELoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8002453Z test_torch_nn_BCELoss_no_batch_dim_sum (__main__.TestCppApiParity) ... expected failure (0.031s) 2022-11-23T02:09:07.8002833Z test_torch_nn_BCELoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8003198Z test_torch_nn_BCELoss_scalar_weights (__main__.TestCppApiParity) ... ok (0.030s) 2022-11-23T02:09:07.8003648Z test_torch_nn_BCELoss_scalar_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8004006Z test_torch_nn_BCELoss_weights (__main__.TestCppApiParity) ... ok (0.034s) 2022-11-23T02:09:07.8004357Z test_torch_nn_BCELoss_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8004708Z test_torch_nn_BCEWithLogitsLoss (__main__.TestCppApiParity) ... ok (0.033s) 2022-11-23T02:09:07.8005058Z test_torch_nn_BCEWithLogitsLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.002s) 2022-11-23T02:09:07.8005455Z test_torch_nn_BCEWithLogitsLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... expected failure (0.029s) 2022-11-23T02:09:07.8005866Z test_torch_nn_BCEWithLogitsLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8006341Z test_torch_nn_BCEWithLogitsLoss_no_batch_dim_none (__main__.TestCppApiParity) ... expected failure (0.026s) 2022-11-23T02:09:07.8006753Z test_torch_nn_BCEWithLogitsLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8007161Z test_torch_nn_BCEWithLogitsLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... expected failure (0.033s) 2022-11-23T02:09:07.8007570Z test_torch_nn_BCEWithLogitsLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8007945Z test_torch_nn_BCEWithLogitsLoss_scalar_weights (__main__.TestCppApiParity) ... ok (0.030s) 2022-11-23T02:09:07.8008344Z test_torch_nn_BCEWithLogitsLoss_scalar_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8008733Z test_torch_nn_BCEWithLogitsLoss_weights (__main__.TestCppApiParity) ... ok (0.030s) 2022-11-23T02:09:07.8009115Z test_torch_nn_BCEWithLogitsLoss_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8009482Z test_torch_nn_BatchNorm1d_3d_input (__main__.TestCppApiParity) ... ok (0.033s) 2022-11-23T02:09:07.8009845Z test_torch_nn_BatchNorm1d_3d_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.006s) 2022-11-23T02:09:07.8010211Z test_torch_nn_BatchNorm1d_3d_input_not_affine (__main__.TestCppApiParity) ... ok (0.035s) 2022-11-23T02:09:07.8010578Z test_torch_nn_BatchNorm1d_3d_input_not_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8010981Z test_torch_nn_BatchNorm1d_affine (__main__.TestCppApiParity) ... ok (0.043s) 2022-11-23T02:09:07.8011344Z test_torch_nn_BatchNorm1d_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8011718Z test_torch_nn_BatchNorm1d_affine_simple_average (__main__.TestCppApiParity) ... ok (0.044s) 2022-11-23T02:09:07.8012110Z test_torch_nn_BatchNorm1d_affine_simple_average_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8012486Z test_torch_nn_BatchNorm1d_not_affine (__main__.TestCppApiParity) ... ok (0.032s) 2022-11-23T02:09:07.8012859Z test_torch_nn_BatchNorm1d_not_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8013214Z test_torch_nn_BatchNorm1d_not_tracking_stats (__main__.TestCppApiParity) ... ok (0.031s) 2022-11-23T02:09:07.8013597Z test_torch_nn_BatchNorm1d_not_tracking_stats_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8013967Z test_torch_nn_BatchNorm1d_zero_batch (__main__.TestCppApiParity) ... ok (0.046s) 2022-11-23T02:09:07.8014333Z test_torch_nn_BatchNorm1d_zero_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8014679Z test_torch_nn_BatchNorm2d (__main__.TestCppApiParity) ... ok (0.039s) 2022-11-23T02:09:07.8015014Z test_torch_nn_BatchNorm2d_2d_simple_average (__main__.TestCppApiParity) ... ok (0.046s) 2022-11-23T02:09:07.8015402Z test_torch_nn_BatchNorm2d_2d_simple_average_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8015771Z test_torch_nn_BatchNorm2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8016120Z test_torch_nn_BatchNorm2d_momentum (__main__.TestCppApiParity) ... ok (0.044s) 2022-11-23T02:09:07.8016482Z test_torch_nn_BatchNorm2d_momentum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8016843Z test_torch_nn_BatchNorm2d_not_affine (__main__.TestCppApiParity) ... ok (0.041s) 2022-11-23T02:09:07.8017209Z test_torch_nn_BatchNorm2d_not_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8017573Z test_torch_nn_BatchNorm2d_not_tracking_stats (__main__.TestCppApiParity) ... ok (0.042s) 2022-11-23T02:09:07.8017956Z test_torch_nn_BatchNorm2d_not_tracking_stats_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8018352Z test_torch_nn_BatchNorm2d_zero_batch (__main__.TestCppApiParity) ... ok (0.044s) 2022-11-23T02:09:07.8018715Z test_torch_nn_BatchNorm2d_zero_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8019062Z test_torch_nn_BatchNorm3d (__main__.TestCppApiParity) ... ok (0.043s) 2022-11-23T02:09:07.8019395Z test_torch_nn_BatchNorm3d_3d_simple_average (__main__.TestCppApiParity) ... ok (0.045s) 2022-11-23T02:09:07.8019777Z test_torch_nn_BatchNorm3d_3d_simple_average_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8020163Z test_torch_nn_BatchNorm3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8020513Z test_torch_nn_BatchNorm3d_momentum (__main__.TestCppApiParity) ... ok (0.055s) 2022-11-23T02:09:07.8020859Z test_torch_nn_BatchNorm3d_momentum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8021218Z test_torch_nn_BatchNorm3d_not_affine (__main__.TestCppApiParity) ... ok (0.038s) 2022-11-23T02:09:07.8021585Z test_torch_nn_BatchNorm3d_not_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8021954Z test_torch_nn_BatchNorm3d_not_tracking_stats (__main__.TestCppApiParity) ... ok (0.047s) 2022-11-23T02:09:07.8022336Z test_torch_nn_BatchNorm3d_not_tracking_stats_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8022701Z test_torch_nn_BatchNorm3d_zero_batch (__main__.TestCppApiParity) ... ok (0.030s) 2022-11-23T02:09:07.8023108Z test_torch_nn_BatchNorm3d_zero_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8023432Z test_torch_nn_CELU (__main__.TestCppApiParity) ... ok (0.031s) 2022-11-23T02:09:07.8023751Z test_torch_nn_CELU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8024082Z test_torch_nn_CELU_scalar (__main__.TestCppApiParity) ... ok (0.032s) 2022-11-23T02:09:07.8024422Z test_torch_nn_CELU_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8024787Z test_torch_nn_CTCLoss_2d_int_target_lengths_tensors (__main__.TestCppApiParity) ... ok (0.028s) 2022-11-23T02:09:07.8025182Z test_torch_nn_CTCLoss_2d_int_target_lengths_tensors_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8025541Z test_torch_nn_CTCLoss_2d_lengths_tensors (__main__.TestCppApiParity) ... ok (0.034s) 2022-11-23T02:09:07.8025911Z test_torch_nn_CTCLoss_2d_lengths_tensors_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8026273Z test_torch_nn_CTCLoss_lengths_tensors (__main__.TestCppApiParity) ... ok (0.022s) 2022-11-23T02:09:07.8026637Z test_torch_nn_CTCLoss_lengths_tensors_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8026989Z test_torch_nn_ConstantPad1d (__main__.TestCppApiParity) ... ok (0.039s) 2022-11-23T02:09:07.8027316Z test_torch_nn_ConstantPad1d_batch (__main__.TestCppApiParity) ... ok (0.029s) 2022-11-23T02:09:07.8027680Z test_torch_nn_ConstantPad1d_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8028027Z test_torch_nn_ConstantPad1d_complex (__main__.TestCppApiParity) ... ok (0.040s) 2022-11-23T02:09:07.8028403Z test_torch_nn_ConstantPad1d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8028791Z test_torch_nn_ConstantPad1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8029138Z test_torch_nn_ConstantPad2d (__main__.TestCppApiParity) ... ok (0.040s) 2022-11-23T02:09:07.8029469Z test_torch_nn_ConstantPad2d_complex (__main__.TestCppApiParity) ... ok (0.045s) 2022-11-23T02:09:07.8029836Z test_torch_nn_ConstantPad2d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8030269Z test_torch_nn_ConstantPad2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8030613Z test_torch_nn_ConstantPad2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.026s) 2022-11-23T02:09:07.8030994Z test_torch_nn_ConstantPad2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8031348Z test_torch_nn_ConstantPad3d (__main__.TestCppApiParity) ... ok (0.065s) 2022-11-23T02:09:07.8031679Z test_torch_nn_ConstantPad3d_complex (__main__.TestCppApiParity) ... ok (0.085s) 2022-11-23T02:09:07.8032053Z test_torch_nn_ConstantPad3d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8032441Z test_torch_nn_ConstantPad3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8032799Z test_torch_nn_ConstantPad3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.056s) 2022-11-23T02:09:07.8033158Z test_torch_nn_ConstantPad3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8033502Z test_torch_nn_Conv1d (__main__.TestCppApiParity) ... ok (0.039s) 2022-11-23T02:09:07.8033825Z test_torch_nn_Conv1d_circular_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.060s) 2022-11-23T02:09:07.8034201Z test_torch_nn_Conv1d_circular_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8034574Z test_torch_nn_Conv1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8034957Z test_torch_nn_Conv1d_dilated (__main__.TestCppApiParity) ... ok (0.048s) 2022-11-23T02:09:07.8035290Z test_torch_nn_Conv1d_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8035624Z test_torch_nn_Conv1d_groups (__main__.TestCppApiParity) ... ok (0.040s) 2022-11-23T02:09:07.8035967Z test_torch_nn_Conv1d_groups_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8036305Z test_torch_nn_Conv1d_pad1 (__main__.TestCppApiParity) ... ok (0.044s) 2022-11-23T02:09:07.8036641Z test_torch_nn_Conv1d_pad1_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8036980Z test_torch_nn_Conv1d_pad1size1 (__main__.TestCppApiParity) ... ok (0.035s) 2022-11-23T02:09:07.8037329Z test_torch_nn_Conv1d_pad1size1_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8037648Z test_torch_nn_Conv1d_pad2 (__main__.TestCppApiParity) ... ok (0.040s) 2022-11-23T02:09:07.8037991Z test_torch_nn_Conv1d_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8038328Z test_torch_nn_Conv1d_pad2size1 (__main__.TestCppApiParity) ... ok (0.039s) 2022-11-23T02:09:07.8038674Z test_torch_nn_Conv1d_pad2size1_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8039018Z test_torch_nn_Conv1d_pad_same (__main__.TestCppApiParity) ... ok (0.050s) 2022-11-23T02:09:07.8039747Z test_torch_nn_Conv1d_pad_same2 (__main__.TestCppApiParity) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\conv.py:309: UserWarning: Using padding='same' with even kernel lengths and odd dilation may require a zero-padded copy of the input be created (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Convolution.cpp:996.) 2022-11-23T02:09:07.8040418Z return F.conv1d(input, weight, bias, self.stride, 2022-11-23T02:09:07.8040632Z ok (0.042s) 2022-11-23T02:09:07.8040899Z test_torch_nn_Conv1d_pad_same2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8041280Z test_torch_nn_Conv1d_pad_same_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8041634Z test_torch_nn_Conv1d_pad_same_dilated (__main__.TestCppApiParity) ... ok (0.035s) 2022-11-23T02:09:07.8042045Z test_torch_nn_Conv1d_pad_same_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8042400Z test_torch_nn_Conv1d_pad_valid (__main__.TestCppApiParity) ... ok (0.046s) 2022-11-23T02:09:07.8042745Z test_torch_nn_Conv1d_pad_valid_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8043082Z test_torch_nn_Conv1d_reflect_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.038s) 2022-11-23T02:09:07.8043546Z test_torch_nn_Conv1d_reflect_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8043926Z test_torch_nn_Conv1d_replicate_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.036s) 2022-11-23T02:09:07.8044315Z test_torch_nn_Conv1d_replicate_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8044674Z test_torch_nn_Conv1d_stride (__main__.TestCppApiParity) ... ok (0.043s) 2022-11-23T02:09:07.8045018Z test_torch_nn_Conv1d_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8045365Z test_torch_nn_Conv1d_zero_batch (__main__.TestCppApiParity) ... ok (0.041s) 2022-11-23T02:09:07.8045701Z test_torch_nn_Conv1d_zero_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8046058Z test_torch_nn_Conv1d_zeros_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.038s) 2022-11-23T02:09:07.8046429Z test_torch_nn_Conv1d_zeros_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8046816Z test_torch_nn_Conv2d (__main__.TestCppApiParity) ... ok (0.044s) 2022-11-23T02:09:07.8047142Z test_torch_nn_Conv2d_circular_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.035s) 2022-11-23T02:09:07.8047519Z test_torch_nn_Conv2d_circular_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8047893Z test_torch_nn_Conv2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8048212Z test_torch_nn_Conv2d_depthwise (__main__.TestCppApiParity) ... ok (0.049s) 2022-11-23T02:09:07.8048570Z test_torch_nn_Conv2d_depthwise_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8048924Z test_torch_nn_Conv2d_depthwise_dilated (__main__.TestCppApiParity) ... ok (0.045s) 2022-11-23T02:09:07.8049297Z test_torch_nn_Conv2d_depthwise_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8049659Z test_torch_nn_Conv2d_depthwise_padded (__main__.TestCppApiParity) ... ok (0.049s) 2022-11-23T02:09:07.8050034Z test_torch_nn_Conv2d_depthwise_padded_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8050400Z test_torch_nn_Conv2d_depthwise_strided (__main__.TestCppApiParity) ... ok (0.040s) 2022-11-23T02:09:07.8050754Z test_torch_nn_Conv2d_depthwise_strided_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8051131Z test_torch_nn_Conv2d_depthwise_with_multiplier (__main__.TestCppApiParity) ... ok (0.046s) 2022-11-23T02:09:07.8051516Z test_torch_nn_Conv2d_depthwise_with_multiplier_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8051941Z test_torch_nn_Conv2d_dilated (__main__.TestCppApiParity) ... ok (0.036s) 2022-11-23T02:09:07.8052330Z test_torch_nn_Conv2d_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8052673Z test_torch_nn_Conv2d_groups (__main__.TestCppApiParity) ... ok (0.044s) 2022-11-23T02:09:07.8053023Z test_torch_nn_Conv2d_groups_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8053355Z test_torch_nn_Conv2d_groups_thnn (__main__.TestCppApiParity) ... ok (0.046s) 2022-11-23T02:09:07.8053711Z test_torch_nn_Conv2d_groups_thnn_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8054113Z test_torch_nn_Conv2d_no_bias (__main__.TestCppApiParity) ... ok (0.042s) 2022-11-23T02:09:07.8054457Z test_torch_nn_Conv2d_no_bias_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8054804Z test_torch_nn_Conv2d_pad_same (__main__.TestCppApiParity) ... ok (0.049s) 2022-11-23T02:09:07.8055152Z test_torch_nn_Conv2d_pad_same_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8055486Z test_torch_nn_Conv2d_pad_same_dilated (__main__.TestCppApiParity) ... ok (0.045s) 2022-11-23T02:09:07.8055857Z test_torch_nn_Conv2d_pad_same_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8056215Z test_torch_nn_Conv2d_pad_valid (__main__.TestCppApiParity) ... ok (0.035s) 2022-11-23T02:09:07.8056563Z test_torch_nn_Conv2d_pad_valid_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8056903Z test_torch_nn_Conv2d_padding (__main__.TestCppApiParity) ... ok (0.044s) 2022-11-23T02:09:07.8057248Z test_torch_nn_Conv2d_padding_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8057602Z test_torch_nn_Conv2d_reflect_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.038s) 2022-11-23T02:09:07.8057958Z test_torch_nn_Conv2d_reflect_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8058327Z test_torch_nn_Conv2d_replicate_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.040s) 2022-11-23T02:09:07.8058750Z test_torch_nn_Conv2d_replicate_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8059108Z test_torch_nn_Conv2d_strided (__main__.TestCppApiParity) ... ok (0.039s) 2022-11-23T02:09:07.8059457Z test_torch_nn_Conv2d_strided_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8059798Z test_torch_nn_Conv2d_zero_batch (__main__.TestCppApiParity) ... ok (0.039s) 2022-11-23T02:09:07.8060152Z test_torch_nn_Conv2d_zero_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8060491Z test_torch_nn_Conv2d_zeros_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.035s) 2022-11-23T02:09:07.8060856Z test_torch_nn_Conv2d_zeros_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8061198Z test_torch_nn_Conv3d (__main__.TestCppApiParity) ... ok (0.039s) 2022-11-23T02:09:07.8061511Z test_torch_nn_Conv3d_1x1x1_no_bias (__main__.TestCppApiParity) ... ok (0.027s) 2022-11-23T02:09:07.8061864Z test_torch_nn_Conv3d_1x1x1_no_bias_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.010s) 2022-11-23T02:09:07.8062219Z test_torch_nn_Conv3d_circular_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.045s) 2022-11-23T02:09:07.8062579Z test_torch_nn_Conv3d_circular_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8062949Z test_torch_nn_Conv3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8063272Z test_torch_nn_Conv3d_dilated (__main__.TestCppApiParity) ... ok (0.046s) 2022-11-23T02:09:07.8063610Z test_torch_nn_Conv3d_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8063950Z test_torch_nn_Conv3d_dilated_strided (__main__.TestCppApiParity) ... ok (0.042s) 2022-11-23T02:09:07.8064312Z test_torch_nn_Conv3d_dilated_strided_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8064655Z test_torch_nn_Conv3d_groups (__main__.TestCppApiParity) ... ok (0.037s) 2022-11-23T02:09:07.8064983Z test_torch_nn_Conv3d_groups_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8065323Z test_torch_nn_Conv3d_no_bias (__main__.TestCppApiParity) ... ok (0.054s) 2022-11-23T02:09:07.8065665Z test_torch_nn_Conv3d_no_bias_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8066057Z test_torch_nn_Conv3d_pad_same (__main__.TestCppApiParity) ... ok (0.053s) 2022-11-23T02:09:07.8066401Z test_torch_nn_Conv3d_pad_same_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8066756Z test_torch_nn_Conv3d_pad_same_dilated (__main__.TestCppApiParity) ... ok (0.063s) 2022-11-23T02:09:07.8067121Z test_torch_nn_Conv3d_pad_same_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8067456Z test_torch_nn_Conv3d_pad_valid (__main__.TestCppApiParity) ... ok (0.049s) 2022-11-23T02:09:07.8067804Z test_torch_nn_Conv3d_pad_valid_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8068161Z test_torch_nn_Conv3d_replicate_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.040s) 2022-11-23T02:09:07.8068544Z test_torch_nn_Conv3d_replicate_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8068904Z test_torch_nn_Conv3d_stride (__main__.TestCppApiParity) ... ok (0.042s) 2022-11-23T02:09:07.8069244Z test_torch_nn_Conv3d_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8069594Z test_torch_nn_Conv3d_stride_padding (__main__.TestCppApiParity) ... ok (0.040s) 2022-11-23T02:09:07.8069941Z test_torch_nn_Conv3d_stride_padding_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8070289Z test_torch_nn_Conv3d_zero_batch (__main__.TestCppApiParity) ... ok (0.040s) 2022-11-23T02:09:07.8070691Z test_torch_nn_Conv3d_zero_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8071042Z test_torch_nn_Conv3d_zeros_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.035s) 2022-11-23T02:09:07.8071401Z test_torch_nn_Conv3d_zeros_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.011s) 2022-11-23T02:09:07.8071751Z test_torch_nn_ConvTranspose1d (__main__.TestCppApiParity) ... ok (0.039s) 2022-11-23T02:09:07.8072090Z test_torch_nn_ConvTranspose1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8072447Z test_torch_nn_ConvTranspose1d_dilated (__main__.TestCppApiParity) ... ok (0.033s) 2022-11-23T02:09:07.8072820Z test_torch_nn_ConvTranspose1d_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8073186Z test_torch_nn_ConvTranspose1d_groups (__main__.TestCppApiParity) ... ok (0.050s) 2022-11-23T02:09:07.8073560Z test_torch_nn_ConvTranspose1d_groups_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8073922Z test_torch_nn_ConvTranspose1d_no_bias (__main__.TestCppApiParity) ... ok (0.042s) 2022-11-23T02:09:07.8074291Z test_torch_nn_ConvTranspose1d_no_bias_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8074628Z test_torch_nn_ConvTranspose2d (__main__.TestCppApiParity) ... ok (0.061s) 2022-11-23T02:09:07.8074989Z test_torch_nn_ConvTranspose2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8075347Z test_torch_nn_ConvTranspose2d_dilated (__main__.TestCppApiParity) ... ok (0.044s) 2022-11-23T02:09:07.8075720Z test_torch_nn_ConvTranspose2d_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8076088Z test_torch_nn_ConvTranspose2d_groups (__main__.TestCppApiParity) ... ok (0.046s) 2022-11-23T02:09:07.8076451Z test_torch_nn_ConvTranspose2d_groups_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8076814Z test_torch_nn_ConvTranspose2d_no_bias (__main__.TestCppApiParity) ... ok (0.053s) 2022-11-23T02:09:07.8077163Z test_torch_nn_ConvTranspose2d_no_bias_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8077515Z test_torch_nn_ConvTranspose3d (__main__.TestCppApiParity) ... ok (0.050s) 2022-11-23T02:09:07.8078412Z test_torch_nn_ConvTranspose3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8078771Z test_torch_nn_ConvTranspose3d_dilated (__main__.TestCppApiParity) ... ok (0.067s) 2022-11-23T02:09:07.8079146Z test_torch_nn_ConvTranspose3d_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8079517Z test_torch_nn_CosineEmbeddingLoss (__main__.TestCppApiParity) ... ok (0.038s) 2022-11-23T02:09:07.8079897Z test_torch_nn_CosineEmbeddingLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8080258Z test_torch_nn_CosineEmbeddingLoss_margin (__main__.TestCppApiParity) ... ok (0.033s) 2022-11-23T02:09:07.8080641Z test_torch_nn_CosineEmbeddingLoss_margin_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8081033Z test_torch_nn_CosineEmbeddingLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... ok (0.030s) 2022-11-23T02:09:07.8081440Z test_torch_nn_CosineEmbeddingLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8081839Z test_torch_nn_CosineEmbeddingLoss_no_batch_dim_none (__main__.TestCppApiParity) ... ok (0.030s) 2022-11-23T02:09:07.8082248Z test_torch_nn_CosineEmbeddingLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8082648Z test_torch_nn_CosineEmbeddingLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... ok (0.030s) 2022-11-23T02:09:07.8083091Z test_torch_nn_CosineEmbeddingLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8083580Z test_torch_nn_CrossEntropyLoss (__main__.TestCppApiParity) ... ok (0.039s) 2022-11-23T02:09:07.8083919Z test_torch_nn_CrossEntropyLoss_2d (__main__.TestCppApiParity) ... ok (0.028s) 2022-11-23T02:09:07.8084287Z test_torch_nn_CrossEntropyLoss_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8084663Z test_torch_nn_CrossEntropyLoss_2d_ignore_index (__main__.TestCppApiParity) ... ok (0.036s) 2022-11-23T02:09:07.8085060Z test_torch_nn_CrossEntropyLoss_2d_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8085465Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing (__main__.TestCppApiParity) ... ok (0.030s) 2022-11-23T02:09:07.8085868Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8086301Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index (__main__.TestCppApiParity) ... ok (0.036s) 2022-11-23T02:09:07.8086745Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8087184Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction (__main__.TestCppApiParity) ... ok (0.031s) 2022-11-23T02:09:07.8087631Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8088065Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_weight (__main__.TestCppApiParity) ... ok (0.030s) 2022-11-23T02:09:07.8088496Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_weight_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8088905Z test_torch_nn_CrossEntropyLoss_2d_prob_target (__main__.TestCppApiParity) ... ok (0.032s) 2022-11-23T02:09:07.8089284Z test_torch_nn_CrossEntropyLoss_2d_prob_target_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8089685Z test_torch_nn_CrossEntropyLoss_2d_prob_target_smoothing (__main__.TestCppApiParity) ... ok (0.034s) 2022-11-23T02:09:07.8090095Z test_torch_nn_CrossEntropyLoss_2d_prob_target_smoothing_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8090581Z test_torch_nn_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction (__main__.TestCppApiParity) ... ok (0.032s) 2022-11-23T02:09:07.8091020Z test_torch_nn_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8091451Z test_torch_nn_CrossEntropyLoss_2d_prob_target_smoothing_weight (__main__.TestCppApiParity) ... ok (0.033s) 2022-11-23T02:09:07.8091879Z test_torch_nn_CrossEntropyLoss_2d_prob_target_smoothing_weight_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8092293Z test_torch_nn_CrossEntropyLoss_2d_prob_target_weights (__main__.TestCppApiParity) ... ok (0.033s) 2022-11-23T02:09:07.8092685Z test_torch_nn_CrossEntropyLoss_2d_prob_target_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8093071Z test_torch_nn_CrossEntropyLoss_2d_weights (__main__.TestCppApiParity) ... ok (0.032s) 2022-11-23T02:09:07.8093463Z test_torch_nn_CrossEntropyLoss_2d_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8093864Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing (__main__.TestCppApiParity) ... ok (0.032s) 2022-11-23T02:09:07.8094283Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8094712Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index (__main__.TestCppApiParity) ... ok (0.034s) 2022-11-23T02:09:07.8095205Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8095632Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction (__main__.TestCppApiParity) ... ok (0.020s) 2022-11-23T02:09:07.8096081Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8096548Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index (__main__.TestCppApiParity) ... ok (0.045s) 2022-11-23T02:09:07.8097019Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8097443Z test_torch_nn_CrossEntropyLoss_3d_prob_target (__main__.TestCppApiParity) ... ok (0.031s) 2022-11-23T02:09:07.8097835Z test_torch_nn_CrossEntropyLoss_3d_prob_target_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8098233Z test_torch_nn_CrossEntropyLoss_3d_prob_target_smoothing (__main__.TestCppApiParity) ... ok (0.029s) 2022-11-23T02:09:07.8098647Z test_torch_nn_CrossEntropyLoss_3d_prob_target_smoothing_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8099053Z test_torch_nn_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction (__main__.TestCppApiParity) ... ok (0.032s) 2022-11-23T02:09:07.8099492Z test_torch_nn_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8099908Z test_torch_nn_CrossEntropyLoss_3d_prob_target_weights (__main__.TestCppApiParity) ... ok (0.044s) 2022-11-23T02:09:07.8100310Z test_torch_nn_CrossEntropyLoss_3d_prob_target_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8100705Z test_torch_nn_CrossEntropyLoss_4d_prob_target (__main__.TestCppApiParity) ... ok (0.035s) 2022-11-23T02:09:07.8101093Z test_torch_nn_CrossEntropyLoss_4d_prob_target_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8101487Z test_torch_nn_CrossEntropyLoss_4d_prob_target_weights (__main__.TestCppApiParity) ... ok (0.022s) 2022-11-23T02:09:07.8101933Z test_torch_nn_CrossEntropyLoss_4d_prob_target_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8102319Z test_torch_nn_CrossEntropyLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8102682Z test_torch_nn_CrossEntropyLoss_dim_is_3 (__main__.TestCppApiParity) ... ok (0.030s) 2022-11-23T02:09:07.8103055Z test_torch_nn_CrossEntropyLoss_dim_is_3_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8103427Z test_torch_nn_CrossEntropyLoss_higher_dim (__main__.TestCppApiParity) ... ok (0.040s) 2022-11-23T02:09:07.8103816Z test_torch_nn_CrossEntropyLoss_higher_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8104190Z test_torch_nn_CrossEntropyLoss_weights (__main__.TestCppApiParity) ... ok (0.032s) 2022-11-23T02:09:07.8104575Z test_torch_nn_CrossEntropyLoss_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8104918Z test_torch_nn_CrossMapLRN2d (__main__.TestCppApiParity) ... ok (0.035s) 2022-11-23T02:09:07.8105273Z test_torch_nn_CrossMapLRN2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8105605Z test_torch_nn_ELU (__main__.TestCppApiParity) ... ok (0.058s) 2022-11-23T02:09:07.8105927Z test_torch_nn_ELU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8106252Z test_torch_nn_ELU_scalar (__main__.TestCppApiParity) ... ok (0.042s) 2022-11-23T02:09:07.8106635Z test_torch_nn_ELU_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8106956Z test_torch_nn_Embedding (__main__.TestCppApiParity) ... ok (0.045s) 2022-11-23T02:09:07.8107289Z test_torch_nn_EmbeddingBag_discontiguous (__main__.TestCppApiParity) ... ok (0.045s) 2022-11-23T02:09:07.8107673Z test_torch_nn_EmbeddingBag_discontiguous_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8108038Z test_torch_nn_EmbeddingBag_max (__main__.TestCppApiParity) ... ok (0.046s) 2022-11-23T02:09:07.8108401Z test_torch_nn_EmbeddingBag_max_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8108769Z test_torch_nn_EmbeddingBag_max_padding_idx (__main__.TestCppApiParity) ... ok (0.046s) 2022-11-23T02:09:07.8109153Z test_torch_nn_EmbeddingBag_max_padding_idx_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8109499Z test_torch_nn_EmbeddingBag_mean (__main__.TestCppApiParity) ... ok (0.038s) 2022-11-23T02:09:07.8109861Z test_torch_nn_EmbeddingBag_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8110227Z test_torch_nn_EmbeddingBag_mean_padding_idx (__main__.TestCppApiParity) ... ok (0.050s) 2022-11-23T02:09:07.8110613Z test_torch_nn_EmbeddingBag_mean_padding_idx_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8110984Z test_torch_nn_EmbeddingBag_sparse (__main__.TestCppApiParity) ... ok (0.046s) 2022-11-23T02:09:07.8111348Z test_torch_nn_EmbeddingBag_sparse_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8111702Z test_torch_nn_EmbeddingBag_sum (__main__.TestCppApiParity) ... ok (0.035s) 2022-11-23T02:09:07.8112041Z test_torch_nn_EmbeddingBag_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8112405Z test_torch_nn_EmbeddingBag_sum_padding_idx (__main__.TestCppApiParity) ... ok (0.036s) 2022-11-23T02:09:07.8112789Z test_torch_nn_EmbeddingBag_sum_padding_idx_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8113168Z test_torch_nn_Embedding_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8113520Z test_torch_nn_Embedding_discontiguous (__main__.TestCppApiParity) ... ok (0.039s) 2022-11-23T02:09:07.8113944Z test_torch_nn_Embedding_discontiguous_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8114300Z test_torch_nn_Embedding_sparse (__main__.TestCppApiParity) ... ok (0.032s) 2022-11-23T02:09:07.8114636Z test_torch_nn_Embedding_sparse_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8114973Z test_torch_nn_Flatten (__main__.TestCppApiParity) ... ok (0.026s) 2022-11-23T02:09:07.8115302Z test_torch_nn_Flatten_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8115645Z test_torch_nn_Flatten_no_batch_dim (__main__.TestCppApiParity) ... ok (0.037s) 2022-11-23T02:09:07.8116004Z test_torch_nn_Flatten_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8116331Z test_torch_nn_Fold (__main__.TestCppApiParity) ... ok (0.033s) 2022-11-23T02:09:07.8116634Z test_torch_nn_Fold_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8116969Z test_torch_nn_Fold_int_input (__main__.TestCppApiParity) ... ok (0.039s) 2022-11-23T02:09:07.8117308Z test_torch_nn_Fold_int_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8117643Z test_torch_nn_Fold_no_batch_dim_input (__main__.TestCppApiParity) ... ok (0.032s) 2022-11-23T02:09:07.8117993Z test_torch_nn_Fold_no_batch_dim_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8118337Z test_torch_nn_Fold_no_batch_dim_int_input (__main__.TestCppApiParity) ... ok (0.030s) 2022-11-23T02:09:07.8118745Z test_torch_nn_Fold_no_batch_dim_int_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8119101Z test_torch_nn_FractionalMaxPool2d_ratio (__main__.TestCppApiParity) ... ok (0.036s) 2022-11-23T02:09:07.8119476Z test_torch_nn_FractionalMaxPool2d_ratio_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8119859Z test_torch_nn_FractionalMaxPool2d_ratio_no_batch_dim (__main__.TestCppApiParity) ... ok (0.027s) 2022-11-23T02:09:07.8120260Z test_torch_nn_FractionalMaxPool2d_ratio_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8120677Z test_torch_nn_FractionalMaxPool2d_ratio_no_batch_dim_no_random_samples (__main__.TestCppApiParity) ... ok (0.033s) 2022-11-23T02:09:07.8121119Z test_torch_nn_FractionalMaxPool2d_ratio_no_batch_dim_no_random_samples_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:09:07.8121527Z test_torch_nn_FractionalMaxPool2d_size (__main__.TestCppApiParity) ... ok (0.027s) 2022-11-23T02:09:07.8121891Z test_torch_nn_FractionalMaxPool2d_size_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8122273Z test_torch_nn_FractionalMaxPool2d_size_no_batch_dim (__main__.TestCppApiParity) ... ok (0.033s) 2022-11-23T02:09:07.8122674Z test_torch_nn_FractionalMaxPool2d_size_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8123090Z test_torch_nn_FractionalMaxPool2d_size_no_batch_dim_no_random_samples (__main__.TestCppApiParity) ... ok (0.030s) 2022-11-23T02:09:07.8123609Z test_torch_nn_FractionalMaxPool2d_size_no_batch_dim_no_random_samples_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:09:07.8124025Z test_torch_nn_FractionalMaxPool3d_asymsize (__main__.TestCppApiParity) ... ok (0.042s) 2022-11-23T02:09:07.8124411Z test_torch_nn_FractionalMaxPool3d_asymsize_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8124787Z test_torch_nn_FractionalMaxPool3d_ratio (__main__.TestCppApiParity) ... ok (0.031s) 2022-11-23T02:09:07.8125151Z test_torch_nn_FractionalMaxPool3d_ratio_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8125539Z test_torch_nn_FractionalMaxPool3d_ratio_no_batch_dim (__main__.TestCppApiParity) ... ok (0.032s) 2022-11-23T02:09:07.8125999Z test_torch_nn_FractionalMaxPool3d_ratio_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8126419Z test_torch_nn_FractionalMaxPool3d_ratio_no_batch_dim_no_random_samples (__main__.TestCppApiParity) ... ok (0.027s) 2022-11-23T02:09:07.8126861Z test_torch_nn_FractionalMaxPool3d_ratio_no_batch_dim_no_random_samples_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:09:07.8127263Z test_torch_nn_FractionalMaxPool3d_size (__main__.TestCppApiParity) ... ok (0.041s) 2022-11-23T02:09:07.8127638Z test_torch_nn_FractionalMaxPool3d_size_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8128005Z test_torch_nn_FractionalMaxPool3d_size_no_batch_dim (__main__.TestCppApiParity) ... ok (0.034s) 2022-11-23T02:09:07.8128405Z test_torch_nn_FractionalMaxPool3d_size_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8128819Z test_torch_nn_FractionalMaxPool3d_size_no_batch_dim_no_random_samples (__main__.TestCppApiParity) ... ok (0.028s) 2022-11-23T02:09:07.8129253Z test_torch_nn_FractionalMaxPool3d_size_no_batch_dim_no_random_samples_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:09:07.8129620Z test_torch_nn_GELU (__main__.TestCppApiParity) ... ok (0.038s) 2022-11-23T02:09:07.8129933Z test_torch_nn_GELU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8130301Z test_torch_nn_GELU_scalar (__main__.TestCppApiParity) ... ok (0.028s) 2022-11-23T02:09:07.8130622Z test_torch_nn_GELU_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8130938Z test_torch_nn_GLU (__main__.TestCppApiParity) ... ok (0.020s) 2022-11-23T02:09:07.8131246Z test_torch_nn_GLU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8131563Z test_torch_nn_GLU_dim (__main__.TestCppApiParity) ... ok (0.034s) 2022-11-23T02:09:07.8131881Z test_torch_nn_GLU_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8132214Z test_torch_nn_GroupNorm_1d_affine (__main__.TestCppApiParity) ... ok (0.041s) 2022-11-23T02:09:07.8132535Z test_torch_nn_GroupNorm_1d_affine_GN (__main__.TestCppApiParity) ... ok (0.037s) 2022-11-23T02:09:07.8132881Z test_torch_nn_GroupNorm_1d_affine_GN_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8133258Z test_torch_nn_GroupNorm_1d_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8133613Z test_torch_nn_GroupNorm_1d_affine_large_batch (__main__.TestCppApiParity) ... ok (0.058s) 2022-11-23T02:09:07.8133988Z test_torch_nn_GroupNorm_1d_affine_large_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8134350Z test_torch_nn_GroupNorm_1d_no_affine_IN (__main__.TestCppApiParity) ... ok (0.033s) 2022-11-23T02:09:07.8134707Z test_torch_nn_GroupNorm_1d_no_affine_IN_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8135058Z test_torch_nn_GroupNorm_1d_no_affine_LN (__main__.TestCppApiParity) ... ok (0.034s) 2022-11-23T02:09:07.8135402Z test_torch_nn_GroupNorm_1d_no_affine_LN_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8135745Z test_torch_nn_GroupNorm_2d_affine (__main__.TestCppApiParity) ... ok (0.043s) 2022-11-23T02:09:07.8136095Z test_torch_nn_GroupNorm_2d_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8136458Z test_torch_nn_GroupNorm_2d_affine_large_feature (__main__.TestCppApiParity) ... ok (0.066s) 2022-11-23T02:09:07.8136836Z test_torch_nn_GroupNorm_2d_affine_large_feature_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8137250Z test_torch_nn_GroupNorm_2d_no_affine_IN (__main__.TestCppApiParity) ... ok (0.029s) 2022-11-23T02:09:07.8137607Z test_torch_nn_GroupNorm_2d_no_affine_IN_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8137943Z test_torch_nn_GroupNorm_2d_no_affine_LN (__main__.TestCppApiParity) ... ok (0.036s) 2022-11-23T02:09:07.8138300Z test_torch_nn_GroupNorm_2d_no_affine_LN_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8138662Z test_torch_nn_GroupNorm_2d_no_affine_large_feature (__main__.TestCppApiParity) ... ok (0.059s) 2022-11-23T02:09:07.8139042Z test_torch_nn_GroupNorm_2d_no_affine_large_feature_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8139391Z test_torch_nn_Hardshrink (__main__.TestCppApiParity) ... ok (0.030s) 2022-11-23T02:09:07.8139726Z test_torch_nn_Hardshrink_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8140066Z test_torch_nn_Hardshrink_scalar (__main__.TestCppApiParity) ... ok (0.033s) 2022-11-23T02:09:07.8140401Z test_torch_nn_Hardshrink_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8140734Z test_torch_nn_Hardtanh (__main__.TestCppApiParity) ... ok (0.036s) 2022-11-23T02:09:07.8141062Z test_torch_nn_Hardtanh_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8141393Z test_torch_nn_Hardtanh_scalar (__main__.TestCppApiParity) ... ok (0.033s) 2022-11-23T02:09:07.8142199Z test_torch_nn_Hardtanh_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8142567Z test_torch_nn_HingeEmbeddingLoss (__main__.TestCppApiParity) ... ok (0.032s) 2022-11-23T02:09:07.8142917Z test_torch_nn_HingeEmbeddingLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8143281Z test_torch_nn_HingeEmbeddingLoss_margin (__main__.TestCppApiParity) ... ok (0.026s) 2022-11-23T02:09:07.8143658Z test_torch_nn_HingeEmbeddingLoss_margin_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.006s) 2022-11-23T02:09:07.8144057Z test_torch_nn_HingeEmbeddingLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... expected failure (0.028s) 2022-11-23T02:09:07.8144465Z test_torch_nn_HingeEmbeddingLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8144871Z test_torch_nn_HingeEmbeddingLoss_no_batch_dim_none (__main__.TestCppApiParity) ... expected failure (0.029s) 2022-11-23T02:09:07.8145278Z test_torch_nn_HingeEmbeddingLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8145668Z test_torch_nn_HingeEmbeddingLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... expected failure (0.029s) 2022-11-23T02:09:07.8146074Z test_torch_nn_HingeEmbeddingLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8146463Z test_torch_nn_HingeEmbeddingLoss_scalar_margin (__main__.TestCppApiParity) ... ok (0.035s) 2022-11-23T02:09:07.8146855Z test_torch_nn_HingeEmbeddingLoss_scalar_margin_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8147206Z test_torch_nn_HuberLoss (__main__.TestCppApiParity) ... ok (0.029s) 2022-11-23T02:09:07.8147534Z test_torch_nn_HuberLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8147864Z test_torch_nn_InstanceNorm1d (__main__.TestCppApiParity) ... ok (0.031s) 2022-11-23T02:09:07.8148201Z test_torch_nn_InstanceNorm1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8148552Z test_torch_nn_InstanceNorm1d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.031s) 2022-11-23T02:09:07.8148921Z test_torch_nn_InstanceNorm1d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8149344Z test_torch_nn_InstanceNorm1d_tracking_stats (__main__.TestCppApiParity) ... ok (0.031s) 2022-11-23T02:09:07.8149723Z test_torch_nn_InstanceNorm1d_tracking_stats_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8150112Z test_torch_nn_InstanceNorm1d_tracking_stats_no_batch_dim (__main__.TestCppApiParity) ... ok (0.039s) 2022-11-23T02:09:07.8150512Z test_torch_nn_InstanceNorm1d_tracking_stats_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8150866Z test_torch_nn_InstanceNorm2d (__main__.TestCppApiParity) ... ok (0.027s) 2022-11-23T02:09:07.8151216Z test_torch_nn_InstanceNorm2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8151576Z test_torch_nn_InstanceNorm2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.036s) 2022-11-23T02:09:07.8151946Z test_torch_nn_InstanceNorm2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8152309Z test_torch_nn_InstanceNorm2d_tracking_stats (__main__.TestCppApiParity) ... ok (0.037s) 2022-11-23T02:09:07.8152684Z test_torch_nn_InstanceNorm2d_tracking_stats_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8153162Z test_torch_nn_InstanceNorm2d_tracking_stats_no_batch_dim (__main__.TestCppApiParity) ... ok (0.031s) 2022-11-23T02:09:07.8153589Z test_torch_nn_InstanceNorm2d_tracking_stats_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8154015Z test_torch_nn_InstanceNorm3d (__main__.TestCppApiParity) ... ok (0.037s) 2022-11-23T02:09:07.8154363Z test_torch_nn_InstanceNorm3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8154720Z test_torch_nn_InstanceNorm3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.034s) 2022-11-23T02:09:07.8155084Z test_torch_nn_InstanceNorm3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8155453Z test_torch_nn_InstanceNorm3d_tracking_stats (__main__.TestCppApiParity) ... ok (0.044s) 2022-11-23T02:09:07.8155827Z test_torch_nn_InstanceNorm3d_tracking_stats_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8156201Z test_torch_nn_InstanceNorm3d_tracking_stats_no_batch_dim (__main__.TestCppApiParity) ... ok (0.041s) 2022-11-23T02:09:07.8156600Z test_torch_nn_InstanceNorm3d_tracking_stats_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8157355Z test_torch_nn_KLDivLoss (__main__.TestCppApiParity) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:2920: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-11-23T02:09:07.8157958Z warnings.warn( 2022-11-23T02:09:07.8158689Z C:\actions-runner\_work\pytorch\pytorch\test\cpp_api_parity\module_impl_check.py:149: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\torch\csrc\api\include\torch/nn/functional/loss.h:57.) 2022-11-23T02:09:07.8159577Z cpp_test_fn(arg_dict_file_path, module_file_path, forward_output_file_path, backward_grad_dict_file_path) 2022-11-23T02:09:07.8159847Z ok (0.032s) 2022-11-23T02:09:07.8160119Z test_torch_nn_KLDivLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8160463Z test_torch_nn_KLDivLoss_log_target (__main__.TestCppApiParity) ... ok (0.030s) 2022-11-23T02:09:07.8160819Z test_torch_nn_KLDivLoss_log_target_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8161213Z test_torch_nn_KLDivLoss_scalar (__main__.TestCppApiParity) ... ok (0.031s) 2022-11-23T02:09:07.8161559Z test_torch_nn_KLDivLoss_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8161915Z test_torch_nn_KLDivLoss_scalar_log_target (__main__.TestCppApiParity) ... ok (0.028s) 2022-11-23T02:09:07.8162284Z test_torch_nn_KLDivLoss_scalar_log_target_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8162625Z test_torch_nn_L1Loss (__main__.TestCppApiParity) ... ok (0.031s) 2022-11-23T02:09:07.8162945Z test_torch_nn_L1Loss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8163267Z test_torch_nn_L1Loss_scalar (__main__.TestCppApiParity) ... ok (0.029s) 2022-11-23T02:09:07.8163661Z test_torch_nn_L1Loss_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8163993Z test_torch_nn_LPPool1d (__main__.TestCppApiParity) ... ok (0.042s) 2022-11-23T02:09:07.8164325Z test_torch_nn_LPPool1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8164663Z test_torch_nn_LPPool1d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.029s) 2022-11-23T02:09:07.8165064Z test_torch_nn_LPPool1d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8165406Z test_torch_nn_LPPool1d_norm (__main__.TestCppApiParity) ... ok (0.029s) 2022-11-23T02:09:07.8165910Z test_torch_nn_LPPool1d_norm_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8166421Z test_torch_nn_LPPool2d (__main__.TestCppApiParity) ... ok (0.029s) 2022-11-23T02:09:07.8166930Z test_torch_nn_LPPool2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8167340Z test_torch_nn_LPPool2d_norm (__main__.TestCppApiParity) ... ok (0.031s) 2022-11-23T02:09:07.8167818Z test_torch_nn_LPPool2d_norm_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8168181Z test_torch_nn_LayerNorm_1d_elementwise_affine (__main__.TestCppApiParity) ... ok (0.033s) 2022-11-23T02:09:07.8168571Z test_torch_nn_LayerNorm_1d_elementwise_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8168991Z test_torch_nn_LayerNorm_1d_empty_elementwise_affine (__main__.TestCppApiParity) ... ok (0.041s) 2022-11-23T02:09:07.8169390Z test_torch_nn_LayerNorm_1d_empty_elementwise_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8169774Z test_torch_nn_LayerNorm_1d_no_elementwise_affine (__main__.TestCppApiParity) ... ok (0.030s) 2022-11-23T02:09:07.8170156Z test_torch_nn_LayerNorm_1d_no_elementwise_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8170532Z test_torch_nn_LayerNorm_3d_elementwise_affine (__main__.TestCppApiParity) ... ok (0.042s) 2022-11-23T02:09:07.8170916Z test_torch_nn_LayerNorm_3d_elementwise_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8171337Z test_torch_nn_LayerNorm_3d_no_affine_large_feature (__main__.TestCppApiParity) ... ok (0.114s) 2022-11-23T02:09:07.8171751Z test_torch_nn_LayerNorm_3d_no_affine_large_feature_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8172131Z test_torch_nn_LayerNorm_3d_no_elementwise_affine (__main__.TestCppApiParity) ... ok (0.042s) 2022-11-23T02:09:07.8172518Z test_torch_nn_LayerNorm_3d_no_elementwise_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8172864Z test_torch_nn_LeakyReLU (__main__.TestCppApiParity) ... ok (0.031s) 2022-11-23T02:09:07.8173193Z test_torch_nn_LeakyReLU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8173626Z test_torch_nn_LeakyReLU_with_negval (__main__.TestCppApiParity) ... ok (0.035s) 2022-11-23T02:09:07.8173983Z test_torch_nn_LeakyReLU_with_negval_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8174328Z test_torch_nn_LeakyReLU_with_negval_scalar (__main__.TestCppApiParity) ... ok (0.026s) 2022-11-23T02:09:07.8174700Z test_torch_nn_LeakyReLU_with_negval_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8175066Z test_torch_nn_LeakyReLU_with_zero_negval (__main__.TestCppApiParity) ... ok (0.039s) 2022-11-23T02:09:07.8175437Z test_torch_nn_LeakyReLU_with_zero_negval_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8175774Z test_torch_nn_Linear (__main__.TestCppApiParity) ... ok (0.037s) 2022-11-23T02:09:07.8176093Z test_torch_nn_Linear_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8176423Z test_torch_nn_Linear_no_batch_dim (__main__.TestCppApiParity) ... ok (0.039s) 2022-11-23T02:09:07.8176759Z test_torch_nn_Linear_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8177132Z test_torch_nn_Linear_no_bias (__main__.TestCppApiParity) ... ok (0.035s) 2022-11-23T02:09:07.8177472Z test_torch_nn_Linear_no_bias_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8177858Z test_torch_nn_LocalResponseNorm_1d (__main__.TestCppApiParity) ... ok (0.031s) 2022-11-23T02:09:07.8178304Z test_torch_nn_LocalResponseNorm_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8178681Z test_torch_nn_LocalResponseNorm_2d_uneven_pad (__main__.TestCppApiParity) ... ok (0.033s) 2022-11-23T02:09:07.8179067Z test_torch_nn_LocalResponseNorm_2d_uneven_pad_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8179433Z test_torch_nn_LocalResponseNorm_3d_custom_params (__main__.TestCppApiParity) ... ok (0.163s) 2022-11-23T02:09:07.8179827Z test_torch_nn_LocalResponseNorm_3d_custom_params_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.002s) 2022-11-23T02:09:07.8180180Z test_torch_nn_LogSigmoid (__main__.TestCppApiParity) ... ok (0.030s) 2022-11-23T02:09:07.8180515Z test_torch_nn_LogSigmoid_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8180852Z test_torch_nn_LogSigmoid_scalar (__main__.TestCppApiParity) ... ok (0.027s) 2022-11-23T02:09:07.8181207Z test_torch_nn_LogSigmoid_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8181542Z test_torch_nn_LogSoftmax (__main__.TestCppApiParity) ... ok (0.029s) 2022-11-23T02:09:07.8181863Z test_torch_nn_LogSoftmax_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8182204Z test_torch_nn_LogSoftmax_multiparam (__main__.TestCppApiParity) ... ok (0.041s) 2022-11-23T02:09:07.8182565Z test_torch_nn_LogSoftmax_multiparam_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8182928Z test_torch_nn_LogSoftmax_multiparam_scalar (__main__.TestCppApiParity) ... ok (0.030s) 2022-11-23T02:09:07.8183346Z test_torch_nn_LogSoftmax_multiparam_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8183748Z test_torch_nn_LogSoftmax_no_batch_dim (__main__.TestCppApiParity) ... ok (0.030s) 2022-11-23T02:09:07.8184097Z test_torch_nn_LogSoftmax_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8184431Z test_torch_nn_MSELoss (__main__.TestCppApiParity) ... ok (0.029s) 2022-11-23T02:09:07.8184752Z test_torch_nn_MSELoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8185076Z test_torch_nn_MSELoss_prec (__main__.TestCppApiParity) ... ok (0.078s) 2022-11-23T02:09:07.8185407Z test_torch_nn_MSELoss_prec_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8185807Z test_torch_nn_MSELoss_scalar (__main__.TestCppApiParity) ... ok (0.028s) 2022-11-23T02:09:07.8186145Z test_torch_nn_MSELoss_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8186477Z test_torch_nn_MarginRankingLoss (__main__.TestCppApiParity) ... ok (0.030s) 2022-11-23T02:09:07.8186837Z test_torch_nn_MarginRankingLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8187205Z test_torch_nn_MarginRankingLoss_margin (__main__.TestCppApiParity) ... ok (0.031s) 2022-11-23T02:09:07.8187579Z test_torch_nn_MarginRankingLoss_margin_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8187958Z test_torch_nn_MarginRankingLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... ok (0.031s) 2022-11-23T02:09:07.8188349Z test_torch_nn_MarginRankingLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8188731Z test_torch_nn_MarginRankingLoss_no_batch_dim_none (__main__.TestCppApiParity) ... ok (0.032s) 2022-11-23T02:09:07.8189144Z test_torch_nn_MarginRankingLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8189526Z test_torch_nn_MarginRankingLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... ok (0.023s) 2022-11-23T02:09:07.8189948Z test_torch_nn_MarginRankingLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8190350Z test_torch_nn_MaxPool1d (__main__.TestCppApiParity) ... ok (0.037s) 2022-11-23T02:09:07.8190684Z test_torch_nn_MaxPool1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8191016Z test_torch_nn_MaxPool1d_stride (__main__.TestCppApiParity) ... ok (0.028s) 2022-11-23T02:09:07.8191365Z test_torch_nn_MaxPool1d_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8191696Z test_torch_nn_MaxPool2d_3d_input (__main__.TestCppApiParity) ... ok (0.036s) 2022-11-23T02:09:07.8192042Z test_torch_nn_MaxPool2d_3d_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8192383Z test_torch_nn_MaxPool2d_4d_input (__main__.TestCppApiParity) ... ok (0.033s) 2022-11-23T02:09:07.8192726Z test_torch_nn_MaxPool2d_4d_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8193051Z test_torch_nn_MaxPool3d (__main__.TestCppApiParity) ... ok (0.035s) 2022-11-23T02:09:07.8193378Z test_torch_nn_MaxPool3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8193721Z test_torch_nn_MaxPool3d_stride (__main__.TestCppApiParity) ... ok (0.030s) 2022-11-23T02:09:07.8194056Z test_torch_nn_MaxPool3d_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8194404Z test_torch_nn_MaxPool3d_stride_padding (__main__.TestCppApiParity) ... ok (0.036s) 2022-11-23T02:09:07.8194773Z test_torch_nn_MaxPool3d_stride_padding_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8195148Z test_torch_nn_Mish (__main__.TestCppApiParity) ... ok (0.043s) 2022-11-23T02:09:07.8195503Z test_torch_nn_Mish_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8195824Z test_torch_nn_Mish_scalar (__main__.TestCppApiParity) ... ok (0.032s) 2022-11-23T02:09:07.8196143Z test_torch_nn_Mish_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8196490Z test_torch_nn_MultiLabelMarginLoss (__main__.TestCppApiParity) ... ok (0.031s) 2022-11-23T02:09:07.8196832Z test_torch_nn_MultiLabelMarginLoss_1d (__main__.TestCppApiParity) ... ok (0.027s) 2022-11-23T02:09:07.8197205Z test_torch_nn_MultiLabelMarginLoss_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8197660Z test_torch_nn_MultiLabelMarginLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8198040Z test_torch_nn_MultiLabelMarginLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... ok (0.032s) 2022-11-23T02:09:07.8198442Z test_torch_nn_MultiLabelMarginLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8198826Z test_torch_nn_MultiLabelMarginLoss_no_batch_dim_none (__main__.TestCppApiParity) ... ok (0.026s) 2022-11-23T02:09:07.8199223Z test_torch_nn_MultiLabelMarginLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8199617Z test_torch_nn_MultiLabelMarginLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... ok (0.026s) 2022-11-23T02:09:07.8200015Z test_torch_nn_MultiLabelMarginLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8200399Z test_torch_nn_MultiLabelSoftMarginLoss (__main__.TestCppApiParity) ... ok (0.037s) 2022-11-23T02:09:07.8200830Z test_torch_nn_MultiLabelSoftMarginLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8201230Z test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... ok (0.031s) 2022-11-23T02:09:07.8201690Z test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8202090Z test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_none (__main__.TestCppApiParity) ... ok (0.031s) 2022-11-23T02:09:07.8202559Z test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8202972Z test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... ok (0.032s) 2022-11-23T02:09:07.8203379Z test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8203866Z test_torch_nn_MultiLabelSoftMarginLoss_weights (__main__.TestCppApiParity) ... ok (0.039s) 2022-11-23T02:09:07.8204275Z test_torch_nn_MultiLabelSoftMarginLoss_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8204646Z test_torch_nn_MultiMarginLoss (__main__.TestCppApiParity) ... ok (0.028s) 2022-11-23T02:09:07.8204957Z test_torch_nn_MultiMarginLoss_1d (__main__.TestCppApiParity) ... ok (0.028s) 2022-11-23T02:09:07.8205316Z test_torch_nn_MultiMarginLoss_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8205694Z test_torch_nn_MultiMarginLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8206050Z test_torch_nn_MultiMarginLoss_margin (__main__.TestCppApiParity) ... ok (0.030s) 2022-11-23T02:09:07.8206416Z test_torch_nn_MultiMarginLoss_margin_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8206810Z test_torch_nn_MultiMarginLoss_p (__main__.TestCppApiParity) ... ok (0.027s) 2022-11-23T02:09:07.8207202Z test_torch_nn_MultiMarginLoss_p_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8207549Z test_torch_nn_MultiMarginLoss_weights (__main__.TestCppApiParity) ... ok (0.031s) 2022-11-23T02:09:07.8207918Z test_torch_nn_MultiMarginLoss_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8208255Z test_torch_nn_NLLLoss (__main__.TestCppApiParity) ... ok (0.028s) 2022-11-23T02:09:07.8208553Z test_torch_nn_NLLLoss_2d (__main__.TestCppApiParity) ... ok (0.031s) 2022-11-23T02:09:07.8208881Z test_torch_nn_NLLLoss_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8209218Z test_torch_nn_NLLLoss_2d_ignore_index (__main__.TestCppApiParity) ... ok (0.039s) 2022-11-23T02:09:07.8209562Z test_torch_nn_NLLLoss_2d_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8210103Z test_torch_nn_NLLLoss_2d_weights (__main__.TestCppApiParity) ... ok (0.031s) 2022-11-23T02:09:07.8210453Z test_torch_nn_NLLLoss_2d_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8210815Z test_torch_nn_NLLLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8211145Z test_torch_nn_NLLLoss_dim_is_3 (__main__.TestCppApiParity) ... ok (0.046s) 2022-11-23T02:09:07.8211484Z test_torch_nn_NLLLoss_dim_is_3_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8211824Z test_torch_nn_NLLLoss_higher_dim (__main__.TestCppApiParity) ... ok (0.033s) 2022-11-23T02:09:07.8212205Z test_torch_nn_NLLLoss_higher_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8212589Z test_torch_nn_NLLLoss_ignore_index (__main__.TestCppApiParity) ... ok (0.025s) 2022-11-23T02:09:07.8212943Z test_torch_nn_NLLLoss_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8213350Z test_torch_nn_NLLLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... expected failure (0.668s) 2022-11-23T02:09:07.8213724Z test_torch_nn_NLLLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8214094Z test_torch_nn_NLLLoss_no_batch_dim_none (__main__.TestCppApiParity) ... expected failure (0.022s) 2022-11-23T02:09:07.8214600Z test_torch_nn_NLLLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8214960Z test_torch_nn_NLLLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... expected failure (0.022s) 2022-11-23T02:09:07.8215331Z test_torch_nn_NLLLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8215675Z test_torch_nn_NLLLoss_weights (__main__.TestCppApiParity) ... ok (0.022s) 2022-11-23T02:09:07.8216025Z test_torch_nn_NLLLoss_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8216377Z test_torch_nn_NLLLoss_weights_ignore_index (__main__.TestCppApiParity) ... ok (0.036s) 2022-11-23T02:09:07.8216748Z test_torch_nn_NLLLoss_weights_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8217117Z test_torch_nn_NLLLoss_weights_ignore_index_neg (__main__.TestCppApiParity) ... ok (0.033s) 2022-11-23T02:09:07.8217484Z test_torch_nn_NLLLoss_weights_ignore_index_neg_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8217831Z test_torch_nn_PReLU_1d (__main__.TestCppApiParity) ... ok (0.041s) 2022-11-23T02:09:07.8218159Z test_torch_nn_PReLU_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8218538Z test_torch_nn_PReLU_1d_multiparam (__main__.TestCppApiParity) ... ok (0.039s) 2022-11-23T02:09:07.8218939Z test_torch_nn_PReLU_1d_multiparam_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8219278Z test_torch_nn_PReLU_2d (__main__.TestCppApiParity) ... ok (0.037s) 2022-11-23T02:09:07.8219607Z test_torch_nn_PReLU_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8219932Z test_torch_nn_PReLU_2d_multiparam (__main__.TestCppApiParity) ... ok (0.038s) 2022-11-23T02:09:07.8220288Z test_torch_nn_PReLU_2d_multiparam_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8220629Z test_torch_nn_PReLU_3d (__main__.TestCppApiParity) ... ok (0.052s) 2022-11-23T02:09:07.8220957Z test_torch_nn_PReLU_3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8221292Z test_torch_nn_PReLU_3d_multiparam (__main__.TestCppApiParity) ... ok (0.046s) 2022-11-23T02:09:07.8221647Z test_torch_nn_PReLU_3d_multiparam_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8222125Z test_torch_nn_PReLU_scalar (__main__.TestCppApiParity) ... ok (0.031s) 2022-11-23T02:09:07.8222460Z test_torch_nn_PReLU_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8222803Z test_torch_nn_PairwiseDistance (__main__.TestCppApiParity) ... ok (0.032s) 2022-11-23T02:09:07.8223149Z test_torch_nn_PairwiseDistance_broadcast_lhs (__main__.TestCppApiParity) ... ok (0.029s) 2022-11-23T02:09:07.8223543Z test_torch_nn_PairwiseDistance_broadcast_lhs_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8223925Z test_torch_nn_PairwiseDistance_broadcast_rhs (__main__.TestCppApiParity) ... ok (0.031s) 2022-11-23T02:09:07.8224352Z test_torch_nn_PairwiseDistance_broadcast_rhs_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8224736Z test_torch_nn_PairwiseDistance_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8225142Z test_torch_nn_PairwiseDistance_no_batch_dim (__main__.TestCppApiParity) ... ok (0.032s) 2022-11-23T02:09:07.8225531Z test_torch_nn_PairwiseDistance_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8225919Z test_torch_nn_PairwiseDistance_with_non_default_args (__main__.TestCppApiParity) ... ok (0.033s) 2022-11-23T02:09:07.8226323Z test_torch_nn_PairwiseDistance_with_non_default_args_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8226836Z test_torch_nn_PixelShuffle (__main__.TestCppApiParity) ... ok (0.031s) 2022-11-23T02:09:07.8227195Z test_torch_nn_PixelShuffle_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8227529Z test_torch_nn_PixelUnshuffle (__main__.TestCppApiParity) ... ok (0.037s) 2022-11-23T02:09:07.8227889Z test_torch_nn_PixelUnshuffle_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8228257Z test_torch_nn_PoissonNLLLoss_full_loss (__main__.TestCppApiParity) ... ok (0.025s) 2022-11-23T02:09:07.8228638Z test_torch_nn_PoissonNLLLoss_full_loss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8229026Z test_torch_nn_PoissonNLLLoss_full_loss_no_log_input (__main__.TestCppApiParity) ... ok (0.030s) 2022-11-23T02:09:07.8229426Z test_torch_nn_PoissonNLLLoss_full_loss_no_log_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8229816Z test_torch_nn_PoissonNLLLoss_no_full_loss (__main__.TestCppApiParity) ... ok (0.024s) 2022-11-23T02:09:07.8230222Z test_torch_nn_PoissonNLLLoss_no_full_loss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8230617Z test_torch_nn_PoissonNLLLoss_no_full_loss_no_log_input (__main__.TestCppApiParity) ... ok (0.037s) 2022-11-23T02:09:07.8231057Z test_torch_nn_PoissonNLLLoss_no_full_loss_no_log_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8231457Z test_torch_nn_RReLU (__main__.TestCppApiParity) ... ok (0.032s) 2022-11-23T02:09:07.8231799Z test_torch_nn_RReLU_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:09:07.8232147Z test_torch_nn_RReLU_with_up_down (__main__.TestCppApiParity) ... ok (0.042s) 2022-11-23T02:09:07.8232513Z test_torch_nn_RReLU_with_up_down_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:09:07.8232864Z test_torch_nn_RReLU_with_up_down_scalar (__main__.TestCppApiParity) ... ok (0.028s) 2022-11-23T02:09:07.8233242Z test_torch_nn_RReLU_with_up_down_scalar_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:09:07.8233584Z test_torch_nn_ReLU (__main__.TestCppApiParity) ... ok (0.039s) 2022-11-23T02:09:07.8248446Z test_torch_nn_ReLU6 (__main__.TestCppApiParity) ... ok (0.028s) 2022-11-23T02:09:07.8249073Z test_torch_nn_ReLU6_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8249411Z test_torch_nn_ReLU6_scalar (__main__.TestCppApiParity) ... ok (0.033s) 2022-11-23T02:09:07.8249905Z test_torch_nn_ReLU6_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8250266Z test_torch_nn_ReLU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8250579Z test_torch_nn_ReLU_scalar (__main__.TestCppApiParity) ... ok (0.029s) 2022-11-23T02:09:07.8250924Z test_torch_nn_ReLU_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8251261Z test_torch_nn_ReflectionPad1d (__main__.TestCppApiParity) ... ok (0.031s) 2022-11-23T02:09:07.8251596Z test_torch_nn_ReflectionPad1d_batch (__main__.TestCppApiParity) ... ok (0.027s) 2022-11-23T02:09:07.8252008Z test_torch_nn_ReflectionPad1d_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8252380Z test_torch_nn_ReflectionPad1d_complex (__main__.TestCppApiParity) ... ok (0.040s) 2022-11-23T02:09:07.8252739Z test_torch_nn_ReflectionPad1d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8253127Z test_torch_nn_ReflectionPad1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8253511Z test_torch_nn_ReflectionPad2d (__main__.TestCppApiParity) ... ok (0.052s) 2022-11-23T02:09:07.8253848Z test_torch_nn_ReflectionPad2d_complex (__main__.TestCppApiParity) ... ok (0.058s) 2022-11-23T02:09:07.8254499Z test_torch_nn_ReflectionPad2d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8254896Z test_torch_nn_ReflectionPad2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8255258Z test_torch_nn_ReflectionPad2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.033s) 2022-11-23T02:09:07.8255626Z test_torch_nn_ReflectionPad2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8255983Z test_torch_nn_ReflectionPad3d (__main__.TestCppApiParity) ... ok (0.065s) 2022-11-23T02:09:07.8256354Z test_torch_nn_ReflectionPad3d_complex (__main__.TestCppApiParity) ... ok (0.123s) 2022-11-23T02:09:07.8256729Z test_torch_nn_ReflectionPad3d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8257113Z test_torch_nn_ReflectionPad3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8257471Z test_torch_nn_ReflectionPad3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.047s) 2022-11-23T02:09:07.8257844Z test_torch_nn_ReflectionPad3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8258193Z test_torch_nn_ReplicationPad1d (__main__.TestCppApiParity) ... ok (0.032s) 2022-11-23T02:09:07.8258528Z test_torch_nn_ReplicationPad1d_batch (__main__.TestCppApiParity) ... ok (0.033s) 2022-11-23T02:09:07.8258898Z test_torch_nn_ReplicationPad1d_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8259267Z test_torch_nn_ReplicationPad1d_complex (__main__.TestCppApiParity) ... ok (0.030s) 2022-11-23T02:09:07.8259680Z test_torch_nn_ReplicationPad1d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8260105Z test_torch_nn_ReplicationPad1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8260465Z test_torch_nn_ReplicationPad2d (__main__.TestCppApiParity) ... ok (0.026s) 2022-11-23T02:09:07.8260791Z test_torch_nn_ReplicationPad2d_complex (__main__.TestCppApiParity) ... ok (0.056s) 2022-11-23T02:09:07.8261205Z test_torch_nn_ReplicationPad2d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8261594Z test_torch_nn_ReplicationPad2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.003s) 2022-11-23T02:09:07.8262113Z test_torch_nn_ReplicationPad2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.033s) 2022-11-23T02:09:07.8262495Z test_torch_nn_ReplicationPad2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8262857Z test_torch_nn_ReplicationPad3d (__main__.TestCppApiParity) ... ok (0.050s) 2022-11-23T02:09:07.8263196Z test_torch_nn_ReplicationPad3d_complex (__main__.TestCppApiParity) ... ok (0.063s) 2022-11-23T02:09:07.8263563Z test_torch_nn_ReplicationPad3d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8263956Z test_torch_nn_ReplicationPad3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8264325Z test_torch_nn_ReplicationPad3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.040s) 2022-11-23T02:09:07.8264704Z test_torch_nn_ReplicationPad3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8265052Z test_torch_nn_SELU (__main__.TestCppApiParity) ... ok (0.028s) 2022-11-23T02:09:07.8265409Z test_torch_nn_SELU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8265722Z test_torch_nn_SELU_scalar (__main__.TestCppApiParity) ... ok (0.019s) 2022-11-23T02:09:07.8266098Z test_torch_nn_SELU_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.010s) 2022-11-23T02:09:07.8266447Z test_torch_nn_SampleModule_has_parity (__main__.TestCppApiParity) ... ok (0.040s) 2022-11-23T02:09:07.8266990Z test_torch_nn_SampleModule_has_parity_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8267373Z test_torch_nn_SampleModule_no_parity (__main__.TestCppApiParity) ... expected failure (0.038s) 2022-11-23T02:09:07.8267754Z test_torch_nn_SampleModule_no_parity_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8268091Z test_torch_nn_SiLU (__main__.TestCppApiParity) ... ok (0.034s) 2022-11-23T02:09:07.8268394Z test_torch_nn_SiLU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8268718Z test_torch_nn_SiLU_scalar (__main__.TestCppApiParity) ... ok (0.028s) 2022-11-23T02:09:07.8269053Z test_torch_nn_SiLU_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8269418Z test_torch_nn_Sigmoid (__main__.TestCppApiParity) ... ok (0.025s) 2022-11-23T02:09:07.8269746Z test_torch_nn_Sigmoid_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8270073Z test_torch_nn_Sigmoid_scalar (__main__.TestCppApiParity) ... ok (0.034s) 2022-11-23T02:09:07.8270400Z test_torch_nn_Sigmoid_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8270737Z test_torch_nn_SmoothL1Loss (__main__.TestCppApiParity) ... ok (0.030s) 2022-11-23T02:09:07.8271117Z test_torch_nn_SmoothL1Loss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8271458Z test_torch_nn_SmoothL1Loss_scalar (__main__.TestCppApiParity) ... ok (0.020s) 2022-11-23T02:09:07.8271857Z test_torch_nn_SmoothL1Loss_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8272203Z test_torch_nn_SoftMarginLoss (__main__.TestCppApiParity) ... ok (0.038s) 2022-11-23T02:09:07.8272553Z test_torch_nn_SoftMarginLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8272926Z test_torch_nn_SoftMarginLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... expected failure (0.028s) 2022-11-23T02:09:07.8273330Z test_torch_nn_SoftMarginLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8273724Z test_torch_nn_SoftMarginLoss_no_batch_dim_none (__main__.TestCppApiParity) ... expected failure (0.024s) 2022-11-23T02:09:07.8274265Z test_torch_nn_SoftMarginLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8274657Z test_torch_nn_SoftMarginLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... expected failure (0.033s) 2022-11-23T02:09:07.8275049Z test_torch_nn_SoftMarginLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8275435Z test_torch_nn_Softmax (__main__.TestCppApiParity) ... ok (0.022s) 2022-11-23T02:09:07.8275722Z test_torch_nn_Softmax2d (__main__.TestCppApiParity) ... ok (0.041s) 2022-11-23T02:09:07.8276057Z test_torch_nn_Softmax2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8276398Z test_torch_nn_Softmax2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.035s) 2022-11-23T02:09:07.8276756Z test_torch_nn_Softmax2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8277164Z test_torch_nn_Softmax_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8277536Z test_torch_nn_Softmax_no_batch_dim (__main__.TestCppApiParity) ... ok (0.029s) 2022-11-23T02:09:07.8277891Z test_torch_nn_Softmax_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8278215Z test_torch_nn_Softmax_scalar (__main__.TestCppApiParity) ... ok (0.029s) 2022-11-23T02:09:07.8278557Z test_torch_nn_Softmax_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8279022Z test_torch_nn_Softmin (__main__.TestCppApiParity) ... ok (0.027s) 2022-11-23T02:09:07.8279354Z test_torch_nn_Softmin_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8279687Z test_torch_nn_Softmin_multidim (__main__.TestCppApiParity) ... ok (0.030s) 2022-11-23T02:09:07.8280031Z test_torch_nn_Softmin_multidim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8280377Z test_torch_nn_Softmin_no_batch_dim (__main__.TestCppApiParity) ... ok (0.046s) 2022-11-23T02:09:07.8280712Z test_torch_nn_Softmin_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8281088Z test_torch_nn_Softmin_scalar (__main__.TestCppApiParity) ... ok (0.023s) 2022-11-23T02:09:07.8281434Z test_torch_nn_Softmin_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8281767Z test_torch_nn_Softplus (__main__.TestCppApiParity) ... ok (0.047s) 2022-11-23T02:09:07.8282075Z test_torch_nn_Softplus_beta (__main__.TestCppApiParity) ... ok (0.032s) 2022-11-23T02:09:07.8282415Z test_torch_nn_Softplus_beta_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8282753Z test_torch_nn_Softplus_beta_threshold (__main__.TestCppApiParity) ... ok (0.034s) 2022-11-23T02:09:07.8283156Z test_torch_nn_Softplus_beta_threshold_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8283629Z test_torch_nn_Softplus_beta_threshold_scalar (__main__.TestCppApiParity) ... ok (0.028s) 2022-11-23T02:09:07.8284015Z test_torch_nn_Softplus_beta_threshold_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8284390Z test_torch_nn_Softplus_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8284716Z test_torch_nn_Softshrink (__main__.TestCppApiParity) ... ok (0.027s) 2022-11-23T02:09:07.8285053Z test_torch_nn_Softshrink_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8285377Z test_torch_nn_Softshrink_lambda (__main__.TestCppApiParity) ... ok (0.032s) 2022-11-23T02:09:07.8285731Z test_torch_nn_Softshrink_lambda_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8286085Z test_torch_nn_Softshrink_lambda_scalar (__main__.TestCppApiParity) ... ok (0.025s) 2022-11-23T02:09:07.8287038Z test_torch_nn_Softshrink_lambda_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8287422Z test_torch_nn_Softsign (__main__.TestCppApiParity) ... ok (0.030s) 2022-11-23T02:09:07.8287754Z test_torch_nn_Softsign_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8288084Z test_torch_nn_Softsign_scalar (__main__.TestCppApiParity) ... ok (0.029s) 2022-11-23T02:09:07.8288415Z test_torch_nn_Softsign_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8288782Z test_torch_nn_Tanh (__main__.TestCppApiParity) ... ok (0.032s) 2022-11-23T02:09:07.8289098Z test_torch_nn_Tanh_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8289465Z test_torch_nn_Tanh_scalar (__main__.TestCppApiParity) ... ok (0.022s) 2022-11-23T02:09:07.8289797Z test_torch_nn_Tanh_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8290129Z test_torch_nn_Tanhshrink (__main__.TestCppApiParity) ... ok (0.040s) 2022-11-23T02:09:07.8290452Z test_torch_nn_Tanhshrink_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8290790Z test_torch_nn_Tanhshrink_scalar (__main__.TestCppApiParity) ... ok (0.023s) 2022-11-23T02:09:07.8291138Z test_torch_nn_Tanhshrink_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8291486Z test_torch_nn_Threshold_large_value (__main__.TestCppApiParity) ... ok (0.030s) 2022-11-23T02:09:07.8291987Z test_torch_nn_Threshold_large_value_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8292352Z test_torch_nn_Threshold_threshold_value (__main__.TestCppApiParity) ... ok (0.038s) 2022-11-23T02:09:07.8292721Z test_torch_nn_Threshold_threshold_value_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8293078Z test_torch_nn_Threshold_threshold_value_scalar (__main__.TestCppApiParity) ... ok (0.022s) 2022-11-23T02:09:07.8293458Z test_torch_nn_Threshold_threshold_value_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8293858Z test_torch_nn_TransformerDecoderLayer_gelu_activation (__main__.TestCppApiParity) ... ok (0.111s) 2022-11-23T02:09:07.8294282Z test_torch_nn_TransformerDecoderLayer_gelu_activation_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8294739Z test_torch_nn_TransformerDecoderLayer_relu_activation (__main__.TestCppApiParity) ... ok (0.094s) 2022-11-23T02:09:07.8295231Z test_torch_nn_TransformerDecoderLayer_relu_activation_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8295649Z test_torch_nn_TransformerEncoderLayer_gelu_activation (__main__.TestCppApiParity) ... ok (0.075s) 2022-11-23T02:09:07.8296059Z test_torch_nn_TransformerEncoderLayer_gelu_activation_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8296476Z test_torch_nn_TransformerEncoderLayer_relu_activation (__main__.TestCppApiParity) ... ok (0.081s) 2022-11-23T02:09:07.8296894Z test_torch_nn_TransformerEncoderLayer_relu_activation_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8297287Z test_torch_nn_Transformer_multilayer_coder (__main__.TestCppApiParity) ... ok (0.249s) 2022-11-23T02:09:07.8297663Z test_torch_nn_Transformer_multilayer_coder_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8298046Z test_torch_nn_TripletMarginLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... ok (0.028s) 2022-11-23T02:09:07.8298440Z test_torch_nn_TripletMarginLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8298813Z test_torch_nn_TripletMarginLoss_no_batch_dim_none (__main__.TestCppApiParity) ... ok (0.040s) 2022-11-23T02:09:07.8299346Z test_torch_nn_TripletMarginLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8299729Z test_torch_nn_TripletMarginLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... ok (0.026s) 2022-11-23T02:09:07.8300121Z test_torch_nn_TripletMarginLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8300528Z test_torch_nn_Unflatten_no_batch_dim (__main__.TestCppApiParity) ... ok (0.033s) 2022-11-23T02:09:07.8300931Z test_torch_nn_Unflatten_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8301310Z test_torch_nn_Unfold (__main__.TestCppApiParity) ... ok (0.034s) 2022-11-23T02:09:07.8301624Z test_torch_nn_Unfold_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8301955Z test_torch_nn_Unfold_int_input (__main__.TestCppApiParity) ... ok (0.032s) 2022-11-23T02:09:07.8302303Z test_torch_nn_Unfold_int_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8302637Z test_torch_nn_ZeroPad2d (__main__.TestCppApiParity) ... ok (0.024s) 2022-11-23T02:09:07.8302952Z test_torch_nn_ZeroPad2d_complex (__main__.TestCppApiParity) ... ok (0.047s) 2022-11-23T02:09:07.8303307Z test_torch_nn_ZeroPad2d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8303678Z test_torch_nn_ZeroPad2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8304154Z test_torch_nn_ZeroPad2d_negative_dims (__main__.TestCppApiParity) ... ok (0.037s) 2022-11-23T02:09:07.8304530Z test_torch_nn_ZeroPad2d_negative_dims_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8304890Z test_torch_nn_ZeroPad2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.027s) 2022-11-23T02:09:07.8305253Z test_torch_nn_ZeroPad2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8305618Z test_torch_nn_functional_BCELoss_no_reduce (__main__.TestCppApiParity) ... ok (0.030s) 2022-11-23T02:09:07.8305992Z test_torch_nn_functional_BCELoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8306407Z test_torch_nn_functional_BCELoss_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.018s) 2022-11-23T02:09:07.8306785Z test_torch_nn_functional_BCELoss_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8307212Z test_torch_nn_functional_BCELoss_weights_no_reduce (__main__.TestCppApiParity) ... ok (0.022s) 2022-11-23T02:09:07.8307603Z test_torch_nn_functional_BCELoss_weights_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8308038Z test_torch_nn_functional_BCELoss_weights_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.016s) 2022-11-23T02:09:07.8308444Z test_torch_nn_functional_BCELoss_weights_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8309069Z test_torch_nn_functional_BCEWithLogitsLoss_legacy_enum (__main__.TestCppApiParity) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\_reduction.py:42: UserWarning: size_average and reduce args will be deprecated, please use reduction='none' instead. 2022-11-23T02:09:07.8309576Z warnings.warn(warning.format(ret)) 2022-11-23T02:09:07.8309781Z ok (0.016s) 2022-11-23T02:09:07.8310079Z test_torch_nn_functional_BCEWithLogitsLoss_legacy_enum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8310481Z test_torch_nn_functional_BCEWithLogitsLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.020s) 2022-11-23T02:09:07.8310887Z test_torch_nn_functional_BCEWithLogitsLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8311441Z test_torch_nn_functional_BCEWithLogitsLoss_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.025s) 2022-11-23T02:09:07.8311860Z test_torch_nn_functional_BCEWithLogitsLoss_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8312316Z test_torch_nn_functional_HingeEmbeddingLoss_margin_no_reduce (__main__.TestCppApiParity) ... ok (0.019s) 2022-11-23T02:09:07.8312748Z test_torch_nn_functional_HingeEmbeddingLoss_margin_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8313223Z test_torch_nn_functional_HingeEmbeddingLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.010s) 2022-11-23T02:09:07.8313638Z test_torch_nn_functional_HingeEmbeddingLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8314020Z test_torch_nn_functional_HuberLoss_delta (__main__.TestCppApiParity) ... ok (0.026s) 2022-11-23T02:09:07.8314397Z test_torch_nn_functional_HuberLoss_delta_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8314773Z test_torch_nn_functional_KLDivLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.020s) 2022-11-23T02:09:07.8315154Z test_torch_nn_functional_KLDivLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8315543Z test_torch_nn_functional_KLDivLoss_no_reduce_log_target (__main__.TestCppApiParity) ... ok (0.020s) 2022-11-23T02:09:07.8316063Z test_torch_nn_functional_KLDivLoss_no_reduce_log_target_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8316464Z test_torch_nn_functional_KLDivLoss_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.017s) 2022-11-23T02:09:07.8316862Z test_torch_nn_functional_KLDivLoss_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8317269Z test_torch_nn_functional_KLDivLoss_no_reduce_scalar_log_target (__main__.TestCppApiParity) ... ok (0.023s) 2022-11-23T02:09:07.8317690Z test_torch_nn_functional_KLDivLoss_no_reduce_scalar_log_target_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8318184Z test_torch_nn_functional_KLDivLoss_with_log_target_no_reduce (__main__.TestCppApiParity) ... ok (0.018s) 2022-11-23T02:09:07.8318598Z test_torch_nn_functional_KLDivLoss_with_log_target_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8319039Z test_torch_nn_functional_KLDivLoss_with_target_no_reduce (__main__.TestCppApiParity) ... ok (0.020s) 2022-11-23T02:09:07.8319432Z test_torch_nn_functional_KLDivLoss_with_target_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8319808Z test_torch_nn_functional_L1Loss_no_reduce (__main__.TestCppApiParity) ... ok (0.018s) 2022-11-23T02:09:07.8320155Z test_torch_nn_functional_L1Loss_no_reduce_complex (__main__.TestCppApiParity) ... ok (0.016s) 2022-11-23T02:09:07.8320547Z test_torch_nn_functional_L1Loss_no_reduce_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8320944Z test_torch_nn_functional_L1Loss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8321317Z test_torch_nn_functional_L1Loss_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.019s) 2022-11-23T02:09:07.8321698Z test_torch_nn_functional_L1Loss_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8322060Z test_torch_nn_functional_MSELoss_no_reduce (__main__.TestCppApiParity) ... ok (0.023s) 2022-11-23T02:09:07.8322431Z test_torch_nn_functional_MSELoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8322806Z test_torch_nn_functional_MSELoss_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.014s) 2022-11-23T02:09:07.8323341Z test_torch_nn_functional_MSELoss_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.006s) 2022-11-23T02:09:07.8323825Z test_torch_nn_functional_MultiLabelMarginLoss_0d_no_reduce (__main__.TestCppApiParity) ... ok (0.010s) 2022-11-23T02:09:07.8324290Z test_torch_nn_functional_MultiLabelMarginLoss_0d_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8324745Z test_torch_nn_functional_MultiLabelMarginLoss_1d_no_reduce (__main__.TestCppApiParity) ... ok (0.023s) 2022-11-23T02:09:07.8325194Z test_torch_nn_functional_MultiLabelMarginLoss_1d_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8325608Z test_torch_nn_functional_MultiLabelMarginLoss_index_neg (__main__.TestCppApiParity) ... ok (0.021s) 2022-11-23T02:09:07.8326019Z test_torch_nn_functional_MultiLabelMarginLoss_index_neg_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8326428Z test_torch_nn_functional_MultiLabelMarginLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.016s) 2022-11-23T02:09:07.8326841Z test_torch_nn_functional_MultiLabelMarginLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8327262Z test_torch_nn_functional_MultiLabelSoftMarginLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.020s) 2022-11-23T02:09:07.8327692Z test_torch_nn_functional_MultiLabelSoftMarginLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8328273Z test_torch_nn_functional_MultiLabelSoftMarginLoss_weights_no_reduce (__main__.TestCppApiParity) ... ok (0.018s) 2022-11-23T02:09:07.8328714Z test_torch_nn_functional_MultiLabelSoftMarginLoss_weights_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8329137Z test_torch_nn_functional_MultiMarginLoss_1d_no_reduce (__main__.TestCppApiParity) ... ok (0.014s) 2022-11-23T02:09:07.8329541Z test_torch_nn_functional_MultiMarginLoss_1d_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.003s) 2022-11-23T02:09:07.8329982Z test_torch_nn_functional_MultiMarginLoss_margin_no_reduce (__main__.TestCppApiParity) ... ok (0.023s) 2022-11-23T02:09:07.8330393Z test_torch_nn_functional_MultiMarginLoss_margin_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8330832Z test_torch_nn_functional_MultiMarginLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.018s) 2022-11-23T02:09:07.8331227Z test_torch_nn_functional_MultiMarginLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8331622Z test_torch_nn_functional_MultiMarginLoss_p_no_reduce (__main__.TestCppApiParity) ... ok (0.013s) 2022-11-23T02:09:07.8332050Z test_torch_nn_functional_MultiMarginLoss_p_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.006s) 2022-11-23T02:09:07.8332456Z test_torch_nn_functional_MultiMarginLoss_weights_no_reduce (__main__.TestCppApiParity) ... ok (0.018s) 2022-11-23T02:09:07.8332870Z test_torch_nn_functional_MultiMarginLoss_weights_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8333259Z test_torch_nn_functional_NLLLoss2d_no_reduce (__main__.TestCppApiParity) ... ok (0.019s) 2022-11-23T02:09:07.8333639Z test_torch_nn_functional_NLLLoss2d_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8334029Z test_torch_nn_functional_NLLLoss2d_no_reduce_ignore_index (__main__.TestCppApiParity) ... ok (0.020s) 2022-11-23T02:09:07.8334431Z test_torch_nn_functional_NLLLoss2d_no_reduce_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8334815Z test_torch_nn_functional_NLLLoss2d_no_reduce_weights (__main__.TestCppApiParity) ... ok (0.020s) 2022-11-23T02:09:07.8335209Z test_torch_nn_functional_NLLLoss2d_no_reduce_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8335731Z test_torch_nn_functional_NLLLossNd_no_reduce (__main__.TestCppApiParity) ... ok (0.020s) 2022-11-23T02:09:07.8336150Z test_torch_nn_functional_NLLLossNd_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8336576Z test_torch_nn_functional_NLLLossNd_no_reduce_ignore_index (__main__.TestCppApiParity) ... ok (0.026s) 2022-11-23T02:09:07.8336979Z test_torch_nn_functional_NLLLossNd_no_reduce_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8337381Z test_torch_nn_functional_NLLLossNd_no_reduce_weights (__main__.TestCppApiParity) ... ok (0.024s) 2022-11-23T02:09:07.8337780Z test_torch_nn_functional_NLLLossNd_no_reduce_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8338184Z test_torch_nn_functional_NLLLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.015s) 2022-11-23T02:09:07.8338559Z test_torch_nn_functional_NLLLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8338939Z test_torch_nn_functional_NLLLoss_no_reduce_ignore_index (__main__.TestCppApiParity) ... ok (0.019s) 2022-11-23T02:09:07.8339339Z test_torch_nn_functional_NLLLoss_no_reduce_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8339726Z test_torch_nn_functional_NLLLoss_no_reduce_weights (__main__.TestCppApiParity) ... ok (0.020s) 2022-11-23T02:09:07.8340259Z test_torch_nn_functional_NLLLoss_no_reduce_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.002s) 2022-11-23T02:09:07.8340666Z test_torch_nn_functional_NLLLoss_no_reduce_weights_ignore_index (__main__.TestCppApiParity) ... ok (0.024s) 2022-11-23T02:09:07.8341071Z test_torch_nn_functional_NLLLoss_no_reduce_weights_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8341495Z test_torch_nn_functional_NLLLoss_no_reduce_weights_ignore_index_neg (__main__.TestCppApiParity) ... ok (0.024s) 2022-11-23T02:09:07.8341961Z test_torch_nn_functional_NLLLoss_no_reduce_weights_ignore_index_neg_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8342400Z test_torch_nn_functional_Padding122112_3dcircular (__main__.TestCppApiParity) ... ok (0.024s) 2022-11-23T02:09:07.8342793Z test_torch_nn_functional_Padding122112_3dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8343174Z test_torch_nn_functional_Padding1221_2dcircular (__main__.TestCppApiParity) ... ok (0.010s) 2022-11-23T02:09:07.8343560Z test_torch_nn_functional_Padding1221_2dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8343946Z test_torch_nn_functional_Padding12_1dcircular (__main__.TestCppApiParity) ... ok (0.028s) 2022-11-23T02:09:07.8344316Z test_torch_nn_functional_Padding12_1dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8344692Z test_torch_nn_functional_Padding2322_2dcircular (__main__.TestCppApiParity) ... ok (0.017s) 2022-11-23T02:09:07.8345075Z test_torch_nn_functional_Padding2322_2dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.003s) 2022-11-23T02:09:07.8345452Z test_torch_nn_functional_Padding31_1dcircular (__main__.TestCppApiParity) ... ok (0.016s) 2022-11-23T02:09:07.8345839Z test_torch_nn_functional_Padding31_1dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8346218Z test_torch_nn_functional_Padding322112_3dcircular (__main__.TestCppApiParity) ... ok (0.027s) 2022-11-23T02:09:07.8346602Z test_torch_nn_functional_Padding322112_3dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8346968Z test_torch_nn_functional_Padding332122_3dcircular (__main__.TestCppApiParity) ... ok (0.030s) 2022-11-23T02:09:07.8347493Z test_torch_nn_functional_Padding332122_3dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8347911Z test_torch_nn_functional_Padding3331_2dcircular (__main__.TestCppApiParity) ... ok (0.025s) 2022-11-23T02:09:07.8348335Z test_torch_nn_functional_Padding3331_2dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8348717Z test_torch_nn_functional_Padding33_1dcircular (__main__.TestCppApiParity) ... ok (0.020s) 2022-11-23T02:09:07.8349098Z test_torch_nn_functional_Padding33_1dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8349480Z test_torch_nn_functional_PoissonNLLLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.018s) 2022-11-23T02:09:07.8349859Z test_torch_nn_functional_PoissonNLLLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8350240Z test_torch_nn_functional_SmoothL1Loss_beta (__main__.TestCppApiParity) ... ok (0.016s) 2022-11-23T02:09:07.8350613Z test_torch_nn_functional_SmoothL1Loss_beta_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8350986Z test_torch_nn_functional_SmoothL1Loss_no_reduce (__main__.TestCppApiParity) ... ok (0.018s) 2022-11-23T02:09:07.8351371Z test_torch_nn_functional_SmoothL1Loss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8352255Z test_torch_nn_functional_SmoothL1Loss_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.009s) 2022-11-23T02:09:07.8352673Z test_torch_nn_functional_SmoothL1Loss_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8353045Z test_torch_nn_functional_SmoothL1Loss_zero_beta (__main__.TestCppApiParity) ... ok (0.020s) 2022-11-23T02:09:07.8353513Z test_torch_nn_functional_SmoothL1Loss_zero_beta_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8353909Z test_torch_nn_functional_SoftMarginLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.022s) 2022-11-23T02:09:07.8354344Z test_torch_nn_functional_SoftMarginLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8354728Z test_torch_nn_functional_interpolate_bicubic_2d (__main__.TestCppApiParity) ... ok (0.022s) 2022-11-23T02:09:07.8355115Z test_torch_nn_functional_interpolate_bicubic_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8355509Z test_torch_nn_functional_interpolate_bicubic_2d_zero_dim (__main__.TestCppApiParity) ... ok (0.018s) 2022-11-23T02:09:07.8355911Z test_torch_nn_functional_interpolate_bicubic_2d_zero_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8356294Z test_torch_nn_functional_interpolate_bicubic_scale_2d (__main__.TestCppApiParity) ... ok (0.026s) 2022-11-23T02:09:07.8356689Z test_torch_nn_functional_interpolate_bicubic_scale_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8357092Z test_torch_nn_functional_interpolate_bicubic_scale_tuple_shared_2d (__main__.TestCppApiParity) ... ok (0.014s) 2022-11-23T02:09:07.8357514Z test_torch_nn_functional_interpolate_bicubic_scale_tuple_shared_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8357935Z test_torch_nn_functional_interpolate_bicubic_scale_tuple_skewed_2d (__main__.TestCppApiParity) ... ok (0.024s) 2022-11-23T02:09:07.8358342Z test_torch_nn_functional_interpolate_bicubic_scale_tuple_skewed_2d_align_corners (__main__.TestCppApiParity) ... ok (0.016s) 2022-11-23T02:09:07.8358795Z test_torch_nn_functional_interpolate_bicubic_scale_tuple_skewed_2d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8359298Z test_torch_nn_functional_interpolate_bicubic_scale_tuple_skewed_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8360120Z test_torch_nn_functional_interpolate_bicubic_tuple_2d (__main__.TestCppApiParity) ... ok (0.021s) 2022-11-23T02:09:07.8360506Z test_torch_nn_functional_interpolate_bicubic_tuple_2d_align_corners (__main__.TestCppApiParity) ... ok (0.018s) 2022-11-23T02:09:07.8360933Z test_torch_nn_functional_interpolate_bicubic_tuple_2d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8361372Z test_torch_nn_functional_interpolate_bicubic_tuple_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8361760Z test_torch_nn_functional_interpolate_bilinear_2d (__main__.TestCppApiParity) ... ok (0.017s) 2022-11-23T02:09:07.8362190Z test_torch_nn_functional_interpolate_bilinear_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8362586Z test_torch_nn_functional_interpolate_bilinear_2d_zero_dim (__main__.TestCppApiParity) ... ok (0.010s) 2022-11-23T02:09:07.8362978Z test_torch_nn_functional_interpolate_bilinear_2d_zero_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8363378Z test_torch_nn_functional_interpolate_bilinear_scale_2d (__main__.TestCppApiParity) ... ok (0.033s) 2022-11-23T02:09:07.8363855Z test_torch_nn_functional_interpolate_bilinear_scale_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8364407Z test_torch_nn_functional_interpolate_bilinear_scale_tuple_shared_2d (__main__.TestCppApiParity) ... ok (0.020s) 2022-11-23T02:09:07.8364838Z test_torch_nn_functional_interpolate_bilinear_scale_tuple_shared_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8365303Z test_torch_nn_functional_interpolate_bilinear_scale_tuple_skewed_2d (__main__.TestCppApiParity) ... ok (0.021s) 2022-11-23T02:09:07.8365520Z test_torch_nn_functional_interpolate_bilinear_scale_tuple_skewed_2d_align_corners (__main__.TestCppApiParity) ... ok (0.019s) 2022-11-23T02:09:07.8365794Z test_torch_nn_functional_interpolate_bilinear_scale_tuple_skewed_2d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8366019Z test_torch_nn_functional_interpolate_bilinear_scale_tuple_skewed_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8366199Z test_torch_nn_functional_interpolate_bilinear_tuple_2d (__main__.TestCppApiParity) ... ok (0.016s) 2022-11-23T02:09:07.8366395Z test_torch_nn_functional_interpolate_bilinear_tuple_2d_align_corners (__main__.TestCppApiParity) ... ok (0.020s) 2022-11-23T02:09:07.8366618Z test_torch_nn_functional_interpolate_bilinear_tuple_2d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8366824Z test_torch_nn_functional_interpolate_bilinear_tuple_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8366997Z test_torch_nn_functional_interpolate_linear_1d (__main__.TestCppApiParity) ... ok (0.017s) 2022-11-23T02:09:07.8367182Z test_torch_nn_functional_interpolate_linear_1d_align_corners (__main__.TestCppApiParity) ... ok (0.018s) 2022-11-23T02:09:07.8367382Z test_torch_nn_functional_interpolate_linear_1d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8367578Z test_torch_nn_functional_interpolate_linear_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8367760Z test_torch_nn_functional_interpolate_linear_1d_zero_dim (__main__.TestCppApiParity) ... ok (0.017s) 2022-11-23T02:09:07.8367966Z test_torch_nn_functional_interpolate_linear_1d_zero_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8368143Z test_torch_nn_functional_interpolate_linear_scale_1d (__main__.TestCppApiParity) ... ok (0.017s) 2022-11-23T02:09:07.8368511Z test_torch_nn_functional_interpolate_linear_scale_1d_align_corners (__main__.TestCppApiParity) ... ok (0.042s) 2022-11-23T02:09:07.8368732Z test_torch_nn_functional_interpolate_linear_scale_1d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8368936Z test_torch_nn_functional_interpolate_linear_scale_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8369113Z test_torch_nn_functional_interpolate_linear_tuple_1d (__main__.TestCppApiParity) ... ok (0.016s) 2022-11-23T02:09:07.8369320Z test_torch_nn_functional_interpolate_linear_tuple_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8369491Z test_torch_nn_functional_interpolate_nearest_1d (__main__.TestCppApiParity) ... ok (0.019s) 2022-11-23T02:09:07.8369690Z test_torch_nn_functional_interpolate_nearest_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8369873Z test_torch_nn_functional_interpolate_nearest_1d_zero_dim (__main__.TestCppApiParity) ... ok (0.014s) 2022-11-23T02:09:07.8370081Z test_torch_nn_functional_interpolate_nearest_1d_zero_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8370250Z test_torch_nn_functional_interpolate_nearest_2d (__main__.TestCppApiParity) ... ok (0.017s) 2022-11-23T02:09:07.8370448Z test_torch_nn_functional_interpolate_nearest_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8370773Z test_torch_nn_functional_interpolate_nearest_2d_launch_configs (__main__.TestCppApiParity) ... ok (0.036s) 2022-11-23T02:09:07.8371002Z test_torch_nn_functional_interpolate_nearest_2d_launch_configs_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8371218Z test_torch_nn_functional_interpolate_nearest_2d_zero_dim (__main__.TestCppApiParity) ... ok (0.013s) 2022-11-23T02:09:07.8371428Z test_torch_nn_functional_interpolate_nearest_2d_zero_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8371634Z test_torch_nn_functional_interpolate_nearest_3d (__main__.TestCppApiParity) ... ok (0.019s) 2022-11-23T02:09:07.8371835Z test_torch_nn_functional_interpolate_nearest_3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8372016Z test_torch_nn_functional_interpolate_nearest_3d_zero_dim (__main__.TestCppApiParity) ... ok (0.027s) 2022-11-23T02:09:07.8372225Z test_torch_nn_functional_interpolate_nearest_3d_zero_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8372402Z test_torch_nn_functional_interpolate_nearest_scale_1d (__main__.TestCppApiParity) ... ok (0.017s) 2022-11-23T02:09:07.8372595Z test_torch_nn_functional_interpolate_nearest_scale_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8372772Z test_torch_nn_functional_interpolate_nearest_scale_2d (__main__.TestCppApiParity) ... ok (0.021s) 2022-11-23T02:09:07.8372976Z test_torch_nn_functional_interpolate_nearest_scale_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8373151Z test_torch_nn_functional_interpolate_nearest_scale_3d (__main__.TestCppApiParity) ... ok (0.031s) 2022-11-23T02:09:07.8373355Z test_torch_nn_functional_interpolate_nearest_scale_3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8373533Z test_torch_nn_functional_interpolate_nearest_tuple_1d (__main__.TestCppApiParity) ... ok (0.019s) 2022-11-23T02:09:07.8373737Z test_torch_nn_functional_interpolate_nearest_tuple_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8373914Z test_torch_nn_functional_interpolate_nearest_tuple_2d (__main__.TestCppApiParity) ... ok (0.014s) 2022-11-23T02:09:07.8374119Z test_torch_nn_functional_interpolate_nearest_tuple_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8374429Z test_torch_nn_functional_interpolate_nearest_tuple_3d (__main__.TestCppApiParity) ... ok (0.038s) 2022-11-23T02:09:07.8374634Z test_torch_nn_functional_interpolate_nearest_tuple_3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8374807Z test_torch_nn_functional_interpolate_trilinear_3d (__main__.TestCppApiParity) ... ok (0.026s) 2022-11-23T02:09:07.8375012Z test_torch_nn_functional_interpolate_trilinear_3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8375193Z test_torch_nn_functional_interpolate_trilinear_3d_zero_dim (__main__.TestCppApiParity) ... ok (0.010s) 2022-11-23T02:09:07.8375405Z test_torch_nn_functional_interpolate_trilinear_3d_zero_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8375584Z test_torch_nn_functional_interpolate_trilinear_scale_3d (__main__.TestCppApiParity) ... ok (0.032s) 2022-11-23T02:09:07.8375782Z test_torch_nn_functional_interpolate_trilinear_scale_3d_align_corners (__main__.TestCppApiParity) ... ok (0.031s) 2022-11-23T02:09:07.8376009Z test_torch_nn_functional_interpolate_trilinear_scale_3d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8376217Z test_torch_nn_functional_interpolate_trilinear_scale_3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8376524Z test_torch_nn_functional_interpolate_trilinear_tuple_3d (__main__.TestCppApiParity) ... ok (0.023s) 2022-11-23T02:09:07.8376722Z test_torch_nn_functional_interpolate_trilinear_tuple_3d_align_corners (__main__.TestCppApiParity) ... ok (0.022s) 2022-11-23T02:09:07.8376984Z test_torch_nn_functional_interpolate_trilinear_tuple_3d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8377192Z test_torch_nn_functional_interpolate_trilinear_tuple_3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8377359Z test_torch_nn_functional_log_softmax_dim0 (__main__.TestCppApiParity) ... ok (0.021s) 2022-11-23T02:09:07.8377586Z test_torch_nn_functional_log_softmax_dim0_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8377736Z test_torch_nn_functional_log_softmax_dim3 (__main__.TestCppApiParity) ... ok (0.021s) 2022-11-23T02:09:07.8377924Z test_torch_nn_functional_log_softmax_dim3_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8378092Z test_torch_nn_functional_log_softmax_lastdim (__main__.TestCppApiParity) ... ok (0.020s) 2022-11-23T02:09:07.8378285Z test_torch_nn_functional_log_softmax_lastdim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8378446Z test_torch_nn_functional_log_softmax_scalar (__main__.TestCppApiParity) ... ok (0.006s) 2022-11-23T02:09:07.8378641Z test_torch_nn_functional_log_softmax_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8378805Z test_torch_nn_functional_log_softmax_spatial (__main__.TestCppApiParity) ... ok (0.026s) 2022-11-23T02:09:07.8379000Z test_torch_nn_functional_log_softmax_spatial_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8379176Z test_torch_nn_functional_log_softmax_spatial_special (__main__.TestCppApiParity) ... ok (0.019s) 2022-11-23T02:09:07.8379382Z test_torch_nn_functional_log_softmax_spatial_special_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8379579Z test_torch_nn_functional_multimarginloss_1d_input_0d_target_no_reduce (__main__.TestCppApiParity) ... ok (0.014s) 2022-11-23T02:09:07.8379801Z test_torch_nn_functional_multimarginloss_1d_input_0d_target_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8380111Z test_torch_nn_functional_sample_functional_has_parity (__main__.TestCppApiParity) ... ok (0.021s) 2022-11-23T02:09:07.8380316Z test_torch_nn_functional_sample_functional_has_parity_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8380510Z test_torch_nn_functional_sample_functional_no_parity (__main__.TestCppApiParity) ... expected failure (0.019s) 2022-11-23T02:09:07.8380715Z test_torch_nn_functional_sample_functional_no_parity_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:07.8380889Z test_torch_nn_functional_softmax_functional_dim0 (__main__.TestCppApiParity) ... ok (0.019s) 2022-11-23T02:09:07.8381096Z test_torch_nn_functional_softmax_functional_dim0_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:09:07.8381265Z test_torch_nn_functional_softmax_functional_dim3 (__main__.TestCppApiParity) ... ok (0.023s) 2022-11-23T02:09:07.8381465Z test_torch_nn_functional_softmax_functional_dim3_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:09:07.8381643Z test_torch_nn_functional_softmax_functional_scalar (__main__.TestCppApiParity) ... ok (0.013s) 2022-11-23T02:09:07.8381851Z test_torch_nn_functional_softmax_functional_scalar_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:09:07.8382013Z test_torch_nn_functional_softmax_lastdim (__main__.TestCppApiParity) ... ok (0.018s) 2022-11-23T02:09:07.8382346Z test_torch_nn_functional_softmax_lastdim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8382505Z test_torch_nn_functional_softmax_lastdim_dtype (__main__.TestCppApiParity) ... ok (0.026s) 2022-11-23T02:09:07.8382745Z test_torch_nn_functional_softmax_lastdim_dtype_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:09:07.8382909Z test_torch_nn_functional_softmax_spatial (__main__.TestCppApiParity) ... ok (0.010s) 2022-11-23T02:09:07.8383105Z test_torch_nn_functional_softmax_spatial_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8383309Z test_torch_nn_functional_softmax_spatial_dtype (__main__.TestCppApiParity) ... ok (0.026s) 2022-11-23T02:09:07.8383516Z test_torch_nn_functional_softmax_spatial_dtype_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:09:07.8383688Z test_torch_nn_functional_softmax_spatial_special (__main__.TestCppApiParity) ... ok (0.017s) 2022-11-23T02:09:07.8383890Z test_torch_nn_functional_softmax_spatial_special_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:07.8383899Z 2022-11-23T02:09:07.8384052Z ---------------------------------------------------------------------- 2022-11-23T02:09:07.8384137Z Ran 1100 tests in 19.640s 2022-11-23T02:09:07.8384143Z 2022-11-23T02:09:07.8384246Z OK (skipped=550, expected failures=17) 2022-11-23T02:09:07.8384255Z 2022-11-23T02:09:07.8384342Z Generating XML reports... 2022-11-23T02:09:07.8384586Z Generated XML report: test-reports\python-unittest\test_cpp_api_parity\TEST-TestCppApiParity-20221123020847.xml 2022-11-23T02:09:07.8384591Z 2022-11-23T02:09:07.8384978Z ##[endgroup] 2022-11-23T02:09:07.8385236Z FINISHED PRINTING LOG FILE of test_cpp_api_parity (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_cpp_api_parity_rcepbhol) 2022-11-23T02:09:07.8385242Z 2022-11-23T02:09:07.8385366Z Running test_cpp_extensions_jit ... [2022-11-23 02:09:07.796479] 2022-11-23T02:09:07.8385649Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_cpp_extensions_jit.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:09:07.796479] 2022-11-23T02:12:27.0324772Z 2022-11-23T02:12:27.0325266Z Expand the folded group to see the log file of test_cpp_extensions_jit 2022-11-23T02:12:27.0464329Z ##[group]PRINTING LOG FILE of test_cpp_extensions_jit (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_cpp_extensions_jit_7t0qwvfe) 2022-11-23T02:12:27.0465451Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:27.0466118Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:27.0466490Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:12:27.0466711Z 2022-11-23T02:12:27.0466773Z Running tests... 2022-11-23T02:12:27.0467163Z ---------------------------------------------------------------------- 2022-11-23T02:12:27.0467526Z Test results will be stored in test-reports\python-unittest\test_cpp_extensions_jit 2022-11-23T02:12:27.0467853Z Not wiping extensions build folder because Windows 2022-11-23T02:12:27.0468166Z test_autograd_from_cpp (__main__.TestCppExtensionJIT) ... ok (13.495s) 2022-11-23T02:12:27.0468552Z test_compilation_error_formatting (__main__.TestCppExtensionJIT) ... ok (6.788s) 2022-11-23T02:12:27.0469066Z test_cpp_frontend_module_has_same_output_as_python (__main__.TestCppExtensionJIT) ... Using C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116 as PyTorch extensions root... 2022-11-23T02:12:27.0469858Z Creating extension directory C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116\cpp_frontend_extension... 2022-11-23T02:12:27.0470595Z Emitting ninja build file C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116\cpp_frontend_extension\build.ninja... 2022-11-23T02:12:27.0471366Z Building extension module cpp_frontend_extension... 2022-11-23T02:12:27.0471740Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-11-23T02:12:27.0473047Z [1/2] cl /showIncludes -DTORCH_EXTENSION_NAME=cpp_frontend_extension -DTORCH_API_INCLUDE_EXTENSION_H -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:\Jenkins\Miniconda3\Include -D_GLIBCXX_USE_CXX11_ABI=0 /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /EHsc -c C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\cpp_frontend_extension.cpp /Focpp_frontend_extension.o 2022-11-23T02:12:27.0474074Z Microsoft (R) C/C++ Optimizing Compiler Version 19.28.29337 for x64 2022-11-23T02:12:27.0474444Z Copyright (C) Microsoft Corporation. All rights reserved. 2022-11-23T02:12:27.0474669Z 2022-11-23T02:12:27.0475087Z 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:12:27.0475932Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0476453Z with 2022-11-23T02:12:27.0476688Z [ 2022-11-23T02:12:27.0476944Z T=c10::SymInt 2022-11-23T02:12:27.0477179Z ] 2022-11-23T02:12:27.0477942Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.0478471Z with 2022-11-23T02:12:27.0478699Z [ 2022-11-23T02:12:27.0478964Z T=c10::SymInt 2022-11-23T02:12:27.0479187Z ] 2022-11-23T02:12:27.0479991Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.0480558Z with 2022-11-23T02:12:27.0480792Z [ 2022-11-23T02:12:27.0481058Z T=c10::SymInt 2022-11-23T02:12:27.0481299Z ] 2022-11-23T02:12:27.0481917Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.0482511Z with 2022-11-23T02:12:27.0482752Z [ 2022-11-23T02:12:27.0482992Z T=c10::SymInt 2022-11-23T02:12:27.0483246Z ] 2022-11-23T02:12:27.0483820Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.0484687Z 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:12:27.0485545Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0486063Z with 2022-11-23T02:12:27.0486303Z [ 2022-11-23T02:12:27.0486675Z T=c10::SymInt 2022-11-23T02:12:27.0486928Z ] 2022-11-23T02:12:27.0487448Z 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:12:27.0488239Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0488718Z with 2022-11-23T02:12:27.0488957Z [ 2022-11-23T02:12:27.0489209Z T=at::TensorBase 2022-11-23T02:12:27.0489462Z ] 2022-11-23T02:12:27.0490023Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.0490545Z with 2022-11-23T02:12:27.0490755Z [ 2022-11-23T02:12:27.0491019Z T=at::TensorBase 2022-11-23T02:12:27.0491274Z ] 2022-11-23T02:12:27.0491878Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.0492454Z with 2022-11-23T02:12:27.0492685Z [ 2022-11-23T02:12:27.0492918Z T=at::TensorBase 2022-11-23T02:12:27.0493175Z ] 2022-11-23T02:12:27.0493820Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.0494443Z with 2022-11-23T02:12:27.0494684Z [ 2022-11-23T02:12:27.0494942Z T=at::TensorBase 2022-11-23T02:12:27.0495170Z ] 2022-11-23T02:12:27.0495760Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.0496650Z 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:12:27.0497610Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0498167Z with 2022-11-23T02:12:27.0498402Z [ 2022-11-23T02:12:27.0498664Z T=at::TensorBase 2022-11-23T02:12:27.0498888Z ] 2022-11-23T02:12:27.0499430Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0499915Z with 2022-11-23T02:12:27.0500142Z [ 2022-11-23T02:12:27.0500400Z T=at::Tensor 2022-11-23T02:12:27.0500634Z ] 2022-11-23T02:12:27.0501206Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.0501741Z with 2022-11-23T02:12:27.0501973Z [ 2022-11-23T02:12:27.0502219Z T=at::Tensor 2022-11-23T02:12:27.0502464Z ] 2022-11-23T02:12:27.0503040Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.0503602Z with 2022-11-23T02:12:27.0503837Z [ 2022-11-23T02:12:27.0504162Z T=at::Tensor 2022-11-23T02:12:27.0504416Z ] 2022-11-23T02:12:27.0504944Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.0505385Z with 2022-11-23T02:12:27.0505533Z [ 2022-11-23T02:12:27.0505718Z T=at::Tensor 2022-11-23T02:12:27.0505897Z ] 2022-11-23T02:12:27.0506335Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.0507028Z 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:12:27.0507703Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0508131Z with 2022-11-23T02:12:27.0508286Z [ 2022-11-23T02:12:27.0508466Z T=at::Tensor 2022-11-23T02:12:27.0508651Z ] 2022-11-23T02:12:27.0509043Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0509418Z with 2022-11-23T02:12:27.0509585Z [ 2022-11-23T02:12:27.0509793Z T=at::Generator 2022-11-23T02:12:27.0509981Z ] 2022-11-23T02:12:27.0510481Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.0510874Z with 2022-11-23T02:12:27.0511043Z [ 2022-11-23T02:12:27.0511201Z T=at::Generator 2022-11-23T02:12:27.0511389Z ] 2022-11-23T02:12:27.0511843Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.0512348Z with 2022-11-23T02:12:27.0512519Z [ 2022-11-23T02:12:27.0512702Z T=at::Generator 2022-11-23T02:12:27.0512868Z ] 2022-11-23T02:12:27.0513382Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.0513827Z with 2022-11-23T02:12:27.0514027Z [ 2022-11-23T02:12:27.0514213Z T=at::Generator 2022-11-23T02:12:27.0514391Z ] 2022-11-23T02:12:27.0514794Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.0515447Z 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:12:27.0516102Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0516503Z with 2022-11-23T02:12:27.0516671Z [ 2022-11-23T02:12:27.0516853Z T=at::Generator 2022-11-23T02:12:27.0517035Z ] 2022-11-23T02:12:27.0517529Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0517907Z with 2022-11-23T02:12:27.0518080Z [ 2022-11-23T02:12:27.0518260Z T=c10::Scalar 2022-11-23T02:12:27.0518441Z ] 2022-11-23T02:12:27.0518858Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.0519222Z with 2022-11-23T02:12:27.0519397Z [ 2022-11-23T02:12:27.0519571Z T=c10::Scalar 2022-11-23T02:12:27.0519746Z ] 2022-11-23T02:12:27.0520194Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.0520615Z with 2022-11-23T02:12:27.0520796Z [ 2022-11-23T02:12:27.0521006Z T=c10::Scalar 2022-11-23T02:12:27.0521255Z ] 2022-11-23T02:12:27.0521902Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.0522493Z with 2022-11-23T02:12:27.0522738Z [ 2022-11-23T02:12:27.0522966Z T=c10::Scalar 2022-11-23T02:12:27.0523204Z ] 2022-11-23T02:12:27.0523767Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.0524624Z 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:12:27.0525585Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0526183Z with 2022-11-23T02:12:27.0526531Z [ 2022-11-23T02:12:27.0526756Z T=c10::Scalar 2022-11-23T02:12:27.0527008Z ] 2022-11-23T02:12:27.0527541Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0528025Z with 2022-11-23T02:12:27.0528253Z [ 2022-11-23T02:12:27.0528495Z T=std::string 2022-11-23T02:12:27.0528716Z ] 2022-11-23T02:12:27.0529278Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.0529796Z with 2022-11-23T02:12:27.0530025Z [ 2022-11-23T02:12:27.0530269Z T=std::string 2022-11-23T02:12:27.0530481Z ] 2022-11-23T02:12:27.0531085Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.0531655Z with 2022-11-23T02:12:27.0531877Z [ 2022-11-23T02:12:27.0532113Z T=std::string 2022-11-23T02:12:27.0532356Z ] 2022-11-23T02:12:27.0532966Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.0533621Z with 2022-11-23T02:12:27.0533851Z [ 2022-11-23T02:12:27.0534102Z T=std::string 2022-11-23T02:12:27.0534352Z ] 2022-11-23T02:12:27.0534917Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.0535798Z 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:12:27.0536678Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0537205Z with 2022-11-23T02:12:27.0537438Z [ 2022-11-23T02:12:27.0537685Z T=std::string 2022-11-23T02:12:27.0537939Z ] 2022-11-23T02:12:27.0538475Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0538986Z with 2022-11-23T02:12:27.0539190Z [ 2022-11-23T02:12:27.0539458Z T=c10::QualifiedName 2022-11-23T02:12:27.0539706Z ] 2022-11-23T02:12:27.0540259Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.0540776Z with 2022-11-23T02:12:27.0540994Z [ 2022-11-23T02:12:27.0541224Z T=c10::QualifiedName 2022-11-23T02:12:27.0541483Z ] 2022-11-23T02:12:27.0542083Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.0542643Z with 2022-11-23T02:12:27.0542870Z [ 2022-11-23T02:12:27.0543102Z T=c10::QualifiedName 2022-11-23T02:12:27.0543353Z ] 2022-11-23T02:12:27.0543995Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.0544672Z with 2022-11-23T02:12:27.0544910Z [ 2022-11-23T02:12:27.0545185Z T=c10::QualifiedName 2022-11-23T02:12:27.0545417Z ] 2022-11-23T02:12:27.0545987Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.0546938Z 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:12:27.0547830Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0548372Z with 2022-11-23T02:12:27.0548598Z [ 2022-11-23T02:12:27.0548863Z T=c10::QualifiedName 2022-11-23T02:12:27.0549095Z ] 2022-11-23T02:12:27.0549633Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0550123Z with 2022-11-23T02:12:27.0550441Z [ 2022-11-23T02:12:27.0550765Z T=std::shared_ptr 2022-11-23T02:12:27.0551157Z ] 2022-11-23T02:12:27.0551711Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.0552244Z with 2022-11-23T02:12:27.0552466Z [ 2022-11-23T02:12:27.0552781Z T=std::shared_ptr 2022-11-23T02:12:27.0553082Z ] 2022-11-23T02:12:27.0553694Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.0554246Z with 2022-11-23T02:12:27.0554452Z [ 2022-11-23T02:12:27.0554758Z T=std::shared_ptr 2022-11-23T02:12:27.0555059Z ] 2022-11-23T02:12:27.0555700Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.0556310Z with 2022-11-23T02:12:27.0556524Z [ 2022-11-23T02:12:27.0556823Z T=std::shared_ptr 2022-11-23T02:12:27.0557127Z ] 2022-11-23T02:12:27.0557746Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.0558689Z 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:12:27.0559609Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0560141Z with 2022-11-23T02:12:27.0560368Z [ 2022-11-23T02:12:27.0560648Z T=std::shared_ptr 2022-11-23T02:12:27.0560939Z ] 2022-11-23T02:12:27.0562390Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0562862Z with 2022-11-23T02:12:27.0563034Z [ 2022-11-23T02:12:27.0563264Z T=std::weak_ptr 2022-11-23T02:12:27.0563501Z ] 2022-11-23T02:12:27.0563998Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.0564534Z with 2022-11-23T02:12:27.0564759Z [ 2022-11-23T02:12:27.0565075Z T=std::weak_ptr 2022-11-23T02:12:27.0565373Z ] 2022-11-23T02:12:27.0565952Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.0566542Z with 2022-11-23T02:12:27.0566767Z [ 2022-11-23T02:12:27.0567074Z T=std::weak_ptr 2022-11-23T02:12:27.0567359Z ] 2022-11-23T02:12:27.0568009Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.0568636Z with 2022-11-23T02:12:27.0568941Z [ 2022-11-23T02:12:27.0569250Z T=std::weak_ptr 2022-11-23T02:12:27.0569540Z ] 2022-11-23T02:12:27.0570142Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.0571098Z 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:12:27.0572019Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0572561Z with 2022-11-23T02:12:27.0572782Z [ 2022-11-23T02:12:27.0573079Z T=std::weak_ptr 2022-11-23T02:12:27.0573369Z ] 2022-11-23T02:12:27.0573888Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0574376Z with 2022-11-23T02:12:27.0574619Z [ 2022-11-23T02:12:27.0574935Z T=std::vector> 2022-11-23T02:12:27.0575252Z ] 2022-11-23T02:12:27.0575802Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.0576327Z with 2022-11-23T02:12:27.0576561Z [ 2022-11-23T02:12:27.0576915Z T=std::vector> 2022-11-23T02:12:27.0577220Z ] 2022-11-23T02:12:27.0577823Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.0578361Z with 2022-11-23T02:12:27.0578592Z [ 2022-11-23T02:12:27.0579033Z T=std::vector> 2022-11-23T02:12:27.0579353Z ] 2022-11-23T02:12:27.0579989Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.0580543Z with 2022-11-23T02:12:27.0580791Z [ 2022-11-23T02:12:27.0581130Z T=std::vector> 2022-11-23T02:12:27.0581435Z ] 2022-11-23T02:12:27.0582106Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:12:27.0588422Z 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:12:27.0589379Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0589918Z with 2022-11-23T02:12:27.0590230Z [ 2022-11-23T02:12:27.0590578Z T=std::vector> 2022-11-23T02:12:27.0590909Z ] 2022-11-23T02:12:27.0591575Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0592067Z with 2022-11-23T02:12:27.0592284Z [ 2022-11-23T02:12:27.0592590Z T=std::vector> 2022-11-23T02:12:27.0592884Z ] 2022-11-23T02:12:27.0593449Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.0593965Z with 2022-11-23T02:12:27.0594174Z [ 2022-11-23T02:12:27.0594473Z T=std::vector> 2022-11-23T02:12:27.0594759Z ] 2022-11-23T02:12:27.0595373Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.0595933Z with 2022-11-23T02:12:27.0596154Z [ 2022-11-23T02:12:27.0596430Z T=std::vector> 2022-11-23T02:12:27.0596724Z ] 2022-11-23T02:12:27.0597375Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.0597968Z with 2022-11-23T02:12:27.0598209Z [ 2022-11-23T02:12:27.0598502Z T=std::vector> 2022-11-23T02:12:27.0598790Z ] 2022-11-23T02:12:27.0599368Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:12:27.0600298Z 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:12:27.0601191Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0601822Z with 2022-11-23T02:12:27.0602051Z [ 2022-11-23T02:12:27.0602348Z T=std::vector> 2022-11-23T02:12:27.0602634Z ] 2022-11-23T02:12:27.0603167Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0603651Z with 2022-11-23T02:12:27.0603886Z [ 2022-11-23T02:12:27.0604249Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.0604577Z ] 2022-11-23T02:12:27.0605121Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.0605634Z with 2022-11-23T02:12:27.0605838Z [ 2022-11-23T02:12:27.0606184Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.0606517Z ] 2022-11-23T02:12:27.0607124Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.0607664Z with 2022-11-23T02:12:27.0607893Z [ 2022-11-23T02:12:27.0608324Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.0608648Z ] 2022-11-23T02:12:27.0609279Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.0609880Z with 2022-11-23T02:12:27.0610112Z [ 2022-11-23T02:12:27.0610463Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.0610788Z ] 2022-11-23T02:12:27.0611412Z C:\actions-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:12:27.0612524Z 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:12:27.0613544Z 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:12:27.0614515Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0615124Z with 2022-11-23T02:12:27.0615368Z [ 2022-11-23T02:12:27.0615748Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.0616088Z ] 2022-11-23T02:12:27.0616669Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0617180Z with 2022-11-23T02:12:27.0617422Z [ 2022-11-23T02:12:27.0617777Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.0618140Z ] 2022-11-23T02:12:27.0618707Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.0619241Z with 2022-11-23T02:12:27.0619479Z [ 2022-11-23T02:12:27.0619837Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.0620178Z ] 2022-11-23T02:12:27.0620791Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.0621327Z with 2022-11-23T02:12:27.0621579Z [ 2022-11-23T02:12:27.0621915Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.0622253Z ] 2022-11-23T02:12:27.0622896Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.0623479Z with 2022-11-23T02:12:27.0623694Z [ 2022-11-23T02:12:27.0624029Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.0624354Z ] 2022-11-23T02:12:27.0625053Z C:\actions-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:12:27.0626047Z 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:12:27.0627038Z 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:12:27.0627954Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0628502Z with 2022-11-23T02:12:27.0628751Z [ 2022-11-23T02:12:27.0629077Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.0629406Z ] 2022-11-23T02:12:27.0629954Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0630542Z with 2022-11-23T02:12:27.0630784Z [ 2022-11-23T02:12:27.0631081Z T=std::vector> 2022-11-23T02:12:27.0631342Z ] 2022-11-23T02:12:27.0631899Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.0632413Z with 2022-11-23T02:12:27.0632645Z [ 2022-11-23T02:12:27.0632977Z T=std::vector> 2022-11-23T02:12:27.0633272Z ] 2022-11-23T02:12:27.0633892Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.0634466Z with 2022-11-23T02:12:27.0634708Z [ 2022-11-23T02:12:27.0635088Z T=std::vector> 2022-11-23T02:12:27.0635366Z ] 2022-11-23T02:12:27.0636003Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.0636602Z with 2022-11-23T02:12:27.0636818Z [ 2022-11-23T02:12:27.0637110Z T=std::vector> 2022-11-23T02:12:27.0637396Z ] 2022-11-23T02:12:27.0638015Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:12:27.0638987Z 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:12:27.0639941Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0640478Z with 2022-11-23T02:12:27.0640694Z [ 2022-11-23T02:12:27.0640998Z T=std::vector> 2022-11-23T02:12:27.0641286Z ] 2022-11-23T02:12:27.0641893Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0642413Z with 2022-11-23T02:12:27.0642651Z [ 2022-11-23T02:12:27.0642957Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:12:27.0643292Z ] 2022-11-23T02:12:27.0643868Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.0644380Z with 2022-11-23T02:12:27.0644613Z [ 2022-11-23T02:12:27.0644952Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:12:27.0645291Z ] 2022-11-23T02:12:27.0645933Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.0646490Z with 2022-11-23T02:12:27.0646728Z [ 2022-11-23T02:12:27.0647116Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:12:27.0647475Z ] 2022-11-23T02:12:27.0648173Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.0648770Z with 2022-11-23T02:12:27.0649062Z [ 2022-11-23T02:12:27.0649428Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:12:27.0649779Z ] 2022-11-23T02:12:27.0650454Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.0651535Z 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:12:27.0652639Z 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:12:27.0653720Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0654282Z with 2022-11-23T02:12:27.0654504Z [ 2022-11-23T02:12:27.0700684Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:12:27.0701195Z ] 2022-11-23T02:12:27.0701842Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0702404Z with 2022-11-23T02:12:27.0702677Z [ 2022-11-23T02:12:27.0703012Z T=c10::impl::InlineStreamGuard 2022-11-23T02:12:27.0703379Z ] 2022-11-23T02:12:27.0703980Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.0704547Z with 2022-11-23T02:12:27.0704811Z [ 2022-11-23T02:12:27.0705196Z T=c10::impl::InlineStreamGuard 2022-11-23T02:12:27.0705516Z ] 2022-11-23T02:12:27.0707034Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.0707669Z with 2022-11-23T02:12:27.0707937Z [ 2022-11-23T02:12:27.0708316Z T=c10::impl::InlineStreamGuard 2022-11-23T02:12:27.0708693Z ] 2022-11-23T02:12:27.0709325Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.0709987Z with 2022-11-23T02:12:27.0710310Z [ 2022-11-23T02:12:27.0710687Z T=c10::impl::InlineStreamGuard 2022-11-23T02:12:27.0711053Z ] 2022-11-23T02:12:27.0711766Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.0712863Z 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:12:27.0713909Z 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:12:27.0714886Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0715418Z with 2022-11-23T02:12:27.0715694Z [ 2022-11-23T02:12:27.0716067Z T=c10::impl::InlineStreamGuard 2022-11-23T02:12:27.0716426Z ] 2022-11-23T02:12:27.0717015Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0717658Z with 2022-11-23T02:12:27.0717911Z [ 2022-11-23T02:12:27.0718227Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:12:27.0718557Z ] 2022-11-23T02:12:27.0719146Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.0719708Z with 2022-11-23T02:12:27.0719982Z [ 2022-11-23T02:12:27.0720248Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:12:27.0720549Z ] 2022-11-23T02:12:27.0721175Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.0721780Z with 2022-11-23T02:12:27.0722052Z [ 2022-11-23T02:12:27.0722364Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:12:27.0722651Z ] 2022-11-23T02:12:27.0723318Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.0723984Z with 2022-11-23T02:12:27.0724242Z [ 2022-11-23T02:12:27.0724584Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:12:27.0724884Z ] 2022-11-23T02:12:27.0725533Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.0726475Z 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:12:27.0727053Z with 2022-11-23T02:12:27.0727317Z [ 2022-11-23T02:12:27.0727640Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:12:27.0727938Z ] 2022-11-23T02:12:27.0728605Z 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:12:27.0729607Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0730188Z with 2022-11-23T02:12:27.0730478Z [ 2022-11-23T02:12:27.0730820Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:12:27.0731155Z ] 2022-11-23T02:12:27.0731722Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0732261Z with 2022-11-23T02:12:27.0732483Z [ 2022-11-23T02:12:27.0732905Z T=std::vector> 2022-11-23T02:12:27.0733317Z ] 2022-11-23T02:12:27.0733914Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.0734467Z with 2022-11-23T02:12:27.0734738Z [ 2022-11-23T02:12:27.0735110Z T=std::vector> 2022-11-23T02:12:27.0735516Z ] 2022-11-23T02:12:27.0736050Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.0736562Z with 2022-11-23T02:12:27.0736789Z [ 2022-11-23T02:12:27.0737116Z T=std::vector> 2022-11-23T02:12:27.0737400Z ] 2022-11-23T02:12:27.0737869Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.0738336Z with 2022-11-23T02:12:27.0738529Z [ 2022-11-23T02:12:27.0738843Z T=std::vector> 2022-11-23T02:12:27.0739141Z ] 2022-11-23T02:12:27.0739674Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:12:27.0740502Z 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:12:27.0741305Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0741698Z with 2022-11-23T02:12:27.0741898Z [ 2022-11-23T02:12:27.0742240Z T=std::vector> 2022-11-23T02:12:27.0742566Z ] 2022-11-23T02:12:27.0742999Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0743391Z with 2022-11-23T02:12:27.0743554Z [ 2022-11-23T02:12:27.0743819Z T=torch::autograd::ViewInfo 2022-11-23T02:12:27.0744044Z ] 2022-11-23T02:12:27.0744489Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.0744896Z with 2022-11-23T02:12:27.0745088Z [ 2022-11-23T02:12:27.0745277Z T=torch::autograd::ViewInfo 2022-11-23T02:12:27.0745496Z ] 2022-11-23T02:12:27.0745970Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.0746407Z with 2022-11-23T02:12:27.0746598Z [ 2022-11-23T02:12:27.0746818Z T=torch::autograd::ViewInfo 2022-11-23T02:12:27.0747005Z ] 2022-11-23T02:12:27.0747500Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.0747968Z with 2022-11-23T02:12:27.0748160Z [ 2022-11-23T02:12:27.0748385Z T=torch::autograd::ViewInfo 2022-11-23T02:12:27.0748603Z ] 2022-11-23T02:12:27.0749023Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.0749810Z 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:12:27.0750657Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0751081Z with 2022-11-23T02:12:27.0751275Z [ 2022-11-23T02:12:27.0751498Z T=torch::autograd::ViewInfo 2022-11-23T02:12:27.0751718Z ] 2022-11-23T02:12:27.0752115Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0752503Z with 2022-11-23T02:12:27.0752696Z [ 2022-11-23T02:12:27.0752901Z T=c10::IValue 2022-11-23T02:12:27.0753102Z ] 2022-11-23T02:12:27.0753500Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.0753909Z with 2022-11-23T02:12:27.0754101Z [ 2022-11-23T02:12:27.0754301Z T=c10::IValue 2022-11-23T02:12:27.0754502Z ] 2022-11-23T02:12:27.0755029Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.0755525Z with 2022-11-23T02:12:27.0755686Z [ 2022-11-23T02:12:27.0755941Z T=c10::IValue 2022-11-23T02:12:27.0756144Z ] 2022-11-23T02:12:27.0756645Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.0757107Z with 2022-11-23T02:12:27.0757268Z [ 2022-11-23T02:12:27.0757469Z T=c10::IValue 2022-11-23T02:12:27.0757668Z ] 2022-11-23T02:12:27.0758105Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.0758767Z 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:12:27.0759443Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0759870Z with 2022-11-23T02:12:27.0760031Z [ 2022-11-23T02:12:27.0760238Z T=c10::IValue 2022-11-23T02:12:27.0760440Z ] 2022-11-23T02:12:27.0760857Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0761275Z with 2022-11-23T02:12:27.0761487Z [ 2022-11-23T02:12:27.0761664Z T=c10::AliasInfo 2022-11-23T02:12:27.0761919Z ] 2022-11-23T02:12:27.0762360Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.0762759Z with 2022-11-23T02:12:27.0762953Z [ 2022-11-23T02:12:27.0763128Z T=c10::AliasInfo 2022-11-23T02:12:27.0763335Z ] 2022-11-23T02:12:27.0763805Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.0764304Z with 2022-11-23T02:12:27.0764495Z [ 2022-11-23T02:12:27.0764704Z T=c10::AliasInfo 2022-11-23T02:12:27.0764877Z ] 2022-11-23T02:12:27.0765377Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.0765842Z with 2022-11-23T02:12:27.0766033Z [ 2022-11-23T02:12:27.0766241Z T=c10::AliasInfo 2022-11-23T02:12:27.0766445Z ] 2022-11-23T02:12:27.0766852Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.0767578Z 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:12:27.0768301Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0768723Z with 2022-11-23T02:12:27.0768916Z [ 2022-11-23T02:12:27.0769177Z T=c10::AliasInfo 2022-11-23T02:12:27.0769383Z ] 2022-11-23T02:12:27.0769771Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0770162Z with 2022-11-23T02:12:27.0770360Z [ 2022-11-23T02:12:27.0770617Z T=std::vector> 2022-11-23T02:12:27.0770860Z ] 2022-11-23T02:12:27.0771293Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.0771667Z with 2022-11-23T02:12:27.0771861Z [ 2022-11-23T02:12:27.0772114Z T=std::vector> 2022-11-23T02:12:27.0772358Z ] 2022-11-23T02:12:27.0772834Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.0773321Z with 2022-11-23T02:12:27.0773478Z [ 2022-11-23T02:12:27.0773786Z T=std::vector> 2022-11-23T02:12:27.0774036Z ] 2022-11-23T02:12:27.0774531Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.0774996Z with 2022-11-23T02:12:27.0775186Z [ 2022-11-23T02:12:27.0775409Z T=std::vector> 2022-11-23T02:12:27.0775648Z ] 2022-11-23T02:12:27.0776111Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:12:27.0776543Z with 2022-11-23T02:12:27.0776735Z [ 2022-11-23T02:12:27.0776938Z T=c10::SymInt 2022-11-23T02:12:27.0777109Z ] 2022-11-23T02:12:27.0777620Z 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:12:27.0778045Z with 2022-11-23T02:12:27.0778238Z [ 2022-11-23T02:12:27.0778443Z T=c10::SymInt 2022-11-23T02:12:27.0778613Z ] 2022-11-23T02:12:27.0779094Z 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:12:27.0779968Z 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:12:27.0780722Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0781151Z with 2022-11-23T02:12:27.0781343Z [ 2022-11-23T02:12:27.0781597Z T=std::vector> 2022-11-23T02:12:27.0781841Z ] 2022-11-23T02:12:27.0782228Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0782677Z with 2022-11-23T02:12:27.0782871Z [ 2022-11-23T02:12:27.0783135Z T=c10::either 2022-11-23T02:12:27.0783368Z ] 2022-11-23T02:12:27.0783803Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.0784180Z with 2022-11-23T02:12:27.0784373Z [ 2022-11-23T02:12:27.0784632Z T=c10::either 2022-11-23T02:12:27.0784879Z ] 2022-11-23T02:12:27.0785407Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.0785892Z with 2022-11-23T02:12:27.0786053Z [ 2022-11-23T02:12:27.0786300Z T=c10::either 2022-11-23T02:12:27.0786510Z ] 2022-11-23T02:12:27.0786968Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.0787389Z with 2022-11-23T02:12:27.0787569Z [ 2022-11-23T02:12:27.0787798Z T=c10::either 2022-11-23T02:12:27.0788022Z ] 2022-11-23T02:12:27.0788480Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.0789249Z 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:12:27.0789979Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0790526Z with 2022-11-23T02:12:27.0790721Z [ 2022-11-23T02:12:27.0790983Z T=c10::either 2022-11-23T02:12:27.0791257Z ] 2022-11-23T02:12:27.0791723Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0792110Z with 2022-11-23T02:12:27.0792302Z [ 2022-11-23T02:12:27.0792523Z T=at::StepCallbacks 2022-11-23T02:12:27.0792704Z ] 2022-11-23T02:12:27.0793146Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.0793535Z with 2022-11-23T02:12:27.0793699Z [ 2022-11-23T02:12:27.0793906Z T=at::StepCallbacks 2022-11-23T02:12:27.0794116Z ] 2022-11-23T02:12:27.0794550Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.0794981Z with 2022-11-23T02:12:27.0795179Z [ 2022-11-23T02:12:27.0795394Z T=at::StepCallbacks 2022-11-23T02:12:27.0795566Z ] 2022-11-23T02:12:27.0796084Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.0796525Z with 2022-11-23T02:12:27.0796667Z [ 2022-11-23T02:12:27.0796856Z T=at::StepCallbacks 2022-11-23T02:12:27.0797052Z ] 2022-11-23T02:12:27.0797548Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.0798240Z 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:12:27.0798905Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0799294Z with 2022-11-23T02:12:27.0799440Z [ 2022-11-23T02:12:27.0799642Z T=at::StepCallbacks 2022-11-23T02:12:27.0799846Z ] 2022-11-23T02:12:27.0800259Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0800650Z with 2022-11-23T02:12:27.0800808Z [ 2022-11-23T02:12:27.0801017Z T=c10::DimVector 2022-11-23T02:12:27.0801220Z ] 2022-11-23T02:12:27.0801643Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.0802050Z with 2022-11-23T02:12:27.0802240Z [ 2022-11-23T02:12:27.0802416Z T=c10::DimVector 2022-11-23T02:12:27.0802619Z ] 2022-11-23T02:12:27.0803095Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.0803582Z with 2022-11-23T02:12:27.0803772Z [ 2022-11-23T02:12:27.0803996Z T=c10::DimVector 2022-11-23T02:12:27.0804275Z ] 2022-11-23T02:12:27.0804775Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.0805244Z with 2022-11-23T02:12:27.0805436Z [ 2022-11-23T02:12:27.0805643Z T=c10::DimVector 2022-11-23T02:12:27.0805806Z ] 2022-11-23T02:12:27.0806237Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.0806901Z 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:12:27.0807552Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0807950Z with 2022-11-23T02:12:27.0808117Z [ 2022-11-23T02:12:27.0808297Z T=c10::DimVector 2022-11-23T02:12:27.0808458Z ] 2022-11-23T02:12:27.0808848Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0809215Z with 2022-11-23T02:12:27.0809480Z [ 2022-11-23T02:12:27.0809683Z T=c10::impl::AnnotatedSchema 2022-11-23T02:12:27.0809875Z ] 2022-11-23T02:12:27.0810317Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.0810698Z with 2022-11-23T02:12:27.0810864Z [ 2022-11-23T02:12:27.0811062Z T=c10::impl::AnnotatedSchema 2022-11-23T02:12:27.0811254Z ] 2022-11-23T02:12:27.0811702Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.0812094Z with 2022-11-23T02:12:27.0812257Z [ 2022-11-23T02:12:27.0812452Z T=c10::impl::AnnotatedSchema 2022-11-23T02:12:27.0812640Z ] 2022-11-23T02:12:27.0813108Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.0813535Z with 2022-11-23T02:12:27.0813684Z [ 2022-11-23T02:12:27.0813883Z T=c10::impl::AnnotatedSchema 2022-11-23T02:12:27.0814073Z ] 2022-11-23T02:12:27.0814504Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.0815187Z 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:12:27.0815923Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0816372Z with 2022-11-23T02:12:27.0816519Z [ 2022-11-23T02:12:27.0816715Z T=c10::impl::AnnotatedSchema 2022-11-23T02:12:27.0816958Z ] 2022-11-23T02:12:27.0817351Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0817719Z with 2022-11-23T02:12:27.0817882Z [ 2022-11-23T02:12:27.0818098Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:12:27.0818322Z ] 2022-11-23T02:12:27.0818732Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.0819106Z with 2022-11-23T02:12:27.0819259Z [ 2022-11-23T02:12:27.0819483Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:12:27.0819686Z ] 2022-11-23T02:12:27.0820119Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.0820520Z with 2022-11-23T02:12:27.0820674Z [ 2022-11-23T02:12:27.0820898Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:12:27.0821117Z ] 2022-11-23T02:12:27.0821562Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.0822082Z with 2022-11-23T02:12:27.0822290Z [ 2022-11-23T02:12:27.0822519Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:12:27.0822733Z ] 2022-11-23T02:12:27.0823190Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.0823930Z 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:12:27.0824616Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0825009Z with 2022-11-23T02:12:27.0825166Z [ 2022-11-23T02:12:27.0825394Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:12:27.0825609Z ] 2022-11-23T02:12:27.0825993Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0826334Z with 2022-11-23T02:12:27.0826487Z [ 2022-11-23T02:12:27.0826693Z T=std::tuple 2022-11-23T02:12:27.0826887Z ] 2022-11-23T02:12:27.0827288Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.0827707Z with 2022-11-23T02:12:27.0827847Z [ 2022-11-23T02:12:27.0828050Z T=std::tuple 2022-11-23T02:12:27.0828292Z ] 2022-11-23T02:12:27.0828731Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.0829121Z with 2022-11-23T02:12:27.0829333Z [ 2022-11-23T02:12:27.0829523Z T=std::tuple 2022-11-23T02:12:27.0829716Z ] 2022-11-23T02:12:27.0830250Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.0830682Z with 2022-11-23T02:12:27.0830838Z [ 2022-11-23T02:12:27.0831041Z T=std::tuple 2022-11-23T02:12:27.0831224Z ] 2022-11-23T02:12:27.0831656Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.0832358Z 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:12:27.0833037Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0833421Z with 2022-11-23T02:12:27.0833633Z [ 2022-11-23T02:12:27.0833840Z T=std::tuple 2022-11-23T02:12:27.0834021Z ] 2022-11-23T02:12:27.0834513Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0834872Z with 2022-11-23T02:12:27.0835029Z [ 2022-11-23T02:12:27.0835216Z T=torch::jit::SourceRange 2022-11-23T02:12:27.0835396Z ] 2022-11-23T02:12:27.0835779Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.0836147Z with 2022-11-23T02:12:27.0836305Z [ 2022-11-23T02:12:27.0836488Z T=torch::jit::SourceRange 2022-11-23T02:12:27.0836667Z ] 2022-11-23T02:12:27.0837102Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.0837483Z with 2022-11-23T02:12:27.0837640Z [ 2022-11-23T02:12:27.0837820Z T=torch::jit::SourceRange 2022-11-23T02:12:27.0837999Z ] 2022-11-23T02:12:27.0838457Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.0838885Z with 2022-11-23T02:12:27.0839026Z [ 2022-11-23T02:12:27.0839204Z T=torch::jit::SourceRange 2022-11-23T02:12:27.0839381Z ] 2022-11-23T02:12:27.0839853Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.0840567Z 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:12:27.0841225Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0841659Z with 2022-11-23T02:12:27.0841800Z [ 2022-11-23T02:12:27.0841985Z T=torch::jit::SourceRange 2022-11-23T02:12:27.0842165Z ] 2022-11-23T02:12:27.0842547Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0842902Z with 2022-11-23T02:12:27.0843060Z [ 2022-11-23T02:12:27.0843251Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:12:27.0843447Z ] 2022-11-23T02:12:27.0843847Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.0844215Z with 2022-11-23T02:12:27.0844369Z [ 2022-11-23T02:12:27.0844567Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:12:27.0844751Z ] 2022-11-23T02:12:27.0845180Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.0845621Z with 2022-11-23T02:12:27.0845780Z [ 2022-11-23T02:12:27.0846029Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:12:27.0846209Z ] 2022-11-23T02:12:27.0846723Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.0847149Z with 2022-11-23T02:12:27.0847303Z [ 2022-11-23T02:12:27.0847502Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:12:27.0847693Z ] 2022-11-23T02:12:27.0848109Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.0848789Z 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:12:27.0849458Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0849843Z with 2022-11-23T02:12:27.0850002Z [ 2022-11-23T02:12:27.0850199Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:12:27.0850395Z ] 2022-11-23T02:12:27.0850776Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0851117Z with 2022-11-23T02:12:27.0851274Z [ 2022-11-23T02:12:27.0851521Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:12:27.0851715Z ] 2022-11-23T02:12:27.0852156Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.0852519Z with 2022-11-23T02:12:27.0852659Z [ 2022-11-23T02:12:27.0852860Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:12:27.0853053Z ] 2022-11-23T02:12:27.0853487Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.0853885Z with 2022-11-23T02:12:27.0854558Z [ 2022-11-23T02:12:27.0854761Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:12:27.0854950Z ] 2022-11-23T02:12:27.0855412Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.0855838Z with 2022-11-23T02:12:27.0855989Z [ 2022-11-23T02:12:27.0856171Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:12:27.0856364Z ] 2022-11-23T02:12:27.0856798Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.0857531Z 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:12:27.0858235Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0858615Z with 2022-11-23T02:12:27.0858771Z [ 2022-11-23T02:12:27.0858970Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:12:27.0859151Z ] 2022-11-23T02:12:27.0859594Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0859956Z with 2022-11-23T02:12:27.0860113Z [ 2022-11-23T02:12:27.0860289Z T=torch::jit::ScopePtr 2022-11-23T02:12:27.0860453Z ] 2022-11-23T02:12:27.0860857Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.0861223Z with 2022-11-23T02:12:27.0861380Z [ 2022-11-23T02:12:27.0861559Z T=torch::jit::ScopePtr 2022-11-23T02:12:27.0861735Z ] 2022-11-23T02:12:27.0862158Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.0862561Z with 2022-11-23T02:12:27.0862714Z [ 2022-11-23T02:12:27.0862886Z T=torch::jit::ScopePtr 2022-11-23T02:12:27.0863061Z ] 2022-11-23T02:12:27.0863569Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.0864034Z with 2022-11-23T02:12:27.0864187Z [ 2022-11-23T02:12:27.0864363Z T=torch::jit::ScopePtr 2022-11-23T02:12:27.0864534Z ] 2022-11-23T02:12:27.0864945Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.0865587Z 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:12:27.0866234Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0866602Z with 2022-11-23T02:12:27.0866807Z [ 2022-11-23T02:12:27.0866989Z T=torch::jit::ScopePtr 2022-11-23T02:12:27.0867163Z ] 2022-11-23T02:12:27.0867545Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0867897Z with 2022-11-23T02:12:27.0868034Z [ 2022-11-23T02:12:27.0868222Z T=at::ThreadLocalState 2022-11-23T02:12:27.0868403Z ] 2022-11-23T02:12:27.0868809Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.0869222Z with 2022-11-23T02:12:27.0869369Z [ 2022-11-23T02:12:27.0869537Z T=at::ThreadLocalState 2022-11-23T02:12:27.0869759Z ] 2022-11-23T02:12:27.0870270Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.0870668Z with 2022-11-23T02:12:27.0870823Z [ 2022-11-23T02:12:27.0870990Z T=at::ThreadLocalState 2022-11-23T02:12:27.0871169Z ] 2022-11-23T02:12:27.0871682Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.0872109Z with 2022-11-23T02:12:27.0872263Z [ 2022-11-23T02:12:27.0872444Z T=at::ThreadLocalState 2022-11-23T02:12:27.0872608Z ] 2022-11-23T02:12:27.0873028Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.0873696Z 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:12:27.0874361Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0874748Z with 2022-11-23T02:12:27.0874906Z [ 2022-11-23T02:12:27.0875139Z T=at::ThreadLocalState 2022-11-23T02:12:27.0875311Z ] 2022-11-23T02:12:27.0875737Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0876095Z with 2022-11-23T02:12:27.0876246Z [ 2022-11-23T02:12:27.0876442Z T=std::shared_ptr 2022-11-23T02:12:27.0876630Z ] 2022-11-23T02:12:27.0877012Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.0877382Z with 2022-11-23T02:12:27.0877534Z [ 2022-11-23T02:12:27.0877730Z T=std::shared_ptr 2022-11-23T02:12:27.0877912Z ] 2022-11-23T02:12:27.0878350Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.0878737Z with 2022-11-23T02:12:27.0878890Z [ 2022-11-23T02:12:27.0879087Z T=std::shared_ptr 2022-11-23T02:12:27.0879336Z ] 2022-11-23T02:12:27.0879789Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.0880217Z with 2022-11-23T02:12:27.0880354Z [ 2022-11-23T02:12:27.0880554Z T=std::shared_ptr 2022-11-23T02:12:27.0880748Z ] 2022-11-23T02:12:27.0881221Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.0881931Z 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:12:27.0882607Z 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:12:27.0883274Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0883658Z with 2022-11-23T02:12:27.0883801Z [ 2022-11-23T02:12:27.0884052Z T=std::shared_ptr 2022-11-23T02:12:27.0884250Z ] 2022-11-23T02:12:27.0884630Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0884982Z with 2022-11-23T02:12:27.0885135Z [ 2022-11-23T02:12:27.0885305Z T=torch::jit::GraphExecutor 2022-11-23T02:12:27.0885488Z ] 2022-11-23T02:12:27.0885881Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.0886240Z with 2022-11-23T02:12:27.0886392Z [ 2022-11-23T02:12:27.0886575Z T=torch::jit::GraphExecutor 2022-11-23T02:12:27.0886743Z ] 2022-11-23T02:12:27.0887231Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.0887675Z with 2022-11-23T02:12:27.0887829Z [ 2022-11-23T02:12:27.0888010Z T=torch::jit::GraphExecutor 2022-11-23T02:12:27.0888179Z ] 2022-11-23T02:12:27.0888639Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.0889063Z with 2022-11-23T02:12:27.0889217Z [ 2022-11-23T02:12:27.0889401Z T=torch::jit::GraphExecutor 2022-11-23T02:12:27.0889584Z ] 2022-11-23T02:12:27.0889990Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.0890630Z 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:12:27.0891296Z 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:12:27.0892012Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0892388Z with 2022-11-23T02:12:27.0892544Z [ 2022-11-23T02:12:27.0892732Z T=torch::jit::GraphExecutor 2022-11-23T02:12:27.0892964Z ] 2022-11-23T02:12:27.0893338Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0893743Z with 2022-11-23T02:12:27.0893897Z [ 2022-11-23T02:12:27.0894075Z T=torch::jit::Method 2022-11-23T02:12:27.0894250Z ] 2022-11-23T02:12:27.0894650Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.0895003Z with 2022-11-23T02:12:27.0895157Z [ 2022-11-23T02:12:27.0895329Z T=torch::jit::Method 2022-11-23T02:12:27.0895498Z ] 2022-11-23T02:12:27.0895983Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.0896391Z with 2022-11-23T02:12:27.0896530Z [ 2022-11-23T02:12:27.0896704Z T=torch::jit::Method 2022-11-23T02:12:27.0896871Z ] 2022-11-23T02:12:27.0897328Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.0897750Z with 2022-11-23T02:12:27.0897905Z [ 2022-11-23T02:12:27.0898063Z T=torch::jit::Method 2022-11-23T02:12:27.0898235Z ] 2022-11-23T02:12:27.0898643Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.0899326Z 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:12:27.0900021Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0900399Z with 2022-11-23T02:12:27.0900547Z [ 2022-11-23T02:12:27.0900712Z T=torch::jit::Method 2022-11-23T02:12:27.0900886Z ] 2022-11-23T02:12:27.0901267Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0901623Z with 2022-11-23T02:12:27.0901772Z [ 2022-11-23T02:12:27.0901995Z T=std::vector> 2022-11-23T02:12:27.0902191Z ] 2022-11-23T02:12:27.0902589Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.0902955Z with 2022-11-23T02:12:27.0903105Z [ 2022-11-23T02:12:27.0903320Z T=std::vector> 2022-11-23T02:12:27.0903568Z ] 2022-11-23T02:12:27.0904000Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.0904064Z with 2022-11-23T02:12:27.0904124Z [ 2022-11-23T02:12:27.0904256Z T=std::vector> 2022-11-23T02:12:27.0904319Z ] 2022-11-23T02:12:27.0904694Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.0904761Z with 2022-11-23T02:12:27.0904824Z [ 2022-11-23T02:12:27.0905003Z T=std::vector> 2022-11-23T02:12:27.0905066Z ] 2022-11-23T02:12:27.0905465Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:12:27.0905824Z 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:12:27.0906196Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0906262Z with 2022-11-23T02:12:27.0906321Z [ 2022-11-23T02:12:27.0906453Z T=std::vector> 2022-11-23T02:12:27.0906515Z ] 2022-11-23T02:12:27.0906795Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0906859Z with 2022-11-23T02:12:27.0906918Z [ 2022-11-23T02:12:27.0907073Z T=std::function 2022-11-23T02:12:27.0907134Z ] 2022-11-23T02:12:27.0907445Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.0907508Z with 2022-11-23T02:12:27.0907569Z [ 2022-11-23T02:12:27.0907727Z T=std::function 2022-11-23T02:12:27.0907787Z ] 2022-11-23T02:12:27.0908130Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.0908197Z with 2022-11-23T02:12:27.0908255Z [ 2022-11-23T02:12:27.0908411Z T=std::function 2022-11-23T02:12:27.0908470Z ] 2022-11-23T02:12:27.0908841Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.0908905Z with 2022-11-23T02:12:27.0908952Z [ 2022-11-23T02:12:27.0909108Z T=std::function 2022-11-23T02:12:27.0909167Z ] 2022-11-23T02:12:27.0909542Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.0909987Z 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:12:27.0910387Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0910457Z with 2022-11-23T02:12:27.0910516Z [ 2022-11-23T02:12:27.0910674Z T=std::function 2022-11-23T02:12:27.0910738Z ] 2022-11-23T02:12:27.0911076Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0911137Z with 2022-11-23T02:12:27.0911197Z [ 2022-11-23T02:12:27.0911429Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:12:27.0911491Z ] 2022-11-23T02:12:27.0912364Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.0912438Z with 2022-11-23T02:12:27.0912500Z [ 2022-11-23T02:12:27.0912686Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:12:27.0912747Z ] 2022-11-23T02:12:27.0913093Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.0913146Z with 2022-11-23T02:12:27.0913208Z [ 2022-11-23T02:12:27.0913391Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:12:27.0913452Z ] 2022-11-23T02:12:27.0913827Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.0913892Z with 2022-11-23T02:12:27.0913950Z [ 2022-11-23T02:12:27.0914134Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:12:27.0914193Z ] 2022-11-23T02:12:27.0914597Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.0915031Z 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:12:27.0915356Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0915419Z with 2022-11-23T02:12:27.0915479Z [ 2022-11-23T02:12:27.0915660Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:12:27.0915719Z ] 2022-11-23T02:12:27.0916065Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0916127Z with 2022-11-23T02:12:27.0916185Z [ 2022-11-23T02:12:27.0916308Z T=std::vector> 2022-11-23T02:12:27.0916355Z ] 2022-11-23T02:12:27.0916661Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.0916784Z with 2022-11-23T02:12:27.0916846Z [ 2022-11-23T02:12:27.0916968Z T=std::vector> 2022-11-23T02:12:27.0917028Z ] 2022-11-23T02:12:27.0917419Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.0917488Z with 2022-11-23T02:12:27.0917547Z [ 2022-11-23T02:12:27.0917667Z T=std::vector> 2022-11-23T02:12:27.0917724Z ] 2022-11-23T02:12:27.0918093Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.0918156Z with 2022-11-23T02:12:27.0918263Z [ 2022-11-23T02:12:27.0918384Z T=std::vector> 2022-11-23T02:12:27.0918444Z ] 2022-11-23T02:12:27.0918765Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:12:27.0918832Z with 2022-11-23T02:12:27.0918894Z [ 2022-11-23T02:12:27.0918963Z T=double 2022-11-23T02:12:27.0919022Z ] 2022-11-23T02:12:27.0919394Z 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:12:27.0919456Z with 2022-11-23T02:12:27.0919515Z [ 2022-11-23T02:12:27.0919584Z T=double 2022-11-23T02:12:27.0919643Z ] 2022-11-23T02:12:27.0919966Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0920028Z with 2022-11-23T02:12:27.0920089Z [ 2022-11-23T02:12:27.0920210Z T=std::vector> 2022-11-23T02:12:27.0920272Z ] 2022-11-23T02:12:27.0920552Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0920615Z with 2022-11-23T02:12:27.0920676Z [ 2022-11-23T02:12:27.0920787Z T=std::tuple 2022-11-23T02:12:27.0920846Z ] 2022-11-23T02:12:27.0921152Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.0921214Z with 2022-11-23T02:12:27.0921275Z [ 2022-11-23T02:12:27.0921380Z T=std::tuple 2022-11-23T02:12:27.0921439Z ] 2022-11-23T02:12:27.0921778Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.0921888Z with 2022-11-23T02:12:27.0921950Z [ 2022-11-23T02:12:27.0922057Z T=std::tuple 2022-11-23T02:12:27.0922116Z ] 2022-11-23T02:12:27.0922485Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.0922536Z with 2022-11-23T02:12:27.0922598Z [ 2022-11-23T02:12:27.0922754Z T=std::tuple 2022-11-23T02:12:27.0922819Z ] 2022-11-23T02:12:27.0923156Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.0923576Z 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:12:27.0923909Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0923972Z with 2022-11-23T02:12:27.0924080Z [ 2022-11-23T02:12:27.0924188Z T=std::tuple 2022-11-23T02:12:27.0924248Z ] 2022-11-23T02:12:27.0924538Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0924601Z with 2022-11-23T02:12:27.0924661Z [ 2022-11-23T02:12:27.0924790Z T=std::vector> 2022-11-23T02:12:27.0924849Z ] 2022-11-23T02:12:27.0925152Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.0925213Z with 2022-11-23T02:12:27.0925260Z [ 2022-11-23T02:12:27.0925390Z T=std::vector> 2022-11-23T02:12:27.0925453Z ] 2022-11-23T02:12:27.0925790Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.0925852Z with 2022-11-23T02:12:27.0925912Z [ 2022-11-23T02:12:27.0926043Z T=std::vector> 2022-11-23T02:12:27.0926104Z ] 2022-11-23T02:12:27.0926476Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.0926538Z with 2022-11-23T02:12:27.0926597Z [ 2022-11-23T02:12:27.0926724Z T=std::vector> 2022-11-23T02:12:27.0926780Z ] 2022-11-23T02:12:27.0927133Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:12:27.0927510Z 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:12:27.0927881Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0927945Z with 2022-11-23T02:12:27.0928003Z [ 2022-11-23T02:12:27.0928135Z T=std::vector> 2022-11-23T02:12:27.0928181Z ] 2022-11-23T02:12:27.0928667Z [2/2] "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\bin\Hostx64\x64/link.exe" cpp_frontend_extension.o /nologo /DLL c10.lib torch_cpu.lib torch.lib /LIBPATH:C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib torch_python.lib /LIBPATH:C:\Jenkins\Miniconda3\libs /out:cpp_frontend_extension.pyd 2022-11-23T02:12:27.0928840Z Creating library cpp_frontend_extension.lib and object cpp_frontend_extension.exp 2022-11-23T02:12:27.0929020Z Loading extension module cpp_frontend_extension... 2022-11-23T02:12:27.0929090Z ok (13.185s) 2022-11-23T02:12:27.0929407Z test_cpp_frontend_module_has_up_to_date_attributes (__main__.TestCppExtensionJIT) ... Using C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116 as PyTorch extensions root... 2022-11-23T02:12:27.0929652Z No modifications detected for re-loaded extension module cpp_frontend_extension, skipping build step... 2022-11-23T02:12:27.0929821Z Loading extension module cpp_frontend_extension... 2022-11-23T02:12:27.0929889Z ok (0.011s) 2022-11-23T02:12:27.0930197Z test_cpp_frontend_module_python_inter_op (__main__.TestCppExtensionJIT) ... Using C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116 as PyTorch extensions root... 2022-11-23T02:12:27.0930396Z No modifications detected for re-loaded extension module cpp_frontend_extension, skipping build step... 2022-11-23T02:12:27.0930520Z Loading extension module cpp_frontend_extension... 2022-11-23T02:12:27.0930584Z ok (0.013s) 2022-11-23T02:12:27.0930784Z test_cpp_frontend_module_python_inter_op_with_cuda (__main__.TestCppExtensionJIT) ... skip: CUDA not found (0.002s) 2022-11-23T02:12:27.0931082Z test_custom_compound_op_autograd (__main__.TestCppExtensionJIT) ... Using C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116 as PyTorch extensions root... 2022-11-23T02:12:27.0931327Z Creating extension directory C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116\is_python_module... 2022-11-23T02:12:27.0931573Z Emitting ninja build file C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116\is_python_module\build.ninja... 2022-11-23T02:12:27.0931688Z Building extension module is_python_module... 2022-11-23T02:12:27.0931884Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-11-23T02:12:27.0932788Z [1/2] cl /showIncludes -DTORCH_EXTENSION_NAME=is_python_module -DTORCH_API_INCLUDE_EXTENSION_H -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:\Jenkins\Miniconda3\Include -D_GLIBCXX_USE_CXX11_ABI=0 /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /EHsc -c C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116\is_python_module\main.cpp /Fomain.o 2022-11-23T02:12:27.0932927Z Microsoft (R) C/C++ Optimizing Compiler Version 19.28.29337 for x64 2022-11-23T02:12:27.0933066Z Copyright (C) Microsoft Corporation. All rights reserved. 2022-11-23T02:12:27.0933075Z 2022-11-23T02:12:27.0933420Z 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:12:27.0933718Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0933784Z with 2022-11-23T02:12:27.0933848Z [ 2022-11-23T02:12:27.0933928Z T=c10::SymInt 2022-11-23T02:12:27.0933986Z ] 2022-11-23T02:12:27.0934289Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.0934352Z with 2022-11-23T02:12:27.0934416Z [ 2022-11-23T02:12:27.0934494Z T=c10::SymInt 2022-11-23T02:12:27.0934557Z ] 2022-11-23T02:12:27.0934957Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.0935022Z with 2022-11-23T02:12:27.0935083Z [ 2022-11-23T02:12:27.0935159Z T=c10::SymInt 2022-11-23T02:12:27.0935220Z ] 2022-11-23T02:12:27.0935686Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.0935753Z with 2022-11-23T02:12:27.0935812Z [ 2022-11-23T02:12:27.0935889Z T=c10::SymInt 2022-11-23T02:12:27.0935947Z ] 2022-11-23T02:12:27.0936245Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.0936559Z 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:12:27.0936885Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0936947Z with 2022-11-23T02:12:27.0937009Z [ 2022-11-23T02:12:27.0937086Z T=c10::SymInt 2022-11-23T02:12:27.0937146Z ] 2022-11-23T02:12:27.0937425Z 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:12:27.0937720Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0937786Z with 2022-11-23T02:12:27.0937849Z [ 2022-11-23T02:12:27.0937933Z T=at::TensorBase 2022-11-23T02:12:27.0937994Z ] 2022-11-23T02:12:27.0938298Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.0938360Z with 2022-11-23T02:12:27.0938421Z [ 2022-11-23T02:12:27.0938502Z T=at::TensorBase 2022-11-23T02:12:27.0938549Z ] 2022-11-23T02:12:27.0938895Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.0939004Z with 2022-11-23T02:12:27.0939065Z [ 2022-11-23T02:12:27.0939146Z T=at::TensorBase 2022-11-23T02:12:27.0939206Z ] 2022-11-23T02:12:27.0939577Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.0939641Z with 2022-11-23T02:12:27.0939699Z [ 2022-11-23T02:12:27.0939780Z T=at::TensorBase 2022-11-23T02:12:27.0939840Z ] 2022-11-23T02:12:27.0940155Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.0940474Z 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:12:27.0940845Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0940914Z with 2022-11-23T02:12:27.0940972Z [ 2022-11-23T02:12:27.0941055Z T=at::TensorBase 2022-11-23T02:12:27.0941112Z ] 2022-11-23T02:12:27.0941488Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0941558Z with 2022-11-23T02:12:27.0941619Z [ 2022-11-23T02:12:27.0941695Z T=at::Tensor 2022-11-23T02:12:27.0941754Z ] 2022-11-23T02:12:27.0942061Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.0942128Z with 2022-11-23T02:12:27.0942189Z [ 2022-11-23T02:12:27.0942265Z T=at::Tensor 2022-11-23T02:12:27.0942325Z ] 2022-11-23T02:12:27.0942668Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.0942730Z with 2022-11-23T02:12:27.0942790Z [ 2022-11-23T02:12:27.0942868Z T=at::Tensor 2022-11-23T02:12:27.0942916Z ] 2022-11-23T02:12:27.0943287Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.0943352Z with 2022-11-23T02:12:27.0943410Z [ 2022-11-23T02:12:27.0943486Z T=at::Tensor 2022-11-23T02:12:27.0943546Z ] 2022-11-23T02:12:27.0943856Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.0944168Z 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:12:27.0944496Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0944559Z with 2022-11-23T02:12:27.0944619Z [ 2022-11-23T02:12:27.0944693Z T=at::Tensor 2022-11-23T02:12:27.0944798Z ] 2022-11-23T02:12:27.0945095Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0945156Z with 2022-11-23T02:12:27.0945215Z [ 2022-11-23T02:12:27.0945297Z T=at::Generator 2022-11-23T02:12:27.0945344Z ] 2022-11-23T02:12:27.0945650Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.0945712Z with 2022-11-23T02:12:27.0945772Z [ 2022-11-23T02:12:27.0945850Z T=at::Generator 2022-11-23T02:12:27.0945911Z ] 2022-11-23T02:12:27.0946246Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.0946311Z with 2022-11-23T02:12:27.0946374Z [ 2022-11-23T02:12:27.0946455Z T=at::Generator 2022-11-23T02:12:27.0946515Z ] 2022-11-23T02:12:27.0946931Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.0946995Z with 2022-11-23T02:12:27.0947055Z [ 2022-11-23T02:12:27.0947180Z T=at::Generator 2022-11-23T02:12:27.0947240Z ] 2022-11-23T02:12:27.0947586Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.0947904Z 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:12:27.0948233Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0948296Z with 2022-11-23T02:12:27.0948355Z [ 2022-11-23T02:12:27.0948434Z T=at::Generator 2022-11-23T02:12:27.0948493Z ] 2022-11-23T02:12:27.0948789Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0948850Z with 2022-11-23T02:12:27.0948910Z [ 2022-11-23T02:12:27.0948986Z T=c10::Scalar 2022-11-23T02:12:27.0949046Z ] 2022-11-23T02:12:27.0949349Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.0949410Z with 2022-11-23T02:12:27.0949468Z [ 2022-11-23T02:12:27.0949542Z T=c10::Scalar 2022-11-23T02:12:27.0949589Z ] 2022-11-23T02:12:27.0949933Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.0949997Z with 2022-11-23T02:12:27.0950057Z [ 2022-11-23T02:12:27.0950202Z T=c10::Scalar 2022-11-23T02:12:27.0950276Z ] 2022-11-23T02:12:27.0950650Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.0950769Z with 2022-11-23T02:12:27.0950828Z [ 2022-11-23T02:12:27.0950905Z T=c10::Scalar 2022-11-23T02:12:27.0950964Z ] 2022-11-23T02:12:27.0951274Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.0951591Z 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:12:27.0951915Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0951978Z with 2022-11-23T02:12:27.0952041Z [ 2022-11-23T02:12:27.0952118Z T=c10::Scalar 2022-11-23T02:12:27.0952178Z ] 2022-11-23T02:12:27.0952460Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0952524Z with 2022-11-23T02:12:27.0952586Z [ 2022-11-23T02:12:27.0952717Z T=std::string 2022-11-23T02:12:27.0952779Z ] 2022-11-23T02:12:27.0953128Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.0953222Z with 2022-11-23T02:12:27.0953299Z [ 2022-11-23T02:12:27.0953378Z T=std::string 2022-11-23T02:12:27.0953438Z ] 2022-11-23T02:12:27.0953779Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.0953845Z with 2022-11-23T02:12:27.0953904Z [ 2022-11-23T02:12:27.0953981Z T=std::string 2022-11-23T02:12:27.0954028Z ] 2022-11-23T02:12:27.0954399Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.0954464Z with 2022-11-23T02:12:27.0954523Z [ 2022-11-23T02:12:27.0954597Z T=std::string 2022-11-23T02:12:27.0954656Z ] 2022-11-23T02:12:27.0954967Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.0955279Z 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:12:27.0955601Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0955666Z with 2022-11-23T02:12:27.0955726Z [ 2022-11-23T02:12:27.0955801Z T=std::string 2022-11-23T02:12:27.0955861Z ] 2022-11-23T02:12:27.0956156Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0956220Z with 2022-11-23T02:12:27.0956279Z [ 2022-11-23T02:12:27.0956367Z T=c10::QualifiedName 2022-11-23T02:12:27.0956463Z ] 2022-11-23T02:12:27.0956772Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.0956836Z with 2022-11-23T02:12:27.0956894Z [ 2022-11-23T02:12:27.0956979Z T=c10::QualifiedName 2022-11-23T02:12:27.0957037Z ] 2022-11-23T02:12:27.0957382Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.0957444Z with 2022-11-23T02:12:27.0957504Z [ 2022-11-23T02:12:27.0957590Z T=c10::QualifiedName 2022-11-23T02:12:27.0957649Z ] 2022-11-23T02:12:27.0958017Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.0958082Z with 2022-11-23T02:12:27.0958140Z [ 2022-11-23T02:12:27.0958227Z T=c10::QualifiedName 2022-11-23T02:12:27.0958285Z ] 2022-11-23T02:12:27.0958617Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.0959016Z 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:12:27.0959397Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0959466Z with 2022-11-23T02:12:27.0959526Z [ 2022-11-23T02:12:27.0959616Z T=c10::QualifiedName 2022-11-23T02:12:27.0959676Z ] 2022-11-23T02:12:27.0959964Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0960026Z with 2022-11-23T02:12:27.0960087Z [ 2022-11-23T02:12:27.0960214Z T=std::shared_ptr 2022-11-23T02:12:27.0960277Z ] 2022-11-23T02:12:27.0960581Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.0960646Z with 2022-11-23T02:12:27.0960707Z [ 2022-11-23T02:12:27.0960837Z T=std::shared_ptr 2022-11-23T02:12:27.0960898Z ] 2022-11-23T02:12:27.0961244Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.0961293Z with 2022-11-23T02:12:27.0961354Z [ 2022-11-23T02:12:27.0961480Z T=std::shared_ptr 2022-11-23T02:12:27.0961540Z ] 2022-11-23T02:12:27.0961909Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.0961972Z with 2022-11-23T02:12:27.0962031Z [ 2022-11-23T02:12:27.0962155Z T=std::shared_ptr 2022-11-23T02:12:27.0962267Z ] 2022-11-23T02:12:27.0962616Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.0962962Z 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:12:27.0963285Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0963349Z with 2022-11-23T02:12:27.0963408Z [ 2022-11-23T02:12:27.0963533Z T=std::shared_ptr 2022-11-23T02:12:27.0963595Z ] 2022-11-23T02:12:27.0963891Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0963953Z with 2022-11-23T02:12:27.0963999Z [ 2022-11-23T02:12:27.0964123Z T=std::weak_ptr 2022-11-23T02:12:27.0964182Z ] 2022-11-23T02:12:27.0964609Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.0964677Z with 2022-11-23T02:12:27.0964737Z [ 2022-11-23T02:12:27.0964862Z T=std::weak_ptr 2022-11-23T02:12:27.0964926Z ] 2022-11-23T02:12:27.0965319Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.0965387Z with 2022-11-23T02:12:27.0965447Z [ 2022-11-23T02:12:27.0965572Z T=std::weak_ptr 2022-11-23T02:12:27.0965633Z ] 2022-11-23T02:12:27.0966002Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.0966064Z with 2022-11-23T02:12:27.0966126Z [ 2022-11-23T02:12:27.0966234Z T=std::weak_ptr 2022-11-23T02:12:27.0966295Z ] 2022-11-23T02:12:27.0966643Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.0966989Z 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:12:27.0967315Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0967381Z with 2022-11-23T02:12:27.0967443Z [ 2022-11-23T02:12:27.0967568Z T=std::weak_ptr 2022-11-23T02:12:27.0967630Z ] 2022-11-23T02:12:27.0967922Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0968032Z with 2022-11-23T02:12:27.0968094Z [ 2022-11-23T02:12:27.0968247Z T=std::vector> 2022-11-23T02:12:27.0968307Z ] 2022-11-23T02:12:27.0968616Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.0968678Z with 2022-11-23T02:12:27.0968739Z [ 2022-11-23T02:12:27.0968887Z T=std::vector> 2022-11-23T02:12:27.0968948Z ] 2022-11-23T02:12:27.0969279Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.0969344Z with 2022-11-23T02:12:27.0969405Z [ 2022-11-23T02:12:27.0969555Z T=std::vector> 2022-11-23T02:12:27.0969617Z ] 2022-11-23T02:12:27.0969986Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.0970051Z with 2022-11-23T02:12:27.0970111Z [ 2022-11-23T02:12:27.0970257Z T=std::vector> 2022-11-23T02:12:27.0970316Z ] 2022-11-23T02:12:27.0970777Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:12:27.0971191Z 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:12:27.0971525Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0971589Z with 2022-11-23T02:12:27.0971650Z [ 2022-11-23T02:12:27.0971798Z T=std::vector> 2022-11-23T02:12:27.0971858Z ] 2022-11-23T02:12:27.0972152Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0972214Z with 2022-11-23T02:12:27.0972274Z [ 2022-11-23T02:12:27.0972378Z T=std::vector> 2022-11-23T02:12:27.0972441Z ] 2022-11-23T02:12:27.0972747Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.0972810Z with 2022-11-23T02:12:27.0972869Z [ 2022-11-23T02:12:27.0972985Z T=std::vector> 2022-11-23T02:12:27.0973045Z ] 2022-11-23T02:12:27.0973388Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.0973452Z with 2022-11-23T02:12:27.0973512Z [ 2022-11-23T02:12:27.0973626Z T=std::vector> 2022-11-23T02:12:27.0973686Z ] 2022-11-23T02:12:27.0974051Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.0974554Z with 2022-11-23T02:12:27.0974613Z [ 2022-11-23T02:12:27.0974732Z T=std::vector> 2022-11-23T02:12:27.0974779Z ] 2022-11-23T02:12:27.0975125Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:12:27.0975463Z 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:12:27.0975794Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0975862Z with 2022-11-23T02:12:27.0975924Z [ 2022-11-23T02:12:27.0976041Z T=std::vector> 2022-11-23T02:12:27.0976102Z ] 2022-11-23T02:12:27.0976400Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0976518Z with 2022-11-23T02:12:27.0976629Z [ 2022-11-23T02:12:27.0976796Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.0976858Z ] 2022-11-23T02:12:27.0977218Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.0977283Z with 2022-11-23T02:12:27.0977343Z [ 2022-11-23T02:12:27.0977505Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.0977566Z ] 2022-11-23T02:12:27.0977911Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.0977960Z with 2022-11-23T02:12:27.0978022Z [ 2022-11-23T02:12:27.0978185Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.0978246Z ] 2022-11-23T02:12:27.0978617Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.0978683Z with 2022-11-23T02:12:27.0978744Z [ 2022-11-23T02:12:27.0978901Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.0978961Z ] 2022-11-23T02:12:27.0979333Z C:\actions-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:12:27.0979709Z 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:12:27.0980022Z 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:12:27.0980397Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0980460Z with 2022-11-23T02:12:27.0980521Z [ 2022-11-23T02:12:27.0980683Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.0980743Z ] 2022-11-23T02:12:27.0981036Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0981098Z with 2022-11-23T02:12:27.0981157Z [ 2022-11-23T02:12:27.0981310Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.0981359Z ] 2022-11-23T02:12:27.0981664Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.0981728Z with 2022-11-23T02:12:27.0981788Z [ 2022-11-23T02:12:27.0981937Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.0981997Z ] 2022-11-23T02:12:27.0982382Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.0982447Z with 2022-11-23T02:12:27.0982507Z [ 2022-11-23T02:12:27.0982657Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.0982719Z ] 2022-11-23T02:12:27.0983084Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.0983148Z with 2022-11-23T02:12:27.0983207Z [ 2022-11-23T02:12:27.0983356Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.0983415Z ] 2022-11-23T02:12:27.0983783Z C:\actions-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:12:27.0984145Z 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:12:27.0984455Z 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:12:27.0984779Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0984841Z with 2022-11-23T02:12:27.0984901Z [ 2022-11-23T02:12:27.0985043Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.0985104Z ] 2022-11-23T02:12:27.0985397Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0985500Z with 2022-11-23T02:12:27.0985563Z [ 2022-11-23T02:12:27.0985685Z T=std::vector> 2022-11-23T02:12:27.0985746Z ] 2022-11-23T02:12:27.0986050Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.0986113Z with 2022-11-23T02:12:27.0986173Z [ 2022-11-23T02:12:27.0986292Z T=std::vector> 2022-11-23T02:12:27.0986353Z ] 2022-11-23T02:12:27.0986696Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.0986759Z with 2022-11-23T02:12:27.0986817Z [ 2022-11-23T02:12:27.0986938Z T=std::vector> 2022-11-23T02:12:27.0986986Z ] 2022-11-23T02:12:27.0987356Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.0987474Z with 2022-11-23T02:12:27.0987535Z [ 2022-11-23T02:12:27.0987655Z T=std::vector> 2022-11-23T02:12:27.0987715Z ] 2022-11-23T02:12:27.0988141Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:12:27.0988478Z 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:12:27.0988802Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0988868Z with 2022-11-23T02:12:27.0988929Z [ 2022-11-23T02:12:27.0989051Z T=std::vector> 2022-11-23T02:12:27.0989110Z ] 2022-11-23T02:12:27.0989406Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0989472Z with 2022-11-23T02:12:27.0989531Z [ 2022-11-23T02:12:27.0989683Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:12:27.0989741Z ] 2022-11-23T02:12:27.0990046Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.0990096Z with 2022-11-23T02:12:27.0990251Z [ 2022-11-23T02:12:27.0990402Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:12:27.0990464Z ] 2022-11-23T02:12:27.0990811Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.0990876Z with 2022-11-23T02:12:27.0990937Z [ 2022-11-23T02:12:27.0991083Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:12:27.0991144Z ] 2022-11-23T02:12:27.0991514Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.0991630Z with 2022-11-23T02:12:27.0991689Z [ 2022-11-23T02:12:27.0991833Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:12:27.0991894Z ] 2022-11-23T02:12:27.0992267Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.0992652Z 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:12:27.0993028Z 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:12:27.0993356Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0993419Z with 2022-11-23T02:12:27.0993480Z [ 2022-11-23T02:12:27.0993627Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:12:27.0993720Z ] 2022-11-23T02:12:27.0994021Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0994083Z with 2022-11-23T02:12:27.0994143Z [ 2022-11-23T02:12:27.0994292Z T=c10::impl::InlineStreamGuard 2022-11-23T02:12:27.0994352Z ] 2022-11-23T02:12:27.0994658Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.0994722Z with 2022-11-23T02:12:27.0994780Z [ 2022-11-23T02:12:27.0994927Z T=c10::impl::InlineStreamGuard 2022-11-23T02:12:27.0994986Z ] 2022-11-23T02:12:27.0995333Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.0995398Z with 2022-11-23T02:12:27.0995457Z [ 2022-11-23T02:12:27.0995602Z T=c10::impl::InlineStreamGuard 2022-11-23T02:12:27.0995662Z ] 2022-11-23T02:12:27.0996020Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.0996085Z with 2022-11-23T02:12:27.0996146Z [ 2022-11-23T02:12:27.0996290Z T=c10::impl::InlineStreamGuard 2022-11-23T02:12:27.0996349Z ] 2022-11-23T02:12:27.0996715Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.0997098Z 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:12:27.0997509Z 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:12:27.0997832Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0997896Z with 2022-11-23T02:12:27.0997958Z [ 2022-11-23T02:12:27.0998105Z T=c10::impl::InlineStreamGuard 2022-11-23T02:12:27.0998165Z ] 2022-11-23T02:12:27.0998461Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.0998525Z with 2022-11-23T02:12:27.0998585Z [ 2022-11-23T02:12:27.0998690Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:12:27.0998751Z ] 2022-11-23T02:12:27.0999054Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.0999115Z with 2022-11-23T02:12:27.0999162Z [ 2022-11-23T02:12:27.0999261Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:12:27.0999322Z ] 2022-11-23T02:12:27.0999710Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.0999774Z with 2022-11-23T02:12:27.0999834Z [ 2022-11-23T02:12:27.0999937Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:12:27.0999999Z ] 2022-11-23T02:12:27.1000366Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1000428Z with 2022-11-23T02:12:27.1000489Z [ 2022-11-23T02:12:27.1000589Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:12:27.1000649Z ] 2022-11-23T02:12:27.1000988Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1001306Z 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:12:27.1001370Z with 2022-11-23T02:12:27.1001429Z [ 2022-11-23T02:12:27.1001516Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:12:27.1001575Z ] 2022-11-23T02:12:27.1001935Z 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:12:27.1002263Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1002327Z with 2022-11-23T02:12:27.1002386Z [ 2022-11-23T02:12:27.1002487Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:12:27.1002545Z ] 2022-11-23T02:12:27.1002841Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1002945Z with 2022-11-23T02:12:27.1003004Z [ 2022-11-23T02:12:27.1003186Z T=std::vector> 2022-11-23T02:12:27.1003246Z ] 2022-11-23T02:12:27.1003551Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1003683Z with 2022-11-23T02:12:27.1003746Z [ 2022-11-23T02:12:27.1003928Z T=std::vector> 2022-11-23T02:12:27.1003992Z ] 2022-11-23T02:12:27.1004370Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1004440Z with 2022-11-23T02:12:27.1004502Z [ 2022-11-23T02:12:27.1004684Z T=std::vector> 2022-11-23T02:12:27.1004743Z ] 2022-11-23T02:12:27.1005108Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1005565Z with 2022-11-23T02:12:27.1005634Z [ 2022-11-23T02:12:27.1005819Z T=std::vector> 2022-11-23T02:12:27.1005880Z ] 2022-11-23T02:12:27.1006289Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:12:27.1006691Z 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:12:27.1007020Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1007085Z with 2022-11-23T02:12:27.1007146Z [ 2022-11-23T02:12:27.1007328Z T=std::vector> 2022-11-23T02:12:27.1007390Z ] 2022-11-23T02:12:27.1007690Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1007753Z with 2022-11-23T02:12:27.1007812Z [ 2022-11-23T02:12:27.1007910Z T=torch::autograd::ViewInfo 2022-11-23T02:12:27.1007957Z ] 2022-11-23T02:12:27.1008268Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1008335Z with 2022-11-23T02:12:27.1008395Z [ 2022-11-23T02:12:27.1008490Z T=torch::autograd::ViewInfo 2022-11-23T02:12:27.1008553Z ] 2022-11-23T02:12:27.1008898Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1009013Z with 2022-11-23T02:12:27.1009073Z [ 2022-11-23T02:12:27.1009167Z T=torch::autograd::ViewInfo 2022-11-23T02:12:27.1009227Z ] 2022-11-23T02:12:27.1009598Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1009660Z with 2022-11-23T02:12:27.1009721Z [ 2022-11-23T02:12:27.1009816Z T=torch::autograd::ViewInfo 2022-11-23T02:12:27.1009863Z ] 2022-11-23T02:12:27.1010194Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1010532Z 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:12:27.1010860Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1010922Z with 2022-11-23T02:12:27.1010981Z [ 2022-11-23T02:12:27.1011076Z T=torch::autograd::ViewInfo 2022-11-23T02:12:27.1011137Z ] 2022-11-23T02:12:27.1011474Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1011539Z with 2022-11-23T02:12:27.1011601Z [ 2022-11-23T02:12:27.1011681Z T=c10::IValue 2022-11-23T02:12:27.1011743Z ] 2022-11-23T02:12:27.1012044Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1012106Z with 2022-11-23T02:12:27.1012167Z [ 2022-11-23T02:12:27.1012241Z T=c10::IValue 2022-11-23T02:12:27.1012287Z ] 2022-11-23T02:12:27.1012633Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1012697Z with 2022-11-23T02:12:27.1012757Z [ 2022-11-23T02:12:27.1012834Z T=c10::IValue 2022-11-23T02:12:27.1012895Z ] 2022-11-23T02:12:27.1013265Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1013333Z with 2022-11-23T02:12:27.1013393Z [ 2022-11-23T02:12:27.1013469Z T=c10::IValue 2022-11-23T02:12:27.1013528Z ] 2022-11-23T02:12:27.1013838Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1014157Z 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:12:27.1014484Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1014593Z with 2022-11-23T02:12:27.1014655Z [ 2022-11-23T02:12:27.1014730Z T=c10::IValue 2022-11-23T02:12:27.1014788Z ] 2022-11-23T02:12:27.1015069Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1015132Z with 2022-11-23T02:12:27.1015204Z [ 2022-11-23T02:12:27.1015284Z T=c10::AliasInfo 2022-11-23T02:12:27.1015342Z ] 2022-11-23T02:12:27.1015631Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1015693Z with 2022-11-23T02:12:27.1015754Z [ 2022-11-23T02:12:27.1015833Z T=c10::AliasInfo 2022-11-23T02:12:27.1015892Z ] 2022-11-23T02:12:27.1016236Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1016299Z with 2022-11-23T02:12:27.1016356Z [ 2022-11-23T02:12:27.1016434Z T=c10::AliasInfo 2022-11-23T02:12:27.1016492Z ] 2022-11-23T02:12:27.1016901Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1016964Z with 2022-11-23T02:12:27.1017024Z [ 2022-11-23T02:12:27.1017100Z T=c10::AliasInfo 2022-11-23T02:12:27.1017158Z ] 2022-11-23T02:12:27.1017457Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1017783Z 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:12:27.1018120Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1018170Z with 2022-11-23T02:12:27.1018228Z [ 2022-11-23T02:12:27.1018309Z T=c10::AliasInfo 2022-11-23T02:12:27.1018370Z ] 2022-11-23T02:12:27.1018659Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1018721Z with 2022-11-23T02:12:27.1018783Z [ 2022-11-23T02:12:27.1018912Z T=std::vector> 2022-11-23T02:12:27.1018971Z ] 2022-11-23T02:12:27.1019272Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1019333Z with 2022-11-23T02:12:27.1019390Z [ 2022-11-23T02:12:27.1019519Z T=std::vector> 2022-11-23T02:12:27.1019576Z ] 2022-11-23T02:12:27.1019924Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1019984Z with 2022-11-23T02:12:27.1020032Z [ 2022-11-23T02:12:27.1020161Z T=std::vector> 2022-11-23T02:12:27.1020263Z ] 2022-11-23T02:12:27.1020635Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1020697Z with 2022-11-23T02:12:27.1020755Z [ 2022-11-23T02:12:27.1020881Z T=std::vector> 2022-11-23T02:12:27.1020940Z ] 2022-11-23T02:12:27.1021275Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:12:27.1021337Z with 2022-11-23T02:12:27.1021396Z [ 2022-11-23T02:12:27.1021472Z T=c10::SymInt 2022-11-23T02:12:27.1021529Z ] 2022-11-23T02:12:27.1021858Z 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:12:27.1021919Z with 2022-11-23T02:12:27.1021966Z [ 2022-11-23T02:12:27.1022040Z T=c10::SymInt 2022-11-23T02:12:27.1022101Z ] 2022-11-23T02:12:27.1022488Z 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:12:27.1022898Z 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:12:27.1023226Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1023293Z with 2022-11-23T02:12:27.1023351Z [ 2022-11-23T02:12:27.1023481Z T=std::vector> 2022-11-23T02:12:27.1023539Z ] 2022-11-23T02:12:27.1023830Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1023895Z with 2022-11-23T02:12:27.1023952Z [ 2022-11-23T02:12:27.1024086Z T=c10::either 2022-11-23T02:12:27.1024145Z ] 2022-11-23T02:12:27.1024451Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1024515Z with 2022-11-23T02:12:27.1024574Z [ 2022-11-23T02:12:27.1024707Z T=c10::either 2022-11-23T02:12:27.1024754Z ] 2022-11-23T02:12:27.1025099Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1025160Z with 2022-11-23T02:12:27.1025219Z [ 2022-11-23T02:12:27.1025354Z T=c10::either 2022-11-23T02:12:27.1025413Z ] 2022-11-23T02:12:27.1025780Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1025883Z with 2022-11-23T02:12:27.1025942Z [ 2022-11-23T02:12:27.1026073Z T=c10::either 2022-11-23T02:12:27.1026131Z ] 2022-11-23T02:12:27.1026484Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.1026871Z 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:12:27.1027195Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1027261Z with 2022-11-23T02:12:27.1027319Z [ 2022-11-23T02:12:27.1027452Z T=c10::either 2022-11-23T02:12:27.1027510Z ] 2022-11-23T02:12:27.1027800Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1027851Z with 2022-11-23T02:12:27.1027908Z [ 2022-11-23T02:12:27.1027997Z T=at::StepCallbacks 2022-11-23T02:12:27.1028105Z ] 2022-11-23T02:12:27.1028411Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1028474Z with 2022-11-23T02:12:27.1028533Z [ 2022-11-23T02:12:27.1028619Z T=at::StepCallbacks 2022-11-23T02:12:27.1028679Z ] 2022-11-23T02:12:27.1029019Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1029080Z with 2022-11-23T02:12:27.1029138Z [ 2022-11-23T02:12:27.1029221Z T=at::StepCallbacks 2022-11-23T02:12:27.1029278Z ] 2022-11-23T02:12:27.1029647Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1029707Z with 2022-11-23T02:12:27.1029754Z [ 2022-11-23T02:12:27.1029838Z T=at::StepCallbacks 2022-11-23T02:12:27.1029898Z ] 2022-11-23T02:12:27.1030307Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1030646Z 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:12:27.1030969Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1031032Z with 2022-11-23T02:12:27.1031094Z [ 2022-11-23T02:12:27.1031182Z T=at::StepCallbacks 2022-11-23T02:12:27.1031243Z ] 2022-11-23T02:12:27.1031537Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1031649Z with 2022-11-23T02:12:27.1031707Z [ 2022-11-23T02:12:27.1031790Z T=c10::DimVector 2022-11-23T02:12:27.1031850Z ] 2022-11-23T02:12:27.1032151Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1032214Z with 2022-11-23T02:12:27.1032261Z [ 2022-11-23T02:12:27.1032342Z T=c10::DimVector 2022-11-23T02:12:27.1032401Z ] 2022-11-23T02:12:27.1032750Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1032816Z with 2022-11-23T02:12:27.1032877Z [ 2022-11-23T02:12:27.1032957Z T=c10::DimVector 2022-11-23T02:12:27.1033020Z ] 2022-11-23T02:12:27.1033391Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1033455Z with 2022-11-23T02:12:27.1033514Z [ 2022-11-23T02:12:27.1033595Z T=c10::DimVector 2022-11-23T02:12:27.1033657Z ] 2022-11-23T02:12:27.1034014Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1034331Z 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:12:27.1034658Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1034724Z with 2022-11-23T02:12:27.1034773Z [ 2022-11-23T02:12:27.1034857Z T=c10::DimVector 2022-11-23T02:12:27.1034991Z ] 2022-11-23T02:12:27.1035286Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1035352Z with 2022-11-23T02:12:27.1035413Z [ 2022-11-23T02:12:27.1035513Z T=c10::impl::AnnotatedSchema 2022-11-23T02:12:27.1035573Z ] 2022-11-23T02:12:27.1035928Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1035995Z with 2022-11-23T02:12:27.1036054Z [ 2022-11-23T02:12:27.1036154Z T=c10::impl::AnnotatedSchema 2022-11-23T02:12:27.1036214Z ] 2022-11-23T02:12:27.1036560Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1036626Z with 2022-11-23T02:12:27.1036674Z [ 2022-11-23T02:12:27.1036773Z T=c10::impl::AnnotatedSchema 2022-11-23T02:12:27.1036837Z ] 2022-11-23T02:12:27.1037209Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1037278Z with 2022-11-23T02:12:27.1037386Z [ 2022-11-23T02:12:27.1037486Z T=c10::impl::AnnotatedSchema 2022-11-23T02:12:27.1037546Z ] 2022-11-23T02:12:27.1037878Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1038227Z 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:12:27.1038552Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1038614Z with 2022-11-23T02:12:27.1038671Z [ 2022-11-23T02:12:27.1038769Z T=c10::impl::AnnotatedSchema 2022-11-23T02:12:27.1038833Z ] 2022-11-23T02:12:27.1039125Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1039187Z with 2022-11-23T02:12:27.1039234Z [ 2022-11-23T02:12:27.1039370Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:12:27.1039430Z ] 2022-11-23T02:12:27.1039775Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1039843Z with 2022-11-23T02:12:27.1039901Z [ 2022-11-23T02:12:27.1040035Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:12:27.1040093Z ] 2022-11-23T02:12:27.1040438Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1040503Z with 2022-11-23T02:12:27.1040562Z [ 2022-11-23T02:12:27.1040694Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:12:27.1040753Z ] 2022-11-23T02:12:27.1041122Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1041183Z with 2022-11-23T02:12:27.1041241Z [ 2022-11-23T02:12:27.1041373Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:12:27.1041419Z ] 2022-11-23T02:12:27.1041784Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1042165Z 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:12:27.1042490Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1042555Z with 2022-11-23T02:12:27.1042613Z [ 2022-11-23T02:12:27.1042748Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:12:27.1042808Z ] 2022-11-23T02:12:27.1043100Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1043202Z with 2022-11-23T02:12:27.1043264Z [ 2022-11-23T02:12:27.1043378Z T=std::tuple 2022-11-23T02:12:27.1043438Z ] 2022-11-23T02:12:27.1043740Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1043800Z with 2022-11-23T02:12:27.1043858Z [ 2022-11-23T02:12:27.1043976Z T=std::tuple 2022-11-23T02:12:27.1044036Z ] 2022-11-23T02:12:27.1044366Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1044428Z with 2022-11-23T02:12:27.1044488Z [ 2022-11-23T02:12:27.1044596Z T=std::tuple 2022-11-23T02:12:27.1044655Z ] 2022-11-23T02:12:27.1045020Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1045081Z with 2022-11-23T02:12:27.1045139Z [ 2022-11-23T02:12:27.1045248Z T=std::tuple 2022-11-23T02:12:27.1045309Z ] 2022-11-23T02:12:27.1045689Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.1046046Z 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:12:27.1046375Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1046436Z with 2022-11-23T02:12:27.1046496Z [ 2022-11-23T02:12:27.1046605Z T=std::tuple 2022-11-23T02:12:27.1046664Z ] 2022-11-23T02:12:27.1046956Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1047017Z with 2022-11-23T02:12:27.1047064Z [ 2022-11-23T02:12:27.1047156Z T=torch::jit::SourceRange 2022-11-23T02:12:27.1047216Z ] 2022-11-23T02:12:27.1047522Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1047586Z with 2022-11-23T02:12:27.1047644Z [ 2022-11-23T02:12:27.1047734Z T=torch::jit::SourceRange 2022-11-23T02:12:27.1047792Z ] 2022-11-23T02:12:27.1048135Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1048198Z with 2022-11-23T02:12:27.1048256Z [ 2022-11-23T02:12:27.1048347Z T=torch::jit::SourceRange 2022-11-23T02:12:27.1048407Z ] 2022-11-23T02:12:27.1048774Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1048882Z with 2022-11-23T02:12:27.1048930Z [ 2022-11-23T02:12:27.1049020Z T=torch::jit::SourceRange 2022-11-23T02:12:27.1049078Z ] 2022-11-23T02:12:27.1049404Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1049748Z 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:12:27.1050071Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1050135Z with 2022-11-23T02:12:27.1050195Z [ 2022-11-23T02:12:27.1050286Z T=torch::jit::SourceRange 2022-11-23T02:12:27.1050345Z ] 2022-11-23T02:12:27.1050630Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1050691Z with 2022-11-23T02:12:27.1050780Z [ 2022-11-23T02:12:27.1050915Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:12:27.1050994Z ] 2022-11-23T02:12:27.1051372Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1051461Z with 2022-11-23T02:12:27.1051543Z [ 2022-11-23T02:12:27.1051643Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:12:27.1051726Z ] 2022-11-23T02:12:27.1052089Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1052192Z with 2022-11-23T02:12:27.1052273Z [ 2022-11-23T02:12:27.1052406Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:12:27.1052495Z ] 2022-11-23T02:12:27.1052889Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1052977Z with 2022-11-23T02:12:27.1053060Z [ 2022-11-23T02:12:27.1053193Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:12:27.1053277Z ] 2022-11-23T02:12:27.1053637Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1054009Z 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:12:27.1054359Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1054444Z with 2022-11-23T02:12:27.1054524Z [ 2022-11-23T02:12:27.1054656Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:12:27.1054703Z ] 2022-11-23T02:12:27.1055019Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1055155Z with 2022-11-23T02:12:27.1055241Z [ 2022-11-23T02:12:27.1055373Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:12:27.1055460Z ] 2022-11-23T02:12:27.1055793Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1055884Z with 2022-11-23T02:12:27.1055971Z [ 2022-11-23T02:12:27.1056102Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:12:27.1056184Z ] 2022-11-23T02:12:27.1056553Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1056638Z with 2022-11-23T02:12:27.1056723Z [ 2022-11-23T02:12:27.1056851Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:12:27.1056898Z ] 2022-11-23T02:12:27.1057285Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1057369Z with 2022-11-23T02:12:27.1057454Z [ 2022-11-23T02:12:27.1057583Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:12:27.1057667Z ] 2022-11-23T02:12:27.1058071Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1058432Z 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:12:27.1058783Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1058868Z with 2022-11-23T02:12:27.1058949Z [ 2022-11-23T02:12:27.1059080Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:12:27.1059160Z ] 2022-11-23T02:12:27.1059476Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1059563Z with 2022-11-23T02:12:27.1059649Z [ 2022-11-23T02:12:27.1059759Z T=torch::jit::ScopePtr 2022-11-23T02:12:27.1059839Z ] 2022-11-23T02:12:27.1060137Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1060225Z with 2022-11-23T02:12:27.1060306Z [ 2022-11-23T02:12:27.1060415Z T=torch::jit::ScopePtr 2022-11-23T02:12:27.1060497Z ] 2022-11-23T02:12:27.1060861Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1060946Z with 2022-11-23T02:12:27.1061027Z [ 2022-11-23T02:12:27.1061134Z T=torch::jit::ScopePtr 2022-11-23T02:12:27.1061217Z ] 2022-11-23T02:12:27.1061613Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1061749Z with 2022-11-23T02:12:27.1061830Z [ 2022-11-23T02:12:27.1061937Z T=torch::jit::ScopePtr 2022-11-23T02:12:27.1062023Z ] 2022-11-23T02:12:27.1062339Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1062730Z 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:12:27.1063080Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1063129Z with 2022-11-23T02:12:27.1063212Z [ 2022-11-23T02:12:27.1063322Z T=torch::jit::ScopePtr 2022-11-23T02:12:27.1063405Z ] 2022-11-23T02:12:27.1063724Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1063811Z with 2022-11-23T02:12:27.1063893Z [ 2022-11-23T02:12:27.1064007Z T=at::ThreadLocalState 2022-11-23T02:12:27.1064087Z ] 2022-11-23T02:12:27.1064456Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1064543Z with 2022-11-23T02:12:27.1064622Z [ 2022-11-23T02:12:27.1064732Z T=at::ThreadLocalState 2022-11-23T02:12:27.1064814Z ] 2022-11-23T02:12:27.1065179Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1065233Z with 2022-11-23T02:12:27.1065315Z [ 2022-11-23T02:12:27.1065425Z T=at::ThreadLocalState 2022-11-23T02:12:27.1065509Z ] 2022-11-23T02:12:27.1065901Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1065986Z with 2022-11-23T02:12:27.1066067Z [ 2022-11-23T02:12:27.1066178Z T=at::ThreadLocalState 2022-11-23T02:12:27.1066260Z ] 2022-11-23T02:12:27.1066608Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1066970Z 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:12:27.1067320Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1067402Z with 2022-11-23T02:12:27.1067485Z [ 2022-11-23T02:12:27.1067602Z T=at::ThreadLocalState 2022-11-23T02:12:27.1067684Z ] 2022-11-23T02:12:27.1067999Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1068530Z with 2022-11-23T02:12:27.1068577Z [ 2022-11-23T02:12:27.1068718Z T=std::shared_ptr 2022-11-23T02:12:27.1068802Z ] 2022-11-23T02:12:27.1069137Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1069225Z with 2022-11-23T02:12:27.1069309Z [ 2022-11-23T02:12:27.1069443Z T=std::shared_ptr 2022-11-23T02:12:27.1069524Z ] 2022-11-23T02:12:27.1069891Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1069980Z with 2022-11-23T02:12:27.1070061Z [ 2022-11-23T02:12:27.1070299Z T=std::shared_ptr 2022-11-23T02:12:27.1070389Z ] 2022-11-23T02:12:27.1070783Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1070873Z with 2022-11-23T02:12:27.1070920Z [ 2022-11-23T02:12:27.1071052Z T=std::shared_ptr 2022-11-23T02:12:27.1071142Z ] 2022-11-23T02:12:27.1071565Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.1071925Z 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:12:27.1072310Z 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:12:27.1072665Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1072758Z with 2022-11-23T02:12:27.1072844Z [ 2022-11-23T02:12:27.1072980Z T=std::shared_ptr 2022-11-23T02:12:27.1073062Z ] 2022-11-23T02:12:27.1073380Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1073468Z with 2022-11-23T02:12:27.1073553Z [ 2022-11-23T02:12:27.1073673Z T=torch::jit::GraphExecutor 2022-11-23T02:12:27.1073755Z ] 2022-11-23T02:12:27.1074091Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1074176Z with 2022-11-23T02:12:27.1074265Z [ 2022-11-23T02:12:27.1074349Z T=torch::jit::GraphExecutor 2022-11-23T02:12:27.1074431Z ] 2022-11-23T02:12:27.1074793Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1074878Z with 2022-11-23T02:12:27.1074962Z [ 2022-11-23T02:12:27.1075078Z T=torch::jit::GraphExecutor 2022-11-23T02:12:27.1075159Z ] 2022-11-23T02:12:27.1075599Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1075683Z with 2022-11-23T02:12:27.1075766Z [ 2022-11-23T02:12:27.1075884Z T=torch::jit::GraphExecutor 2022-11-23T02:12:27.1075966Z ] 2022-11-23T02:12:27.1076322Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1076663Z 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:12:27.1077042Z 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:12:27.1077397Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1077489Z with 2022-11-23T02:12:27.1077574Z [ 2022-11-23T02:12:27.1077694Z T=torch::jit::GraphExecutor 2022-11-23T02:12:27.1077742Z ] 2022-11-23T02:12:27.1078100Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1078190Z with 2022-11-23T02:12:27.1078272Z [ 2022-11-23T02:12:27.1078382Z T=torch::jit::Method 2022-11-23T02:12:27.1078475Z ] 2022-11-23T02:12:27.1078815Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1078904Z with 2022-11-23T02:12:27.1078987Z [ 2022-11-23T02:12:27.1079098Z T=torch::jit::Method 2022-11-23T02:12:27.1079179Z ] 2022-11-23T02:12:27.1079548Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1079631Z with 2022-11-23T02:12:27.1079711Z [ 2022-11-23T02:12:27.1079820Z T=torch::jit::Method 2022-11-23T02:12:27.1079867Z ] 2022-11-23T02:12:27.1080253Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1080342Z with 2022-11-23T02:12:27.1080422Z [ 2022-11-23T02:12:27.1080532Z T=torch::jit::Method 2022-11-23T02:12:27.1080614Z ] 2022-11-23T02:12:27.1080954Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1081300Z 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:12:27.1081651Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1081790Z with 2022-11-23T02:12:27.1081872Z [ 2022-11-23T02:12:27.1081979Z T=torch::jit::Method 2022-11-23T02:12:27.1082060Z ] 2022-11-23T02:12:27.1082347Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1101449Z with 2022-11-23T02:12:27.1101555Z [ 2022-11-23T02:12:27.1101737Z T=std::vector> 2022-11-23T02:12:27.1101814Z ] 2022-11-23T02:12:27.1102154Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1102214Z with 2022-11-23T02:12:27.1102274Z [ 2022-11-23T02:12:27.1102404Z T=std::vector> 2022-11-23T02:12:27.1102470Z ] 2022-11-23T02:12:27.1102821Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1102882Z with 2022-11-23T02:12:27.1102936Z [ 2022-11-23T02:12:27.1103068Z T=std::vector> 2022-11-23T02:12:27.1103123Z ] 2022-11-23T02:12:27.1103621Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1103690Z with 2022-11-23T02:12:27.1103744Z [ 2022-11-23T02:12:27.1103872Z T=std::vector> 2022-11-23T02:12:27.1103934Z ] 2022-11-23T02:12:27.1104290Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:12:27.1104647Z 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:12:27.1104968Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1105033Z with 2022-11-23T02:12:27.1105087Z [ 2022-11-23T02:12:27.1105217Z T=std::vector> 2022-11-23T02:12:27.1105279Z ] 2022-11-23T02:12:27.1105572Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1105629Z with 2022-11-23T02:12:27.1105691Z [ 2022-11-23T02:12:27.1105848Z T=std::function 2022-11-23T02:12:27.1105902Z ] 2022-11-23T02:12:27.1106218Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1106280Z with 2022-11-23T02:12:27.1106328Z [ 2022-11-23T02:12:27.1106479Z T=std::function 2022-11-23T02:12:27.1106540Z ] 2022-11-23T02:12:27.1106885Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1106999Z with 2022-11-23T02:12:27.1107061Z [ 2022-11-23T02:12:27.1107215Z T=std::function 2022-11-23T02:12:27.1107270Z ] 2022-11-23T02:12:27.1107641Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1107700Z with 2022-11-23T02:12:27.1107762Z [ 2022-11-23T02:12:27.1107924Z T=std::function 2022-11-23T02:12:27.1107985Z ] 2022-11-23T02:12:27.1108359Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.1108756Z 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:12:27.1109126Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1109186Z with 2022-11-23T02:12:27.1109250Z [ 2022-11-23T02:12:27.1109408Z T=std::function 2022-11-23T02:12:27.1109474Z ] 2022-11-23T02:12:27.1109761Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1109809Z with 2022-11-23T02:12:27.1109868Z [ 2022-11-23T02:12:27.1110048Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:12:27.1110109Z ] 2022-11-23T02:12:27.1110518Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1110577Z with 2022-11-23T02:12:27.1110637Z [ 2022-11-23T02:12:27.1110819Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:12:27.1110881Z ] 2022-11-23T02:12:27.1111220Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1111287Z with 2022-11-23T02:12:27.1111347Z [ 2022-11-23T02:12:27.1111529Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:12:27.1111584Z ] 2022-11-23T02:12:27.1111960Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1112020Z with 2022-11-23T02:12:27.1112079Z [ 2022-11-23T02:12:27.1112247Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:12:27.1112303Z ] 2022-11-23T02:12:27.1112700Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1113180Z 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:12:27.1113507Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1113565Z with 2022-11-23T02:12:27.1113625Z [ 2022-11-23T02:12:27.1113804Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:12:27.1113860Z ] 2022-11-23T02:12:27.1114154Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1114217Z with 2022-11-23T02:12:27.1114271Z [ 2022-11-23T02:12:27.1114394Z T=std::vector> 2022-11-23T02:12:27.1114449Z ] 2022-11-23T02:12:27.1114755Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1114853Z with 2022-11-23T02:12:27.1114916Z [ 2022-11-23T02:12:27.1115042Z T=std::vector> 2022-11-23T02:12:27.1115101Z ] 2022-11-23T02:12:27.1115441Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1115493Z with 2022-11-23T02:12:27.1115555Z [ 2022-11-23T02:12:27.1115677Z T=std::vector> 2022-11-23T02:12:27.1115733Z ] 2022-11-23T02:12:27.1116102Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1116166Z with 2022-11-23T02:12:27.1116228Z [ 2022-11-23T02:12:27.1116346Z T=std::vector> 2022-11-23T02:12:27.1116400Z ] 2022-11-23T02:12:27.1116732Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:12:27.1116794Z with 2022-11-23T02:12:27.1116852Z [ 2022-11-23T02:12:27.1116917Z T=double 2022-11-23T02:12:27.1116977Z ] 2022-11-23T02:12:27.1117346Z 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:12:27.1117411Z with 2022-11-23T02:12:27.1117458Z [ 2022-11-23T02:12:27.1117526Z T=double 2022-11-23T02:12:27.1117586Z ] 2022-11-23T02:12:27.1117909Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1117975Z with 2022-11-23T02:12:27.1118035Z [ 2022-11-23T02:12:27.1118156Z T=std::vector> 2022-11-23T02:12:27.1118254Z ] 2022-11-23T02:12:27.1118551Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1118612Z with 2022-11-23T02:12:27.1118668Z [ 2022-11-23T02:12:27.1118777Z T=std::tuple 2022-11-23T02:12:27.1118832Z ] 2022-11-23T02:12:27.1119141Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1119199Z with 2022-11-23T02:12:27.1119247Z [ 2022-11-23T02:12:27.1119351Z T=std::tuple 2022-11-23T02:12:27.1119410Z ] 2022-11-23T02:12:27.1119749Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1119815Z with 2022-11-23T02:12:27.1119874Z [ 2022-11-23T02:12:27.1119981Z T=std::tuple 2022-11-23T02:12:27.1120036Z ] 2022-11-23T02:12:27.1120836Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1120909Z with 2022-11-23T02:12:27.1120966Z [ 2022-11-23T02:12:27.1121075Z T=std::tuple 2022-11-23T02:12:27.1121136Z ] 2022-11-23T02:12:27.1121475Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.1121841Z 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:12:27.1122169Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1122230Z with 2022-11-23T02:12:27.1122295Z [ 2022-11-23T02:12:27.1122390Z T=std::tuple 2022-11-23T02:12:27.1122450Z ] 2022-11-23T02:12:27.1122739Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1122804Z with 2022-11-23T02:12:27.1122867Z [ 2022-11-23T02:12:27.1122999Z T=std::vector> 2022-11-23T02:12:27.1123056Z ] 2022-11-23T02:12:27.1123364Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1123422Z with 2022-11-23T02:12:27.1123485Z [ 2022-11-23T02:12:27.1123614Z T=std::vector> 2022-11-23T02:12:27.1123673Z ] 2022-11-23T02:12:27.1124019Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1124079Z with 2022-11-23T02:12:27.1124140Z [ 2022-11-23T02:12:27.1124317Z T=std::vector> 2022-11-23T02:12:27.1124365Z ] 2022-11-23T02:12:27.1124732Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1124796Z with 2022-11-23T02:12:27.1124855Z [ 2022-11-23T02:12:27.1124982Z T=std::vector> 2022-11-23T02:12:27.1125041Z ] 2022-11-23T02:12:27.1125395Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:12:27.1125777Z 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:12:27.1126106Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1126170Z with 2022-11-23T02:12:27.1126231Z [ 2022-11-23T02:12:27.1126363Z T=std::vector> 2022-11-23T02:12:27.1126423Z ] 2022-11-23T02:12:27.1126916Z [2/2] "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\bin\Hostx64\x64/link.exe" main.o /nologo /DLL c10.lib torch_cpu.lib torch.lib /LIBPATH:C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib torch_python.lib /LIBPATH:C:\Jenkins\Miniconda3\libs /out:is_python_module.pyd 2022-11-23T02:12:27.1127071Z Creating library is_python_module.lib and object is_python_module.exp 2022-11-23T02:12:27.1127185Z Loading extension module is_python_module... 2022-11-23T02:12:27.1127595Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\gradcheck.py:652: UserWarning: Input #0 requires gradient and is not a double precision floating point or complex. This check will likely fail if all the inputs are not of double precision floating point or complex. 2022-11-23T02:12:27.1127671Z warnings.warn( 2022-11-23T02:12:27.1128088Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\gradcheck.py:652: UserWarning: Input #1 requires gradient and is not a double precision floating point or complex. This check will likely fail if all the inputs are not of double precision floating point or complex. 2022-11-23T02:12:27.1128162Z warnings.warn( 2022-11-23T02:12:27.1128567Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\gradcheck.py:652: UserWarning: Input #0 requires gradient and is not a double precision floating point or complex. This check will likely fail if all the inputs are not of double precision floating point or complex. 2022-11-23T02:12:27.1128642Z warnings.warn( 2022-11-23T02:12:27.1129039Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\gradcheck.py:652: UserWarning: Input #1 requires gradient and is not a double precision floating point or complex. This check will likely fail if all the inputs are not of double precision floating point or complex. 2022-11-23T02:12:27.1129113Z warnings.warn( 2022-11-23T02:12:27.1129180Z ok (12.501s) 2022-11-23T02:12:27.1129294Z test_half_support (__main__.TestCppExtensionJIT) 2022-11-23T02:12:27.1129481Z Checks for an issue with operator< ambiguity for half when certain ... skip: Temporarily disabled (0.000s) 2022-11-23T02:12:27.1129679Z test_inline_jit_compile_custom_op_cuda (__main__.TestCppExtensionJIT) ... skip: Temporarily disabled (0.002s) 2022-11-23T02:12:27.1129914Z test_inline_jit_compile_extension_cuda (__main__.TestCppExtensionJIT) ... skip: Temporarily disabled (0.000s) 2022-11-23T02:12:27.1130251Z test_inline_jit_compile_extension_multiple_sources_and_no_functions (__main__.TestCppExtensionJIT) ... Using C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116 as PyTorch extensions root... 2022-11-23T02:12:27.1130503Z Creating extension directory C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116\inline_jit_extension... 2022-11-23T02:12:27.1130760Z Emitting ninja build file C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116\inline_jit_extension\build.ninja... 2022-11-23T02:12:27.1130886Z Building extension module inline_jit_extension... 2022-11-23T02:12:27.1131083Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-11-23T02:12:27.1131986Z [1/2] cl /showIncludes -DTORCH_EXTENSION_NAME=inline_jit_extension -DTORCH_API_INCLUDE_EXTENSION_H -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:\Jenkins\Miniconda3\Include -D_GLIBCXX_USE_CXX11_ABI=0 /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /EHsc -c C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116\inline_jit_extension\main.cpp /Fomain.o 2022-11-23T02:12:27.1132173Z Microsoft (R) C/C++ Optimizing Compiler Version 19.28.29337 for x64 2022-11-23T02:12:27.1132314Z Copyright (C) Microsoft Corporation. All rights reserved. 2022-11-23T02:12:27.1132326Z 2022-11-23T02:12:27.1132627Z 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:12:27.1132932Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1132997Z with 2022-11-23T02:12:27.1133061Z [ 2022-11-23T02:12:27.1133140Z T=c10::SymInt 2022-11-23T02:12:27.1133203Z ] 2022-11-23T02:12:27.1133516Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1133581Z with 2022-11-23T02:12:27.1133642Z [ 2022-11-23T02:12:27.1133719Z T=c10::SymInt 2022-11-23T02:12:27.1133779Z ] 2022-11-23T02:12:27.1134125Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1134191Z with 2022-11-23T02:12:27.1134251Z [ 2022-11-23T02:12:27.1134314Z T=c10::SymInt 2022-11-23T02:12:27.1134377Z ] 2022-11-23T02:12:27.1134749Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1134814Z with 2022-11-23T02:12:27.1134873Z [ 2022-11-23T02:12:27.1134950Z T=c10::SymInt 2022-11-23T02:12:27.1135010Z ] 2022-11-23T02:12:27.1135325Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1135632Z 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:12:27.1136002Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1136066Z with 2022-11-23T02:12:27.1136134Z [ 2022-11-23T02:12:27.1136240Z T=c10::SymInt 2022-11-23T02:12:27.1136331Z ] 2022-11-23T02:12:27.1136764Z 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:12:27.1137241Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1137344Z with 2022-11-23T02:12:27.1137445Z [ 2022-11-23T02:12:27.1137567Z T=at::TensorBase 2022-11-23T02:12:27.1137663Z ] 2022-11-23T02:12:27.1138140Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1138238Z with 2022-11-23T02:12:27.1138334Z [ 2022-11-23T02:12:27.1138455Z T=at::TensorBase 2022-11-23T02:12:27.1138551Z ] 2022-11-23T02:12:27.1139159Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1139259Z with 2022-11-23T02:12:27.1139357Z [ 2022-11-23T02:12:27.1139498Z T=at::TensorBase 2022-11-23T02:12:27.1139593Z ] 2022-11-23T02:12:27.1140151Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1140254Z with 2022-11-23T02:12:27.1140338Z [ 2022-11-23T02:12:27.1140448Z T=at::TensorBase 2022-11-23T02:12:27.1140540Z ] 2022-11-23T02:12:27.1140898Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1141219Z 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:12:27.1141549Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1141615Z with 2022-11-23T02:12:27.1141699Z [ 2022-11-23T02:12:27.1141824Z T=at::TensorBase 2022-11-23T02:12:27.1141884Z ] 2022-11-23T02:12:27.1142315Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1142411Z with 2022-11-23T02:12:27.1142511Z [ 2022-11-23T02:12:27.1142635Z T=at::Tensor 2022-11-23T02:12:27.1142732Z ] 2022-11-23T02:12:27.1143245Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1143357Z with 2022-11-23T02:12:27.1143565Z [ 2022-11-23T02:12:27.1143672Z T=at::Tensor 2022-11-23T02:12:27.1143767Z ] 2022-11-23T02:12:27.1144363Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1144468Z with 2022-11-23T02:12:27.1144564Z [ 2022-11-23T02:12:27.1144693Z T=at::Tensor 2022-11-23T02:12:27.1144793Z ] 2022-11-23T02:12:27.1145462Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1145579Z with 2022-11-23T02:12:27.1145692Z [ 2022-11-23T02:12:27.1145831Z T=at::Tensor 2022-11-23T02:12:27.1145932Z ] 2022-11-23T02:12:27.1146480Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1147019Z 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:12:27.1147715Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1147831Z with 2022-11-23T02:12:27.1147925Z [ 2022-11-23T02:12:27.1148037Z T=at::Tensor 2022-11-23T02:12:27.1148125Z ] 2022-11-23T02:12:27.1148546Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1148618Z with 2022-11-23T02:12:27.1148681Z [ 2022-11-23T02:12:27.1148764Z T=at::Generator 2022-11-23T02:12:27.1148826Z ] 2022-11-23T02:12:27.1149136Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1149200Z with 2022-11-23T02:12:27.1149262Z [ 2022-11-23T02:12:27.1149343Z T=at::Generator 2022-11-23T02:12:27.1149406Z ] 2022-11-23T02:12:27.1149755Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1149819Z with 2022-11-23T02:12:27.1149883Z [ 2022-11-23T02:12:27.1149950Z T=at::Generator 2022-11-23T02:12:27.1150010Z ] 2022-11-23T02:12:27.1150466Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1150536Z with 2022-11-23T02:12:27.1150597Z [ 2022-11-23T02:12:27.1150676Z T=at::Generator 2022-11-23T02:12:27.1150736Z ] 2022-11-23T02:12:27.1151055Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1151373Z 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:12:27.1151795Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1151859Z with 2022-11-23T02:12:27.1151921Z [ 2022-11-23T02:12:27.1152002Z T=at::Generator 2022-11-23T02:12:27.1152063Z ] 2022-11-23T02:12:27.1152364Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1152429Z with 2022-11-23T02:12:27.1152490Z [ 2022-11-23T02:12:27.1152554Z T=c10::Scalar 2022-11-23T02:12:27.1152619Z ] 2022-11-23T02:12:27.1152924Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1152991Z with 2022-11-23T02:12:27.1153051Z [ 2022-11-23T02:12:27.1153130Z T=c10::Scalar 2022-11-23T02:12:27.1153191Z ] 2022-11-23T02:12:27.1153537Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1153601Z with 2022-11-23T02:12:27.1153661Z [ 2022-11-23T02:12:27.1153738Z T=c10::Scalar 2022-11-23T02:12:27.1153843Z ] 2022-11-23T02:12:27.1154213Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1154278Z with 2022-11-23T02:12:27.1154342Z [ 2022-11-23T02:12:27.1154405Z T=c10::Scalar 2022-11-23T02:12:27.1154465Z ] 2022-11-23T02:12:27.1154780Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1155090Z 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:12:27.1155417Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1155482Z with 2022-11-23T02:12:27.1155544Z [ 2022-11-23T02:12:27.1155620Z T=c10::Scalar 2022-11-23T02:12:27.1155682Z ] 2022-11-23T02:12:27.1155979Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1156044Z with 2022-11-23T02:12:27.1156104Z [ 2022-11-23T02:12:27.1156182Z T=std::string 2022-11-23T02:12:27.1156242Z ] 2022-11-23T02:12:27.1156545Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1156608Z with 2022-11-23T02:12:27.1156658Z [ 2022-11-23T02:12:27.1156733Z T=std::string 2022-11-23T02:12:27.1156795Z ] 2022-11-23T02:12:27.1157146Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1157252Z with 2022-11-23T02:12:27.1157313Z [ 2022-11-23T02:12:27.1157390Z T=std::string 2022-11-23T02:12:27.1157450Z ] 2022-11-23T02:12:27.1157821Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1157884Z with 2022-11-23T02:12:27.1157944Z [ 2022-11-23T02:12:27.1158023Z T=std::string 2022-11-23T02:12:27.1158086Z ] 2022-11-23T02:12:27.1158398Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1158713Z 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:12:27.1159042Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1159106Z with 2022-11-23T02:12:27.1159167Z [ 2022-11-23T02:12:27.1159231Z T=std::string 2022-11-23T02:12:27.1159293Z ] 2022-11-23T02:12:27.1159631Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1159697Z with 2022-11-23T02:12:27.1159757Z [ 2022-11-23T02:12:27.1159848Z T=c10::QualifiedName 2022-11-23T02:12:27.1159908Z ] 2022-11-23T02:12:27.1160213Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1160279Z with 2022-11-23T02:12:27.1160339Z [ 2022-11-23T02:12:27.1160427Z T=c10::QualifiedName 2022-11-23T02:12:27.1160489Z ] 2022-11-23T02:12:27.1160834Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1160898Z with 2022-11-23T02:12:27.1160960Z [ 2022-11-23T02:12:27.1161035Z T=c10::QualifiedName 2022-11-23T02:12:27.1161096Z ] 2022-11-23T02:12:27.1161463Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1161529Z with 2022-11-23T02:12:27.1161590Z [ 2022-11-23T02:12:27.1161677Z T=c10::QualifiedName 2022-11-23T02:12:27.1161738Z ] 2022-11-23T02:12:27.1162056Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1162382Z 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:12:27.1162706Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1162769Z with 2022-11-23T02:12:27.1162832Z [ 2022-11-23T02:12:27.1162960Z T=c10::QualifiedName 2022-11-23T02:12:27.1163020Z ] 2022-11-23T02:12:27.1163315Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1163379Z with 2022-11-23T02:12:27.1163440Z [ 2022-11-23T02:12:27.1163556Z T=std::shared_ptr 2022-11-23T02:12:27.1163620Z ] 2022-11-23T02:12:27.1163927Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1163989Z with 2022-11-23T02:12:27.1164053Z [ 2022-11-23T02:12:27.1164183Z T=std::shared_ptr 2022-11-23T02:12:27.1164244Z ] 2022-11-23T02:12:27.1164590Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1164655Z with 2022-11-23T02:12:27.1164715Z [ 2022-11-23T02:12:27.1164841Z T=std::shared_ptr 2022-11-23T02:12:27.1164901Z ] 2022-11-23T02:12:27.1165307Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1165373Z with 2022-11-23T02:12:27.1165433Z [ 2022-11-23T02:12:27.1165561Z T=std::shared_ptr 2022-11-23T02:12:27.1165608Z ] 2022-11-23T02:12:27.1165958Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.1166306Z 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:12:27.1166627Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1166692Z with 2022-11-23T02:12:27.1166754Z [ 2022-11-23T02:12:27.1166880Z T=std::shared_ptr 2022-11-23T02:12:27.1166940Z ] 2022-11-23T02:12:27.1167230Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1167296Z with 2022-11-23T02:12:27.1167357Z [ 2022-11-23T02:12:27.1167482Z T=std::weak_ptr 2022-11-23T02:12:27.1167543Z ] 2022-11-23T02:12:27.1167854Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1167917Z with 2022-11-23T02:12:27.1167978Z [ 2022-11-23T02:12:27.1168103Z T=std::weak_ptr 2022-11-23T02:12:27.1168164Z ] 2022-11-23T02:12:27.1168508Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1168559Z with 2022-11-23T02:12:27.1168664Z [ 2022-11-23T02:12:27.1168787Z T=std::weak_ptr 2022-11-23T02:12:27.1168848Z ] 2022-11-23T02:12:27.1169217Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1169282Z with 2022-11-23T02:12:27.1169341Z [ 2022-11-23T02:12:27.1169463Z T=std::weak_ptr 2022-11-23T02:12:27.1169525Z ] 2022-11-23T02:12:27.1169872Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.1170214Z 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:12:27.1170537Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1170601Z with 2022-11-23T02:12:27.1170661Z [ 2022-11-23T02:12:27.1170784Z T=std::weak_ptr 2022-11-23T02:12:27.1170848Z ] 2022-11-23T02:12:27.1171185Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1171252Z with 2022-11-23T02:12:27.1171301Z [ 2022-11-23T02:12:27.1171452Z T=std::vector> 2022-11-23T02:12:27.1171519Z ] 2022-11-23T02:12:27.1171824Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1171888Z with 2022-11-23T02:12:27.1171949Z [ 2022-11-23T02:12:27.1172096Z T=std::vector> 2022-11-23T02:12:27.1172158Z ] 2022-11-23T02:12:27.1172503Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1172566Z with 2022-11-23T02:12:27.1172627Z [ 2022-11-23T02:12:27.1172777Z T=std::vector> 2022-11-23T02:12:27.1172838Z ] 2022-11-23T02:12:27.1173215Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1173280Z with 2022-11-23T02:12:27.1173339Z [ 2022-11-23T02:12:27.1173486Z T=std::vector> 2022-11-23T02:12:27.1173533Z ] 2022-11-23T02:12:27.1173903Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:12:27.1174268Z 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:12:27.1174638Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1174703Z with 2022-11-23T02:12:27.1174764Z [ 2022-11-23T02:12:27.1174913Z T=std::vector> 2022-11-23T02:12:27.1174973Z ] 2022-11-23T02:12:27.1175268Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1175331Z with 2022-11-23T02:12:27.1175393Z [ 2022-11-23T02:12:27.1175511Z T=std::vector> 2022-11-23T02:12:27.1175571Z ] 2022-11-23T02:12:27.1175882Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1175947Z with 2022-11-23T02:12:27.1176008Z [ 2022-11-23T02:12:27.1176122Z T=std::vector> 2022-11-23T02:12:27.1176183Z ] 2022-11-23T02:12:27.1176526Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1176577Z with 2022-11-23T02:12:27.1176676Z [ 2022-11-23T02:12:27.1176792Z T=std::vector> 2022-11-23T02:12:27.1176854Z ] 2022-11-23T02:12:27.1177224Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1177289Z with 2022-11-23T02:12:27.1177350Z [ 2022-11-23T02:12:27.1177466Z T=std::vector> 2022-11-23T02:12:27.1177526Z ] 2022-11-23T02:12:27.1177866Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:12:27.1178203Z 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:12:27.1178529Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1178595Z with 2022-11-23T02:12:27.1178655Z [ 2022-11-23T02:12:27.1178769Z T=std::vector> 2022-11-23T02:12:27.1178829Z ] 2022-11-23T02:12:27.1179125Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1179188Z with 2022-11-23T02:12:27.1179236Z [ 2022-11-23T02:12:27.1179400Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.1179462Z ] 2022-11-23T02:12:27.1179771Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1179836Z with 2022-11-23T02:12:27.1179896Z [ 2022-11-23T02:12:27.1180098Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.1180160Z ] 2022-11-23T02:12:27.1180506Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1180567Z with 2022-11-23T02:12:27.1180629Z [ 2022-11-23T02:12:27.1180787Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.1180845Z ] 2022-11-23T02:12:27.1181215Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1181280Z with 2022-11-23T02:12:27.1181341Z [ 2022-11-23T02:12:27.1181503Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.1181567Z ] 2022-11-23T02:12:27.1181931Z C:\actions-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:12:27.1182358Z 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:12:27.1182677Z 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:12:27.1183005Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1183071Z with 2022-11-23T02:12:27.1183120Z [ 2022-11-23T02:12:27.1183282Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.1183344Z ] 2022-11-23T02:12:27.1183637Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1183704Z with 2022-11-23T02:12:27.1183764Z [ 2022-11-23T02:12:27.1183919Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.1183981Z ] 2022-11-23T02:12:27.1184290Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1184355Z with 2022-11-23T02:12:27.1184415Z [ 2022-11-23T02:12:27.1184568Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.1184629Z ] 2022-11-23T02:12:27.1184975Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1185041Z with 2022-11-23T02:12:27.1185101Z [ 2022-11-23T02:12:27.1185243Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.1185303Z ] 2022-11-23T02:12:27.1185671Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1186211Z with 2022-11-23T02:12:27.1186271Z [ 2022-11-23T02:12:27.1186428Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.1186490Z ] 2022-11-23T02:12:27.1186865Z C:\actions-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:12:27.1187228Z 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:12:27.1187534Z 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:12:27.1187863Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1187929Z with 2022-11-23T02:12:27.1187993Z [ 2022-11-23T02:12:27.1188151Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.1188216Z ] 2022-11-23T02:12:27.1188562Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1188627Z with 2022-11-23T02:12:27.1188689Z [ 2022-11-23T02:12:27.1188814Z T=std::vector> 2022-11-23T02:12:27.1188875Z ] 2022-11-23T02:12:27.1189183Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1189247Z with 2022-11-23T02:12:27.1189296Z [ 2022-11-23T02:12:27.1189418Z T=std::vector> 2022-11-23T02:12:27.1189478Z ] 2022-11-23T02:12:27.1189823Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1189885Z with 2022-11-23T02:12:27.1189946Z [ 2022-11-23T02:12:27.1190066Z T=std::vector> 2022-11-23T02:12:27.1190128Z ] 2022-11-23T02:12:27.1190571Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1190637Z with 2022-11-23T02:12:27.1190698Z [ 2022-11-23T02:12:27.1190815Z T=std::vector> 2022-11-23T02:12:27.1190875Z ] 2022-11-23T02:12:27.1191220Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:12:27.1191560Z 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:12:27.1191887Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1192003Z with 2022-11-23T02:12:27.1192065Z [ 2022-11-23T02:12:27.1192171Z T=std::vector> 2022-11-23T02:12:27.1192233Z ] 2022-11-23T02:12:27.1192606Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1192682Z with 2022-11-23T02:12:27.1192743Z [ 2022-11-23T02:12:27.1192893Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:12:27.1192955Z ] 2022-11-23T02:12:27.1193379Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1193449Z with 2022-11-23T02:12:27.1193508Z [ 2022-11-23T02:12:27.1193656Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:12:27.1193717Z ] 2022-11-23T02:12:27.1194061Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1194125Z with 2022-11-23T02:12:27.1194186Z [ 2022-11-23T02:12:27.1194383Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:12:27.1194430Z ] 2022-11-23T02:12:27.1194801Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1194868Z with 2022-11-23T02:12:27.1194928Z [ 2022-11-23T02:12:27.1195076Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:12:27.1195137Z ] 2022-11-23T02:12:27.1195503Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.1195888Z 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:12:27.1196259Z 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:12:27.1196589Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1196653Z with 2022-11-23T02:12:27.1196718Z [ 2022-11-23T02:12:27.1196866Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:12:27.1196926Z ] 2022-11-23T02:12:27.1197223Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1197288Z with 2022-11-23T02:12:27.1197350Z [ 2022-11-23T02:12:27.1197495Z T=c10::impl::InlineStreamGuard 2022-11-23T02:12:27.1197558Z ] 2022-11-23T02:12:27.1197864Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1197969Z with 2022-11-23T02:12:27.1198017Z [ 2022-11-23T02:12:27.1198160Z T=c10::impl::InlineStreamGuard 2022-11-23T02:12:27.1198220Z ] 2022-11-23T02:12:27.1198573Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1198636Z with 2022-11-23T02:12:27.1198696Z [ 2022-11-23T02:12:27.1198842Z T=c10::impl::InlineStreamGuard 2022-11-23T02:12:27.1198902Z ] 2022-11-23T02:12:27.1199273Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1199341Z with 2022-11-23T02:12:27.1199406Z [ 2022-11-23T02:12:27.1199551Z T=c10::impl::InlineStreamGuard 2022-11-23T02:12:27.1199613Z ] 2022-11-23T02:12:27.1200020Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.1200402Z 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:12:27.1200773Z 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:12:27.1201101Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1201165Z with 2022-11-23T02:12:27.1201226Z [ 2022-11-23T02:12:27.1201374Z T=c10::impl::InlineStreamGuard 2022-11-23T02:12:27.1201442Z ] 2022-11-23T02:12:27.1201726Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1201790Z with 2022-11-23T02:12:27.1201849Z [ 2022-11-23T02:12:27.1201954Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:12:27.1202019Z ] 2022-11-23T02:12:27.1202328Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1202391Z with 2022-11-23T02:12:27.1202452Z [ 2022-11-23T02:12:27.1202553Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:12:27.1202614Z ] 2022-11-23T02:12:27.1202961Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1203025Z with 2022-11-23T02:12:27.1203086Z [ 2022-11-23T02:12:27.1203186Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:12:27.1203247Z ] 2022-11-23T02:12:27.1203620Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1203712Z with 2022-11-23T02:12:27.1203773Z [ 2022-11-23T02:12:27.1203874Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:12:27.1203938Z ] 2022-11-23T02:12:27.1204275Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1204596Z 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:12:27.1204659Z with 2022-11-23T02:12:27.1204720Z [ 2022-11-23T02:12:27.1204820Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:12:27.1204887Z ] 2022-11-23T02:12:27.1205248Z 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:12:27.1205581Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1205646Z with 2022-11-23T02:12:27.1205708Z [ 2022-11-23T02:12:27.1205850Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:12:27.1205915Z ] 2022-11-23T02:12:27.1206216Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1206281Z with 2022-11-23T02:12:27.1206332Z [ 2022-11-23T02:12:27.1206518Z T=std::vector> 2022-11-23T02:12:27.1206579Z ] 2022-11-23T02:12:27.1206885Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1206949Z with 2022-11-23T02:12:27.1207010Z [ 2022-11-23T02:12:27.1207191Z T=std::vector> 2022-11-23T02:12:27.1207254Z ] 2022-11-23T02:12:27.1207609Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1207671Z with 2022-11-23T02:12:27.1207733Z [ 2022-11-23T02:12:27.1207913Z T=std::vector> 2022-11-23T02:12:27.1207974Z ] 2022-11-23T02:12:27.1208345Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1208408Z with 2022-11-23T02:12:27.1208468Z [ 2022-11-23T02:12:27.1208652Z T=std::vector> 2022-11-23T02:12:27.1208712Z ] 2022-11-23T02:12:27.1209099Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:12:27.1209554Z 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:12:27.1209880Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1209944Z with 2022-11-23T02:12:27.1209994Z [ 2022-11-23T02:12:27.1210176Z T=std::vector> 2022-11-23T02:12:27.1210238Z ] 2022-11-23T02:12:27.1210535Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1210600Z with 2022-11-23T02:12:27.1210660Z [ 2022-11-23T02:12:27.1210757Z T=torch::autograd::ViewInfo 2022-11-23T02:12:27.1210817Z ] 2022-11-23T02:12:27.1211120Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1211183Z with 2022-11-23T02:12:27.1211244Z [ 2022-11-23T02:12:27.1211338Z T=torch::autograd::ViewInfo 2022-11-23T02:12:27.1211439Z ] 2022-11-23T02:12:27.1211787Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1211850Z with 2022-11-23T02:12:27.1211899Z [ 2022-11-23T02:12:27.1211996Z T=torch::autograd::ViewInfo 2022-11-23T02:12:27.1212057Z ] 2022-11-23T02:12:27.1212428Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1212491Z with 2022-11-23T02:12:27.1212551Z [ 2022-11-23T02:12:27.1212643Z T=torch::autograd::ViewInfo 2022-11-23T02:12:27.1212705Z ] 2022-11-23T02:12:27.1213034Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1213367Z 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:12:27.1213695Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1213760Z with 2022-11-23T02:12:27.1213820Z [ 2022-11-23T02:12:27.1213914Z T=torch::autograd::ViewInfo 2022-11-23T02:12:27.1213974Z ] 2022-11-23T02:12:27.1214272Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1214339Z with 2022-11-23T02:12:27.1214401Z [ 2022-11-23T02:12:27.1214468Z T=c10::IValue 2022-11-23T02:12:27.1214528Z ] 2022-11-23T02:12:27.1214833Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1214946Z with 2022-11-23T02:12:27.1215007Z [ 2022-11-23T02:12:27.1215083Z T=c10::IValue 2022-11-23T02:12:27.1215144Z ] 2022-11-23T02:12:27.1215487Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1215549Z with 2022-11-23T02:12:27.1215610Z [ 2022-11-23T02:12:27.1215688Z T=c10::IValue 2022-11-23T02:12:27.1215749Z ] 2022-11-23T02:12:27.1216116Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1216180Z with 2022-11-23T02:12:27.1216240Z [ 2022-11-23T02:12:27.1216303Z T=c10::IValue 2022-11-23T02:12:27.1216364Z ] 2022-11-23T02:12:27.1216675Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1216992Z 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:12:27.1217728Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1217801Z with 2022-11-23T02:12:27.1217866Z [ 2022-11-23T02:12:27.1217943Z T=c10::IValue 2022-11-23T02:12:27.1218009Z ] 2022-11-23T02:12:27.1218305Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1218372Z with 2022-11-23T02:12:27.1218433Z [ 2022-11-23T02:12:27.1218516Z T=c10::AliasInfo 2022-11-23T02:12:27.1218577Z ] 2022-11-23T02:12:27.1218882Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1218948Z with 2022-11-23T02:12:27.1219009Z [ 2022-11-23T02:12:27.1219077Z T=c10::AliasInfo 2022-11-23T02:12:27.1219138Z ] 2022-11-23T02:12:27.1219481Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1219549Z with 2022-11-23T02:12:27.1219611Z [ 2022-11-23T02:12:27.1219690Z T=c10::AliasInfo 2022-11-23T02:12:27.1219751Z ] 2022-11-23T02:12:27.1220118Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1220181Z with 2022-11-23T02:12:27.1220240Z [ 2022-11-23T02:12:27.1220321Z T=c10::AliasInfo 2022-11-23T02:12:27.1220382Z ] 2022-11-23T02:12:27.1220698Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1221020Z 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:12:27.1221395Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1221459Z with 2022-11-23T02:12:27.1221519Z [ 2022-11-23T02:12:27.1221587Z T=c10::AliasInfo 2022-11-23T02:12:27.1221649Z ] 2022-11-23T02:12:27.1221943Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1222008Z with 2022-11-23T02:12:27.1222067Z [ 2022-11-23T02:12:27.1222196Z T=std::vector> 2022-11-23T02:12:27.1222260Z ] 2022-11-23T02:12:27.1222569Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1222632Z with 2022-11-23T02:12:27.1222692Z [ 2022-11-23T02:12:27.1222820Z T=std::vector> 2022-11-23T02:12:27.1222881Z ] 2022-11-23T02:12:27.1223523Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1223593Z with 2022-11-23T02:12:27.1223655Z [ 2022-11-23T02:12:27.1223785Z T=std::vector> 2022-11-23T02:12:27.1223832Z ] 2022-11-23T02:12:27.1224201Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1224266Z with 2022-11-23T02:12:27.1224327Z [ 2022-11-23T02:12:27.1224456Z T=std::vector> 2022-11-23T02:12:27.1224518Z ] 2022-11-23T02:12:27.1224858Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:12:27.1224922Z with 2022-11-23T02:12:27.1224982Z [ 2022-11-23T02:12:27.1225061Z T=c10::SymInt 2022-11-23T02:12:27.1225123Z ] 2022-11-23T02:12:27.1225449Z 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:12:27.1225517Z with 2022-11-23T02:12:27.1225578Z [ 2022-11-23T02:12:27.1225656Z T=c10::SymInt 2022-11-23T02:12:27.1225702Z ] 2022-11-23T02:12:27.1226057Z 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:12:27.1226471Z 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:12:27.1226813Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1226910Z with 2022-11-23T02:12:27.1226972Z [ 2022-11-23T02:12:27.1227104Z T=std::vector> 2022-11-23T02:12:27.1227166Z ] 2022-11-23T02:12:27.1227462Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1227526Z with 2022-11-23T02:12:27.1227588Z [ 2022-11-23T02:12:27.1227727Z T=c10::either 2022-11-23T02:12:27.1227787Z ] 2022-11-23T02:12:27.1228093Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1228156Z with 2022-11-23T02:12:27.1228216Z [ 2022-11-23T02:12:27.1228356Z T=c10::either 2022-11-23T02:12:27.1228415Z ] 2022-11-23T02:12:27.1228759Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1228821Z with 2022-11-23T02:12:27.1228867Z [ 2022-11-23T02:12:27.1229002Z T=c10::either 2022-11-23T02:12:27.1229062Z ] 2022-11-23T02:12:27.1229716Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1229786Z with 2022-11-23T02:12:27.1229845Z [ 2022-11-23T02:12:27.1229978Z T=c10::either 2022-11-23T02:12:27.1230041Z ] 2022-11-23T02:12:27.1230473Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.1230862Z 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:12:27.1231192Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1231258Z with 2022-11-23T02:12:27.1231319Z [ 2022-11-23T02:12:27.1231453Z T=c10::either 2022-11-23T02:12:27.1231515Z ] 2022-11-23T02:12:27.1231811Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1231874Z with 2022-11-23T02:12:27.1231935Z [ 2022-11-23T02:12:27.1232012Z T=at::StepCallbacks 2022-11-23T02:12:27.1232075Z ] 2022-11-23T02:12:27.1232383Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1232450Z with 2022-11-23T02:12:27.1232509Z [ 2022-11-23T02:12:27.1232601Z T=at::StepCallbacks 2022-11-23T02:12:27.1232663Z ] 2022-11-23T02:12:27.1233006Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1233129Z with 2022-11-23T02:12:27.1233189Z [ 2022-11-23T02:12:27.1233276Z T=at::StepCallbacks 2022-11-23T02:12:27.1233339Z ] 2022-11-23T02:12:27.1233709Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1233777Z with 2022-11-23T02:12:27.1233838Z [ 2022-11-23T02:12:27.1233923Z T=at::StepCallbacks 2022-11-23T02:12:27.1233970Z ] 2022-11-23T02:12:27.1234292Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1234625Z 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:12:27.1234947Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1235012Z with 2022-11-23T02:12:27.1235074Z [ 2022-11-23T02:12:27.1235161Z T=at::StepCallbacks 2022-11-23T02:12:27.1235510Z ] 2022-11-23T02:12:27.1235811Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1235874Z with 2022-11-23T02:12:27.1235934Z [ 2022-11-23T02:12:27.1236019Z T=c10::DimVector 2022-11-23T02:12:27.1236081Z ] 2022-11-23T02:12:27.1236384Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1236446Z with 2022-11-23T02:12:27.1236506Z [ 2022-11-23T02:12:27.1236586Z T=c10::DimVector 2022-11-23T02:12:27.1236634Z ] 2022-11-23T02:12:27.1236981Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1237045Z with 2022-11-23T02:12:27.1237108Z [ 2022-11-23T02:12:27.1237187Z T=c10::DimVector 2022-11-23T02:12:27.1237249Z ] 2022-11-23T02:12:27.1237621Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1237688Z with 2022-11-23T02:12:27.1237746Z [ 2022-11-23T02:12:27.1237825Z T=c10::DimVector 2022-11-23T02:12:27.1237885Z ] 2022-11-23T02:12:27.1238201Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1238525Z 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:12:27.1238852Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1238961Z with 2022-11-23T02:12:27.1239020Z [ 2022-11-23T02:12:27.1239100Z T=c10::DimVector 2022-11-23T02:12:27.1239147Z ] 2022-11-23T02:12:27.1239442Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1239505Z with 2022-11-23T02:12:27.1239568Z [ 2022-11-23T02:12:27.1239669Z T=c10::impl::AnnotatedSchema 2022-11-23T02:12:27.1239730Z ] 2022-11-23T02:12:27.1240038Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1240101Z with 2022-11-23T02:12:27.1240161Z [ 2022-11-23T02:12:27.1240258Z T=c10::impl::AnnotatedSchema 2022-11-23T02:12:27.1240320Z ] 2022-11-23T02:12:27.1240662Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1240726Z with 2022-11-23T02:12:27.1240786Z [ 2022-11-23T02:12:27.1240884Z T=c10::impl::AnnotatedSchema 2022-11-23T02:12:27.1240931Z ] 2022-11-23T02:12:27.1241574Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1241643Z with 2022-11-23T02:12:27.1241705Z [ 2022-11-23T02:12:27.1241807Z T=c10::impl::AnnotatedSchema 2022-11-23T02:12:27.1241869Z ] 2022-11-23T02:12:27.1242201Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1242555Z 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:12:27.1242880Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1242944Z with 2022-11-23T02:12:27.1243005Z [ 2022-11-23T02:12:27.1243110Z T=c10::impl::AnnotatedSchema 2022-11-23T02:12:27.1243172Z ] 2022-11-23T02:12:27.1243474Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1243540Z with 2022-11-23T02:12:27.1243602Z [ 2022-11-23T02:12:27.1243742Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:12:27.1243805Z ] 2022-11-23T02:12:27.1244097Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1244160Z with 2022-11-23T02:12:27.1244221Z [ 2022-11-23T02:12:27.1244363Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:12:27.1244423Z ] 2022-11-23T02:12:27.1244770Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1244879Z with 2022-11-23T02:12:27.1244940Z [ 2022-11-23T02:12:27.1245075Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:12:27.1245136Z ] 2022-11-23T02:12:27.1245503Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1245567Z with 2022-11-23T02:12:27.1245626Z [ 2022-11-23T02:12:27.1245762Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:12:27.1245821Z ] 2022-11-23T02:12:27.1246186Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1246564Z 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:12:27.1246892Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1246956Z with 2022-11-23T02:12:27.1247003Z [ 2022-11-23T02:12:27.1247412Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:12:27.1247478Z ] 2022-11-23T02:12:27.1247779Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1247843Z with 2022-11-23T02:12:27.1247904Z [ 2022-11-23T02:12:27.1248023Z T=std::tuple 2022-11-23T02:12:27.1248085Z ] 2022-11-23T02:12:27.1248392Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1248454Z with 2022-11-23T02:12:27.1248515Z [ 2022-11-23T02:12:27.1248627Z T=std::tuple 2022-11-23T02:12:27.1248688Z ] 2022-11-23T02:12:27.1249036Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1249103Z with 2022-11-23T02:12:27.1249167Z [ 2022-11-23T02:12:27.1249266Z T=std::tuple 2022-11-23T02:12:27.1249329Z ] 2022-11-23T02:12:27.1249701Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1249766Z with 2022-11-23T02:12:27.1249829Z [ 2022-11-23T02:12:27.1249939Z T=std::tuple 2022-11-23T02:12:27.1250001Z ] 2022-11-23T02:12:27.1250341Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.1250692Z 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:12:27.1251065Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1251129Z with 2022-11-23T02:12:27.1251189Z [ 2022-11-23T02:12:27.1251302Z T=std::tuple 2022-11-23T02:12:27.1251365Z ] 2022-11-23T02:12:27.1251658Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1251722Z with 2022-11-23T02:12:27.1251783Z [ 2022-11-23T02:12:27.1251878Z T=torch::jit::SourceRange 2022-11-23T02:12:27.1251926Z ] 2022-11-23T02:12:27.1252236Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1252302Z with 2022-11-23T02:12:27.1252361Z [ 2022-11-23T02:12:27.1252452Z T=torch::jit::SourceRange 2022-11-23T02:12:27.1252513Z ] 2022-11-23T02:12:27.1252857Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1252921Z with 2022-11-23T02:12:27.1252983Z [ 2022-11-23T02:12:27.1253075Z T=torch::jit::SourceRange 2022-11-23T02:12:27.1253411Z ] 2022-11-23T02:12:27.1253784Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1253849Z with 2022-11-23T02:12:27.1253914Z [ 2022-11-23T02:12:27.1254008Z T=torch::jit::SourceRange 2022-11-23T02:12:27.1254056Z ] 2022-11-23T02:12:27.1254385Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1254731Z 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:12:27.1255055Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1255120Z with 2022-11-23T02:12:27.1255183Z [ 2022-11-23T02:12:27.1255277Z T=torch::jit::SourceRange 2022-11-23T02:12:27.1255341Z ] 2022-11-23T02:12:27.1255629Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1255693Z with 2022-11-23T02:12:27.1255754Z [ 2022-11-23T02:12:27.1255867Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:12:27.1255928Z ] 2022-11-23T02:12:27.1256238Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1256303Z with 2022-11-23T02:12:27.1256362Z [ 2022-11-23T02:12:27.1256473Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:12:27.1256534Z ] 2022-11-23T02:12:27.1256862Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1256970Z with 2022-11-23T02:12:27.1257032Z [ 2022-11-23T02:12:27.1257141Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:12:27.1257202Z ] 2022-11-23T02:12:27.1257568Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1257634Z with 2022-11-23T02:12:27.1257695Z [ 2022-11-23T02:12:27.1257804Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:12:27.1257865Z ] 2022-11-23T02:12:27.1258205Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1258548Z 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:12:27.1258874Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1258940Z with 2022-11-23T02:12:27.1259002Z [ 2022-11-23T02:12:27.1259387Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:12:27.1259451Z ] 2022-11-23T02:12:27.1259749Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1259812Z with 2022-11-23T02:12:27.1259864Z [ 2022-11-23T02:12:27.1259975Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:12:27.1260034Z ] 2022-11-23T02:12:27.1260345Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1260409Z with 2022-11-23T02:12:27.1260470Z [ 2022-11-23T02:12:27.1260580Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:12:27.1260639Z ] 2022-11-23T02:12:27.1260988Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1261053Z with 2022-11-23T02:12:27.1261115Z [ 2022-11-23T02:12:27.1261223Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:12:27.1261283Z ] 2022-11-23T02:12:27.1261655Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1261718Z with 2022-11-23T02:12:27.1261766Z [ 2022-11-23T02:12:27.1261876Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:12:27.1261936Z ] 2022-11-23T02:12:27.1262271Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1262608Z 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:12:27.1262933Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1263046Z with 2022-11-23T02:12:27.1263106Z [ 2022-11-23T02:12:27.1263214Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:12:27.1263276Z ] 2022-11-23T02:12:27.1263572Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1263639Z with 2022-11-23T02:12:27.1263699Z [ 2022-11-23T02:12:27.1263794Z T=torch::jit::ScopePtr 2022-11-23T02:12:27.1263854Z ] 2022-11-23T02:12:27.1264160Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1264226Z with 2022-11-23T02:12:27.1264288Z [ 2022-11-23T02:12:27.1264365Z T=torch::jit::ScopePtr 2022-11-23T02:12:27.1264427Z ] 2022-11-23T02:12:27.1264769Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1264833Z with 2022-11-23T02:12:27.1264893Z [ 2022-11-23T02:12:27.1264982Z T=torch::jit::ScopePtr 2022-11-23T02:12:27.1265303Z ] 2022-11-23T02:12:27.1265681Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1265745Z with 2022-11-23T02:12:27.1265805Z [ 2022-11-23T02:12:27.1265895Z T=torch::jit::ScopePtr 2022-11-23T02:12:27.1265957Z ] 2022-11-23T02:12:27.1266282Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1266606Z 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:12:27.1266935Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1266998Z with 2022-11-23T02:12:27.1267060Z [ 2022-11-23T02:12:27.1267137Z T=torch::jit::ScopePtr 2022-11-23T02:12:27.1267199Z ] 2022-11-23T02:12:27.1267501Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1267566Z with 2022-11-23T02:12:27.1267630Z [ 2022-11-23T02:12:27.1267726Z T=at::ThreadLocalState 2022-11-23T02:12:27.1267785Z ] 2022-11-23T02:12:27.1268090Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1268156Z with 2022-11-23T02:12:27.1268216Z [ 2022-11-23T02:12:27.1268307Z T=at::ThreadLocalState 2022-11-23T02:12:27.1268367Z ] 2022-11-23T02:12:27.1268712Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1268823Z with 2022-11-23T02:12:27.1268885Z [ 2022-11-23T02:12:27.1268962Z T=at::ThreadLocalState 2022-11-23T02:12:27.1269022Z ] 2022-11-23T02:12:27.1269390Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1269453Z with 2022-11-23T02:12:27.1269513Z [ 2022-11-23T02:12:27.1269604Z T=at::ThreadLocalState 2022-11-23T02:12:27.1269664Z ] 2022-11-23T02:12:27.1269990Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1270407Z 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:12:27.1270740Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1270806Z with 2022-11-23T02:12:27.1270867Z [ 2022-11-23T02:12:27.1270958Z T=at::ThreadLocalState 2022-11-23T02:12:27.1271020Z ] 2022-11-23T02:12:27.1271611Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1271682Z with 2022-11-23T02:12:27.1271742Z [ 2022-11-23T02:12:27.1271856Z T=std::shared_ptr 2022-11-23T02:12:27.1271907Z ] 2022-11-23T02:12:27.1272217Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1272282Z with 2022-11-23T02:12:27.1272345Z [ 2022-11-23T02:12:27.1272455Z T=std::shared_ptr 2022-11-23T02:12:27.1272516Z ] 2022-11-23T02:12:27.1272862Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1272925Z with 2022-11-23T02:12:27.1272986Z [ 2022-11-23T02:12:27.1273097Z T=std::shared_ptr 2022-11-23T02:12:27.1273159Z ] 2022-11-23T02:12:27.1273532Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1273597Z with 2022-11-23T02:12:27.1273656Z [ 2022-11-23T02:12:27.1273766Z T=std::shared_ptr 2022-11-23T02:12:27.1273813Z ] 2022-11-23T02:12:27.1274149Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.1274478Z 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:12:27.1274836Z 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:12:27.1275223Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1275275Z with 2022-11-23T02:12:27.1275335Z [ 2022-11-23T02:12:27.1275446Z T=std::shared_ptr 2022-11-23T02:12:27.1275510Z ] 2022-11-23T02:12:27.1275802Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1275865Z with 2022-11-23T02:12:27.1275925Z [ 2022-11-23T02:12:27.1276024Z T=torch::jit::GraphExecutor 2022-11-23T02:12:27.1276085Z ] 2022-11-23T02:12:27.1276398Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1276461Z with 2022-11-23T02:12:27.1276521Z [ 2022-11-23T02:12:27.1276617Z T=torch::jit::GraphExecutor 2022-11-23T02:12:27.1276676Z ] 2022-11-23T02:12:27.1277283Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1277340Z with 2022-11-23T02:12:27.1277398Z [ 2022-11-23T02:12:27.1277496Z T=torch::jit::GraphExecutor 2022-11-23T02:12:27.1277557Z ] 2022-11-23T02:12:27.1277926Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1277994Z with 2022-11-23T02:12:27.1278055Z [ 2022-11-23T02:12:27.1278150Z T=torch::jit::GraphExecutor 2022-11-23T02:12:27.1278211Z ] 2022-11-23T02:12:27.1278547Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1278869Z 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:12:27.1279222Z 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:12:27.1279550Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1279614Z with 2022-11-23T02:12:27.1279674Z [ 2022-11-23T02:12:27.1279771Z T=torch::jit::GraphExecutor 2022-11-23T02:12:27.1279833Z ] 2022-11-23T02:12:27.1280133Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1280198Z with 2022-11-23T02:12:27.1280246Z [ 2022-11-23T02:12:27.1280335Z T=torch::jit::Method 2022-11-23T02:12:27.1280396Z ] 2022-11-23T02:12:27.1280706Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1281068Z with 2022-11-23T02:12:27.1281129Z [ 2022-11-23T02:12:27.1281219Z T=torch::jit::Method 2022-11-23T02:12:27.1281279Z ] 2022-11-23T02:12:27.1281624Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1281687Z with 2022-11-23T02:12:27.1281747Z [ 2022-11-23T02:12:27.1281840Z T=torch::jit::Method 2022-11-23T02:12:27.1281900Z ] 2022-11-23T02:12:27.1282270Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1282337Z with 2022-11-23T02:12:27.1282385Z [ 2022-11-23T02:12:27.1282471Z T=torch::jit::Method 2022-11-23T02:12:27.1282533Z ] 2022-11-23T02:12:27.1282851Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1283439Z 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:12:27.1283777Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1283842Z with 2022-11-23T02:12:27.1283905Z [ 2022-11-23T02:12:27.1283996Z T=torch::jit::Method 2022-11-23T02:12:27.1284057Z ] 2022-11-23T02:12:27.1284351Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1284413Z with 2022-11-23T02:12:27.1284474Z [ 2022-11-23T02:12:27.1284606Z T=std::vector> 2022-11-23T02:12:27.1284667Z ] 2022-11-23T02:12:27.1284978Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1285042Z with 2022-11-23T02:12:27.1285104Z [ 2022-11-23T02:12:27.1285223Z T=std::vector> 2022-11-23T02:12:27.1285284Z ] 2022-11-23T02:12:27.1285629Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1285695Z with 2022-11-23T02:12:27.1285757Z [ 2022-11-23T02:12:27.1285888Z T=std::vector> 2022-11-23T02:12:27.1285949Z ] 2022-11-23T02:12:27.1286319Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1286383Z with 2022-11-23T02:12:27.1286442Z [ 2022-11-23T02:12:27.1286574Z T=std::vector> 2022-11-23T02:12:27.1286635Z ] 2022-11-23T02:12:27.1286987Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:12:27.1287390Z 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:12:27.1287714Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1287781Z with 2022-11-23T02:12:27.1287842Z [ 2022-11-23T02:12:27.1287973Z T=std::vector> 2022-11-23T02:12:27.1288034Z ] 2022-11-23T02:12:27.1288312Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1288380Z with 2022-11-23T02:12:27.1288440Z [ 2022-11-23T02:12:27.1288598Z T=std::function 2022-11-23T02:12:27.1288660Z ] 2022-11-23T02:12:27.1288970Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1289034Z with 2022-11-23T02:12:27.1289366Z [ 2022-11-23T02:12:27.1289530Z T=std::function 2022-11-23T02:12:27.1289590Z ] 2022-11-23T02:12:27.1289936Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1290002Z with 2022-11-23T02:12:27.1290064Z [ 2022-11-23T02:12:27.1290227Z T=std::function 2022-11-23T02:12:27.1290289Z ] 2022-11-23T02:12:27.1290663Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1290728Z with 2022-11-23T02:12:27.1290778Z [ 2022-11-23T02:12:27.1290937Z T=std::function 2022-11-23T02:12:27.1291000Z ] 2022-11-23T02:12:27.1291376Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.1291776Z 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:12:27.1292110Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1292178Z with 2022-11-23T02:12:27.1292240Z [ 2022-11-23T02:12:27.1292395Z T=std::function 2022-11-23T02:12:27.1292457Z ] 2022-11-23T02:12:27.1292752Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1292864Z with 2022-11-23T02:12:27.1292925Z [ 2022-11-23T02:12:27.1293111Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:12:27.1293174Z ] 2022-11-23T02:12:27.1293482Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1293548Z with 2022-11-23T02:12:27.1293607Z [ 2022-11-23T02:12:27.1293795Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:12:27.1293949Z ] 2022-11-23T02:12:27.1294298Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1294352Z with 2022-11-23T02:12:27.1294414Z [ 2022-11-23T02:12:27.1294703Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:12:27.1294766Z ] 2022-11-23T02:12:27.1295142Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1295206Z with 2022-11-23T02:12:27.1295269Z [ 2022-11-23T02:12:27.1295501Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:12:27.1295562Z ] 2022-11-23T02:12:27.1295965Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1296402Z 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:12:27.1296728Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1296796Z with 2022-11-23T02:12:27.1296859Z [ 2022-11-23T02:12:27.1297040Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:12:27.1297103Z ] 2022-11-23T02:12:27.1297402Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1297472Z with 2022-11-23T02:12:27.1297534Z [ 2022-11-23T02:12:27.1297659Z T=std::vector> 2022-11-23T02:12:27.1297707Z ] 2022-11-23T02:12:27.1298020Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1298086Z with 2022-11-23T02:12:27.1298147Z [ 2022-11-23T02:12:27.1298272Z T=std::vector> 2022-11-23T02:12:27.1298333Z ] 2022-11-23T02:12:27.1298677Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1298740Z with 2022-11-23T02:12:27.1298846Z [ 2022-11-23T02:12:27.1298969Z T=std::vector> 2022-11-23T02:12:27.1299028Z ] 2022-11-23T02:12:27.1299396Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1299459Z with 2022-11-23T02:12:27.1299519Z [ 2022-11-23T02:12:27.1299640Z T=std::vector> 2022-11-23T02:12:27.1299701Z ] 2022-11-23T02:12:27.1300055Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:12:27.1300138Z with 2022-11-23T02:12:27.1300199Z [ 2022-11-23T02:12:27.1300267Z T=double 2022-11-23T02:12:27.1300330Z ] 2022-11-23T02:12:27.1300700Z 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:12:27.1300763Z with 2022-11-23T02:12:27.1300849Z [ 2022-11-23T02:12:27.1300939Z T=double 2022-11-23T02:12:27.1301000Z ] 2022-11-23T02:12:27.1301371Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1301436Z with 2022-11-23T02:12:27.1301497Z [ 2022-11-23T02:12:27.1301619Z T=std::vector> 2022-11-23T02:12:27.1301681Z ] 2022-11-23T02:12:27.1301962Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1302030Z with 2022-11-23T02:12:27.1302089Z [ 2022-11-23T02:12:27.1302198Z T=std::tuple 2022-11-23T02:12:27.1302261Z ] 2022-11-23T02:12:27.1302570Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1302633Z with 2022-11-23T02:12:27.1302699Z [ 2022-11-23T02:12:27.1302807Z T=std::tuple 2022-11-23T02:12:27.1302867Z ] 2022-11-23T02:12:27.1303209Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1303274Z with 2022-11-23T02:12:27.1303334Z [ 2022-11-23T02:12:27.1303441Z T=std::tuple 2022-11-23T02:12:27.1303503Z ] 2022-11-23T02:12:27.1303871Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1303923Z with 2022-11-23T02:12:27.1303986Z [ 2022-11-23T02:12:27.1304094Z T=std::tuple 2022-11-23T02:12:27.1304155Z ] 2022-11-23T02:12:27.1304486Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.1304852Z 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:12:27.1305226Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1305292Z with 2022-11-23T02:12:27.1305354Z [ 2022-11-23T02:12:27.1305461Z T=std::tuple 2022-11-23T02:12:27.1305525Z ] 2022-11-23T02:12:27.1305817Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1305879Z with 2022-11-23T02:12:27.1305939Z [ 2022-11-23T02:12:27.1306071Z T=std::vector> 2022-11-23T02:12:27.1306134Z ] 2022-11-23T02:12:27.1306494Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1306560Z with 2022-11-23T02:12:27.1306607Z [ 2022-11-23T02:12:27.1306737Z T=std::vector> 2022-11-23T02:12:27.1306799Z ] 2022-11-23T02:12:27.1307225Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1307291Z with 2022-11-23T02:12:27.1307352Z [ 2022-11-23T02:12:27.1307482Z T=std::vector> 2022-11-23T02:12:27.1307543Z ] 2022-11-23T02:12:27.1307914Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1307977Z with 2022-11-23T02:12:27.1308036Z [ 2022-11-23T02:12:27.1308161Z T=std::vector> 2022-11-23T02:12:27.1308224Z ] 2022-11-23T02:12:27.1308573Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:12:27.1308955Z 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:12:27.1309284Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1309347Z with 2022-11-23T02:12:27.1309409Z [ 2022-11-23T02:12:27.1309538Z T=std::vector> 2022-11-23T02:12:27.1309585Z ] 2022-11-23T02:12:27.1310045Z [2/2] "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\bin\Hostx64\x64/link.exe" main.o /nologo /DLL c10.lib torch_cpu.lib torch.lib /LIBPATH:C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib torch_python.lib /LIBPATH:C:\Jenkins\Miniconda3\libs /out:inline_jit_extension.pyd 2022-11-23T02:12:27.1310291Z Creating library inline_jit_extension.lib and object inline_jit_extension.exp 2022-11-23T02:12:27.1310416Z Loading extension module inline_jit_extension... 2022-11-23T02:12:27.1310535Z ok (12.469s) 2022-11-23T02:12:27.1310733Z test_inline_jit_compile_extension_throws_when_functions_is_bad (__main__.TestCppExtensionJIT) ... ok (0.002s) 2022-11-23T02:12:27.1311058Z test_inline_jit_compile_extension_with_functions_as_dict (__main__.TestCppExtensionJIT) ... Using C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116 as PyTorch extensions root... 2022-11-23T02:12:27.1311329Z Creating extension directory C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116\inline_jit_extension_with_functions_dict... 2022-11-23T02:12:27.1311607Z Emitting ninja build file C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116\inline_jit_extension_with_functions_dict\build.ninja... 2022-11-23T02:12:27.1311756Z Building extension module inline_jit_extension_with_functions_dict... 2022-11-23T02:12:27.1311955Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-11-23T02:12:27.1313080Z [1/2] cl /showIncludes -DTORCH_EXTENSION_NAME=inline_jit_extension_with_functions_dict -DTORCH_API_INCLUDE_EXTENSION_H -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:\Jenkins\Miniconda3\Include -D_GLIBCXX_USE_CXX11_ABI=0 /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /EHsc -c C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116\inline_jit_extension_with_functions_dict\main.cpp /Fomain.o 2022-11-23T02:12:27.1313220Z Microsoft (R) C/C++ Optimizing Compiler Version 19.28.29337 for x64 2022-11-23T02:12:27.1313359Z Copyright (C) Microsoft Corporation. All rights reserved. 2022-11-23T02:12:27.1313371Z 2022-11-23T02:12:27.1313671Z 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:12:27.1313970Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1314037Z with 2022-11-23T02:12:27.1314104Z [ 2022-11-23T02:12:27.1314185Z T=c10::SymInt 2022-11-23T02:12:27.1314248Z ] 2022-11-23T02:12:27.1314562Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1314627Z with 2022-11-23T02:12:27.1314689Z [ 2022-11-23T02:12:27.1314769Z T=c10::SymInt 2022-11-23T02:12:27.1314831Z ] 2022-11-23T02:12:27.1315179Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1315242Z with 2022-11-23T02:12:27.1315291Z [ 2022-11-23T02:12:27.1315367Z T=c10::SymInt 2022-11-23T02:12:27.1315431Z ] 2022-11-23T02:12:27.1315805Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1315869Z with 2022-11-23T02:12:27.1315929Z [ 2022-11-23T02:12:27.1316004Z T=c10::SymInt 2022-11-23T02:12:27.1316064Z ] 2022-11-23T02:12:27.1316376Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1316728Z 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:12:27.1317052Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1317116Z with 2022-11-23T02:12:27.1317179Z [ 2022-11-23T02:12:27.1317255Z T=c10::SymInt 2022-11-23T02:12:27.1317316Z ] 2022-11-23T02:12:27.1317599Z 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:12:27.1317898Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1317964Z with 2022-11-23T02:12:27.1318013Z [ 2022-11-23T02:12:27.1318101Z T=at::TensorBase 2022-11-23T02:12:27.1318162Z ] 2022-11-23T02:12:27.1318519Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1318586Z with 2022-11-23T02:12:27.1318693Z [ 2022-11-23T02:12:27.1318781Z T=at::TensorBase 2022-11-23T02:12:27.1318884Z ] 2022-11-23T02:12:27.1319240Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1319307Z with 2022-11-23T02:12:27.1319367Z [ 2022-11-23T02:12:27.1319448Z T=at::TensorBase 2022-11-23T02:12:27.1319508Z ] 2022-11-23T02:12:27.1319876Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1319940Z with 2022-11-23T02:12:27.1319988Z [ 2022-11-23T02:12:27.1320072Z T=at::TensorBase 2022-11-23T02:12:27.1320133Z ] 2022-11-23T02:12:27.1320455Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1320776Z 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:12:27.1321105Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1321171Z with 2022-11-23T02:12:27.1321232Z [ 2022-11-23T02:12:27.1321314Z T=at::TensorBase 2022-11-23T02:12:27.1321376Z ] 2022-11-23T02:12:27.1321672Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1321737Z with 2022-11-23T02:12:27.1321797Z [ 2022-11-23T02:12:27.1321875Z T=at::Tensor 2022-11-23T02:12:27.1321935Z ] 2022-11-23T02:12:27.1322236Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1322347Z with 2022-11-23T02:12:27.1322393Z [ 2022-11-23T02:12:27.1322470Z T=at::Tensor 2022-11-23T02:12:27.1322530Z ] 2022-11-23T02:12:27.1322879Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1322942Z with 2022-11-23T02:12:27.1323001Z [ 2022-11-23T02:12:27.1323080Z T=at::Tensor 2022-11-23T02:12:27.1323141Z ] 2022-11-23T02:12:27.1323510Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1323574Z with 2022-11-23T02:12:27.1323634Z [ 2022-11-23T02:12:27.1323711Z T=at::Tensor 2022-11-23T02:12:27.1323773Z ] 2022-11-23T02:12:27.1324083Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1324445Z 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:12:27.1324818Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1324886Z with 2022-11-23T02:12:27.1324934Z [ 2022-11-23T02:12:27.1325039Z T=at::Tensor 2022-11-23T02:12:27.1325120Z ] 2022-11-23T02:12:27.1325416Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1325480Z with 2022-11-23T02:12:27.1325541Z [ 2022-11-23T02:12:27.1325622Z T=at::Generator 2022-11-23T02:12:27.1325682Z ] 2022-11-23T02:12:27.1325991Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1326056Z with 2022-11-23T02:12:27.1326116Z [ 2022-11-23T02:12:27.1326196Z T=at::Generator 2022-11-23T02:12:27.1326256Z ] 2022-11-23T02:12:27.1326598Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1326664Z with 2022-11-23T02:12:27.1326714Z [ 2022-11-23T02:12:27.1326794Z T=at::Generator 2022-11-23T02:12:27.1326854Z ] 2022-11-23T02:12:27.1327220Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1327282Z with 2022-11-23T02:12:27.1327346Z [ 2022-11-23T02:12:27.1327426Z T=at::Generator 2022-11-23T02:12:27.1327487Z ] 2022-11-23T02:12:27.1327800Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1328110Z 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:12:27.1328477Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1328539Z with 2022-11-23T02:12:27.1328599Z [ 2022-11-23T02:12:27.1328679Z T=at::Generator 2022-11-23T02:12:27.1328740Z ] 2022-11-23T02:12:27.1329035Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1329099Z with 2022-11-23T02:12:27.1329146Z [ 2022-11-23T02:12:27.1329224Z T=c10::Scalar 2022-11-23T02:12:27.1329286Z ] 2022-11-23T02:12:27.1329593Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1329655Z with 2022-11-23T02:12:27.1329714Z [ 2022-11-23T02:12:27.1329791Z T=c10::Scalar 2022-11-23T02:12:27.1329850Z ] 2022-11-23T02:12:27.1330195Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1330298Z with 2022-11-23T02:12:27.1330360Z [ 2022-11-23T02:12:27.1330439Z T=c10::Scalar 2022-11-23T02:12:27.1330499Z ] 2022-11-23T02:12:27.1330926Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1330994Z with 2022-11-23T02:12:27.1331041Z [ 2022-11-23T02:12:27.1331118Z T=c10::Scalar 2022-11-23T02:12:27.1331178Z ] 2022-11-23T02:12:27.1331540Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1331855Z 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:12:27.1332179Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1332242Z with 2022-11-23T02:12:27.1332306Z [ 2022-11-23T02:12:27.1332381Z T=c10::Scalar 2022-11-23T02:12:27.1332441Z ] 2022-11-23T02:12:27.1332735Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1332797Z with 2022-11-23T02:12:27.1332860Z [ 2022-11-23T02:12:27.1332937Z T=std::string 2022-11-23T02:12:27.1332996Z ] 2022-11-23T02:12:27.1333304Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1333368Z with 2022-11-23T02:12:27.1333416Z [ 2022-11-23T02:12:27.1333492Z T=std::string 2022-11-23T02:12:27.1333553Z ] 2022-11-23T02:12:27.1333893Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1334008Z with 2022-11-23T02:12:27.1334068Z [ 2022-11-23T02:12:27.1334145Z T=std::string 2022-11-23T02:12:27.1334208Z ] 2022-11-23T02:12:27.1334574Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1334639Z with 2022-11-23T02:12:27.1334699Z [ 2022-11-23T02:12:27.1334776Z T=std::string 2022-11-23T02:12:27.1334836Z ] 2022-11-23T02:12:27.1335148Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1335467Z 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:12:27.1335789Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1335855Z with 2022-11-23T02:12:27.1335902Z [ 2022-11-23T02:12:27.1335979Z T=std::string 2022-11-23T02:12:27.1336078Z ] 2022-11-23T02:12:27.1336372Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1336435Z with 2022-11-23T02:12:27.1336494Z [ 2022-11-23T02:12:27.1336583Z T=c10::QualifiedName 2022-11-23T02:12:27.1336645Z ] 2022-11-23T02:12:27.1337001Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1337067Z with 2022-11-23T02:12:27.1337127Z [ 2022-11-23T02:12:27.1337215Z T=c10::QualifiedName 2022-11-23T02:12:27.1337277Z ] 2022-11-23T02:12:27.1337666Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1337733Z with 2022-11-23T02:12:27.1337780Z [ 2022-11-23T02:12:27.1337867Z T=c10::QualifiedName 2022-11-23T02:12:27.1337928Z ] 2022-11-23T02:12:27.1338292Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1338358Z with 2022-11-23T02:12:27.1338418Z [ 2022-11-23T02:12:27.1338504Z T=c10::QualifiedName 2022-11-23T02:12:27.1338564Z ] 2022-11-23T02:12:27.1338886Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1339213Z 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:12:27.1339541Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1339656Z with 2022-11-23T02:12:27.1339717Z [ 2022-11-23T02:12:27.1339803Z T=c10::QualifiedName 2022-11-23T02:12:27.1339863Z ] 2022-11-23T02:12:27.1340154Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1340217Z with 2022-11-23T02:12:27.1340265Z [ 2022-11-23T02:12:27.1340393Z T=std::shared_ptr 2022-11-23T02:12:27.1340456Z ] 2022-11-23T02:12:27.1340762Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1340826Z with 2022-11-23T02:12:27.1340886Z [ 2022-11-23T02:12:27.1341017Z T=std::shared_ptr 2022-11-23T02:12:27.1341081Z ] 2022-11-23T02:12:27.1341428Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1341492Z with 2022-11-23T02:12:27.1341554Z [ 2022-11-23T02:12:27.1341683Z T=std::shared_ptr 2022-11-23T02:12:27.1341745Z ] 2022-11-23T02:12:27.1342156Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1342225Z with 2022-11-23T02:12:27.1342284Z [ 2022-11-23T02:12:27.1342396Z T=std::shared_ptr 2022-11-23T02:12:27.1342458Z ] 2022-11-23T02:12:27.1342803Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.1343199Z 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:12:27.1343524Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1343587Z with 2022-11-23T02:12:27.1343649Z [ 2022-11-23T02:12:27.1343776Z T=std::shared_ptr 2022-11-23T02:12:27.1343886Z ] 2022-11-23T02:12:27.1344189Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1344257Z with 2022-11-23T02:12:27.1344316Z [ 2022-11-23T02:12:27.1344442Z T=std::weak_ptr 2022-11-23T02:12:27.1344503Z ] 2022-11-23T02:12:27.1344810Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1344874Z with 2022-11-23T02:12:27.1344934Z [ 2022-11-23T02:12:27.1345059Z T=std::weak_ptr 2022-11-23T02:12:27.1345108Z ] 2022-11-23T02:12:27.1345451Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1345568Z with 2022-11-23T02:12:27.1345626Z [ 2022-11-23T02:12:27.1345751Z T=std::weak_ptr 2022-11-23T02:12:27.1345812Z ] 2022-11-23T02:12:27.1346177Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1346242Z with 2022-11-23T02:12:27.1346305Z [ 2022-11-23T02:12:27.1346426Z T=std::weak_ptr 2022-11-23T02:12:27.1346487Z ] 2022-11-23T02:12:27.1346835Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.1347176Z 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:12:27.1347498Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1347562Z with 2022-11-23T02:12:27.1347623Z [ 2022-11-23T02:12:27.1347792Z T=std::weak_ptr 2022-11-23T02:12:27.1347854Z ] 2022-11-23T02:12:27.1348147Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1348200Z with 2022-11-23T02:12:27.1348260Z [ 2022-11-23T02:12:27.1348411Z T=std::vector> 2022-11-23T02:12:27.1348472Z ] 2022-11-23T02:12:27.1348781Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1348845Z with 2022-11-23T02:12:27.1348905Z [ 2022-11-23T02:12:27.1349055Z T=std::vector> 2022-11-23T02:12:27.1349118Z ] 2022-11-23T02:12:27.1349513Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1349578Z with 2022-11-23T02:12:27.1349638Z [ 2022-11-23T02:12:27.1349789Z T=std::vector> 2022-11-23T02:12:27.1349849Z ] 2022-11-23T02:12:27.1350333Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1350400Z with 2022-11-23T02:12:27.1350460Z [ 2022-11-23T02:12:27.1350597Z T=std::vector> 2022-11-23T02:12:27.1350659Z ] 2022-11-23T02:12:27.1351023Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:12:27.1351387Z 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:12:27.1351765Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1351829Z with 2022-11-23T02:12:27.1351889Z [ 2022-11-23T02:12:27.1352038Z T=std::vector> 2022-11-23T02:12:27.1352103Z ] 2022-11-23T02:12:27.1352396Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1352460Z with 2022-11-23T02:12:27.1352522Z [ 2022-11-23T02:12:27.1352639Z T=std::vector> 2022-11-23T02:12:27.1352703Z ] 2022-11-23T02:12:27.1353010Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1353074Z with 2022-11-23T02:12:27.1353137Z [ 2022-11-23T02:12:27.1353255Z T=std::vector> 2022-11-23T02:12:27.1353302Z ] 2022-11-23T02:12:27.1353692Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1353759Z with 2022-11-23T02:12:27.1353820Z [ 2022-11-23T02:12:27.1353935Z T=std::vector> 2022-11-23T02:12:27.1353994Z ] 2022-11-23T02:12:27.1354364Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1354429Z with 2022-11-23T02:12:27.1354490Z [ 2022-11-23T02:12:27.1354604Z T=std::vector> 2022-11-23T02:12:27.1354666Z ] 2022-11-23T02:12:27.1355004Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:12:27.1355339Z 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:12:27.1355717Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1355786Z with 2022-11-23T02:12:27.1355847Z [ 2022-11-23T02:12:27.1355962Z T=std::vector> 2022-11-23T02:12:27.1356023Z ] 2022-11-23T02:12:27.1356364Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1356417Z with 2022-11-23T02:12:27.1356480Z [ 2022-11-23T02:12:27.1356643Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.1356705Z ] 2022-11-23T02:12:27.1357012Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1357122Z with 2022-11-23T02:12:27.1357183Z [ 2022-11-23T02:12:27.1357346Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.1357405Z ] 2022-11-23T02:12:27.1357750Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1357814Z with 2022-11-23T02:12:27.1357875Z [ 2022-11-23T02:12:27.1358036Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.1358098Z ] 2022-11-23T02:12:27.1358471Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1358537Z with 2022-11-23T02:12:27.1358598Z [ 2022-11-23T02:12:27.1358755Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.1358803Z ] 2022-11-23T02:12:27.1359182Z C:\actions-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:12:27.1359602Z 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:12:27.1359922Z 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:12:27.1360248Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1360313Z with 2022-11-23T02:12:27.1360376Z [ 2022-11-23T02:12:27.1360536Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.1360597Z ] 2022-11-23T02:12:27.1360894Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1360958Z with 2022-11-23T02:12:27.1361018Z [ 2022-11-23T02:12:27.1361172Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.1361237Z ] 2022-11-23T02:12:27.1361544Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1361607Z with 2022-11-23T02:12:27.1361669Z [ 2022-11-23T02:12:27.1361872Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.1361938Z ] 2022-11-23T02:12:27.1362284Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1362350Z with 2022-11-23T02:12:27.1362398Z [ 2022-11-23T02:12:27.1362600Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.1362712Z ] 2022-11-23T02:12:27.1363085Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1363149Z with 2022-11-23T02:12:27.1363211Z [ 2022-11-23T02:12:27.1363364Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.1363425Z ] 2022-11-23T02:12:27.1363793Z C:\actions-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:12:27.1364156Z 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:12:27.1364465Z 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:12:27.1364788Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1364854Z with 2022-11-23T02:12:27.1364959Z [ 2022-11-23T02:12:27.1365115Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.1365176Z ] 2022-11-23T02:12:27.1365470Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1365536Z with 2022-11-23T02:12:27.1365596Z [ 2022-11-23T02:12:27.1365719Z T=std::vector> 2022-11-23T02:12:27.1365781Z ] 2022-11-23T02:12:27.1366071Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1366135Z with 2022-11-23T02:12:27.1366195Z [ 2022-11-23T02:12:27.1366315Z T=std::vector> 2022-11-23T02:12:27.1366381Z ] 2022-11-23T02:12:27.1366723Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1366787Z with 2022-11-23T02:12:27.1366849Z [ 2022-11-23T02:12:27.1366969Z T=std::vector> 2022-11-23T02:12:27.1367030Z ] 2022-11-23T02:12:27.1367401Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1367466Z with 2022-11-23T02:12:27.1367526Z [ 2022-11-23T02:12:27.1367645Z T=std::vector> 2022-11-23T02:12:27.1367706Z ] 2022-11-23T02:12:27.1368103Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:12:27.1368443Z 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:12:27.1368866Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1368932Z with 2022-11-23T02:12:27.1368979Z [ 2022-11-23T02:12:27.1369101Z T=std::vector> 2022-11-23T02:12:27.1369163Z ] 2022-11-23T02:12:27.1369459Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1369523Z with 2022-11-23T02:12:27.1369584Z [ 2022-11-23T02:12:27.1369733Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:12:27.1369794Z ] 2022-11-23T02:12:27.1370110Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1370176Z with 2022-11-23T02:12:27.1370239Z [ 2022-11-23T02:12:27.1370384Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:12:27.1370445Z ] 2022-11-23T02:12:27.1370842Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1370907Z with 2022-11-23T02:12:27.1370969Z [ 2022-11-23T02:12:27.1371102Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:12:27.1371163Z ] 2022-11-23T02:12:27.1371534Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1371601Z with 2022-11-23T02:12:27.1371662Z [ 2022-11-23T02:12:27.1371804Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:12:27.1371865Z ] 2022-11-23T02:12:27.1372233Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.1372616Z 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:12:27.1372986Z 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:12:27.1373316Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1373380Z with 2022-11-23T02:12:27.1373444Z [ 2022-11-23T02:12:27.1373594Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:12:27.1373656Z ] 2022-11-23T02:12:27.1373952Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1374013Z with 2022-11-23T02:12:27.1374072Z [ 2022-11-23T02:12:27.1374736Z T=c10::impl::InlineStreamGuard 2022-11-23T02:12:27.1374853Z ] 2022-11-23T02:12:27.1375171Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1375221Z with 2022-11-23T02:12:27.1375281Z [ 2022-11-23T02:12:27.1375427Z T=c10::impl::InlineStreamGuard 2022-11-23T02:12:27.1375488Z ] 2022-11-23T02:12:27.1375835Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1375901Z with 2022-11-23T02:12:27.1375964Z [ 2022-11-23T02:12:27.1376107Z T=c10::impl::InlineStreamGuard 2022-11-23T02:12:27.1376172Z ] 2022-11-23T02:12:27.1376543Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1376606Z with 2022-11-23T02:12:27.1376666Z [ 2022-11-23T02:12:27.1376812Z T=c10::impl::InlineStreamGuard 2022-11-23T02:12:27.1376873Z ] 2022-11-23T02:12:27.1377294Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.1377679Z 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:12:27.1378052Z 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:12:27.1378377Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1378441Z with 2022-11-23T02:12:27.1378507Z [ 2022-11-23T02:12:27.1378654Z T=c10::impl::InlineStreamGuard 2022-11-23T02:12:27.1378701Z ] 2022-11-23T02:12:27.1378999Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1379065Z with 2022-11-23T02:12:27.1379126Z [ 2022-11-23T02:12:27.1379229Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:12:27.1379292Z ] 2022-11-23T02:12:27.1379599Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1379663Z with 2022-11-23T02:12:27.1379724Z [ 2022-11-23T02:12:27.1379825Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:12:27.1379887Z ] 2022-11-23T02:12:27.1380234Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1380298Z with 2022-11-23T02:12:27.1380408Z [ 2022-11-23T02:12:27.1380512Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:12:27.1380607Z ] 2022-11-23T02:12:27.1381004Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1381088Z with 2022-11-23T02:12:27.1381148Z [ 2022-11-23T02:12:27.1381248Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:12:27.1381309Z ] 2022-11-23T02:12:27.1381643Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1381955Z 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:12:27.1382021Z with 2022-11-23T02:12:27.1382081Z [ 2022-11-23T02:12:27.1382181Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:12:27.1382241Z ] 2022-11-23T02:12:27.1382604Z 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:12:27.1382981Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1383047Z with 2022-11-23T02:12:27.1383107Z [ 2022-11-23T02:12:27.1383208Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:12:27.1383268Z ] 2022-11-23T02:12:27.1383563Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1383617Z with 2022-11-23T02:12:27.1383678Z [ 2022-11-23T02:12:27.1383864Z T=std::vector> 2022-11-23T02:12:27.1383924Z ] 2022-11-23T02:12:27.1384228Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1384292Z with 2022-11-23T02:12:27.1384353Z [ 2022-11-23T02:12:27.1384535Z T=std::vector> 2022-11-23T02:12:27.1384598Z ] 2022-11-23T02:12:27.1384943Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1385010Z with 2022-11-23T02:12:27.1385071Z [ 2022-11-23T02:12:27.1385255Z T=std::vector> 2022-11-23T02:12:27.1385317Z ] 2022-11-23T02:12:27.1385688Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1385755Z with 2022-11-23T02:12:27.1385816Z [ 2022-11-23T02:12:27.1385996Z T=std::vector> 2022-11-23T02:12:27.1386045Z ] 2022-11-23T02:12:27.1386446Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:12:27.1386930Z 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:12:27.1387309Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1387377Z with 2022-11-23T02:12:27.1387439Z [ 2022-11-23T02:12:27.1387621Z T=std::vector> 2022-11-23T02:12:27.1387682Z ] 2022-11-23T02:12:27.1387985Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1388049Z with 2022-11-23T02:12:27.1388109Z [ 2022-11-23T02:12:27.1388207Z T=torch::autograd::ViewInfo 2022-11-23T02:12:27.1388267Z ] 2022-11-23T02:12:27.1388574Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1388682Z with 2022-11-23T02:12:27.1388743Z [ 2022-11-23T02:12:27.1388838Z T=torch::autograd::ViewInfo 2022-11-23T02:12:27.1388899Z ] 2022-11-23T02:12:27.1389241Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1389306Z with 2022-11-23T02:12:27.1389354Z [ 2022-11-23T02:12:27.1389448Z T=torch::autograd::ViewInfo 2022-11-23T02:12:27.1389509Z ] 2022-11-23T02:12:27.1389879Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1389942Z with 2022-11-23T02:12:27.1390002Z [ 2022-11-23T02:12:27.1390099Z T=torch::autograd::ViewInfo 2022-11-23T02:12:27.1390221Z ] 2022-11-23T02:12:27.1390549Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1390886Z 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:12:27.1391213Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1391278Z with 2022-11-23T02:12:27.1391339Z [ 2022-11-23T02:12:27.1391433Z T=torch::autograd::ViewInfo 2022-11-23T02:12:27.1391496Z ] 2022-11-23T02:12:27.1391797Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1391862Z with 2022-11-23T02:12:27.1391909Z [ 2022-11-23T02:12:27.1391988Z T=c10::IValue 2022-11-23T02:12:27.1392098Z ] 2022-11-23T02:12:27.1392403Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1392467Z with 2022-11-23T02:12:27.1392526Z [ 2022-11-23T02:12:27.1392604Z T=c10::IValue 2022-11-23T02:12:27.1392664Z ] 2022-11-23T02:12:27.1393062Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1393126Z with 2022-11-23T02:12:27.1393185Z [ 2022-11-23T02:12:27.1393263Z T=c10::IValue 2022-11-23T02:12:27.1393322Z ] 2022-11-23T02:12:27.1393742Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1393811Z with 2022-11-23T02:12:27.1393859Z [ 2022-11-23T02:12:27.1393937Z T=c10::IValue 2022-11-23T02:12:27.1393998Z ] 2022-11-23T02:12:27.1394307Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1394665Z 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:12:27.1394996Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1395064Z with 2022-11-23T02:12:27.1395126Z [ 2022-11-23T02:12:27.1395202Z T=c10::IValue 2022-11-23T02:12:27.1395262Z ] 2022-11-23T02:12:27.1395553Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1395616Z with 2022-11-23T02:12:27.1395671Z [ 2022-11-23T02:12:27.1395755Z T=c10::AliasInfo 2022-11-23T02:12:27.1395813Z ] 2022-11-23T02:12:27.1396117Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1396180Z with 2022-11-23T02:12:27.1396238Z [ 2022-11-23T02:12:27.1396317Z T=c10::AliasInfo 2022-11-23T02:12:27.1396376Z ] 2022-11-23T02:12:27.1396720Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1396784Z with 2022-11-23T02:12:27.1396843Z [ 2022-11-23T02:12:27.1396921Z T=c10::AliasInfo 2022-11-23T02:12:27.1396968Z ] 2022-11-23T02:12:27.1397337Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1397399Z with 2022-11-23T02:12:27.1397458Z [ 2022-11-23T02:12:27.1397534Z T=c10::AliasInfo 2022-11-23T02:12:27.1397593Z ] 2022-11-23T02:12:27.1397900Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1398268Z 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:12:27.1398594Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1398657Z with 2022-11-23T02:12:27.1398716Z [ 2022-11-23T02:12:27.1398797Z T=c10::AliasInfo 2022-11-23T02:12:27.1398855Z ] 2022-11-23T02:12:27.1399197Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1399261Z with 2022-11-23T02:12:27.1399321Z [ 2022-11-23T02:12:27.1399456Z T=std::vector> 2022-11-23T02:12:27.1399515Z ] 2022-11-23T02:12:27.1399862Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1399925Z with 2022-11-23T02:12:27.1399985Z [ 2022-11-23T02:12:27.1400111Z T=std::vector> 2022-11-23T02:12:27.1400172Z ] 2022-11-23T02:12:27.1400554Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1400617Z with 2022-11-23T02:12:27.1400675Z [ 2022-11-23T02:12:27.1400805Z T=std::vector> 2022-11-23T02:12:27.1400867Z ] 2022-11-23T02:12:27.1401233Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1401295Z with 2022-11-23T02:12:27.1401354Z [ 2022-11-23T02:12:27.1401479Z T=std::vector> 2022-11-23T02:12:27.1401537Z ] 2022-11-23T02:12:27.1401870Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:12:27.1401932Z with 2022-11-23T02:12:27.1401979Z [ 2022-11-23T02:12:27.1402055Z T=c10::SymInt 2022-11-23T02:12:27.1402112Z ] 2022-11-23T02:12:27.1402439Z 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:12:27.1402501Z with 2022-11-23T02:12:27.1402561Z [ 2022-11-23T02:12:27.1402635Z T=c10::SymInt 2022-11-23T02:12:27.1402694Z ] 2022-11-23T02:12:27.1403046Z 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:12:27.1403456Z 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:12:27.1403823Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1403886Z with 2022-11-23T02:12:27.1403944Z [ 2022-11-23T02:12:27.1404075Z T=std::vector> 2022-11-23T02:12:27.1404133Z ] 2022-11-23T02:12:27.1404428Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1404489Z with 2022-11-23T02:12:27.1404548Z [ 2022-11-23T02:12:27.1404671Z T=c10::either 2022-11-23T02:12:27.1404729Z ] 2022-11-23T02:12:27.1405034Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1405098Z with 2022-11-23T02:12:27.1405160Z [ 2022-11-23T02:12:27.1405341Z T=c10::either 2022-11-23T02:12:27.1405402Z ] 2022-11-23T02:12:27.1405753Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1405815Z with 2022-11-23T02:12:27.1405873Z [ 2022-11-23T02:12:27.1406438Z T=c10::either 2022-11-23T02:12:27.1406505Z ] 2022-11-23T02:12:27.1406880Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1406946Z with 2022-11-23T02:12:27.1407007Z [ 2022-11-23T02:12:27.1407140Z T=c10::either 2022-11-23T02:12:27.1407187Z ] 2022-11-23T02:12:27.1407537Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.1407923Z 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:12:27.1408261Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1408315Z with 2022-11-23T02:12:27.1408375Z [ 2022-11-23T02:12:27.1408506Z T=c10::either 2022-11-23T02:12:27.1408567Z ] 2022-11-23T02:12:27.1408863Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1408925Z with 2022-11-23T02:12:27.1408982Z [ 2022-11-23T02:12:27.1409071Z T=at::StepCallbacks 2022-11-23T02:12:27.1409132Z ] 2022-11-23T02:12:27.1409437Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1409498Z with 2022-11-23T02:12:27.1409556Z [ 2022-11-23T02:12:27.1409644Z T=at::StepCallbacks 2022-11-23T02:12:27.1409745Z ] 2022-11-23T02:12:27.1410089Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1410138Z with 2022-11-23T02:12:27.1410196Z [ 2022-11-23T02:12:27.1410282Z T=at::StepCallbacks 2022-11-23T02:12:27.1410342Z ] 2022-11-23T02:12:27.1410710Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1410772Z with 2022-11-23T02:12:27.1410832Z [ 2022-11-23T02:12:27.1410917Z T=at::StepCallbacks 2022-11-23T02:12:27.1410977Z ] 2022-11-23T02:12:27.1411296Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1411683Z 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:12:27.1412058Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1412122Z with 2022-11-23T02:12:27.1412227Z [ 2022-11-23T02:12:27.1412316Z T=at::StepCallbacks 2022-11-23T02:12:27.1412377Z ] 2022-11-23T02:12:27.1412670Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1412723Z with 2022-11-23T02:12:27.1412784Z [ 2022-11-23T02:12:27.1412864Z T=c10::DimVector 2022-11-23T02:12:27.1412923Z ] 2022-11-23T02:12:27.1413224Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1413287Z with 2022-11-23T02:12:27.1413346Z [ 2022-11-23T02:12:27.1413426Z T=c10::DimVector 2022-11-23T02:12:27.1413487Z ] 2022-11-23T02:12:27.1413835Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1413899Z with 2022-11-23T02:12:27.1413960Z [ 2022-11-23T02:12:27.1414041Z T=c10::DimVector 2022-11-23T02:12:27.1414103Z ] 2022-11-23T02:12:27.1414470Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1414534Z with 2022-11-23T02:12:27.1414583Z [ 2022-11-23T02:12:27.1414662Z T=c10::DimVector 2022-11-23T02:12:27.1414724Z ] 2022-11-23T02:12:27.1415038Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1415360Z 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:12:27.1415732Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1415797Z with 2022-11-23T02:12:27.1415860Z [ 2022-11-23T02:12:27.1415940Z T=c10::DimVector 2022-11-23T02:12:27.1416001Z ] 2022-11-23T02:12:27.1416293Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1416360Z with 2022-11-23T02:12:27.1416424Z [ 2022-11-23T02:12:27.1416524Z T=c10::impl::AnnotatedSchema 2022-11-23T02:12:27.1416587Z ] 2022-11-23T02:12:27.1416891Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1416945Z with 2022-11-23T02:12:27.1417007Z [ 2022-11-23T02:12:27.1417108Z T=c10::impl::AnnotatedSchema 2022-11-23T02:12:27.1417170Z ] 2022-11-23T02:12:27.1417516Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1417581Z with 2022-11-23T02:12:27.1417670Z [ 2022-11-23T02:12:27.1417790Z T=c10::impl::AnnotatedSchema 2022-11-23T02:12:27.1417897Z ] 2022-11-23T02:12:27.1418267Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1418367Z with 2022-11-23T02:12:27.1418441Z [ 2022-11-23T02:12:27.1418542Z T=c10::impl::AnnotatedSchema 2022-11-23T02:12:27.1418603Z ] 2022-11-23T02:12:27.1418937Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1419289Z 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:12:27.1419621Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1419685Z with 2022-11-23T02:12:27.1419735Z [ 2022-11-23T02:12:27.1419835Z T=c10::impl::AnnotatedSchema 2022-11-23T02:12:27.1419898Z ] 2022-11-23T02:12:27.1420191Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1420255Z with 2022-11-23T02:12:27.1420315Z [ 2022-11-23T02:12:27.1420454Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:12:27.1420516Z ] 2022-11-23T02:12:27.1420819Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1420880Z with 2022-11-23T02:12:27.1420940Z [ 2022-11-23T02:12:27.1421074Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:12:27.1421131Z ] 2022-11-23T02:12:27.1421478Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1421591Z with 2022-11-23T02:12:27.1421649Z [ 2022-11-23T02:12:27.1421772Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:12:27.1421830Z ] 2022-11-23T02:12:27.1422202Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1422263Z with 2022-11-23T02:12:27.1422326Z [ 2022-11-23T02:12:27.1422457Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:12:27.1422515Z ] 2022-11-23T02:12:27.1422878Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1423257Z 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:12:27.1423581Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1423685Z with 2022-11-23T02:12:27.1423747Z [ 2022-11-23T02:12:27.1423883Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:12:27.1423991Z ] 2022-11-23T02:12:27.1424289Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1424353Z with 2022-11-23T02:12:27.1424411Z [ 2022-11-23T02:12:27.1424522Z T=std::tuple 2022-11-23T02:12:27.1424571Z ] 2022-11-23T02:12:27.1424924Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1424985Z with 2022-11-23T02:12:27.1425042Z [ 2022-11-23T02:12:27.1425153Z T=std::tuple 2022-11-23T02:12:27.1425215Z ] 2022-11-23T02:12:27.1425557Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1425623Z with 2022-11-23T02:12:27.1425687Z [ 2022-11-23T02:12:27.1425797Z T=std::tuple 2022-11-23T02:12:27.1425856Z ] 2022-11-23T02:12:27.1426223Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1426283Z with 2022-11-23T02:12:27.1426341Z [ 2022-11-23T02:12:27.1426451Z T=std::tuple 2022-11-23T02:12:27.1426509Z ] 2022-11-23T02:12:27.1426847Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.1427197Z 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:12:27.1427572Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1427634Z with 2022-11-23T02:12:27.1427681Z [ 2022-11-23T02:12:27.1427792Z T=std::tuple 2022-11-23T02:12:27.1427850Z ] 2022-11-23T02:12:27.1428145Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1428207Z with 2022-11-23T02:12:27.1428265Z [ 2022-11-23T02:12:27.1428357Z T=torch::jit::SourceRange 2022-11-23T02:12:27.1428417Z ] 2022-11-23T02:12:27.1428724Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1428785Z with 2022-11-23T02:12:27.1428843Z [ 2022-11-23T02:12:27.1428934Z T=torch::jit::SourceRange 2022-11-23T02:12:27.1428993Z ] 2022-11-23T02:12:27.1429374Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1429438Z with 2022-11-23T02:12:27.1429485Z [ 2022-11-23T02:12:27.1429575Z T=torch::jit::SourceRange 2022-11-23T02:12:27.1429634Z ] 2022-11-23T02:12:27.1430003Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1430065Z with 2022-11-23T02:12:27.1430125Z [ 2022-11-23T02:12:27.1430336Z T=torch::jit::SourceRange 2022-11-23T02:12:27.1430398Z ] 2022-11-23T02:12:27.1430727Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1431119Z 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:12:27.1431448Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1431513Z with 2022-11-23T02:12:27.1431573Z [ 2022-11-23T02:12:27.1431663Z T=torch::jit::SourceRange 2022-11-23T02:12:27.1431722Z ] 2022-11-23T02:12:27.1432015Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1432077Z with 2022-11-23T02:12:27.1432123Z [ 2022-11-23T02:12:27.1432235Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:12:27.1432294Z ] 2022-11-23T02:12:27.1432598Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1432659Z with 2022-11-23T02:12:27.1432719Z [ 2022-11-23T02:12:27.1432831Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:12:27.1432942Z ] 2022-11-23T02:12:27.1433282Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1433344Z with 2022-11-23T02:12:27.1433404Z [ 2022-11-23T02:12:27.1433513Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:12:27.1433571Z ] 2022-11-23T02:12:27.1433938Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1434000Z with 2022-11-23T02:12:27.1434057Z [ 2022-11-23T02:12:27.1434152Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:12:27.1434211Z ] 2022-11-23T02:12:27.1434551Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1434890Z 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:12:27.1435254Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1435319Z with 2022-11-23T02:12:27.1435379Z [ 2022-11-23T02:12:27.1435488Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:12:27.1435547Z ] 2022-11-23T02:12:27.1435840Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1435905Z with 2022-11-23T02:12:27.1435964Z [ 2022-11-23T02:12:27.1436071Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:12:27.1436129Z ] 2022-11-23T02:12:27.1436434Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1436547Z with 2022-11-23T02:12:27.1436613Z [ 2022-11-23T02:12:27.1436722Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:12:27.1436769Z ] 2022-11-23T02:12:27.1437112Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1437215Z with 2022-11-23T02:12:27.1437287Z [ 2022-11-23T02:12:27.1437393Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:12:27.1437454Z ] 2022-11-23T02:12:27.1437820Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1437882Z with 2022-11-23T02:12:27.1437941Z [ 2022-11-23T02:12:27.1438046Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:12:27.1438103Z ] 2022-11-23T02:12:27.1438440Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1438779Z 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:12:27.1439156Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1439219Z with 2022-11-23T02:12:27.1439277Z [ 2022-11-23T02:12:27.1439383Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:12:27.1439430Z ] 2022-11-23T02:12:27.1439724Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1439786Z with 2022-11-23T02:12:27.1439845Z [ 2022-11-23T02:12:27.1439933Z T=torch::jit::ScopePtr 2022-11-23T02:12:27.1439991Z ] 2022-11-23T02:12:27.1440294Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1440358Z with 2022-11-23T02:12:27.1440418Z [ 2022-11-23T02:12:27.1440504Z T=torch::jit::ScopePtr 2022-11-23T02:12:27.1440562Z ] 2022-11-23T02:12:27.1440907Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1441009Z with 2022-11-23T02:12:27.1441069Z [ 2022-11-23T02:12:27.1441156Z T=torch::jit::ScopePtr 2022-11-23T02:12:27.1441202Z ] 2022-11-23T02:12:27.1441570Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1441634Z with 2022-11-23T02:12:27.1441691Z [ 2022-11-23T02:12:27.1441781Z T=torch::jit::ScopePtr 2022-11-23T02:12:27.1441840Z ] 2022-11-23T02:12:27.1442159Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1442489Z 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:12:27.1442859Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1442930Z with 2022-11-23T02:12:27.1442988Z [ 2022-11-23T02:12:27.1443075Z T=torch::jit::ScopePtr 2022-11-23T02:12:27.1443132Z ] 2022-11-23T02:12:27.1443419Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1443530Z with 2022-11-23T02:12:27.1443594Z [ 2022-11-23T02:12:27.1443684Z T=at::ThreadLocalState 2022-11-23T02:12:27.1443742Z ] 2022-11-23T02:12:27.1444038Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1444099Z with 2022-11-23T02:12:27.1444157Z [ 2022-11-23T02:12:27.1444248Z T=at::ThreadLocalState 2022-11-23T02:12:27.1444308Z ] 2022-11-23T02:12:27.1444650Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1444758Z with 2022-11-23T02:12:27.1444818Z [ 2022-11-23T02:12:27.1444907Z T=at::ThreadLocalState 2022-11-23T02:12:27.1444965Z ] 2022-11-23T02:12:27.1445328Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1445390Z with 2022-11-23T02:12:27.1445449Z [ 2022-11-23T02:12:27.1445537Z T=at::ThreadLocalState 2022-11-23T02:12:27.1445597Z ] 2022-11-23T02:12:27.1445923Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1446264Z 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:12:27.1446585Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1446634Z with 2022-11-23T02:12:27.1446733Z [ 2022-11-23T02:12:27.1446825Z T=at::ThreadLocalState 2022-11-23T02:12:27.1446885Z ] 2022-11-23T02:12:27.1447179Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1447243Z with 2022-11-23T02:12:27.1447301Z [ 2022-11-23T02:12:27.1447412Z T=std::shared_ptr 2022-11-23T02:12:27.1447471Z ] 2022-11-23T02:12:27.1447779Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1447840Z with 2022-11-23T02:12:27.1447899Z [ 2022-11-23T02:12:27.1448008Z T=std::shared_ptr 2022-11-23T02:12:27.1448065Z ] 2022-11-23T02:12:27.1448406Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1448468Z with 2022-11-23T02:12:27.1448515Z [ 2022-11-23T02:12:27.1448621Z T=std::shared_ptr 2022-11-23T02:12:27.1448682Z ] 2022-11-23T02:12:27.1449101Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1449164Z with 2022-11-23T02:12:27.1449223Z [ 2022-11-23T02:12:27.1449330Z T=std::shared_ptr 2022-11-23T02:12:27.1449394Z ] 2022-11-23T02:12:27.1449776Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.1450103Z 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:12:27.1450504Z 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:12:27.1450834Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1450897Z with 2022-11-23T02:12:27.1450956Z [ 2022-11-23T02:12:27.1451066Z T=std::shared_ptr 2022-11-23T02:12:27.1451126Z ] 2022-11-23T02:12:27.1451417Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1451477Z with 2022-11-23T02:12:27.1451538Z [ 2022-11-23T02:12:27.1451623Z T=torch::jit::GraphExecutor 2022-11-23T02:12:27.1451683Z ] 2022-11-23T02:12:27.1451986Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1452049Z with 2022-11-23T02:12:27.1452108Z [ 2022-11-23T02:12:27.1452205Z T=torch::jit::GraphExecutor 2022-11-23T02:12:27.1452267Z ] 2022-11-23T02:12:27.1452650Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1452715Z with 2022-11-23T02:12:27.1452778Z [ 2022-11-23T02:12:27.1452874Z T=torch::jit::GraphExecutor 2022-11-23T02:12:27.1452936Z ] 2022-11-23T02:12:27.1453309Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1453373Z with 2022-11-23T02:12:27.1453437Z [ 2022-11-23T02:12:27.1453520Z T=torch::jit::GraphExecutor 2022-11-23T02:12:27.1453581Z ] 2022-11-23T02:12:27.1453914Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1454237Z 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:12:27.1454594Z 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:12:27.1454921Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1454986Z with 2022-11-23T02:12:27.1455050Z [ 2022-11-23T02:12:27.1455147Z T=torch::jit::GraphExecutor 2022-11-23T02:12:27.1455250Z ] 2022-11-23T02:12:27.1455564Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1455628Z with 2022-11-23T02:12:27.1455689Z [ 2022-11-23T02:12:27.1455777Z T=torch::jit::Method 2022-11-23T02:12:27.1455916Z ] 2022-11-23T02:12:27.1456244Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1456308Z with 2022-11-23T02:12:27.1456369Z [ 2022-11-23T02:12:27.1456456Z T=torch::jit::Method 2022-11-23T02:12:27.1456504Z ] 2022-11-23T02:12:27.1456852Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1456916Z with 2022-11-23T02:12:27.1456978Z [ 2022-11-23T02:12:27.1457066Z T=torch::jit::Method 2022-11-23T02:12:27.1457128Z ] 2022-11-23T02:12:27.1457497Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1457562Z with 2022-11-23T02:12:27.1457623Z [ 2022-11-23T02:12:27.1457707Z T=torch::jit::Method 2022-11-23T02:12:27.1457767Z ] 2022-11-23T02:12:27.1458082Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1458452Z 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:12:27.1458785Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1458851Z with 2022-11-23T02:12:27.1458912Z [ 2022-11-23T02:12:27.1458999Z T=torch::jit::Method 2022-11-23T02:12:27.1459047Z ] 2022-11-23T02:12:27.1459339Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1459452Z with 2022-11-23T02:12:27.1459547Z [ 2022-11-23T02:12:27.1459707Z T=std::vector> 2022-11-23T02:12:27.1459798Z ] 2022-11-23T02:12:27.1460139Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1460229Z with 2022-11-23T02:12:27.1460311Z [ 2022-11-23T02:12:27.1460470Z T=std::vector> 2022-11-23T02:12:27.1460556Z ] 2022-11-23T02:12:27.1460924Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1461014Z with 2022-11-23T02:12:27.1461097Z [ 2022-11-23T02:12:27.1461252Z T=std::vector> 2022-11-23T02:12:27.1461333Z ] 2022-11-23T02:12:27.1461797Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1461849Z with 2022-11-23T02:12:27.1461933Z [ 2022-11-23T02:12:27.1462090Z T=std::vector> 2022-11-23T02:12:27.1462238Z ] 2022-11-23T02:12:27.1462675Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:12:27.1463062Z 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:12:27.1463416Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1463506Z with 2022-11-23T02:12:27.1463593Z [ 2022-11-23T02:12:27.1463752Z T=std::vector> 2022-11-23T02:12:27.1463840Z ] 2022-11-23T02:12:27.1464156Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1464242Z with 2022-11-23T02:12:27.1464325Z [ 2022-11-23T02:12:27.1464516Z T=std::function 2022-11-23T02:12:27.1464599Z ] 2022-11-23T02:12:27.1464980Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1465072Z with 2022-11-23T02:12:27.1465155Z [ 2022-11-23T02:12:27.1465302Z T=std::function 2022-11-23T02:12:27.1465396Z ] 2022-11-23T02:12:27.1465768Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1465862Z with 2022-11-23T02:12:27.1465950Z [ 2022-11-23T02:12:27.1466135Z T=std::function 2022-11-23T02:12:27.1466217Z ] 2022-11-23T02:12:27.1466613Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1466696Z with 2022-11-23T02:12:27.1466779Z [ 2022-11-23T02:12:27.1466956Z T=std::function 2022-11-23T02:12:27.1467037Z ] 2022-11-23T02:12:27.1467441Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.1467853Z 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:12:27.1468255Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1468344Z with 2022-11-23T02:12:27.1468424Z [ 2022-11-23T02:12:27.1468606Z T=std::function 2022-11-23T02:12:27.1469156Z ] 2022-11-23T02:12:27.1469502Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1469590Z with 2022-11-23T02:12:27.1469639Z [ 2022-11-23T02:12:27.1469851Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:12:27.1469937Z ] 2022-11-23T02:12:27.1479359Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1479494Z with 2022-11-23T02:12:27.1479559Z [ 2022-11-23T02:12:27.1479785Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:12:27.1479836Z ] 2022-11-23T02:12:27.1480201Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1480271Z with 2022-11-23T02:12:27.1480333Z [ 2022-11-23T02:12:27.1480591Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:12:27.1480658Z ] 2022-11-23T02:12:27.1481199Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1481271Z with 2022-11-23T02:12:27.1481333Z [ 2022-11-23T02:12:27.1481519Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:12:27.1481581Z ] 2022-11-23T02:12:27.1481993Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1482433Z 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:12:27.1482765Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1482832Z with 2022-11-23T02:12:27.1482893Z [ 2022-11-23T02:12:27.1483073Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:12:27.1483136Z ] 2022-11-23T02:12:27.1483437Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1483502Z with 2022-11-23T02:12:27.1483565Z [ 2022-11-23T02:12:27.1483677Z T=std::vector> 2022-11-23T02:12:27.1483741Z ] 2022-11-23T02:12:27.1484052Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1484117Z with 2022-11-23T02:12:27.1484177Z [ 2022-11-23T02:12:27.1484303Z T=std::vector> 2022-11-23T02:12:27.1484365Z ] 2022-11-23T02:12:27.1484712Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1484838Z with 2022-11-23T02:12:27.1484899Z [ 2022-11-23T02:12:27.1485022Z T=std::vector> 2022-11-23T02:12:27.1485082Z ] 2022-11-23T02:12:27.1485456Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1485520Z with 2022-11-23T02:12:27.1485583Z [ 2022-11-23T02:12:27.1485702Z T=std::vector> 2022-11-23T02:12:27.1485751Z ] 2022-11-23T02:12:27.1486084Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:12:27.1486151Z with 2022-11-23T02:12:27.1486211Z [ 2022-11-23T02:12:27.1486281Z T=double 2022-11-23T02:12:27.1486344Z ] 2022-11-23T02:12:27.1486769Z 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:12:27.1486837Z with 2022-11-23T02:12:27.1486898Z [ 2022-11-23T02:12:27.1486967Z T=double 2022-11-23T02:12:27.1487074Z ] 2022-11-23T02:12:27.1487448Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1487513Z with 2022-11-23T02:12:27.1487573Z [ 2022-11-23T02:12:27.1487698Z T=std::vector> 2022-11-23T02:12:27.1487748Z ] 2022-11-23T02:12:27.1488043Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1488106Z with 2022-11-23T02:12:27.1488166Z [ 2022-11-23T02:12:27.1488282Z T=std::tuple 2022-11-23T02:12:27.1488341Z ] 2022-11-23T02:12:27.1488654Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1488718Z with 2022-11-23T02:12:27.1488778Z [ 2022-11-23T02:12:27.1488888Z T=std::tuple 2022-11-23T02:12:27.1488948Z ] 2022-11-23T02:12:27.1489293Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1489359Z with 2022-11-23T02:12:27.1489418Z [ 2022-11-23T02:12:27.1489523Z T=std::tuple 2022-11-23T02:12:27.1489570Z ] 2022-11-23T02:12:27.1489946Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1490011Z with 2022-11-23T02:12:27.1490072Z [ 2022-11-23T02:12:27.1490177Z T=std::tuple 2022-11-23T02:12:27.1490237Z ] 2022-11-23T02:12:27.1490574Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.1490986Z 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:12:27.1491316Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1491385Z with 2022-11-23T02:12:27.1491447Z [ 2022-11-23T02:12:27.1491557Z T=std::tuple 2022-11-23T02:12:27.1491616Z ] 2022-11-23T02:12:27.1491908Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1491973Z with 2022-11-23T02:12:27.1492033Z [ 2022-11-23T02:12:27.1492162Z T=std::vector> 2022-11-23T02:12:27.1492223Z ] 2022-11-23T02:12:27.1492530Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1492580Z with 2022-11-23T02:12:27.1492640Z [ 2022-11-23T02:12:27.1492772Z T=std::vector> 2022-11-23T02:12:27.1492931Z ] 2022-11-23T02:12:27.1493285Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1493350Z with 2022-11-23T02:12:27.1493410Z [ 2022-11-23T02:12:27.1493588Z T=std::vector> 2022-11-23T02:12:27.1493653Z ] 2022-11-23T02:12:27.1494025Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1494089Z with 2022-11-23T02:12:27.1494148Z [ 2022-11-23T02:12:27.1494275Z T=std::vector> 2022-11-23T02:12:27.1494336Z ] 2022-11-23T02:12:27.1494685Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:12:27.1495065Z 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:12:27.1495394Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1495457Z with 2022-11-23T02:12:27.1495519Z [ 2022-11-23T02:12:27.1495635Z T=std::vector> 2022-11-23T02:12:27.1495701Z ] 2022-11-23T02:12:27.1496184Z [2/2] "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\bin\Hostx64\x64/link.exe" main.o /nologo /DLL c10.lib torch_cpu.lib torch.lib /LIBPATH:C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib torch_python.lib /LIBPATH:C:\Jenkins\Miniconda3\libs /out:inline_jit_extension_with_functions_dict.pyd 2022-11-23T02:12:27.1496439Z Creating library inline_jit_extension_with_functions_dict.lib and object inline_jit_extension_with_functions_dict.exp 2022-11-23T02:12:27.1496586Z Loading extension module inline_jit_extension_with_functions_dict... 2022-11-23T02:12:27.1496654Z ok (12.434s) 2022-11-23T02:12:27.1496980Z test_inline_jit_compile_extension_with_functions_as_list (__main__.TestCppExtensionJIT) ... Using C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116 as PyTorch extensions root... 2022-11-23T02:12:27.1497253Z Creating extension directory C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116\inline_jit_extension_with_functions_list... 2022-11-23T02:12:27.1497534Z Emitting ninja build file C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116\inline_jit_extension_with_functions_list\build.ninja... 2022-11-23T02:12:27.1497681Z Building extension module inline_jit_extension_with_functions_list... 2022-11-23T02:12:27.1497880Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-11-23T02:12:27.1498872Z [1/2] cl /showIncludes -DTORCH_EXTENSION_NAME=inline_jit_extension_with_functions_list -DTORCH_API_INCLUDE_EXTENSION_H -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:\Jenkins\Miniconda3\Include -D_GLIBCXX_USE_CXX11_ABI=0 /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /EHsc -c C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116\inline_jit_extension_with_functions_list\main.cpp /Fomain.o 2022-11-23T02:12:27.1499052Z Microsoft (R) C/C++ Optimizing Compiler Version 19.28.29337 for x64 2022-11-23T02:12:27.1499209Z Copyright (C) Microsoft Corporation. All rights reserved. 2022-11-23T02:12:27.1499220Z 2022-11-23T02:12:27.1499517Z 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:12:27.1499859Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1499927Z with 2022-11-23T02:12:27.1499991Z [ 2022-11-23T02:12:27.1500073Z T=c10::SymInt 2022-11-23T02:12:27.1500135Z ] 2022-11-23T02:12:27.1500446Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1500513Z with 2022-11-23T02:12:27.1500574Z [ 2022-11-23T02:12:27.1500656Z T=c10::SymInt 2022-11-23T02:12:27.1500717Z ] 2022-11-23T02:12:27.1501063Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1501125Z with 2022-11-23T02:12:27.1501174Z [ 2022-11-23T02:12:27.1501251Z T=c10::SymInt 2022-11-23T02:12:27.1501312Z ] 2022-11-23T02:12:27.1501690Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1501755Z with 2022-11-23T02:12:27.1501818Z [ 2022-11-23T02:12:27.1501893Z T=c10::SymInt 2022-11-23T02:12:27.1501954Z ] 2022-11-23T02:12:27.1502320Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1502627Z 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:12:27.1502956Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1503023Z with 2022-11-23T02:12:27.1503084Z [ 2022-11-23T02:12:27.1503161Z T=c10::SymInt 2022-11-23T02:12:27.1503221Z ] 2022-11-23T02:12:27.1503502Z 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:12:27.1503802Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1503865Z with 2022-11-23T02:12:27.1503913Z [ 2022-11-23T02:12:27.1503998Z T=at::TensorBase 2022-11-23T02:12:27.1504059Z ] 2022-11-23T02:12:27.1504414Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1504479Z with 2022-11-23T02:12:27.1504540Z [ 2022-11-23T02:12:27.1504623Z T=at::TensorBase 2022-11-23T02:12:27.1504683Z ] 2022-11-23T02:12:27.1505025Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1505090Z with 2022-11-23T02:12:27.1505150Z [ 2022-11-23T02:12:27.1505231Z T=at::TensorBase 2022-11-23T02:12:27.1505345Z ] 2022-11-23T02:12:27.1505718Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1505780Z with 2022-11-23T02:12:27.1505828Z [ 2022-11-23T02:12:27.1505910Z T=at::TensorBase 2022-11-23T02:12:27.1506021Z ] 2022-11-23T02:12:27.1506336Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1506655Z 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:12:27.1506984Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1507049Z with 2022-11-23T02:12:27.1507109Z [ 2022-11-23T02:12:27.1507189Z T=at::TensorBase 2022-11-23T02:12:27.1507250Z ] 2022-11-23T02:12:27.1507546Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1507611Z with 2022-11-23T02:12:27.1507670Z [ 2022-11-23T02:12:27.1507749Z T=at::Tensor 2022-11-23T02:12:27.1507809Z ] 2022-11-23T02:12:27.1508161Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1508224Z with 2022-11-23T02:12:27.1508271Z [ 2022-11-23T02:12:27.1508351Z T=at::Tensor 2022-11-23T02:12:27.1508413Z ] 2022-11-23T02:12:27.1508759Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1508821Z with 2022-11-23T02:12:27.1508882Z [ 2022-11-23T02:12:27.1508960Z T=at::Tensor 2022-11-23T02:12:27.1509021Z ] 2022-11-23T02:12:27.1509381Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1509446Z with 2022-11-23T02:12:27.1509505Z [ 2022-11-23T02:12:27.1509581Z T=at::Tensor 2022-11-23T02:12:27.1509641Z ] 2022-11-23T02:12:27.1509953Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1510760Z 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:12:27.1511098Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1511164Z with 2022-11-23T02:12:27.1511215Z [ 2022-11-23T02:12:27.1511294Z T=at::Tensor 2022-11-23T02:12:27.1511356Z ] 2022-11-23T02:12:27.1511708Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1511774Z with 2022-11-23T02:12:27.1511837Z [ 2022-11-23T02:12:27.1511918Z T=at::Generator 2022-11-23T02:12:27.1511982Z ] 2022-11-23T02:12:27.1512340Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1512406Z with 2022-11-23T02:12:27.1512466Z [ 2022-11-23T02:12:27.1512548Z T=at::Generator 2022-11-23T02:12:27.1512609Z ] 2022-11-23T02:12:27.1512952Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1513019Z with 2022-11-23T02:12:27.1513067Z [ 2022-11-23T02:12:27.1513145Z T=at::Generator 2022-11-23T02:12:27.1513206Z ] 2022-11-23T02:12:27.1513576Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1513641Z with 2022-11-23T02:12:27.1513703Z [ 2022-11-23T02:12:27.1513781Z T=at::Generator 2022-11-23T02:12:27.1513843Z ] 2022-11-23T02:12:27.1514158Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1514523Z 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:12:27.1514845Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1514909Z with 2022-11-23T02:12:27.1514970Z [ 2022-11-23T02:12:27.1515051Z T=at::Generator 2022-11-23T02:12:27.1515112Z ] 2022-11-23T02:12:27.1515408Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1515473Z with 2022-11-23T02:12:27.1515520Z [ 2022-11-23T02:12:27.1515602Z T=c10::Scalar 2022-11-23T02:12:27.1515663Z ] 2022-11-23T02:12:27.1515971Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1516035Z with 2022-11-23T02:12:27.1516095Z [ 2022-11-23T02:12:27.1516171Z T=c10::Scalar 2022-11-23T02:12:27.1516231Z ] 2022-11-23T02:12:27.1516613Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1516678Z with 2022-11-23T02:12:27.1516737Z [ 2022-11-23T02:12:27.1516816Z T=c10::Scalar 2022-11-23T02:12:27.1516876Z ] 2022-11-23T02:12:27.1517248Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1517315Z with 2022-11-23T02:12:27.1517362Z [ 2022-11-23T02:12:27.1517438Z T=c10::Scalar 2022-11-23T02:12:27.1517498Z ] 2022-11-23T02:12:27.1517862Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1518172Z 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:12:27.1518542Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1518611Z with 2022-11-23T02:12:27.1518673Z [ 2022-11-23T02:12:27.1518749Z T=c10::Scalar 2022-11-23T02:12:27.1518814Z ] 2022-11-23T02:12:27.1519112Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1519174Z with 2022-11-23T02:12:27.1519234Z [ 2022-11-23T02:12:27.1519311Z T=std::string 2022-11-23T02:12:27.1519371Z ] 2022-11-23T02:12:27.1519677Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1519740Z with 2022-11-23T02:12:27.1519786Z [ 2022-11-23T02:12:27.1519863Z T=std::string 2022-11-23T02:12:27.1519970Z ] 2022-11-23T02:12:27.1520317Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1520380Z with 2022-11-23T02:12:27.1520440Z [ 2022-11-23T02:12:27.1520516Z T=std::string 2022-11-23T02:12:27.1520575Z ] 2022-11-23T02:12:27.1520943Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1521008Z with 2022-11-23T02:12:27.1521066Z [ 2022-11-23T02:12:27.1521141Z T=std::string 2022-11-23T02:12:27.1521201Z ] 2022-11-23T02:12:27.1521514Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1521832Z 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:12:27.1522158Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1522221Z with 2022-11-23T02:12:27.1522308Z [ 2022-11-23T02:12:27.1522389Z T=std::string 2022-11-23T02:12:27.1522450Z ] 2022-11-23T02:12:27.1522743Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1522809Z with 2022-11-23T02:12:27.1522870Z [ 2022-11-23T02:12:27.1522960Z T=c10::QualifiedName 2022-11-23T02:12:27.1523020Z ] 2022-11-23T02:12:27.1523326Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1523389Z with 2022-11-23T02:12:27.1523450Z [ 2022-11-23T02:12:27.1523537Z T=c10::QualifiedName 2022-11-23T02:12:27.1523597Z ] 2022-11-23T02:12:27.1523943Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1524044Z with 2022-11-23T02:12:27.1524104Z [ 2022-11-23T02:12:27.1524192Z T=c10::QualifiedName 2022-11-23T02:12:27.1524253Z ] 2022-11-23T02:12:27.1524673Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1524739Z with 2022-11-23T02:12:27.1524801Z [ 2022-11-23T02:12:27.1524888Z T=c10::QualifiedName 2022-11-23T02:12:27.1524948Z ] 2022-11-23T02:12:27.1525271Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1525594Z 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:12:27.1525924Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1526037Z with 2022-11-23T02:12:27.1526097Z [ 2022-11-23T02:12:27.1526185Z T=c10::QualifiedName 2022-11-23T02:12:27.1526245Z ] 2022-11-23T02:12:27.1526539Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1526601Z with 2022-11-23T02:12:27.1526651Z [ 2022-11-23T02:12:27.1526781Z T=std::shared_ptr 2022-11-23T02:12:27.1526842Z ] 2022-11-23T02:12:27.1527151Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1527217Z with 2022-11-23T02:12:27.1527278Z [ 2022-11-23T02:12:27.1527406Z T=std::shared_ptr 2022-11-23T02:12:27.1527467Z ] 2022-11-23T02:12:27.1527813Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1527876Z with 2022-11-23T02:12:27.1527937Z [ 2022-11-23T02:12:27.1528064Z T=std::shared_ptr 2022-11-23T02:12:27.1528167Z ] 2022-11-23T02:12:27.1528536Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1528603Z with 2022-11-23T02:12:27.1528666Z [ 2022-11-23T02:12:27.1528779Z T=std::shared_ptr 2022-11-23T02:12:27.1528841Z ] 2022-11-23T02:12:27.1529187Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.1529531Z 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:12:27.1529856Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1529920Z with 2022-11-23T02:12:27.1529981Z [ 2022-11-23T02:12:27.1530138Z T=std::shared_ptr 2022-11-23T02:12:27.1530225Z ] 2022-11-23T02:12:27.1530521Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1530585Z with 2022-11-23T02:12:27.1530646Z [ 2022-11-23T02:12:27.1530802Z T=std::weak_ptr 2022-11-23T02:12:27.1530880Z ] 2022-11-23T02:12:27.1531186Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1531250Z with 2022-11-23T02:12:27.1531310Z [ 2022-11-23T02:12:27.1531431Z T=std::weak_ptr 2022-11-23T02:12:27.1531479Z ] 2022-11-23T02:12:27.1531822Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1531933Z with 2022-11-23T02:12:27.1531995Z [ 2022-11-23T02:12:27.1532119Z T=std::weak_ptr 2022-11-23T02:12:27.1532180Z ] 2022-11-23T02:12:27.1532555Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1532619Z with 2022-11-23T02:12:27.1532679Z [ 2022-11-23T02:12:27.1532805Z T=std::weak_ptr 2022-11-23T02:12:27.1532866Z ] 2022-11-23T02:12:27.1533218Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.1533559Z 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:12:27.1533926Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1533991Z with 2022-11-23T02:12:27.1534053Z [ 2022-11-23T02:12:27.1534178Z T=std::weak_ptr 2022-11-23T02:12:27.1534239Z ] 2022-11-23T02:12:27.1534532Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1534597Z with 2022-11-23T02:12:27.1534645Z [ 2022-11-23T02:12:27.1534796Z T=std::vector> 2022-11-23T02:12:27.1534855Z ] 2022-11-23T02:12:27.1535164Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1535228Z with 2022-11-23T02:12:27.1535289Z [ 2022-11-23T02:12:27.1535440Z T=std::vector> 2022-11-23T02:12:27.1535501Z ] 2022-11-23T02:12:27.1535842Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1535909Z with 2022-11-23T02:12:27.1535970Z [ 2022-11-23T02:12:27.1536115Z T=std::vector> 2022-11-23T02:12:27.1536175Z ] 2022-11-23T02:12:27.1536597Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1536662Z with 2022-11-23T02:12:27.1536722Z [ 2022-11-23T02:12:27.1536859Z T=std::vector> 2022-11-23T02:12:27.1536921Z ] 2022-11-23T02:12:27.1537331Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:12:27.1537742Z 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:12:27.1538070Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1538134Z with 2022-11-23T02:12:27.1538195Z [ 2022-11-23T02:12:27.1538346Z T=std::vector> 2022-11-23T02:12:27.1538407Z ] 2022-11-23T02:12:27.1538699Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1538763Z with 2022-11-23T02:12:27.1538826Z [ 2022-11-23T02:12:27.1538943Z T=std::vector> 2022-11-23T02:12:27.1539004Z ] 2022-11-23T02:12:27.1539313Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1539376Z with 2022-11-23T02:12:27.1539437Z [ 2022-11-23T02:12:27.1539555Z T=std::vector> 2022-11-23T02:12:27.1539616Z ] 2022-11-23T02:12:27.1539987Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1540054Z with 2022-11-23T02:12:27.1540114Z [ 2022-11-23T02:12:27.1540230Z T=std::vector> 2022-11-23T02:12:27.1540293Z ] 2022-11-23T02:12:27.1540662Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1540726Z with 2022-11-23T02:12:27.1540787Z [ 2022-11-23T02:12:27.1540901Z T=std::vector> 2022-11-23T02:12:27.1540962Z ] 2022-11-23T02:12:27.1541303Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:12:27.1541643Z 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:12:27.1541970Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1542034Z with 2022-11-23T02:12:27.1542094Z [ 2022-11-23T02:12:27.1542210Z T=std::vector> 2022-11-23T02:12:27.1542270Z ] 2022-11-23T02:12:27.1542592Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1542676Z with 2022-11-23T02:12:27.1542725Z [ 2022-11-23T02:12:27.1542890Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.1542950Z ] 2022-11-23T02:12:27.1543289Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1543410Z with 2022-11-23T02:12:27.1543470Z [ 2022-11-23T02:12:27.1543630Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.1543690Z ] 2022-11-23T02:12:27.1544036Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1544100Z with 2022-11-23T02:12:27.1544161Z [ 2022-11-23T02:12:27.1544317Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.1544377Z ] 2022-11-23T02:12:27.1544746Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1544811Z with 2022-11-23T02:12:27.1544872Z [ 2022-11-23T02:12:27.1545035Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.1545083Z ] 2022-11-23T02:12:27.1545500Z C:\actions-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:12:27.1545877Z 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:12:27.1546190Z 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:12:27.1546526Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1546578Z with 2022-11-23T02:12:27.1546639Z [ 2022-11-23T02:12:27.1546803Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.1546866Z ] 2022-11-23T02:12:27.1547161Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1547225Z with 2022-11-23T02:12:27.1547286Z [ 2022-11-23T02:12:27.1547442Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.1547504Z ] 2022-11-23T02:12:27.1547810Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1547879Z with 2022-11-23T02:12:27.1547938Z [ 2022-11-23T02:12:27.1548090Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.1548149Z ] 2022-11-23T02:12:27.1548498Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1548561Z with 2022-11-23T02:12:27.1548610Z [ 2022-11-23T02:12:27.1548762Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.1548920Z ] 2022-11-23T02:12:27.1549292Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1549356Z with 2022-11-23T02:12:27.1549419Z [ 2022-11-23T02:12:27.1549620Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.1549682Z ] 2022-11-23T02:12:27.1550056Z C:\actions-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:12:27.1550533Z 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:12:27.1550851Z 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:12:27.1551227Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1551293Z with 2022-11-23T02:12:27.1551356Z [ 2022-11-23T02:12:27.1551509Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.1551569Z ] 2022-11-23T02:12:27.1551865Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1551931Z with 2022-11-23T02:12:27.1551993Z [ 2022-11-23T02:12:27.1552116Z T=std::vector> 2022-11-23T02:12:27.1552182Z ] 2022-11-23T02:12:27.1552492Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1552542Z with 2022-11-23T02:12:27.1552603Z [ 2022-11-23T02:12:27.1552730Z T=std::vector> 2022-11-23T02:12:27.1552791Z ] 2022-11-23T02:12:27.1553142Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1553209Z with 2022-11-23T02:12:27.1553270Z [ 2022-11-23T02:12:27.1553390Z T=std::vector> 2022-11-23T02:12:27.1553451Z ] 2022-11-23T02:12:27.1553819Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1553883Z with 2022-11-23T02:12:27.1553945Z [ 2022-11-23T02:12:27.1554066Z T=std::vector> 2022-11-23T02:12:27.1554127Z ] 2022-11-23T02:12:27.1554464Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:12:27.1554796Z 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:12:27.1555211Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1555277Z with 2022-11-23T02:12:27.1555324Z [ 2022-11-23T02:12:27.1555445Z T=std::vector> 2022-11-23T02:12:27.1555508Z ] 2022-11-23T02:12:27.1555855Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1555922Z with 2022-11-23T02:12:27.1555983Z [ 2022-11-23T02:12:27.1556132Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:12:27.1556196Z ] 2022-11-23T02:12:27.1556503Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1556565Z with 2022-11-23T02:12:27.1556625Z [ 2022-11-23T02:12:27.1556769Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:12:27.1556829Z ] 2022-11-23T02:12:27.1557228Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1557294Z with 2022-11-23T02:12:27.1557355Z [ 2022-11-23T02:12:27.1557502Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:12:27.1557554Z ] 2022-11-23T02:12:27.1557924Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1557988Z with 2022-11-23T02:12:27.1558049Z [ 2022-11-23T02:12:27.1558194Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:12:27.1558256Z ] 2022-11-23T02:12:27.1558622Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.1559004Z 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:12:27.1559376Z 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:12:27.1559703Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1559767Z with 2022-11-23T02:12:27.1559828Z [ 2022-11-23T02:12:27.1559977Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:12:27.1560038Z ] 2022-11-23T02:12:27.1560333Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1560441Z with 2022-11-23T02:12:27.1560502Z [ 2022-11-23T02:12:27.1560649Z T=c10::impl::InlineStreamGuard 2022-11-23T02:12:27.1560709Z ] 2022-11-23T02:12:27.1561019Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1561081Z with 2022-11-23T02:12:27.1561129Z [ 2022-11-23T02:12:27.1561276Z T=c10::impl::InlineStreamGuard 2022-11-23T02:12:27.1561393Z ] 2022-11-23T02:12:27.1561741Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1561805Z with 2022-11-23T02:12:27.1561865Z [ 2022-11-23T02:12:27.1562058Z T=c10::impl::InlineStreamGuard 2022-11-23T02:12:27.1562121Z ] 2022-11-23T02:12:27.1562494Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1562557Z with 2022-11-23T02:12:27.1562618Z [ 2022-11-23T02:12:27.1562763Z T=c10::impl::InlineStreamGuard 2022-11-23T02:12:27.1562822Z ] 2022-11-23T02:12:27.1563239Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.1563626Z 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:12:27.1563998Z 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:12:27.1564328Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1564392Z with 2022-11-23T02:12:27.1564453Z [ 2022-11-23T02:12:27.1564600Z T=c10::impl::InlineStreamGuard 2022-11-23T02:12:27.1564649Z ] 2022-11-23T02:12:27.1564946Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1565013Z with 2022-11-23T02:12:27.1565074Z [ 2022-11-23T02:12:27.1565179Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:12:27.1565241Z ] 2022-11-23T02:12:27.1565548Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1565614Z with 2022-11-23T02:12:27.1565673Z [ 2022-11-23T02:12:27.1565777Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:12:27.1565838Z ] 2022-11-23T02:12:27.1566180Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1566288Z with 2022-11-23T02:12:27.1566349Z [ 2022-11-23T02:12:27.1566448Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:12:27.1566497Z ] 2022-11-23T02:12:27.1566866Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1566928Z with 2022-11-23T02:12:27.1566988Z [ 2022-11-23T02:12:27.1567089Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:12:27.1567148Z ] 2022-11-23T02:12:27.1567487Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1567846Z 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:12:27.1567914Z with 2022-11-23T02:12:27.1567975Z [ 2022-11-23T02:12:27.1568077Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:12:27.1568137Z ] 2022-11-23T02:12:27.1568546Z 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:12:27.1568923Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1568989Z with 2022-11-23T02:12:27.1569051Z [ 2022-11-23T02:12:27.1569150Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:12:27.1569212Z ] 2022-11-23T02:12:27.1569508Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1569560Z with 2022-11-23T02:12:27.1569621Z [ 2022-11-23T02:12:27.1569804Z T=std::vector> 2022-11-23T02:12:27.1569870Z ] 2022-11-23T02:12:27.1570178Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1570243Z with 2022-11-23T02:12:27.1570304Z [ 2022-11-23T02:12:27.1570485Z T=std::vector> 2022-11-23T02:12:27.1570549Z ] 2022-11-23T02:12:27.1570893Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1570960Z with 2022-11-23T02:12:27.1571020Z [ 2022-11-23T02:12:27.1571202Z T=std::vector> 2022-11-23T02:12:27.1571265Z ] 2022-11-23T02:12:27.1571636Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1571700Z with 2022-11-23T02:12:27.1571761Z [ 2022-11-23T02:12:27.1571941Z T=std::vector> 2022-11-23T02:12:27.1571989Z ] 2022-11-23T02:12:27.1572820Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:12:27.1573218Z 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:12:27.1573561Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1573615Z with 2022-11-23T02:12:27.1573678Z [ 2022-11-23T02:12:27.1573918Z T=std::vector> 2022-11-23T02:12:27.1573983Z ] 2022-11-23T02:12:27.1574280Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1574344Z with 2022-11-23T02:12:27.1574432Z [ 2022-11-23T02:12:27.1574550Z T=torch::autograd::ViewInfo 2022-11-23T02:12:27.1574613Z ] 2022-11-23T02:12:27.1574972Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1575038Z with 2022-11-23T02:12:27.1575099Z [ 2022-11-23T02:12:27.1575194Z T=torch::autograd::ViewInfo 2022-11-23T02:12:27.1575255Z ] 2022-11-23T02:12:27.1575599Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1575665Z with 2022-11-23T02:12:27.1575712Z [ 2022-11-23T02:12:27.1575807Z T=torch::autograd::ViewInfo 2022-11-23T02:12:27.1575869Z ] 2022-11-23T02:12:27.1576240Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1576306Z with 2022-11-23T02:12:27.1576366Z [ 2022-11-23T02:12:27.1576460Z T=torch::autograd::ViewInfo 2022-11-23T02:12:27.1576523Z ] 2022-11-23T02:12:27.1576857Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1577197Z 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:12:27.1577521Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1577586Z with 2022-11-23T02:12:27.1577645Z [ 2022-11-23T02:12:27.1577742Z T=torch::autograd::ViewInfo 2022-11-23T02:12:27.1577801Z ] 2022-11-23T02:12:27.1578097Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1578160Z with 2022-11-23T02:12:27.1578251Z [ 2022-11-23T02:12:27.1578335Z T=c10::IValue 2022-11-23T02:12:27.1578395Z ] 2022-11-23T02:12:27.1578700Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1578764Z with 2022-11-23T02:12:27.1578825Z [ 2022-11-23T02:12:27.1578899Z T=c10::IValue 2022-11-23T02:12:27.1578960Z ] 2022-11-23T02:12:27.1579313Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1579376Z with 2022-11-23T02:12:27.1579439Z [ 2022-11-23T02:12:27.1579516Z T=c10::IValue 2022-11-23T02:12:27.1579575Z ] 2022-11-23T02:12:27.1579982Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1580057Z with 2022-11-23T02:12:27.1580105Z [ 2022-11-23T02:12:27.1580183Z T=c10::IValue 2022-11-23T02:12:27.1580244Z ] 2022-11-23T02:12:27.1580555Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1580964Z 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:12:27.1581298Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1581364Z with 2022-11-23T02:12:27.1581428Z [ 2022-11-23T02:12:27.1581505Z T=c10::IValue 2022-11-23T02:12:27.1581566Z ] 2022-11-23T02:12:27.1581858Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1581920Z with 2022-11-23T02:12:27.1581980Z [ 2022-11-23T02:12:27.1582063Z T=c10::AliasInfo 2022-11-23T02:12:27.1582126Z ] 2022-11-23T02:12:27.1582429Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1582493Z with 2022-11-23T02:12:27.1582540Z [ 2022-11-23T02:12:27.1582621Z T=c10::AliasInfo 2022-11-23T02:12:27.1582684Z ] 2022-11-23T02:12:27.1583027Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1583091Z with 2022-11-23T02:12:27.1583152Z [ 2022-11-23T02:12:27.1583232Z T=c10::AliasInfo 2022-11-23T02:12:27.1583294Z ] 2022-11-23T02:12:27.1583665Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1583729Z with 2022-11-23T02:12:27.1583791Z [ 2022-11-23T02:12:27.1583869Z T=c10::AliasInfo 2022-11-23T02:12:27.1583930Z ] 2022-11-23T02:12:27.1584240Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1584608Z 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:12:27.1584936Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1585000Z with 2022-11-23T02:12:27.1585049Z [ 2022-11-23T02:12:27.1585130Z T=c10::AliasInfo 2022-11-23T02:12:27.1585191Z ] 2022-11-23T02:12:27.1585483Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1585547Z with 2022-11-23T02:12:27.1585609Z [ 2022-11-23T02:12:27.1585738Z T=std::vector> 2022-11-23T02:12:27.1585798Z ] 2022-11-23T02:12:27.1586104Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1586218Z with 2022-11-23T02:12:27.1586284Z [ 2022-11-23T02:12:27.1586457Z T=std::vector> 2022-11-23T02:12:27.1586519Z ] 2022-11-23T02:12:27.1586863Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1586926Z with 2022-11-23T02:12:27.1586988Z [ 2022-11-23T02:12:27.1587152Z T=std::vector> 2022-11-23T02:12:27.1587215Z ] 2022-11-23T02:12:27.1587581Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1587644Z with 2022-11-23T02:12:27.1587704Z [ 2022-11-23T02:12:27.1587835Z T=std::vector> 2022-11-23T02:12:27.1587898Z ] 2022-11-23T02:12:27.1588231Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:12:27.1588295Z with 2022-11-23T02:12:27.1588356Z [ 2022-11-23T02:12:27.1588435Z T=c10::SymInt 2022-11-23T02:12:27.1588499Z ] 2022-11-23T02:12:27.1588825Z 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:12:27.1588888Z with 2022-11-23T02:12:27.1588949Z [ 2022-11-23T02:12:27.1589026Z T=c10::SymInt 2022-11-23T02:12:27.1589073Z ] 2022-11-23T02:12:27.1589427Z 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:12:27.1589833Z 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:12:27.1590296Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1590363Z with 2022-11-23T02:12:27.1590424Z [ 2022-11-23T02:12:27.1590559Z T=std::vector> 2022-11-23T02:12:27.1590622Z ] 2022-11-23T02:12:27.1590917Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1590981Z with 2022-11-23T02:12:27.1591041Z [ 2022-11-23T02:12:27.1591177Z T=c10::either 2022-11-23T02:12:27.1591243Z ] 2022-11-23T02:12:27.1591555Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1591621Z with 2022-11-23T02:12:27.1591683Z [ 2022-11-23T02:12:27.1591819Z T=c10::either 2022-11-23T02:12:27.1591881Z ] 2022-11-23T02:12:27.1592272Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1592326Z with 2022-11-23T02:12:27.1592389Z [ 2022-11-23T02:12:27.1592566Z T=c10::either 2022-11-23T02:12:27.1592637Z ] 2022-11-23T02:12:27.1593007Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1593074Z with 2022-11-23T02:12:27.1593134Z [ 2022-11-23T02:12:27.1593315Z T=c10::either 2022-11-23T02:12:27.1593377Z ] 2022-11-23T02:12:27.1593730Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.1594114Z 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:12:27.1594442Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1594512Z with 2022-11-23T02:12:27.1594572Z [ 2022-11-23T02:12:27.1594705Z T=c10::either 2022-11-23T02:12:27.1594767Z ] 2022-11-23T02:12:27.1595057Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1595119Z with 2022-11-23T02:12:27.1595181Z [ 2022-11-23T02:12:27.1595260Z T=at::StepCallbacks 2022-11-23T02:12:27.1595320Z ] 2022-11-23T02:12:27.1595627Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1595690Z with 2022-11-23T02:12:27.1595799Z [ 2022-11-23T02:12:27.1595887Z T=at::StepCallbacks 2022-11-23T02:12:27.1595947Z ] 2022-11-23T02:12:27.1596293Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1596356Z with 2022-11-23T02:12:27.1596416Z [ 2022-11-23T02:12:27.1596502Z T=at::StepCallbacks 2022-11-23T02:12:27.1596563Z ] 2022-11-23T02:12:27.1596935Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1596998Z with 2022-11-23T02:12:27.1597057Z [ 2022-11-23T02:12:27.1597130Z T=at::StepCallbacks 2022-11-23T02:12:27.1597195Z ] 2022-11-23T02:12:27.1597521Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1597853Z 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:12:27.1598215Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1598281Z with 2022-11-23T02:12:27.1598345Z [ 2022-11-23T02:12:27.1598433Z T=at::StepCallbacks 2022-11-23T02:12:27.1598494Z ] 2022-11-23T02:12:27.1598837Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1598906Z with 2022-11-23T02:12:27.1598966Z [ 2022-11-23T02:12:27.1599048Z T=c10::DimVector 2022-11-23T02:12:27.1599109Z ] 2022-11-23T02:12:27.1599416Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1599531Z with 2022-11-23T02:12:27.1599593Z [ 2022-11-23T02:12:27.1599663Z T=c10::DimVector 2022-11-23T02:12:27.1599722Z ] 2022-11-23T02:12:27.1600065Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1600131Z with 2022-11-23T02:12:27.1600191Z [ 2022-11-23T02:12:27.1600270Z T=c10::DimVector 2022-11-23T02:12:27.1600329Z ] 2022-11-23T02:12:27.1600696Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1600760Z with 2022-11-23T02:12:27.1600818Z [ 2022-11-23T02:12:27.1600898Z T=c10::DimVector 2022-11-23T02:12:27.1600958Z ] 2022-11-23T02:12:27.1601274Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1601592Z 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:12:27.1601968Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1602033Z with 2022-11-23T02:12:27.1602094Z [ 2022-11-23T02:12:27.1602162Z T=c10::DimVector 2022-11-23T02:12:27.1602222Z ] 2022-11-23T02:12:27.1602519Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1602583Z with 2022-11-23T02:12:27.1602642Z [ 2022-11-23T02:12:27.1602742Z T=c10::impl::AnnotatedSchema 2022-11-23T02:12:27.1602804Z ] 2022-11-23T02:12:27.1603106Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1603173Z with 2022-11-23T02:12:27.1603232Z [ 2022-11-23T02:12:27.1603334Z T=c10::impl::AnnotatedSchema 2022-11-23T02:12:27.1603396Z ] 2022-11-23T02:12:27.1603742Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1603806Z with 2022-11-23T02:12:27.1604240Z [ 2022-11-23T02:12:27.1604335Z T=c10::impl::AnnotatedSchema 2022-11-23T02:12:27.1604397Z ] 2022-11-23T02:12:27.1604768Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1604836Z with 2022-11-23T02:12:27.1604899Z [ 2022-11-23T02:12:27.1605053Z T=c10::impl::AnnotatedSchema 2022-11-23T02:12:27.1605118Z ] 2022-11-23T02:12:27.1605455Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1605853Z 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:12:27.1606182Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1606245Z with 2022-11-23T02:12:27.1606309Z [ 2022-11-23T02:12:27.1606409Z T=c10::impl::AnnotatedSchema 2022-11-23T02:12:27.1606470Z ] 2022-11-23T02:12:27.1606766Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1606829Z with 2022-11-23T02:12:27.1606892Z [ 2022-11-23T02:12:27.1607031Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:12:27.1607079Z ] 2022-11-23T02:12:27.1607383Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1607448Z with 2022-11-23T02:12:27.1607508Z [ 2022-11-23T02:12:27.1607646Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:12:27.1607707Z ] 2022-11-23T02:12:27.1608101Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1608166Z with 2022-11-23T02:12:27.1608228Z [ 2022-11-23T02:12:27.1608365Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:12:27.1608427Z ] 2022-11-23T02:12:27.1608801Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1608864Z with 2022-11-23T02:12:27.1608924Z [ 2022-11-23T02:12:27.1609057Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:12:27.1609123Z ] 2022-11-23T02:12:27.1609488Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1609867Z 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:12:27.1610236Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1610302Z with 2022-11-23T02:12:27.1610349Z [ 2022-11-23T02:12:27.1610485Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:12:27.1610546Z ] 2022-11-23T02:12:27.1610841Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1610908Z with 2022-11-23T02:12:27.1610967Z [ 2022-11-23T02:12:27.1611081Z T=std::tuple 2022-11-23T02:12:27.1611177Z ] 2022-11-23T02:12:27.1611508Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1611572Z with 2022-11-23T02:12:27.1611635Z [ 2022-11-23T02:12:27.1611749Z T=std::tuple 2022-11-23T02:12:27.1611811Z ] 2022-11-23T02:12:27.1612200Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1612267Z with 2022-11-23T02:12:27.1612315Z [ 2022-11-23T02:12:27.1612428Z T=std::tuple 2022-11-23T02:12:27.1612488Z ] 2022-11-23T02:12:27.1612855Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1612919Z with 2022-11-23T02:12:27.1612979Z [ 2022-11-23T02:12:27.1613095Z T=std::tuple 2022-11-23T02:12:27.1613157Z ] 2022-11-23T02:12:27.1613495Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.1613850Z 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:12:27.1614228Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1614293Z with 2022-11-23T02:12:27.1614357Z [ 2022-11-23T02:12:27.1614468Z T=std::tuple 2022-11-23T02:12:27.1614533Z ] 2022-11-23T02:12:27.1614829Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1614892Z with 2022-11-23T02:12:27.1614953Z [ 2022-11-23T02:12:27.1615034Z T=torch::jit::SourceRange 2022-11-23T02:12:27.1615101Z ] 2022-11-23T02:12:27.1615409Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1615474Z with 2022-11-23T02:12:27.1615535Z [ 2022-11-23T02:12:27.1615628Z T=torch::jit::SourceRange 2022-11-23T02:12:27.1615689Z ] 2022-11-23T02:12:27.1616081Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1616148Z with 2022-11-23T02:12:27.1616210Z [ 2022-11-23T02:12:27.1616301Z T=torch::jit::SourceRange 2022-11-23T02:12:27.1616361Z ] 2022-11-23T02:12:27.1616733Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1616799Z with 2022-11-23T02:12:27.1616860Z [ 2022-11-23T02:12:27.1616952Z T=torch::jit::SourceRange 2022-11-23T02:12:27.1616999Z ] 2022-11-23T02:12:27.1617326Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1617721Z 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:12:27.1618098Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1618168Z with 2022-11-23T02:12:27.1618229Z [ 2022-11-23T02:12:27.1618321Z T=torch::jit::SourceRange 2022-11-23T02:12:27.1618381Z ] 2022-11-23T02:12:27.1618673Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1618736Z with 2022-11-23T02:12:27.1618796Z [ 2022-11-23T02:12:27.1618913Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:12:27.1618974Z ] 2022-11-23T02:12:27.1619275Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1619338Z with 2022-11-23T02:12:27.1619447Z [ 2022-11-23T02:12:27.1619559Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:12:27.1619607Z ] 2022-11-23T02:12:27.1619949Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1620012Z with 2022-11-23T02:12:27.1620072Z [ 2022-11-23T02:12:27.1620180Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:12:27.1620240Z ] 2022-11-23T02:12:27.1620609Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1620673Z with 2022-11-23T02:12:27.1620734Z [ 2022-11-23T02:12:27.1620845Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:12:27.1620909Z ] 2022-11-23T02:12:27.1621250Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1621599Z 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:12:27.1621965Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1622031Z with 2022-11-23T02:12:27.1622093Z [ 2022-11-23T02:12:27.1622203Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:12:27.1622264Z ] 2022-11-23T02:12:27.1622562Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1622612Z with 2022-11-23T02:12:27.1622676Z [ 2022-11-23T02:12:27.1622786Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:12:27.1622846Z ] 2022-11-23T02:12:27.1623150Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1623217Z with 2022-11-23T02:12:27.1623278Z [ 2022-11-23T02:12:27.1623386Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:12:27.1623449Z ] 2022-11-23T02:12:27.1623858Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1623926Z with 2022-11-23T02:12:27.1623989Z [ 2022-11-23T02:12:27.1624096Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:12:27.1624156Z ] 2022-11-23T02:12:27.1624568Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1624634Z with 2022-11-23T02:12:27.1624682Z [ 2022-11-23T02:12:27.1624789Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:12:27.1624854Z ] 2022-11-23T02:12:27.1625191Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1625534Z 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:12:27.1625908Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1625973Z with 2022-11-23T02:12:27.1626032Z [ 2022-11-23T02:12:27.1626140Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:12:27.1626203Z ] 2022-11-23T02:12:27.1626495Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1626557Z with 2022-11-23T02:12:27.1626617Z [ 2022-11-23T02:12:27.1626706Z T=torch::jit::ScopePtr 2022-11-23T02:12:27.1626767Z ] 2022-11-23T02:12:27.1627080Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1627142Z with 2022-11-23T02:12:27.1627192Z [ 2022-11-23T02:12:27.1627281Z T=torch::jit::ScopePtr 2022-11-23T02:12:27.1627345Z ] 2022-11-23T02:12:27.1627731Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1627795Z with 2022-11-23T02:12:27.1627856Z [ 2022-11-23T02:12:27.1627943Z T=torch::jit::ScopePtr 2022-11-23T02:12:27.1628004Z ] 2022-11-23T02:12:27.1628369Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1628434Z with 2022-11-23T02:12:27.1628495Z [ 2022-11-23T02:12:27.1628584Z T=torch::jit::ScopePtr 2022-11-23T02:12:27.1628643Z ] 2022-11-23T02:12:27.1628969Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1629298Z 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:12:27.1629619Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1629684Z with 2022-11-23T02:12:27.1629773Z [ 2022-11-23T02:12:27.1629869Z T=torch::jit::ScopePtr 2022-11-23T02:12:27.1629930Z ] 2022-11-23T02:12:27.1630294Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1630359Z with 2022-11-23T02:12:27.1630420Z [ 2022-11-23T02:12:27.1630562Z T=at::ThreadLocalState 2022-11-23T02:12:27.1630627Z ] 2022-11-23T02:12:27.1630936Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1631001Z with 2022-11-23T02:12:27.1631061Z [ 2022-11-23T02:12:27.1631154Z T=at::ThreadLocalState 2022-11-23T02:12:27.1631264Z ] 2022-11-23T02:12:27.1631610Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1631673Z with 2022-11-23T02:12:27.1631733Z [ 2022-11-23T02:12:27.1631811Z T=at::ThreadLocalState 2022-11-23T02:12:27.1631874Z ] 2022-11-23T02:12:27.1632241Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1632303Z with 2022-11-23T02:12:27.1632362Z [ 2022-11-23T02:12:27.1632451Z T=at::ThreadLocalState 2022-11-23T02:12:27.1632512Z ] 2022-11-23T02:12:27.1632838Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1633183Z 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:12:27.1633547Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1633613Z with 2022-11-23T02:12:27.1633678Z [ 2022-11-23T02:12:27.1633770Z T=at::ThreadLocalState 2022-11-23T02:12:27.1633832Z ] 2022-11-23T02:12:27.1634131Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1634196Z with 2022-11-23T02:12:27.1634256Z [ 2022-11-23T02:12:27.1634356Z T=std::shared_ptr 2022-11-23T02:12:27.1634417Z ] 2022-11-23T02:12:27.1634729Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1634791Z with 2022-11-23T02:12:27.1634852Z [ 2022-11-23T02:12:27.1634963Z T=std::shared_ptr 2022-11-23T02:12:27.1635023Z ] 2022-11-23T02:12:27.1635368Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1635432Z with 2022-11-23T02:12:27.1635494Z [ 2022-11-23T02:12:27.1635602Z T=std::shared_ptr 2022-11-23T02:12:27.1635664Z ] 2022-11-23T02:12:27.1636088Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1636153Z with 2022-11-23T02:12:27.1636214Z [ 2022-11-23T02:12:27.1636324Z T=std::shared_ptr 2022-11-23T02:12:27.1636371Z ] 2022-11-23T02:12:27.1636754Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.1637085Z 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:12:27.1637493Z 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:12:27.1637825Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1637893Z with 2022-11-23T02:12:27.1637958Z [ 2022-11-23T02:12:27.1638068Z T=std::shared_ptr 2022-11-23T02:12:27.1638130Z ] 2022-11-23T02:12:27.1638423Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1638492Z with 2022-11-23T02:12:27.1638555Z [ 2022-11-23T02:12:27.1638654Z T=torch::jit::GraphExecutor 2022-11-23T02:12:27.1638714Z ] 2022-11-23T02:12:27.1639017Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1639080Z with 2022-11-23T02:12:27.1639140Z [ 2022-11-23T02:12:27.1639237Z T=torch::jit::GraphExecutor 2022-11-23T02:12:27.1639337Z ] 2022-11-23T02:12:27.1639669Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1639732Z with 2022-11-23T02:12:27.1639792Z [ 2022-11-23T02:12:27.1639890Z T=torch::jit::GraphExecutor 2022-11-23T02:12:27.1639951Z ] 2022-11-23T02:12:27.1640319Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1640384Z with 2022-11-23T02:12:27.1640444Z [ 2022-11-23T02:12:27.1640540Z T=torch::jit::GraphExecutor 2022-11-23T02:12:27.1640600Z ] 2022-11-23T02:12:27.1640935Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1641257Z 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:12:27.1641613Z 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:12:27.1641939Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1642003Z with 2022-11-23T02:12:27.1642064Z [ 2022-11-23T02:12:27.1642162Z T=torch::jit::GraphExecutor 2022-11-23T02:12:27.1642223Z ] 2022-11-23T02:12:27.1642516Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1642580Z with 2022-11-23T02:12:27.1642673Z [ 2022-11-23T02:12:27.1642761Z T=torch::jit::Method 2022-11-23T02:12:27.1642823Z ] 2022-11-23T02:12:27.1643131Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1643193Z with 2022-11-23T02:12:27.1643254Z [ 2022-11-23T02:12:27.1643340Z T=torch::jit::Method 2022-11-23T02:12:27.1643400Z ] 2022-11-23T02:12:27.1643744Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1643808Z with 2022-11-23T02:12:27.1643869Z [ 2022-11-23T02:12:27.1643954Z T=torch::jit::Method 2022-11-23T02:12:27.1644014Z ] 2022-11-23T02:12:27.1644388Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1644451Z with 2022-11-23T02:12:27.1644499Z [ 2022-11-23T02:12:27.1644587Z T=torch::jit::Method 2022-11-23T02:12:27.1644646Z ] 2022-11-23T02:12:27.1645004Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1645329Z 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:12:27.1645656Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1645723Z with 2022-11-23T02:12:27.1645783Z [ 2022-11-23T02:12:27.1645871Z T=torch::jit::Method 2022-11-23T02:12:27.1645932Z ] 2022-11-23T02:12:27.1646220Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1646283Z with 2022-11-23T02:12:27.1646343Z [ 2022-11-23T02:12:27.1646478Z T=std::vector> 2022-11-23T02:12:27.1646536Z ] 2022-11-23T02:12:27.1646838Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1646904Z with 2022-11-23T02:12:27.1646952Z [ 2022-11-23T02:12:27.1647087Z T=std::vector> 2022-11-23T02:12:27.1647203Z ] 2022-11-23T02:12:27.1647546Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1647610Z with 2022-11-23T02:12:27.1647671Z [ 2022-11-23T02:12:27.1647834Z T=std::vector> 2022-11-23T02:12:27.1647911Z ] 2022-11-23T02:12:27.1648287Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1648352Z with 2022-11-23T02:12:27.1648462Z [ 2022-11-23T02:12:27.1648596Z T=std::vector> 2022-11-23T02:12:27.1648657Z ] 2022-11-23T02:12:27.1649014Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:12:27.1649372Z 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:12:27.1649699Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1649762Z with 2022-11-23T02:12:27.1649825Z [ 2022-11-23T02:12:27.1649954Z T=std::vector> 2022-11-23T02:12:27.1650003Z ] 2022-11-23T02:12:27.1650292Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1650357Z with 2022-11-23T02:12:27.1650418Z [ 2022-11-23T02:12:27.1650577Z T=std::function 2022-11-23T02:12:27.1650639Z ] 2022-11-23T02:12:27.1650987Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1651053Z with 2022-11-23T02:12:27.1651113Z [ 2022-11-23T02:12:27.1651271Z T=std::function 2022-11-23T02:12:27.1651334Z ] 2022-11-23T02:12:27.1651672Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1651734Z with 2022-11-23T02:12:27.1651794Z [ 2022-11-23T02:12:27.1651952Z T=std::function 2022-11-23T02:12:27.1652012Z ] 2022-11-23T02:12:27.1652383Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1652446Z with 2022-11-23T02:12:27.1652494Z [ 2022-11-23T02:12:27.1652648Z T=std::function 2022-11-23T02:12:27.1652713Z ] 2022-11-23T02:12:27.1653086Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.1653479Z 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:12:27.1653805Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1653871Z with 2022-11-23T02:12:27.1653935Z [ 2022-11-23T02:12:27.1654136Z T=std::function 2022-11-23T02:12:27.1654197Z ] 2022-11-23T02:12:27.1654490Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1654554Z with 2022-11-23T02:12:27.1654614Z [ 2022-11-23T02:12:27.1654800Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:12:27.1654861Z ] 2022-11-23T02:12:27.1655169Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1655232Z with 2022-11-23T02:12:27.1655295Z [ 2022-11-23T02:12:27.1655477Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:12:27.1655527Z ] 2022-11-23T02:12:27.1655868Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1655933Z with 2022-11-23T02:12:27.1656001Z [ 2022-11-23T02:12:27.1656181Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:12:27.1656241Z ] 2022-11-23T02:12:27.1656657Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1656723Z with 2022-11-23T02:12:27.1656783Z [ 2022-11-23T02:12:27.1656966Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:12:27.1657029Z ] 2022-11-23T02:12:27.1657433Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1657862Z 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:12:27.1658189Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1658252Z with 2022-11-23T02:12:27.1658313Z [ 2022-11-23T02:12:27.1658494Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:12:27.1658556Z ] 2022-11-23T02:12:27.1658849Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1658914Z with 2022-11-23T02:12:27.1658975Z [ 2022-11-23T02:12:27.1659087Z T=std::vector> 2022-11-23T02:12:27.1659149Z ] 2022-11-23T02:12:27.1659455Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1659517Z with 2022-11-23T02:12:27.1659578Z [ 2022-11-23T02:12:27.1659702Z T=std::vector> 2022-11-23T02:12:27.1659763Z ] 2022-11-23T02:12:27.1660106Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1660216Z with 2022-11-23T02:12:27.1660277Z [ 2022-11-23T02:12:27.1660398Z T=std::vector> 2022-11-23T02:12:27.1660460Z ] 2022-11-23T02:12:27.1660831Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1660894Z with 2022-11-23T02:12:27.1660956Z [ 2022-11-23T02:12:27.1661077Z T=std::vector> 2022-11-23T02:12:27.1661124Z ] 2022-11-23T02:12:27.1661456Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:12:27.1661521Z with 2022-11-23T02:12:27.1661581Z [ 2022-11-23T02:12:27.1661652Z T=double 2022-11-23T02:12:27.1661712Z ] 2022-11-23T02:12:27.1662087Z 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:12:27.1662151Z with 2022-11-23T02:12:27.1662258Z [ 2022-11-23T02:12:27.1662329Z T=double 2022-11-23T02:12:27.1662390Z ] 2022-11-23T02:12:27.1662712Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1662777Z with 2022-11-23T02:12:27.1662840Z [ 2022-11-23T02:12:27.1662961Z T=std::vector> 2022-11-23T02:12:27.1663008Z ] 2022-11-23T02:12:27.1663301Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1663367Z with 2022-11-23T02:12:27.1663488Z [ 2022-11-23T02:12:27.1663601Z T=std::tuple 2022-11-23T02:12:27.1663663Z ] 2022-11-23T02:12:27.1663973Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1664037Z with 2022-11-23T02:12:27.1664098Z [ 2022-11-23T02:12:27.1664252Z T=std::tuple 2022-11-23T02:12:27.1664317Z ] 2022-11-23T02:12:27.1664666Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1664730Z with 2022-11-23T02:12:27.1664791Z [ 2022-11-23T02:12:27.1664897Z T=std::tuple 2022-11-23T02:12:27.1664946Z ] 2022-11-23T02:12:27.1665316Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1665381Z with 2022-11-23T02:12:27.1665441Z [ 2022-11-23T02:12:27.1665549Z T=std::tuple 2022-11-23T02:12:27.1665609Z ] 2022-11-23T02:12:27.1665946Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.1666729Z 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:12:27.1667058Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1667123Z with 2022-11-23T02:12:27.1667186Z [ 2022-11-23T02:12:27.1667299Z T=std::tuple 2022-11-23T02:12:27.1667360Z ] 2022-11-23T02:12:27.1667651Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1667716Z with 2022-11-23T02:12:27.1667777Z [ 2022-11-23T02:12:27.1667914Z T=std::vector> 2022-11-23T02:12:27.1667975Z ] 2022-11-23T02:12:27.1668283Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1668335Z with 2022-11-23T02:12:27.1668396Z [ 2022-11-23T02:12:27.1668571Z T=std::vector> 2022-11-23T02:12:27.1668634Z ] 2022-11-23T02:12:27.1668982Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1669049Z with 2022-11-23T02:12:27.1669109Z [ 2022-11-23T02:12:27.1669240Z T=std::vector> 2022-11-23T02:12:27.1669300Z ] 2022-11-23T02:12:27.1669667Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1669732Z with 2022-11-23T02:12:27.1669792Z [ 2022-11-23T02:12:27.1669919Z T=std::vector> 2022-11-23T02:12:27.1669982Z ] 2022-11-23T02:12:27.1670398Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:12:27.1670787Z 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:12:27.1671112Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1671179Z with 2022-11-23T02:12:27.1671241Z [ 2022-11-23T02:12:27.1671362Z T=std::vector> 2022-11-23T02:12:27.1671425Z ] 2022-11-23T02:12:27.1671904Z [2/2] "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\bin\Hostx64\x64/link.exe" main.o /nologo /DLL c10.lib torch_cpu.lib torch.lib /LIBPATH:C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib torch_python.lib /LIBPATH:C:\Jenkins\Miniconda3\libs /out:inline_jit_extension_with_functions_list.pyd 2022-11-23T02:12:27.1672159Z Creating library inline_jit_extension_with_functions_list.lib and object inline_jit_extension_with_functions_list.exp 2022-11-23T02:12:27.1672305Z Loading extension module inline_jit_extension_with_functions_list... 2022-11-23T02:12:27.1672372Z ok (12.421s) 2022-11-23T02:12:27.1672667Z test_jit_compile_extension (__main__.TestCppExtensionJIT) ... Using C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116 as PyTorch extensions root... 2022-11-23T02:12:27.1672909Z Creating extension directory C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116\jit_extension... 2022-11-23T02:12:27.1673155Z Emitting ninja build file C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116\jit_extension\build.ninja... 2022-11-23T02:12:27.1673266Z Building extension module jit_extension... 2022-11-23T02:12:27.1673467Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-11-23T02:12:27.1674476Z [1/3] cl /showIncludes -DTORCH_EXTENSION_NAME=jit_extension -DTORCH_API_INCLUDE_EXTENSION_H -IC:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions -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:\Jenkins\Miniconda3\Include -D_GLIBCXX_USE_CXX11_ABI=0 /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /EHsc -g -c C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\jit_extension2.cpp /Fojit_extension2.o 2022-11-23T02:12:27.1674617Z Microsoft (R) C/C++ Optimizing Compiler Version 19.28.29337 for x64 2022-11-23T02:12:27.1674757Z Copyright (C) Microsoft Corporation. All rights reserved. 2022-11-23T02:12:27.1674771Z 2022-11-23T02:12:27.1674904Z cl : Command line warning D9002 : ignoring unknown option '-g' 2022-11-23T02:12:27.1675204Z 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:12:27.1675503Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1675569Z with 2022-11-23T02:12:27.1675636Z [ 2022-11-23T02:12:27.1675718Z T=c10::SymInt 2022-11-23T02:12:27.1675782Z ] 2022-11-23T02:12:27.1676091Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1676156Z with 2022-11-23T02:12:27.1676218Z [ 2022-11-23T02:12:27.1676293Z T=c10::SymInt 2022-11-23T02:12:27.1676357Z ] 2022-11-23T02:12:27.1676701Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1676752Z with 2022-11-23T02:12:27.1676812Z [ 2022-11-23T02:12:27.1676889Z T=c10::SymInt 2022-11-23T02:12:27.1676949Z ] 2022-11-23T02:12:27.1677322Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1677386Z with 2022-11-23T02:12:27.1677447Z [ 2022-11-23T02:12:27.1677523Z T=c10::SymInt 2022-11-23T02:12:27.1677627Z ] 2022-11-23T02:12:27.1677942Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1678250Z 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:12:27.1678579Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1678642Z with 2022-11-23T02:12:27.1678702Z [ 2022-11-23T02:12:27.1678780Z T=c10::SymInt 2022-11-23T02:12:27.1678841Z ] 2022-11-23T02:12:27.1679117Z 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:12:27.1679415Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1679467Z with 2022-11-23T02:12:27.1679527Z [ 2022-11-23T02:12:27.1679611Z T=at::TensorBase 2022-11-23T02:12:27.1679672Z ] 2022-11-23T02:12:27.1680022Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1680087Z with 2022-11-23T02:12:27.1680148Z [ 2022-11-23T02:12:27.1680230Z T=at::TensorBase 2022-11-23T02:12:27.1680290Z ] 2022-11-23T02:12:27.1680636Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1680701Z with 2022-11-23T02:12:27.1680763Z [ 2022-11-23T02:12:27.1680845Z T=at::TensorBase 2022-11-23T02:12:27.1680906Z ] 2022-11-23T02:12:27.1681274Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1681328Z with 2022-11-23T02:12:27.1681388Z [ 2022-11-23T02:12:27.1681471Z T=at::TensorBase 2022-11-23T02:12:27.1681532Z ] 2022-11-23T02:12:27.1681844Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1682165Z 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:12:27.1682491Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1682558Z with 2022-11-23T02:12:27.1682619Z [ 2022-11-23T02:12:27.1682701Z T=at::TensorBase 2022-11-23T02:12:27.1682764Z ] 2022-11-23T02:12:27.1683053Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1683116Z with 2022-11-23T02:12:27.1683175Z [ 2022-11-23T02:12:27.1683295Z T=at::Tensor 2022-11-23T02:12:27.1683355Z ] 2022-11-23T02:12:27.1683644Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1683707Z with 2022-11-23T02:12:27.1683767Z [ 2022-11-23T02:12:27.1683843Z T=at::Tensor 2022-11-23T02:12:27.1683904Z ] 2022-11-23T02:12:27.1684247Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1684311Z with 2022-11-23T02:12:27.1684370Z [ 2022-11-23T02:12:27.1684445Z T=at::Tensor 2022-11-23T02:12:27.1684508Z ] 2022-11-23T02:12:27.1684876Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1684942Z with 2022-11-23T02:12:27.1685002Z [ 2022-11-23T02:12:27.1685077Z T=at::Tensor 2022-11-23T02:12:27.1685138Z ] 2022-11-23T02:12:27.1685433Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1685783Z 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:12:27.1686121Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1686175Z with 2022-11-23T02:12:27.1686236Z [ 2022-11-23T02:12:27.1686314Z T=at::Tensor 2022-11-23T02:12:27.1686373Z ] 2022-11-23T02:12:27.1686666Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1686728Z with 2022-11-23T02:12:27.1686789Z [ 2022-11-23T02:12:27.1686871Z T=at::Generator 2022-11-23T02:12:27.1686932Z ] 2022-11-23T02:12:27.1687238Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1687301Z with 2022-11-23T02:12:27.1687361Z [ 2022-11-23T02:12:27.1687441Z T=at::Generator 2022-11-23T02:12:27.1687505Z ] 2022-11-23T02:12:27.1687841Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1687903Z with 2022-11-23T02:12:27.1687964Z [ 2022-11-23T02:12:27.1688043Z T=at::Generator 2022-11-23T02:12:27.1688104Z ] 2022-11-23T02:12:27.1688476Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1688539Z with 2022-11-23T02:12:27.1688600Z [ 2022-11-23T02:12:27.1688679Z T=at::Generator 2022-11-23T02:12:27.1688739Z ] 2022-11-23T02:12:27.1689049Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1689404Z 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:12:27.1689729Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1689793Z with 2022-11-23T02:12:27.1689857Z [ 2022-11-23T02:12:27.1689936Z T=at::Generator 2022-11-23T02:12:27.1689997Z ] 2022-11-23T02:12:27.1690274Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1690339Z with 2022-11-23T02:12:27.1690399Z [ 2022-11-23T02:12:27.1690477Z T=c10::Scalar 2022-11-23T02:12:27.1690539Z ] 2022-11-23T02:12:27.1690840Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1690906Z with 2022-11-23T02:12:27.1690966Z [ 2022-11-23T02:12:27.1691042Z T=c10::Scalar 2022-11-23T02:12:27.1691103Z ] 2022-11-23T02:12:27.1691482Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1691551Z with 2022-11-23T02:12:27.1691612Z [ 2022-11-23T02:12:27.1691688Z T=c10::Scalar 2022-11-23T02:12:27.1691748Z ] 2022-11-23T02:12:27.1692107Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1692171Z with 2022-11-23T02:12:27.1692233Z [ 2022-11-23T02:12:27.1692308Z T=c10::Scalar 2022-11-23T02:12:27.1692369Z ] 2022-11-23T02:12:27.1692684Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1692995Z 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:12:27.1693316Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1693381Z with 2022-11-23T02:12:27.1693442Z [ 2022-11-23T02:12:27.1693517Z T=c10::Scalar 2022-11-23T02:12:27.1693577Z ] 2022-11-23T02:12:27.1693868Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1693930Z with 2022-11-23T02:12:27.1693990Z [ 2022-11-23T02:12:27.1694068Z T=std::string 2022-11-23T02:12:27.1694129Z ] 2022-11-23T02:12:27.1694421Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1694484Z with 2022-11-23T02:12:27.1694543Z [ 2022-11-23T02:12:27.1694660Z T=std::string 2022-11-23T02:12:27.1694721Z ] 2022-11-23T02:12:27.1695154Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1695223Z with 2022-11-23T02:12:27.1695284Z [ 2022-11-23T02:12:27.1695361Z T=std::string 2022-11-23T02:12:27.1695424Z ] 2022-11-23T02:12:27.1695836Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1695900Z with 2022-11-23T02:12:27.1695960Z [ 2022-11-23T02:12:27.1696044Z T=std::string 2022-11-23T02:12:27.1696106Z ] 2022-11-23T02:12:27.1696406Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1696718Z 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:12:27.1697436Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1697511Z with 2022-11-23T02:12:27.1697575Z [ 2022-11-23T02:12:27.1697657Z T=std::string 2022-11-23T02:12:27.1697720Z ] 2022-11-23T02:12:27.1698016Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1698084Z with 2022-11-23T02:12:27.1698144Z [ 2022-11-23T02:12:27.1698234Z T=c10::QualifiedName 2022-11-23T02:12:27.1698294Z ] 2022-11-23T02:12:27.1698725Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1698820Z with 2022-11-23T02:12:27.1704189Z [ 2022-11-23T02:12:27.1704408Z T=c10::QualifiedName 2022-11-23T02:12:27.1704508Z ] 2022-11-23T02:12:27.1705125Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1705243Z with 2022-11-23T02:12:27.1705341Z [ 2022-11-23T02:12:27.1705500Z T=c10::QualifiedName 2022-11-23T02:12:27.1705612Z ] 2022-11-23T02:12:27.1706261Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1706374Z with 2022-11-23T02:12:27.1706476Z [ 2022-11-23T02:12:27.1706614Z T=c10::QualifiedName 2022-11-23T02:12:27.1706706Z ] 2022-11-23T02:12:27.1707085Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1707418Z 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:12:27.1707891Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1707957Z with 2022-11-23T02:12:27.1708021Z [ 2022-11-23T02:12:27.1708110Z T=c10::QualifiedName 2022-11-23T02:12:27.1708171Z ] 2022-11-23T02:12:27.1708470Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1708524Z with 2022-11-23T02:12:27.1708584Z [ 2022-11-23T02:12:27.1708715Z T=std::shared_ptr 2022-11-23T02:12:27.1708776Z ] 2022-11-23T02:12:27.1709085Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1709153Z with 2022-11-23T02:12:27.1709212Z [ 2022-11-23T02:12:27.1709340Z T=std::shared_ptr 2022-11-23T02:12:27.1709400Z ] 2022-11-23T02:12:27.1709747Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1709811Z with 2022-11-23T02:12:27.1709872Z [ 2022-11-23T02:12:27.1710060Z T=std::shared_ptr 2022-11-23T02:12:27.1710121Z ] 2022-11-23T02:12:27.1710576Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1710644Z with 2022-11-23T02:12:27.1710690Z [ 2022-11-23T02:12:27.1710820Z T=std::shared_ptr 2022-11-23T02:12:27.1710881Z ] 2022-11-23T02:12:27.1711234Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.1711579Z 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:12:27.1711902Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1711969Z with 2022-11-23T02:12:27.1712030Z [ 2022-11-23T02:12:27.1712159Z T=std::shared_ptr 2022-11-23T02:12:27.1712220Z ] 2022-11-23T02:12:27.1712518Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1712582Z with 2022-11-23T02:12:27.1712642Z [ 2022-11-23T02:12:27.1712766Z T=std::weak_ptr 2022-11-23T02:12:27.1712830Z ] 2022-11-23T02:12:27.1713140Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1713202Z with 2022-11-23T02:12:27.1713261Z [ 2022-11-23T02:12:27.1713370Z T=std::weak_ptr 2022-11-23T02:12:27.1713479Z ] 2022-11-23T02:12:27.1713827Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1713891Z with 2022-11-23T02:12:27.1713949Z [ 2022-11-23T02:12:27.1714072Z T=std::weak_ptr 2022-11-23T02:12:27.1714132Z ] 2022-11-23T02:12:27.1714501Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1714565Z with 2022-11-23T02:12:27.1714626Z [ 2022-11-23T02:12:27.1714748Z T=std::weak_ptr 2022-11-23T02:12:27.1714807Z ] 2022-11-23T02:12:27.1715159Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.1715503Z 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:12:27.1715870Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1715936Z with 2022-11-23T02:12:27.1715997Z [ 2022-11-23T02:12:27.1716124Z T=std::weak_ptr 2022-11-23T02:12:27.1716172Z ] 2022-11-23T02:12:27.1716463Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1716530Z with 2022-11-23T02:12:27.1716590Z [ 2022-11-23T02:12:27.1716743Z T=std::vector> 2022-11-23T02:12:27.1716805Z ] 2022-11-23T02:12:27.1717116Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1717179Z with 2022-11-23T02:12:27.1717244Z [ 2022-11-23T02:12:27.1717394Z T=std::vector> 2022-11-23T02:12:27.1717455Z ] 2022-11-23T02:12:27.1717798Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1717867Z with 2022-11-23T02:12:27.1717928Z [ 2022-11-23T02:12:27.1718076Z T=std::vector> 2022-11-23T02:12:27.1718136Z ] 2022-11-23T02:12:27.1718506Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1718570Z with 2022-11-23T02:12:27.1718621Z [ 2022-11-23T02:12:27.1718770Z T=std::vector> 2022-11-23T02:12:27.1718831Z ] 2022-11-23T02:12:27.1719189Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:12:27.1719603Z 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:12:27.1719930Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1719994Z with 2022-11-23T02:12:27.1720057Z [ 2022-11-23T02:12:27.1720207Z T=std::vector> 2022-11-23T02:12:27.1720268Z ] 2022-11-23T02:12:27.1720565Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1720630Z with 2022-11-23T02:12:27.1720693Z [ 2022-11-23T02:12:27.1720810Z T=std::vector> 2022-11-23T02:12:27.1720870Z ] 2022-11-23T02:12:27.1721180Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1721244Z with 2022-11-23T02:12:27.1721304Z [ 2022-11-23T02:12:27.1721409Z T=std::vector> 2022-11-23T02:12:27.1721513Z ] 2022-11-23T02:12:27.1721857Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1721921Z with 2022-11-23T02:12:27.1721981Z [ 2022-11-23T02:12:27.1722099Z T=std::vector> 2022-11-23T02:12:27.1722159Z ] 2022-11-23T02:12:27.1722529Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1722592Z with 2022-11-23T02:12:27.1722652Z [ 2022-11-23T02:12:27.1722767Z T=std::vector> 2022-11-23T02:12:27.1722827Z ] 2022-11-23T02:12:27.1723169Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:12:27.1723505Z 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:12:27.1723835Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1723898Z with 2022-11-23T02:12:27.1723961Z [ 2022-11-23T02:12:27.1724078Z T=std::vector> 2022-11-23T02:12:27.1724125Z ] 2022-11-23T02:12:27.1724422Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1724488Z with 2022-11-23T02:12:27.1724549Z [ 2022-11-23T02:12:27.1724712Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.1724773Z ] 2022-11-23T02:12:27.1725128Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1725190Z with 2022-11-23T02:12:27.1725250Z [ 2022-11-23T02:12:27.1725413Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.1725474Z ] 2022-11-23T02:12:27.1725818Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1725881Z with 2022-11-23T02:12:27.1725943Z [ 2022-11-23T02:12:27.1726102Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.1726163Z ] 2022-11-23T02:12:27.1726529Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1726596Z with 2022-11-23T02:12:27.1726644Z [ 2022-11-23T02:12:27.1726801Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.1726861Z ] 2022-11-23T02:12:27.1727275Z C:\actions-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:12:27.1727652Z 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:12:27.1727966Z 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:12:27.1728292Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1728356Z with 2022-11-23T02:12:27.1728419Z [ 2022-11-23T02:12:27.1728581Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.1728643Z ] 2022-11-23T02:12:27.1728934Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1729001Z with 2022-11-23T02:12:27.1729062Z [ 2022-11-23T02:12:27.1729216Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.1729277Z ] 2022-11-23T02:12:27.1729587Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1729649Z with 2022-11-23T02:12:27.1729708Z [ 2022-11-23T02:12:27.1729864Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.1729924Z ] 2022-11-23T02:12:27.1730267Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1730319Z with 2022-11-23T02:12:27.1730424Z [ 2022-11-23T02:12:27.1730577Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.1730638Z ] 2022-11-23T02:12:27.1731007Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1731069Z with 2022-11-23T02:12:27.1731130Z [ 2022-11-23T02:12:27.1731282Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.1731342Z ] 2022-11-23T02:12:27.1731707Z C:\actions-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:12:27.1732068Z 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:12:27.1732375Z 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:12:27.1732740Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1732805Z with 2022-11-23T02:12:27.1732868Z [ 2022-11-23T02:12:27.1733019Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.1733081Z ] 2022-11-23T02:12:27.1733377Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1733444Z with 2022-11-23T02:12:27.1733505Z [ 2022-11-23T02:12:27.1733629Z T=std::vector> 2022-11-23T02:12:27.1733676Z ] 2022-11-23T02:12:27.1733985Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1734050Z with 2022-11-23T02:12:27.1734112Z [ 2022-11-23T02:12:27.1734233Z T=std::vector> 2022-11-23T02:12:27.1734294Z ] 2022-11-23T02:12:27.1734641Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1734707Z with 2022-11-23T02:12:27.1734768Z [ 2022-11-23T02:12:27.1734893Z T=std::vector> 2022-11-23T02:12:27.1734953Z ] 2022-11-23T02:12:27.1735319Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1735382Z with 2022-11-23T02:12:27.1735443Z [ 2022-11-23T02:12:27.1735564Z T=std::vector> 2022-11-23T02:12:27.1735624Z ] 2022-11-23T02:12:27.1735956Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:12:27.1736350Z 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:12:27.1736674Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1736725Z with 2022-11-23T02:12:27.1736785Z [ 2022-11-23T02:12:27.1736907Z T=std::vector> 2022-11-23T02:12:27.1736969Z ] 2022-11-23T02:12:27.1737270Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1737333Z with 2022-11-23T02:12:27.1737394Z [ 2022-11-23T02:12:27.1737543Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:12:27.1737605Z ] 2022-11-23T02:12:27.1737915Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1737978Z with 2022-11-23T02:12:27.1738038Z [ 2022-11-23T02:12:27.1738186Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:12:27.1738246Z ] 2022-11-23T02:12:27.1738632Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1738700Z with 2022-11-23T02:12:27.1738748Z [ 2022-11-23T02:12:27.1738895Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:12:27.1738959Z ] 2022-11-23T02:12:27.1739330Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1739394Z with 2022-11-23T02:12:27.1739454Z [ 2022-11-23T02:12:27.1739599Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:12:27.1739659Z ] 2022-11-23T02:12:27.1740027Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.1740407Z 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:12:27.1740777Z 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:12:27.1741103Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1741169Z with 2022-11-23T02:12:27.1741230Z [ 2022-11-23T02:12:27.1741378Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:12:27.1741439Z ] 2022-11-23T02:12:27.1741736Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1741846Z with 2022-11-23T02:12:27.1741908Z [ 2022-11-23T02:12:27.1742053Z T=c10::impl::InlineStreamGuard 2022-11-23T02:12:27.1742102Z ] 2022-11-23T02:12:27.1742410Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1742472Z with 2022-11-23T02:12:27.1742531Z [ 2022-11-23T02:12:27.1742675Z T=c10::impl::InlineStreamGuard 2022-11-23T02:12:27.1742736Z ] 2022-11-23T02:12:27.1743085Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1743151Z with 2022-11-23T02:12:27.1743213Z [ 2022-11-23T02:12:27.1743357Z T=c10::impl::InlineStreamGuard 2022-11-23T02:12:27.1743417Z ] 2022-11-23T02:12:27.1743793Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1743858Z with 2022-11-23T02:12:27.1743918Z [ 2022-11-23T02:12:27.1744104Z T=c10::impl::InlineStreamGuard 2022-11-23T02:12:27.1744167Z ] 2022-11-23T02:12:27.1744534Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.1744922Z 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:12:27.1745292Z 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:12:27.1745620Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1745685Z with 2022-11-23T02:12:27.1745746Z [ 2022-11-23T02:12:27.1745881Z T=c10::impl::InlineStreamGuard 2022-11-23T02:12:27.1745943Z ] 2022-11-23T02:12:27.1746238Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1746302Z with 2022-11-23T02:12:27.1746362Z [ 2022-11-23T02:12:27.1746467Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:12:27.1746530Z ] 2022-11-23T02:12:27.1746836Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1746901Z with 2022-11-23T02:12:27.1746963Z [ 2022-11-23T02:12:27.1747066Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:12:27.1747125Z ] 2022-11-23T02:12:27.1747472Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1747579Z with 2022-11-23T02:12:27.1747640Z [ 2022-11-23T02:12:27.1747729Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:12:27.1747790Z ] 2022-11-23T02:12:27.1748159Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1748226Z with 2022-11-23T02:12:27.1748287Z [ 2022-11-23T02:12:27.1748390Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:12:27.1748451Z ] 2022-11-23T02:12:27.1748787Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1749110Z 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:12:27.1749176Z with 2022-11-23T02:12:27.1749239Z [ 2022-11-23T02:12:27.1749340Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:12:27.1749400Z ] 2022-11-23T02:12:27.1749764Z 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:12:27.1750222Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1750295Z with 2022-11-23T02:12:27.1750357Z [ 2022-11-23T02:12:27.1750464Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:12:27.1750515Z ] 2022-11-23T02:12:27.1750809Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1750873Z with 2022-11-23T02:12:27.1750934Z [ 2022-11-23T02:12:27.1751203Z T=std::vector> 2022-11-23T02:12:27.1751269Z ] 2022-11-23T02:12:27.1751580Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1751647Z with 2022-11-23T02:12:27.1751709Z [ 2022-11-23T02:12:27.1751943Z T=std::vector> 2022-11-23T02:12:27.1752007Z ] 2022-11-23T02:12:27.1752360Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1752423Z with 2022-11-23T02:12:27.1752484Z [ 2022-11-23T02:12:27.1752666Z T=std::vector> 2022-11-23T02:12:27.1752728Z ] 2022-11-23T02:12:27.1753104Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1753168Z with 2022-11-23T02:12:27.1753215Z [ 2022-11-23T02:12:27.1753397Z T=std::vector> 2022-11-23T02:12:27.1753512Z ] 2022-11-23T02:12:27.1753918Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:12:27.1754321Z 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:12:27.1754648Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1754714Z with 2022-11-23T02:12:27.1754776Z [ 2022-11-23T02:12:27.1754960Z T=std::vector> 2022-11-23T02:12:27.1755025Z ] 2022-11-23T02:12:27.1755325Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1755388Z with 2022-11-23T02:12:27.1755449Z [ 2022-11-23T02:12:27.1755549Z T=torch::autograd::ViewInfo 2022-11-23T02:12:27.1755611Z ] 2022-11-23T02:12:27.1755959Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1756028Z with 2022-11-23T02:12:27.1756092Z [ 2022-11-23T02:12:27.1756192Z T=torch::autograd::ViewInfo 2022-11-23T02:12:27.1756242Z ] 2022-11-23T02:12:27.1756586Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1756651Z with 2022-11-23T02:12:27.1756712Z [ 2022-11-23T02:12:27.1756811Z T=torch::autograd::ViewInfo 2022-11-23T02:12:27.1756874Z ] 2022-11-23T02:12:27.1757246Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1757309Z with 2022-11-23T02:12:27.1757372Z [ 2022-11-23T02:12:27.1757467Z T=torch::autograd::ViewInfo 2022-11-23T02:12:27.1757529Z ] 2022-11-23T02:12:27.1757855Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1758194Z 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:12:27.1758522Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1758587Z with 2022-11-23T02:12:27.1758648Z [ 2022-11-23T02:12:27.1758743Z T=torch::autograd::ViewInfo 2022-11-23T02:12:27.1758804Z ] 2022-11-23T02:12:27.1759097Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1759195Z with 2022-11-23T02:12:27.1759257Z [ 2022-11-23T02:12:27.1759335Z T=c10::IValue 2022-11-23T02:12:27.1759395Z ] 2022-11-23T02:12:27.1759701Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1759765Z with 2022-11-23T02:12:27.1759826Z [ 2022-11-23T02:12:27.1759902Z T=c10::IValue 2022-11-23T02:12:27.1759962Z ] 2022-11-23T02:12:27.1760308Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1760373Z with 2022-11-23T02:12:27.1760432Z [ 2022-11-23T02:12:27.1760509Z T=c10::IValue 2022-11-23T02:12:27.1760573Z ] 2022-11-23T02:12:27.1760947Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1760998Z with 2022-11-23T02:12:27.1761059Z [ 2022-11-23T02:12:27.1761135Z T=c10::IValue 2022-11-23T02:12:27.1761196Z ] 2022-11-23T02:12:27.1761547Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1761869Z 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:12:27.1762193Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1762258Z with 2022-11-23T02:12:27.1762319Z [ 2022-11-23T02:12:27.1762394Z T=c10::IValue 2022-11-23T02:12:27.1762456Z ] 2022-11-23T02:12:27.1762748Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1762811Z with 2022-11-23T02:12:27.1762871Z [ 2022-11-23T02:12:27.1762954Z T=c10::AliasInfo 2022-11-23T02:12:27.1763015Z ] 2022-11-23T02:12:27.1763312Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1763375Z with 2022-11-23T02:12:27.1763437Z [ 2022-11-23T02:12:27.1763517Z T=c10::AliasInfo 2022-11-23T02:12:27.1763577Z ] 2022-11-23T02:12:27.1763922Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1763983Z with 2022-11-23T02:12:27.1764042Z [ 2022-11-23T02:12:27.1764121Z T=c10::AliasInfo 2022-11-23T02:12:27.1764181Z ] 2022-11-23T02:12:27.1764551Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1764614Z with 2022-11-23T02:12:27.1764673Z [ 2022-11-23T02:12:27.1764752Z T=c10::AliasInfo 2022-11-23T02:12:27.1765282Z ] 2022-11-23T02:12:27.1765607Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1765931Z 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:12:27.1766266Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1766318Z with 2022-11-23T02:12:27.1766380Z [ 2022-11-23T02:12:27.1766463Z T=c10::AliasInfo 2022-11-23T02:12:27.1766525Z ] 2022-11-23T02:12:27.1766822Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1766892Z with 2022-11-23T02:12:27.1766953Z [ 2022-11-23T02:12:27.1767085Z T=std::vector> 2022-11-23T02:12:27.1767147Z ] 2022-11-23T02:12:27.1767455Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1767519Z with 2022-11-23T02:12:27.1767578Z [ 2022-11-23T02:12:27.1767754Z T=std::vector> 2022-11-23T02:12:27.1767817Z ] 2022-11-23T02:12:27.1768164Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1768230Z with 2022-11-23T02:12:27.1768279Z [ 2022-11-23T02:12:27.1768408Z T=std::vector> 2022-11-23T02:12:27.1768471Z ] 2022-11-23T02:12:27.1768844Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1768906Z with 2022-11-23T02:12:27.1768968Z [ 2022-11-23T02:12:27.1769096Z T=std::vector> 2022-11-23T02:12:27.1769157Z ] 2022-11-23T02:12:27.1769487Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:12:27.1769553Z with 2022-11-23T02:12:27.1769613Z [ 2022-11-23T02:12:27.1769690Z T=c10::SymInt 2022-11-23T02:12:27.1769752Z ] 2022-11-23T02:12:27.1770081Z 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:12:27.1770144Z with 2022-11-23T02:12:27.1770194Z [ 2022-11-23T02:12:27.1770270Z T=c10::SymInt 2022-11-23T02:12:27.1770332Z ] 2022-11-23T02:12:27.1770687Z 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:12:27.1771100Z 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:12:27.1771475Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1771540Z with 2022-11-23T02:12:27.1771602Z [ 2022-11-23T02:12:27.1771736Z T=std::vector> 2022-11-23T02:12:27.1771798Z ] 2022-11-23T02:12:27.1772095Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1772161Z with 2022-11-23T02:12:27.1772221Z [ 2022-11-23T02:12:27.1772362Z T=c10::either 2022-11-23T02:12:27.1772425Z ] 2022-11-23T02:12:27.1772732Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1772796Z with 2022-11-23T02:12:27.1772856Z [ 2022-11-23T02:12:27.1772992Z T=c10::either 2022-11-23T02:12:27.1773040Z ] 2022-11-23T02:12:27.1773438Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1773503Z with 2022-11-23T02:12:27.1773561Z [ 2022-11-23T02:12:27.1773693Z T=c10::either 2022-11-23T02:12:27.1773752Z ] 2022-11-23T02:12:27.1774115Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1774180Z with 2022-11-23T02:12:27.1774238Z [ 2022-11-23T02:12:27.1774356Z T=c10::either 2022-11-23T02:12:27.1774414Z ] 2022-11-23T02:12:27.1774766Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.1775145Z 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:12:27.1775475Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1775539Z with 2022-11-23T02:12:27.1775600Z [ 2022-11-23T02:12:27.1775731Z T=c10::either 2022-11-23T02:12:27.1775790Z ] 2022-11-23T02:12:27.1776086Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1776151Z with 2022-11-23T02:12:27.1776209Z [ 2022-11-23T02:12:27.1776299Z T=at::StepCallbacks 2022-11-23T02:12:27.1776356Z ] 2022-11-23T02:12:27.1776661Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1776766Z with 2022-11-23T02:12:27.1776823Z [ 2022-11-23T02:12:27.1776910Z T=at::StepCallbacks 2022-11-23T02:12:27.1776956Z ] 2022-11-23T02:12:27.1777302Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1777362Z with 2022-11-23T02:12:27.1777420Z [ 2022-11-23T02:12:27.1777505Z T=at::StepCallbacks 2022-11-23T02:12:27.1777565Z ] 2022-11-23T02:12:27.1777929Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1777992Z with 2022-11-23T02:12:27.1778052Z [ 2022-11-23T02:12:27.1778137Z T=at::StepCallbacks 2022-11-23T02:12:27.1778196Z ] 2022-11-23T02:12:27.1778516Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1778845Z 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:12:27.1779208Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1779271Z with 2022-11-23T02:12:27.1779331Z [ 2022-11-23T02:12:27.1779418Z T=at::StepCallbacks 2022-11-23T02:12:27.1779464Z ] 2022-11-23T02:12:27.1779761Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1779821Z with 2022-11-23T02:12:27.1779880Z [ 2022-11-23T02:12:27.1779960Z T=c10::DimVector 2022-11-23T02:12:27.1780019Z ] 2022-11-23T02:12:27.1780324Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1780388Z with 2022-11-23T02:12:27.1780448Z [ 2022-11-23T02:12:27.1780526Z T=c10::DimVector 2022-11-23T02:12:27.1780585Z ] 2022-11-23T02:12:27.1780929Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1780993Z with 2022-11-23T02:12:27.1781051Z [ 2022-11-23T02:12:27.1781128Z T=c10::DimVector 2022-11-23T02:12:27.1781174Z ] 2022-11-23T02:12:27.1781539Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1781602Z with 2022-11-23T02:12:27.1781661Z [ 2022-11-23T02:12:27.1781740Z T=c10::DimVector 2022-11-23T02:12:27.1781799Z ] 2022-11-23T02:12:27.1782108Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1782424Z 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:12:27.1782788Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1782851Z with 2022-11-23T02:12:27.1782910Z [ 2022-11-23T02:12:27.1782988Z T=c10::DimVector 2022-11-23T02:12:27.1783046Z ] 2022-11-23T02:12:27.1783339Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1783399Z with 2022-11-23T02:12:27.1783457Z [ 2022-11-23T02:12:27.1783555Z T=c10::impl::AnnotatedSchema 2022-11-23T02:12:27.1783602Z ] 2022-11-23T02:12:27.1783902Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1783964Z with 2022-11-23T02:12:27.1784022Z [ 2022-11-23T02:12:27.1784119Z T=c10::impl::AnnotatedSchema 2022-11-23T02:12:27.1784180Z ] 2022-11-23T02:12:27.1784521Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1784623Z with 2022-11-23T02:12:27.1784682Z [ 2022-11-23T02:12:27.1784779Z T=c10::impl::AnnotatedSchema 2022-11-23T02:12:27.1784837Z ] 2022-11-23T02:12:27.1785205Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1785269Z with 2022-11-23T02:12:27.1785328Z [ 2022-11-23T02:12:27.1785423Z T=c10::impl::AnnotatedSchema 2022-11-23T02:12:27.1785481Z ] 2022-11-23T02:12:27.1785797Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1786159Z 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:12:27.1786486Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1786538Z with 2022-11-23T02:12:27.1786597Z [ 2022-11-23T02:12:27.1786693Z T=c10::impl::AnnotatedSchema 2022-11-23T02:12:27.1786753Z ] 2022-11-23T02:12:27.1787045Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1787107Z with 2022-11-23T02:12:27.1787168Z [ 2022-11-23T02:12:27.1787307Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:12:27.1787368Z ] 2022-11-23T02:12:27.1787676Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1787737Z with 2022-11-23T02:12:27.1787796Z [ 2022-11-23T02:12:27.1787931Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:12:27.1788034Z ] 2022-11-23T02:12:27.1788374Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1788436Z with 2022-11-23T02:12:27.1788483Z [ 2022-11-23T02:12:27.1788615Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:12:27.1788674Z ] 2022-11-23T02:12:27.1789041Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1789104Z with 2022-11-23T02:12:27.1789163Z [ 2022-11-23T02:12:27.1789297Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:12:27.1789357Z ] 2022-11-23T02:12:27.1789720Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1790099Z 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:12:27.1790548Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1790614Z with 2022-11-23T02:12:27.1790675Z [ 2022-11-23T02:12:27.1790812Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:12:27.1790875Z ] 2022-11-23T02:12:27.1791174Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1791241Z with 2022-11-23T02:12:27.1791302Z [ 2022-11-23T02:12:27.1791404Z T=std::tuple 2022-11-23T02:12:27.1791467Z ] 2022-11-23T02:12:27.1791778Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1791843Z with 2022-11-23T02:12:27.1791904Z [ 2022-11-23T02:12:27.1792018Z T=std::tuple 2022-11-23T02:12:27.1792079Z ] 2022-11-23T02:12:27.1792427Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1792495Z with 2022-11-23T02:12:27.1792556Z [ 2022-11-23T02:12:27.1792669Z T=std::tuple 2022-11-23T02:12:27.1792731Z ] 2022-11-23T02:12:27.1793105Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1793170Z with 2022-11-23T02:12:27.1793232Z [ 2022-11-23T02:12:27.1793346Z T=std::tuple 2022-11-23T02:12:27.1793394Z ] 2022-11-23T02:12:27.1793735Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.1794132Z 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:12:27.1794459Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1794525Z with 2022-11-23T02:12:27.1794587Z [ 2022-11-23T02:12:27.1794703Z T=std::tuple 2022-11-23T02:12:27.1794764Z ] 2022-11-23T02:12:27.1795064Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1795134Z with 2022-11-23T02:12:27.1795197Z [ 2022-11-23T02:12:27.1795292Z T=torch::jit::SourceRange 2022-11-23T02:12:27.1795352Z ] 2022-11-23T02:12:27.1795659Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1795722Z with 2022-11-23T02:12:27.1795783Z [ 2022-11-23T02:12:27.1795877Z T=torch::jit::SourceRange 2022-11-23T02:12:27.1795936Z ] 2022-11-23T02:12:27.1796659Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1796734Z with 2022-11-23T02:12:27.1796796Z [ 2022-11-23T02:12:27.1796895Z T=torch::jit::SourceRange 2022-11-23T02:12:27.1796958Z ] 2022-11-23T02:12:27.1797331Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1797396Z with 2022-11-23T02:12:27.1797459Z [ 2022-11-23T02:12:27.1797551Z T=torch::jit::SourceRange 2022-11-23T02:12:27.1797615Z ] 2022-11-23T02:12:27.1797948Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1798297Z 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:12:27.1798623Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1798690Z with 2022-11-23T02:12:27.1798751Z [ 2022-11-23T02:12:27.1798846Z T=torch::jit::SourceRange 2022-11-23T02:12:27.1798907Z ] 2022-11-23T02:12:27.1799200Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1799250Z with 2022-11-23T02:12:27.1799311Z [ 2022-11-23T02:12:27.1799424Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:12:27.1799486Z ] 2022-11-23T02:12:27.1799789Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1799894Z with 2022-11-23T02:12:27.1799955Z [ 2022-11-23T02:12:27.1800065Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:12:27.1800124Z ] 2022-11-23T02:12:27.1800468Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1800534Z with 2022-11-23T02:12:27.1800593Z [ 2022-11-23T02:12:27.1800707Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:12:27.1800768Z ] 2022-11-23T02:12:27.1801134Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1801195Z with 2022-11-23T02:12:27.1801245Z [ 2022-11-23T02:12:27.1801352Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:12:27.1801409Z ] 2022-11-23T02:12:27.1801743Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1802084Z 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:12:27.1802457Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1802520Z with 2022-11-23T02:12:27.1802579Z [ 2022-11-23T02:12:27.1802688Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:12:27.1802751Z ] 2022-11-23T02:12:27.1803047Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1803110Z with 2022-11-23T02:12:27.1803170Z [ 2022-11-23T02:12:27.1803280Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:12:27.1803339Z ] 2022-11-23T02:12:27.1803649Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1803712Z with 2022-11-23T02:12:27.1803758Z [ 2022-11-23T02:12:27.1803863Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:12:27.1803921Z ] 2022-11-23T02:12:27.1804269Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1804337Z with 2022-11-23T02:12:27.1804397Z [ 2022-11-23T02:12:27.1804505Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:12:27.1804563Z ] 2022-11-23T02:12:27.1804933Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1804998Z with 2022-11-23T02:12:27.1805055Z [ 2022-11-23T02:12:27.1805159Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:12:27.1805216Z ] 2022-11-23T02:12:27.1805551Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1805940Z 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:12:27.1806264Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1806325Z with 2022-11-23T02:12:27.1806382Z [ 2022-11-23T02:12:27.1806481Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:12:27.1806539Z ] 2022-11-23T02:12:27.1806831Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1806893Z with 2022-11-23T02:12:27.1806954Z [ 2022-11-23T02:12:27.1807042Z T=torch::jit::ScopePtr 2022-11-23T02:12:27.1807103Z ] 2022-11-23T02:12:27.1807409Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1807471Z with 2022-11-23T02:12:27.1807530Z [ 2022-11-23T02:12:27.1807618Z T=torch::jit::ScopePtr 2022-11-23T02:12:27.1807678Z ] 2022-11-23T02:12:27.1808070Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1808135Z with 2022-11-23T02:12:27.1808192Z [ 2022-11-23T02:12:27.1808268Z T=torch::jit::ScopePtr 2022-11-23T02:12:27.1808327Z ] 2022-11-23T02:12:27.1808697Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1808763Z with 2022-11-23T02:12:27.1808821Z [ 2022-11-23T02:12:27.1808908Z T=torch::jit::ScopePtr 2022-11-23T02:12:27.1808968Z ] 2022-11-23T02:12:27.1809293Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1809620Z 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:12:27.1809945Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1810011Z with 2022-11-23T02:12:27.1810070Z [ 2022-11-23T02:12:27.1810156Z T=torch::jit::ScopePtr 2022-11-23T02:12:27.1810215Z ] 2022-11-23T02:12:27.1810505Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1810567Z with 2022-11-23T02:12:27.1810626Z [ 2022-11-23T02:12:27.1810718Z T=at::ThreadLocalState 2022-11-23T02:12:27.1810765Z ] 2022-11-23T02:12:27.1811074Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1811135Z with 2022-11-23T02:12:27.1811238Z [ 2022-11-23T02:12:27.1811328Z T=at::ThreadLocalState 2022-11-23T02:12:27.1811388Z ] 2022-11-23T02:12:27.1811729Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1811792Z with 2022-11-23T02:12:27.1811853Z [ 2022-11-23T02:12:27.1811942Z T=at::ThreadLocalState 2022-11-23T02:12:27.1812001Z ] 2022-11-23T02:12:27.1812370Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1812436Z with 2022-11-23T02:12:27.1812494Z [ 2022-11-23T02:12:27.1812583Z T=at::ThreadLocalState 2022-11-23T02:12:27.1812632Z ] 2022-11-23T02:12:27.1812953Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1813294Z 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:12:27.1813663Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1813733Z with 2022-11-23T02:12:27.1813791Z [ 2022-11-23T02:12:27.1813880Z T=at::ThreadLocalState 2022-11-23T02:12:27.1813940Z ] 2022-11-23T02:12:27.1814232Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1814295Z with 2022-11-23T02:12:27.1814354Z [ 2022-11-23T02:12:27.1814465Z T=std::shared_ptr 2022-11-23T02:12:27.1814524Z ] 2022-11-23T02:12:27.1814829Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1814890Z with 2022-11-23T02:12:27.1814952Z [ 2022-11-23T02:12:27.1815062Z T=std::shared_ptr 2022-11-23T02:12:27.1815109Z ] 2022-11-23T02:12:27.1815450Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1815513Z with 2022-11-23T02:12:27.1815572Z [ 2022-11-23T02:12:27.1815679Z T=std::shared_ptr 2022-11-23T02:12:27.1815737Z ] 2022-11-23T02:12:27.1816099Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1816162Z with 2022-11-23T02:12:27.1816221Z [ 2022-11-23T02:12:27.1816331Z T=std::shared_ptr 2022-11-23T02:12:27.1816391Z ] 2022-11-23T02:12:27.1816718Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.1817045Z 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:12:27.1817460Z 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:12:27.1817787Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1817848Z with 2022-11-23T02:12:27.1817906Z [ 2022-11-23T02:12:27.1818015Z T=std::shared_ptr 2022-11-23T02:12:27.1818073Z ] 2022-11-23T02:12:27.1818369Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1818432Z with 2022-11-23T02:12:27.1818479Z [ 2022-11-23T02:12:27.1818575Z T=torch::jit::GraphExecutor 2022-11-23T02:12:27.1818634Z ] 2022-11-23T02:12:27.1818937Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1818996Z with 2022-11-23T02:12:27.1819057Z [ 2022-11-23T02:12:27.1819202Z T=torch::jit::GraphExecutor 2022-11-23T02:12:27.1819263Z ] 2022-11-23T02:12:27.1819608Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1819672Z with 2022-11-23T02:12:27.1819734Z [ 2022-11-23T02:12:27.1819828Z T=torch::jit::GraphExecutor 2022-11-23T02:12:27.1819886Z ] 2022-11-23T02:12:27.1820255Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1820317Z with 2022-11-23T02:12:27.1820363Z [ 2022-11-23T02:12:27.1820462Z T=torch::jit::GraphExecutor 2022-11-23T02:12:27.1820520Z ] 2022-11-23T02:12:27.1820850Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1821173Z 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:12:27.1821527Z 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:12:27.1821851Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1821917Z with 2022-11-23T02:12:27.1821976Z [ 2022-11-23T02:12:27.1822069Z T=torch::jit::GraphExecutor 2022-11-23T02:12:27.1822130Z ] 2022-11-23T02:12:27.1822418Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1822531Z with 2022-11-23T02:12:27.1822591Z [ 2022-11-23T02:12:27.1822677Z T=torch::jit::Method 2022-11-23T02:12:27.1822736Z ] 2022-11-23T02:12:27.1823041Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1823102Z with 2022-11-23T02:12:27.1823162Z [ 2022-11-23T02:12:27.1823236Z T=torch::jit::Method 2022-11-23T02:12:27.1823294Z ] 2022-11-23T02:12:27.1823641Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1823703Z with 2022-11-23T02:12:27.1823763Z [ 2022-11-23T02:12:27.1823846Z T=torch::jit::Method 2022-11-23T02:12:27.1823907Z ] 2022-11-23T02:12:27.1824276Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1824339Z with 2022-11-23T02:12:27.1824399Z [ 2022-11-23T02:12:27.1824483Z T=torch::jit::Method 2022-11-23T02:12:27.1824541Z ] 2022-11-23T02:12:27.1824900Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1825226Z 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:12:27.1825553Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1825615Z with 2022-11-23T02:12:27.1825674Z [ 2022-11-23T02:12:27.1825746Z T=torch::jit::Method 2022-11-23T02:12:27.1825802Z ] 2022-11-23T02:12:27.1826091Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1826155Z with 2022-11-23T02:12:27.1826213Z [ 2022-11-23T02:12:27.1826345Z T=std::vector> 2022-11-23T02:12:27.1826405Z ] 2022-11-23T02:12:27.1826709Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1826777Z with 2022-11-23T02:12:27.1826839Z [ 2022-11-23T02:12:27.1826969Z T=std::vector> 2022-11-23T02:12:27.1827028Z ] 2022-11-23T02:12:27.1827372Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1827436Z with 2022-11-23T02:12:27.1827493Z [ 2022-11-23T02:12:27.1827625Z T=std::vector> 2022-11-23T02:12:27.1827673Z ] 2022-11-23T02:12:27.1828038Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1828152Z with 2022-11-23T02:12:27.1828209Z [ 2022-11-23T02:12:27.1828339Z T=std::vector> 2022-11-23T02:12:27.1828398Z ] 2022-11-23T02:12:27.1828753Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:12:27.1829108Z 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:12:27.1829436Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1829504Z with 2022-11-23T02:12:27.1829569Z [ 2022-11-23T02:12:27.1829704Z T=std::vector> 2022-11-23T02:12:27.1829767Z ] 2022-11-23T02:12:27.1830061Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1830125Z with 2022-11-23T02:12:27.1830253Z [ 2022-11-23T02:12:27.1830472Z T=std::function 2022-11-23T02:12:27.1830641Z ] 2022-11-23T02:12:27.1831124Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1831220Z with 2022-11-23T02:12:27.1831300Z [ 2022-11-23T02:12:27.1831541Z T=std::function 2022-11-23T02:12:27.1831632Z ] 2022-11-23T02:12:27.1832186Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1832287Z with 2022-11-23T02:12:27.1832383Z [ 2022-11-23T02:12:27.1832647Z T=std::function 2022-11-23T02:12:27.1832751Z ] 2022-11-23T02:12:27.1833198Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1833266Z with 2022-11-23T02:12:27.1833326Z [ 2022-11-23T02:12:27.1833489Z T=std::function 2022-11-23T02:12:27.1833551Z ] 2022-11-23T02:12:27.1833934Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.1834337Z 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:12:27.1834665Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1834836Z with 2022-11-23T02:12:27.1834896Z [ 2022-11-23T02:12:27.1835056Z T=std::function 2022-11-23T02:12:27.1835119Z ] 2022-11-23T02:12:27.1835399Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1835466Z with 2022-11-23T02:12:27.1835528Z [ 2022-11-23T02:12:27.1835714Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:12:27.1835779Z ] 2022-11-23T02:12:27.1836089Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1836153Z with 2022-11-23T02:12:27.1836218Z [ 2022-11-23T02:12:27.1836401Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:12:27.1836466Z ] 2022-11-23T02:12:27.1836810Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1836877Z with 2022-11-23T02:12:27.1836938Z [ 2022-11-23T02:12:27.1837121Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:12:27.1837182Z ] 2022-11-23T02:12:27.1837604Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1837667Z with 2022-11-23T02:12:27.1837717Z [ 2022-11-23T02:12:27.1837900Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:12:27.1837969Z ] 2022-11-23T02:12:27.1838372Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1838810Z 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:12:27.1839136Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1839200Z with 2022-11-23T02:12:27.1839264Z [ 2022-11-23T02:12:27.1839447Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:12:27.1839506Z ] 2022-11-23T02:12:27.1839799Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1839862Z with 2022-11-23T02:12:27.1839922Z [ 2022-11-23T02:12:27.1840044Z T=std::vector> 2022-11-23T02:12:27.1840106Z ] 2022-11-23T02:12:27.1840411Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1840474Z with 2022-11-23T02:12:27.1840530Z [ 2022-11-23T02:12:27.1840649Z T=std::vector> 2022-11-23T02:12:27.1840695Z ] 2022-11-23T02:12:27.1841089Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1841151Z with 2022-11-23T02:12:27.1841209Z [ 2022-11-23T02:12:27.1841328Z T=std::vector> 2022-11-23T02:12:27.1841386Z ] 2022-11-23T02:12:27.1841758Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1841821Z with 2022-11-23T02:12:27.1841881Z [ 2022-11-23T02:12:27.1842000Z T=std::vector> 2022-11-23T02:12:27.1842060Z ] 2022-11-23T02:12:27.1842392Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:12:27.1842456Z with 2022-11-23T02:12:27.1842514Z [ 2022-11-23T02:12:27.1842580Z T=double 2022-11-23T02:12:27.1842638Z ] 2022-11-23T02:12:27.1843010Z 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:12:27.1843102Z with 2022-11-23T02:12:27.1843161Z [ 2022-11-23T02:12:27.1843229Z T=double 2022-11-23T02:12:27.1843287Z ] 2022-11-23T02:12:27.1843610Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1843674Z with 2022-11-23T02:12:27.1843733Z [ 2022-11-23T02:12:27.1843851Z T=std::vector> 2022-11-23T02:12:27.1843910Z ] 2022-11-23T02:12:27.1844201Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1844262Z with 2022-11-23T02:12:27.1844320Z [ 2022-11-23T02:12:27.1844428Z T=std::tuple 2022-11-23T02:12:27.1844490Z ] 2022-11-23T02:12:27.1844801Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1844851Z with 2022-11-23T02:12:27.1844910Z [ 2022-11-23T02:12:27.1845021Z T=std::tuple 2022-11-23T02:12:27.1845081Z ] 2022-11-23T02:12:27.1845425Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1845490Z with 2022-11-23T02:12:27.1845549Z [ 2022-11-23T02:12:27.1845656Z T=std::tuple 2022-11-23T02:12:27.1845710Z ] 2022-11-23T02:12:27.1855080Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1855209Z with 2022-11-23T02:12:27.1855273Z [ 2022-11-23T02:12:27.1855407Z T=std::tuple 2022-11-23T02:12:27.1855595Z ] 2022-11-23T02:12:27.1855958Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.1856331Z 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:12:27.1856664Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1856734Z with 2022-11-23T02:12:27.1856801Z [ 2022-11-23T02:12:27.1856914Z T=std::tuple 2022-11-23T02:12:27.1856973Z ] 2022-11-23T02:12:27.1857273Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1857338Z with 2022-11-23T02:12:27.1857399Z [ 2022-11-23T02:12:27.1857533Z T=std::vector> 2022-11-23T02:12:27.1857581Z ] 2022-11-23T02:12:27.1857894Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1858009Z with 2022-11-23T02:12:27.1858074Z [ 2022-11-23T02:12:27.1858205Z T=std::vector> 2022-11-23T02:12:27.1858267Z ] 2022-11-23T02:12:27.1858617Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1858685Z with 2022-11-23T02:12:27.1858795Z [ 2022-11-23T02:12:27.1858940Z T=std::vector> 2022-11-23T02:12:27.1859001Z ] 2022-11-23T02:12:27.1859369Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1859473Z with 2022-11-23T02:12:27.1859544Z [ 2022-11-23T02:12:27.1859677Z T=std::vector> 2022-11-23T02:12:27.1859739Z ] 2022-11-23T02:12:27.1860089Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:12:27.1860482Z 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:12:27.1860813Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1860878Z with 2022-11-23T02:12:27.1860929Z [ 2022-11-23T02:12:27.1861058Z T=std::vector> 2022-11-23T02:12:27.1861120Z ] 2022-11-23T02:12:27.1862080Z [2/3] cl /showIncludes -DTORCH_EXTENSION_NAME=jit_extension -DTORCH_API_INCLUDE_EXTENSION_H -IC:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions -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:\Jenkins\Miniconda3\Include -D_GLIBCXX_USE_CXX11_ABI=0 /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /EHsc -g -c C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\jit_extension.cpp /Fojit_extension.o 2022-11-23T02:12:27.1862271Z Microsoft (R) C/C++ Optimizing Compiler Version 19.28.29337 for x64 2022-11-23T02:12:27.1862415Z Copyright (C) Microsoft Corporation. All rights reserved. 2022-11-23T02:12:27.1862426Z 2022-11-23T02:12:27.1862558Z cl : Command line warning D9002 : ignoring unknown option '-g' 2022-11-23T02:12:27.1862858Z 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:12:27.1863157Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1863223Z with 2022-11-23T02:12:27.1863286Z [ 2022-11-23T02:12:27.1863366Z T=c10::SymInt 2022-11-23T02:12:27.1863427Z ] 2022-11-23T02:12:27.1863776Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1863842Z with 2022-11-23T02:12:27.1863907Z [ 2022-11-23T02:12:27.1863984Z T=c10::SymInt 2022-11-23T02:12:27.1864047Z ] 2022-11-23T02:12:27.1864404Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1864472Z with 2022-11-23T02:12:27.1864532Z [ 2022-11-23T02:12:27.1864595Z T=c10::SymInt 2022-11-23T02:12:27.1864658Z ] 2022-11-23T02:12:27.1865088Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1865155Z with 2022-11-23T02:12:27.1865215Z [ 2022-11-23T02:12:27.1865294Z T=c10::SymInt 2022-11-23T02:12:27.1865355Z ] 2022-11-23T02:12:27.1865716Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1866032Z 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:12:27.1866358Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1866423Z with 2022-11-23T02:12:27.1866483Z [ 2022-11-23T02:12:27.1866558Z T=c10::SymInt 2022-11-23T02:12:27.1866618Z ] 2022-11-23T02:12:27.1866901Z 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:12:27.1867196Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1867715Z with 2022-11-23T02:12:27.1867776Z [ 2022-11-23T02:12:27.1867850Z T=at::TensorBase 2022-11-23T02:12:27.1867912Z ] 2022-11-23T02:12:27.1868220Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1868286Z with 2022-11-23T02:12:27.1868346Z [ 2022-11-23T02:12:27.1868432Z T=at::TensorBase 2022-11-23T02:12:27.1868494Z ] 2022-11-23T02:12:27.1868843Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1868907Z with 2022-11-23T02:12:27.1868968Z [ 2022-11-23T02:12:27.1869050Z T=at::TensorBase 2022-11-23T02:12:27.1869115Z ] 2022-11-23T02:12:27.1869486Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1869551Z with 2022-11-23T02:12:27.1869611Z [ 2022-11-23T02:12:27.1869678Z T=at::TensorBase 2022-11-23T02:12:27.1869738Z ] 2022-11-23T02:12:27.1870102Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1870498Z 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:12:27.1870826Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1870897Z with 2022-11-23T02:12:27.1871019Z [ 2022-11-23T02:12:27.1871107Z T=at::TensorBase 2022-11-23T02:12:27.1871169Z ] 2022-11-23T02:12:27.1871466Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1871528Z with 2022-11-23T02:12:27.1871625Z [ 2022-11-23T02:12:27.1871721Z T=at::Tensor 2022-11-23T02:12:27.1871783Z ] 2022-11-23T02:12:27.1872088Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1872151Z with 2022-11-23T02:12:27.1872213Z [ 2022-11-23T02:12:27.1872279Z T=at::Tensor 2022-11-23T02:12:27.1872339Z ] 2022-11-23T02:12:27.1872685Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1872748Z with 2022-11-23T02:12:27.1872807Z [ 2022-11-23T02:12:27.1872883Z T=at::Tensor 2022-11-23T02:12:27.1872944Z ] 2022-11-23T02:12:27.1873314Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1873377Z with 2022-11-23T02:12:27.1873438Z [ 2022-11-23T02:12:27.1873514Z T=at::Tensor 2022-11-23T02:12:27.1873572Z ] 2022-11-23T02:12:27.1873933Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1874248Z 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:12:27.1874574Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1874639Z with 2022-11-23T02:12:27.1874699Z [ 2022-11-23T02:12:27.1874762Z T=at::Tensor 2022-11-23T02:12:27.1874823Z ] 2022-11-23T02:12:27.1875113Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1875178Z with 2022-11-23T02:12:27.1875238Z [ 2022-11-23T02:12:27.1875319Z T=at::Generator 2022-11-23T02:12:27.1875380Z ] 2022-11-23T02:12:27.1875684Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1875747Z with 2022-11-23T02:12:27.1875808Z [ 2022-11-23T02:12:27.1875888Z T=at::Generator 2022-11-23T02:12:27.1875990Z ] 2022-11-23T02:12:27.1876337Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1876400Z with 2022-11-23T02:12:27.1876460Z [ 2022-11-23T02:12:27.1876530Z T=at::Generator 2022-11-23T02:12:27.1876590Z ] 2022-11-23T02:12:27.1876995Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1877075Z with 2022-11-23T02:12:27.1877136Z [ 2022-11-23T02:12:27.1877216Z T=at::Generator 2022-11-23T02:12:27.1877276Z ] 2022-11-23T02:12:27.1877592Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1877947Z 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:12:27.1878284Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1878347Z with 2022-11-23T02:12:27.1878408Z [ 2022-11-23T02:12:27.1878487Z T=at::Generator 2022-11-23T02:12:27.1878548Z ] 2022-11-23T02:12:27.1878840Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1878904Z with 2022-11-23T02:12:27.1878968Z [ 2022-11-23T02:12:27.1879032Z T=c10::Scalar 2022-11-23T02:12:27.1879092Z ] 2022-11-23T02:12:27.1879395Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1879507Z with 2022-11-23T02:12:27.1879566Z [ 2022-11-23T02:12:27.1879643Z T=c10::Scalar 2022-11-23T02:12:27.1879704Z ] 2022-11-23T02:12:27.1880049Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1880112Z with 2022-11-23T02:12:27.1880171Z [ 2022-11-23T02:12:27.1880245Z T=c10::Scalar 2022-11-23T02:12:27.1880308Z ] 2022-11-23T02:12:27.1880679Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1880746Z with 2022-11-23T02:12:27.1880806Z [ 2022-11-23T02:12:27.1880870Z T=c10::Scalar 2022-11-23T02:12:27.1880932Z ] 2022-11-23T02:12:27.1881243Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1881556Z 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:12:27.1881921Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1881987Z with 2022-11-23T02:12:27.1882049Z [ 2022-11-23T02:12:27.1882126Z T=c10::Scalar 2022-11-23T02:12:27.1882187Z ] 2022-11-23T02:12:27.1882480Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1882544Z with 2022-11-23T02:12:27.1882605Z [ 2022-11-23T02:12:27.1882684Z T=std::string 2022-11-23T02:12:27.1882745Z ] 2022-11-23T02:12:27.1883102Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1883169Z with 2022-11-23T02:12:27.1883231Z [ 2022-11-23T02:12:27.1883297Z T=std::string 2022-11-23T02:12:27.1883357Z ] 2022-11-23T02:12:27.1883746Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1883813Z with 2022-11-23T02:12:27.1883873Z [ 2022-11-23T02:12:27.1883951Z T=std::string 2022-11-23T02:12:27.1884012Z ] 2022-11-23T02:12:27.1884381Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1884443Z with 2022-11-23T02:12:27.1884506Z [ 2022-11-23T02:12:27.1884583Z T=std::string 2022-11-23T02:12:27.1884644Z ] 2022-11-23T02:12:27.1884956Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1885268Z 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:12:27.1885639Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1885704Z with 2022-11-23T02:12:27.1885764Z [ 2022-11-23T02:12:27.1885828Z T=std::string 2022-11-23T02:12:27.1885889Z ] 2022-11-23T02:12:27.1886183Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1886247Z with 2022-11-23T02:12:27.1886308Z [ 2022-11-23T02:12:27.1886398Z T=c10::QualifiedName 2022-11-23T02:12:27.1886461Z ] 2022-11-23T02:12:27.1886766Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1886830Z with 2022-11-23T02:12:27.1886889Z [ 2022-11-23T02:12:27.1886977Z T=c10::QualifiedName 2022-11-23T02:12:27.1887037Z ] 2022-11-23T02:12:27.1887382Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1887445Z with 2022-11-23T02:12:27.1887507Z [ 2022-11-23T02:12:27.1887622Z T=c10::QualifiedName 2022-11-23T02:12:27.1887684Z ] 2022-11-23T02:12:27.1888052Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1888119Z with 2022-11-23T02:12:27.1888179Z [ 2022-11-23T02:12:27.1888265Z T=c10::QualifiedName 2022-11-23T02:12:27.1888325Z ] 2022-11-23T02:12:27.1888645Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1888970Z 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:12:27.1889346Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1889412Z with 2022-11-23T02:12:27.1889472Z [ 2022-11-23T02:12:27.1889562Z T=c10::QualifiedName 2022-11-23T02:12:27.1889623Z ] 2022-11-23T02:12:27.1889964Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1890028Z with 2022-11-23T02:12:27.1890088Z [ 2022-11-23T02:12:27.1890205Z T=std::shared_ptr 2022-11-23T02:12:27.1890267Z ] 2022-11-23T02:12:27.1890575Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1890639Z with 2022-11-23T02:12:27.1890699Z [ 2022-11-23T02:12:27.1890827Z T=std::shared_ptr 2022-11-23T02:12:27.1890887Z ] 2022-11-23T02:12:27.1891231Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1891342Z with 2022-11-23T02:12:27.1891402Z [ 2022-11-23T02:12:27.1891527Z T=std::shared_ptr 2022-11-23T02:12:27.1891588Z ] 2022-11-23T02:12:27.1891956Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1892019Z with 2022-11-23T02:12:27.1892079Z [ 2022-11-23T02:12:27.1892208Z T=std::shared_ptr 2022-11-23T02:12:27.1892257Z ] 2022-11-23T02:12:27.1892606Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.1892951Z 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:12:27.1893271Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1893378Z with 2022-11-23T02:12:27.1893441Z [ 2022-11-23T02:12:27.1893568Z T=std::shared_ptr 2022-11-23T02:12:27.1893629Z ] 2022-11-23T02:12:27.1893927Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1893992Z with 2022-11-23T02:12:27.1894054Z [ 2022-11-23T02:12:27.1894180Z T=std::weak_ptr 2022-11-23T02:12:27.1894241Z ] 2022-11-23T02:12:27.1894546Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1894611Z with 2022-11-23T02:12:27.1894672Z [ 2022-11-23T02:12:27.1894798Z T=std::weak_ptr 2022-11-23T02:12:27.1894860Z ] 2022-11-23T02:12:27.1895252Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1895306Z with 2022-11-23T02:12:27.1895367Z [ 2022-11-23T02:12:27.1895492Z T=std::weak_ptr 2022-11-23T02:12:27.1895552Z ] 2022-11-23T02:12:27.1895924Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1895988Z with 2022-11-23T02:12:27.1896099Z [ 2022-11-23T02:12:27.1896224Z T=std::weak_ptr 2022-11-23T02:12:27.1896284Z ] 2022-11-23T02:12:27.1896631Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.1896978Z 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:12:27.1897353Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1897419Z with 2022-11-23T02:12:27.1897480Z [ 2022-11-23T02:12:27.1897602Z T=std::weak_ptr 2022-11-23T02:12:27.1897662Z ] 2022-11-23T02:12:27.1897957Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1898020Z with 2022-11-23T02:12:27.1898068Z [ 2022-11-23T02:12:27.1898220Z T=std::vector> 2022-11-23T02:12:27.1898283Z ] 2022-11-23T02:12:27.1898590Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1898654Z with 2022-11-23T02:12:27.1898715Z [ 2022-11-23T02:12:27.1898866Z T=std::vector> 2022-11-23T02:12:27.1898927Z ] 2022-11-23T02:12:27.1899675Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1899747Z with 2022-11-23T02:12:27.1899808Z [ 2022-11-23T02:12:27.1899961Z T=std::vector> 2022-11-23T02:12:27.1900026Z ] 2022-11-23T02:12:27.1900397Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1900463Z with 2022-11-23T02:12:27.1900525Z [ 2022-11-23T02:12:27.1900674Z T=std::vector> 2022-11-23T02:12:27.1900721Z ] 2022-11-23T02:12:27.1901092Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:12:27.1901518Z 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:12:27.1901848Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1901912Z with 2022-11-23T02:12:27.1901976Z [ 2022-11-23T02:12:27.1902168Z T=std::vector> 2022-11-23T02:12:27.1902232Z ] 2022-11-23T02:12:27.1902533Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1902597Z with 2022-11-23T02:12:27.1902658Z [ 2022-11-23T02:12:27.1902778Z T=std::vector> 2022-11-23T02:12:27.1902838Z ] 2022-11-23T02:12:27.1903151Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1903271Z with 2022-11-23T02:12:27.1903331Z [ 2022-11-23T02:12:27.1903449Z T=std::vector> 2022-11-23T02:12:27.1903509Z ] 2022-11-23T02:12:27.1903859Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1903921Z with 2022-11-23T02:12:27.1903970Z [ 2022-11-23T02:12:27.1904086Z T=std::vector> 2022-11-23T02:12:27.1904146Z ] 2022-11-23T02:12:27.1904513Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1904579Z with 2022-11-23T02:12:27.1904639Z [ 2022-11-23T02:12:27.1904753Z T=std::vector> 2022-11-23T02:12:27.1904812Z ] 2022-11-23T02:12:27.1905154Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:12:27.1905530Z 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:12:27.1905861Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1905929Z with 2022-11-23T02:12:27.1905989Z [ 2022-11-23T02:12:27.1906105Z T=std::vector> 2022-11-23T02:12:27.1906165Z ] 2022-11-23T02:12:27.1906459Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1906521Z with 2022-11-23T02:12:27.1906568Z [ 2022-11-23T02:12:27.1906732Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.1906794Z ] 2022-11-23T02:12:27.1907101Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1907165Z with 2022-11-23T02:12:27.1907228Z [ 2022-11-23T02:12:27.1907393Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.1907508Z ] 2022-11-23T02:12:27.1907856Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1907922Z with 2022-11-23T02:12:27.1907985Z [ 2022-11-23T02:12:27.1908197Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.1908259Z ] 2022-11-23T02:12:27.1908635Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1908699Z with 2022-11-23T02:12:27.1908761Z [ 2022-11-23T02:12:27.1908976Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.1909035Z ] 2022-11-23T02:12:27.1909413Z C:\actions-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:12:27.1909791Z 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:12:27.1910106Z 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:12:27.1910502Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1910569Z with 2022-11-23T02:12:27.1910617Z [ 2022-11-23T02:12:27.1910780Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.1910841Z ] 2022-11-23T02:12:27.1911180Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1911245Z with 2022-11-23T02:12:27.1911306Z [ 2022-11-23T02:12:27.1911464Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.1911526Z ] 2022-11-23T02:12:27.1911838Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1911903Z with 2022-11-23T02:12:27.1911966Z [ 2022-11-23T02:12:27.1912123Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.1912182Z ] 2022-11-23T02:12:27.1912531Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1912600Z with 2022-11-23T02:12:27.1912662Z [ 2022-11-23T02:12:27.1912815Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.1912863Z ] 2022-11-23T02:12:27.1913233Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1913303Z with 2022-11-23T02:12:27.1913363Z [ 2022-11-23T02:12:27.1913570Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.1913633Z ] 2022-11-23T02:12:27.1914003Z C:\actions-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:12:27.1914420Z 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:12:27.1914732Z 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:12:27.1915106Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1915171Z with 2022-11-23T02:12:27.1915238Z [ 2022-11-23T02:12:27.1915390Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.1915450Z ] 2022-11-23T02:12:27.1915748Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1915811Z with 2022-11-23T02:12:27.1915870Z [ 2022-11-23T02:12:27.1915994Z T=std::vector> 2022-11-23T02:12:27.1916057Z ] 2022-11-23T02:12:27.1916367Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1916431Z with 2022-11-23T02:12:27.1916478Z [ 2022-11-23T02:12:27.1916599Z T=std::vector> 2022-11-23T02:12:27.1916659Z ] 2022-11-23T02:12:27.1917047Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1917113Z with 2022-11-23T02:12:27.1917173Z [ 2022-11-23T02:12:27.1917294Z T=std::vector> 2022-11-23T02:12:27.1917353Z ] 2022-11-23T02:12:27.1917721Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1917787Z with 2022-11-23T02:12:27.1917848Z [ 2022-11-23T02:12:27.1917968Z T=std::vector> 2022-11-23T02:12:27.1918028Z ] 2022-11-23T02:12:27.1918367Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:12:27.1918702Z 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:12:27.1919022Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1919086Z with 2022-11-23T02:12:27.1919146Z [ 2022-11-23T02:12:27.1919268Z T=std::vector> 2022-11-23T02:12:27.1919315Z ] 2022-11-23T02:12:27.1919660Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1919729Z with 2022-11-23T02:12:27.1919790Z [ 2022-11-23T02:12:27.1919942Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:12:27.1920004Z ] 2022-11-23T02:12:27.1920359Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1920474Z with 2022-11-23T02:12:27.1920537Z [ 2022-11-23T02:12:27.1920684Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:12:27.1920746Z ] 2022-11-23T02:12:27.1921093Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1921157Z with 2022-11-23T02:12:27.1921221Z [ 2022-11-23T02:12:27.1921369Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:12:27.1921433Z ] 2022-11-23T02:12:27.1921788Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1921853Z with 2022-11-23T02:12:27.1921912Z [ 2022-11-23T02:12:27.1922055Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:12:27.1922115Z ] 2022-11-23T02:12:27.1922479Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.1922909Z 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:12:27.1923283Z 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:12:27.1923617Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1923683Z with 2022-11-23T02:12:27.1923745Z [ 2022-11-23T02:12:27.1923897Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:12:27.1923958Z ] 2022-11-23T02:12:27.1924262Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1924325Z with 2022-11-23T02:12:27.1924386Z [ 2022-11-23T02:12:27.1924531Z T=c10::impl::InlineStreamGuard 2022-11-23T02:12:27.1924592Z ] 2022-11-23T02:12:27.1924898Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1924965Z with 2022-11-23T02:12:27.1925012Z [ 2022-11-23T02:12:27.1925158Z T=c10::impl::InlineStreamGuard 2022-11-23T02:12:27.1925219Z ] 2022-11-23T02:12:27.1925615Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1925683Z with 2022-11-23T02:12:27.1925744Z [ 2022-11-23T02:12:27.1925892Z T=c10::impl::InlineStreamGuard 2022-11-23T02:12:27.1925953Z ] 2022-11-23T02:12:27.1926369Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1926485Z with 2022-11-23T02:12:27.1926547Z [ 2022-11-23T02:12:27.1926692Z T=c10::impl::InlineStreamGuard 2022-11-23T02:12:27.1926751Z ] 2022-11-23T02:12:27.1927119Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.1927505Z 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:12:27.1927872Z 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:12:27.1928195Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1928258Z with 2022-11-23T02:12:27.1928321Z [ 2022-11-23T02:12:27.1928468Z T=c10::impl::InlineStreamGuard 2022-11-23T02:12:27.1928529Z ] 2022-11-23T02:12:27.1928869Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1928922Z with 2022-11-23T02:12:27.1928985Z [ 2022-11-23T02:12:27.1929088Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:12:27.1929151Z ] 2022-11-23T02:12:27.1929460Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1929525Z with 2022-11-23T02:12:27.1929585Z [ 2022-11-23T02:12:27.1929686Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:12:27.1929747Z ] 2022-11-23T02:12:27.1930091Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1930154Z with 2022-11-23T02:12:27.1930216Z [ 2022-11-23T02:12:27.1930316Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:12:27.1930380Z ] 2022-11-23T02:12:27.1930746Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1930811Z with 2022-11-23T02:12:27.1930858Z [ 2022-11-23T02:12:27.1930958Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:12:27.1931020Z ] 2022-11-23T02:12:27.1931357Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1931725Z 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:12:27.1931791Z with 2022-11-23T02:12:27.1931855Z [ 2022-11-23T02:12:27.1931956Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:12:27.1932064Z ] 2022-11-23T02:12:27.1932476Z 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:12:27.1932803Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1932865Z with 2022-11-23T02:12:27.1932925Z [ 2022-11-23T02:12:27.1933030Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:12:27.1933092Z ] 2022-11-23T02:12:27.1933385Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1933451Z with 2022-11-23T02:12:27.1933500Z [ 2022-11-23T02:12:27.1933685Z T=std::vector> 2022-11-23T02:12:27.1933746Z ] 2022-11-23T02:12:27.1934049Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1934112Z with 2022-11-23T02:12:27.1934173Z [ 2022-11-23T02:12:27.1934357Z T=std::vector> 2022-11-23T02:12:27.1934464Z ] 2022-11-23T02:12:27.1934815Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1934877Z with 2022-11-23T02:12:27.1934941Z [ 2022-11-23T02:12:27.1935122Z T=std::vector> 2022-11-23T02:12:27.1935181Z ] 2022-11-23T02:12:27.1935551Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1935614Z with 2022-11-23T02:12:27.1935674Z [ 2022-11-23T02:12:27.1935856Z T=std::vector> 2022-11-23T02:12:27.1935917Z ] 2022-11-23T02:12:27.1936318Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:12:27.1936718Z 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:12:27.1937044Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1937108Z with 2022-11-23T02:12:27.1937157Z [ 2022-11-23T02:12:27.1937339Z T=std::vector> 2022-11-23T02:12:27.1937401Z ] 2022-11-23T02:12:27.1937745Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1937859Z with 2022-11-23T02:12:27.1937920Z [ 2022-11-23T02:12:27.1938016Z T=torch::autograd::ViewInfo 2022-11-23T02:12:27.1938078Z ] 2022-11-23T02:12:27.1938434Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1938500Z with 2022-11-23T02:12:27.1938562Z [ 2022-11-23T02:12:27.1938657Z T=torch::autograd::ViewInfo 2022-11-23T02:12:27.1938719Z ] 2022-11-23T02:12:27.1939065Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1939128Z with 2022-11-23T02:12:27.1939188Z [ 2022-11-23T02:12:27.1939272Z T=torch::autograd::ViewInfo 2022-11-23T02:12:27.1939331Z ] 2022-11-23T02:12:27.1939704Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1939769Z with 2022-11-23T02:12:27.1939828Z [ 2022-11-23T02:12:27.1939925Z T=torch::autograd::ViewInfo 2022-11-23T02:12:27.1939984Z ] 2022-11-23T02:12:27.1940361Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1940700Z 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:12:27.1941027Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1941091Z with 2022-11-23T02:12:27.1941151Z [ 2022-11-23T02:12:27.1941247Z T=torch::autograd::ViewInfo 2022-11-23T02:12:27.1941306Z ] 2022-11-23T02:12:27.1941603Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1941667Z with 2022-11-23T02:12:27.1941727Z [ 2022-11-23T02:12:27.1941793Z T=c10::IValue 2022-11-23T02:12:27.1941852Z ] 2022-11-23T02:12:27.1942159Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1942226Z with 2022-11-23T02:12:27.1942286Z [ 2022-11-23T02:12:27.1942362Z T=c10::IValue 2022-11-23T02:12:27.1942422Z ] 2022-11-23T02:12:27.1942765Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1942828Z with 2022-11-23T02:12:27.1942889Z [ 2022-11-23T02:12:27.1942967Z T=c10::IValue 2022-11-23T02:12:27.1943026Z ] 2022-11-23T02:12:27.1943397Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1943461Z with 2022-11-23T02:12:27.1943564Z [ 2022-11-23T02:12:27.1943627Z T=c10::IValue 2022-11-23T02:12:27.1943742Z ] 2022-11-23T02:12:27.1944063Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1944431Z 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:12:27.1944763Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1944828Z with 2022-11-23T02:12:27.1944892Z [ 2022-11-23T02:12:27.1944969Z T=c10::IValue 2022-11-23T02:12:27.1945030Z ] 2022-11-23T02:12:27.1945324Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1945387Z with 2022-11-23T02:12:27.1945448Z [ 2022-11-23T02:12:27.1945531Z T=c10::AliasInfo 2022-11-23T02:12:27.1945592Z ] 2022-11-23T02:12:27.1945896Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1946014Z with 2022-11-23T02:12:27.1946075Z [ 2022-11-23T02:12:27.1946143Z T=c10::AliasInfo 2022-11-23T02:12:27.1946203Z ] 2022-11-23T02:12:27.1946548Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1946616Z with 2022-11-23T02:12:27.1946679Z [ 2022-11-23T02:12:27.1946758Z T=c10::AliasInfo 2022-11-23T02:12:27.1946819Z ] 2022-11-23T02:12:27.1947191Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1947254Z with 2022-11-23T02:12:27.1947314Z [ 2022-11-23T02:12:27.1947395Z T=c10::AliasInfo 2022-11-23T02:12:27.1947458Z ] 2022-11-23T02:12:27.1947770Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1948092Z 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:12:27.1948421Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1948485Z with 2022-11-23T02:12:27.1948551Z [ 2022-11-23T02:12:27.1948618Z T=c10::AliasInfo 2022-11-23T02:12:27.1948679Z ] 2022-11-23T02:12:27.1948974Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1949038Z with 2022-11-23T02:12:27.1949099Z [ 2022-11-23T02:12:27.1949229Z T=std::vector> 2022-11-23T02:12:27.1949289Z ] 2022-11-23T02:12:27.1949637Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1949737Z with 2022-11-23T02:12:27.1949814Z [ 2022-11-23T02:12:27.1949947Z T=std::vector> 2022-11-23T02:12:27.1950010Z ] 2022-11-23T02:12:27.1950452Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1950530Z with 2022-11-23T02:12:27.1950591Z [ 2022-11-23T02:12:27.1950724Z T=std::vector> 2022-11-23T02:12:27.1950771Z ] 2022-11-23T02:12:27.1951148Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1951217Z with 2022-11-23T02:12:27.1951277Z [ 2022-11-23T02:12:27.1951408Z T=std::vector> 2022-11-23T02:12:27.1951471Z ] 2022-11-23T02:12:27.1951859Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:12:27.1951926Z with 2022-11-23T02:12:27.1951989Z [ 2022-11-23T02:12:27.1952067Z T=c10::SymInt 2022-11-23T02:12:27.1952128Z ] 2022-11-23T02:12:27.1952452Z 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:12:27.1952518Z with 2022-11-23T02:12:27.1952577Z [ 2022-11-23T02:12:27.1952655Z T=c10::SymInt 2022-11-23T02:12:27.1952715Z ] 2022-11-23T02:12:27.1953056Z 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:12:27.1953479Z 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:12:27.1953804Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1953857Z with 2022-11-23T02:12:27.1953919Z [ 2022-11-23T02:12:27.1954048Z T=std::vector> 2022-11-23T02:12:27.1954112Z ] 2022-11-23T02:12:27.1954405Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1954468Z with 2022-11-23T02:12:27.1954529Z [ 2022-11-23T02:12:27.1954666Z T=c10::either 2022-11-23T02:12:27.1954728Z ] 2022-11-23T02:12:27.1955030Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1955096Z with 2022-11-23T02:12:27.1955157Z [ 2022-11-23T02:12:27.1955337Z T=c10::either 2022-11-23T02:12:27.1955397Z ] 2022-11-23T02:12:27.1955740Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1955836Z with 2022-11-23T02:12:27.1955903Z [ 2022-11-23T02:12:27.1956040Z T=c10::either 2022-11-23T02:12:27.1956100Z ] 2022-11-23T02:12:27.1956498Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1956581Z with 2022-11-23T02:12:27.1956642Z [ 2022-11-23T02:12:27.1956774Z T=c10::either 2022-11-23T02:12:27.1956837Z ] 2022-11-23T02:12:27.1957189Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.1957570Z 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:12:27.1957950Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1958016Z with 2022-11-23T02:12:27.1958081Z [ 2022-11-23T02:12:27.1958216Z T=c10::either 2022-11-23T02:12:27.1958279Z ] 2022-11-23T02:12:27.1958572Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1958635Z with 2022-11-23T02:12:27.1958696Z [ 2022-11-23T02:12:27.1958786Z T=at::StepCallbacks 2022-11-23T02:12:27.1958834Z ] 2022-11-23T02:12:27.1959145Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1959212Z with 2022-11-23T02:12:27.1959271Z [ 2022-11-23T02:12:27.1959357Z T=at::StepCallbacks 2022-11-23T02:12:27.1959418Z ] 2022-11-23T02:12:27.1959762Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1959827Z with 2022-11-23T02:12:27.1959886Z [ 2022-11-23T02:12:27.1959972Z T=at::StepCallbacks 2022-11-23T02:12:27.1960032Z ] 2022-11-23T02:12:27.1960401Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1960464Z with 2022-11-23T02:12:27.1960527Z [ 2022-11-23T02:12:27.1960612Z T=at::StepCallbacks 2022-11-23T02:12:27.1960660Z ] 2022-11-23T02:12:27.1960981Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1961764Z 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:12:27.1962150Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1962219Z with 2022-11-23T02:12:27.1962280Z [ 2022-11-23T02:12:27.1962370Z T=at::StepCallbacks 2022-11-23T02:12:27.1962435Z ] 2022-11-23T02:12:27.1962781Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1962848Z with 2022-11-23T02:12:27.1962908Z [ 2022-11-23T02:12:27.1962993Z T=c10::DimVector 2022-11-23T02:12:27.1963056Z ] 2022-11-23T02:12:27.1963361Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1963424Z with 2022-11-23T02:12:27.1963485Z [ 2022-11-23T02:12:27.1963566Z T=c10::DimVector 2022-11-23T02:12:27.1963613Z ] 2022-11-23T02:12:27.1964011Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1964079Z with 2022-11-23T02:12:27.1964139Z [ 2022-11-23T02:12:27.1964217Z T=c10::DimVector 2022-11-23T02:12:27.1964277Z ] 2022-11-23T02:12:27.1964644Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1964711Z with 2022-11-23T02:12:27.1964771Z [ 2022-11-23T02:12:27.1964851Z T=c10::DimVector 2022-11-23T02:12:27.1964913Z ] 2022-11-23T02:12:27.1965225Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1965550Z 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:12:27.1965873Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1965939Z with 2022-11-23T02:12:27.1966000Z [ 2022-11-23T02:12:27.1966083Z T=c10::DimVector 2022-11-23T02:12:27.1966131Z ] 2022-11-23T02:12:27.1966424Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1966492Z with 2022-11-23T02:12:27.1966552Z [ 2022-11-23T02:12:27.1966654Z T=c10::impl::AnnotatedSchema 2022-11-23T02:12:27.1966715Z ] 2022-11-23T02:12:27.1967022Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1967085Z with 2022-11-23T02:12:27.1967144Z [ 2022-11-23T02:12:27.1967247Z T=c10::impl::AnnotatedSchema 2022-11-23T02:12:27.1967351Z ] 2022-11-23T02:12:27.1967695Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1967759Z with 2022-11-23T02:12:27.1967819Z [ 2022-11-23T02:12:27.1967971Z T=c10::impl::AnnotatedSchema 2022-11-23T02:12:27.1968021Z ] 2022-11-23T02:12:27.1968398Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1968462Z with 2022-11-23T02:12:27.1968554Z [ 2022-11-23T02:12:27.1968670Z T=c10::impl::AnnotatedSchema 2022-11-23T02:12:27.1968732Z ] 2022-11-23T02:12:27.1969062Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1969412Z 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:12:27.1969781Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1969848Z with 2022-11-23T02:12:27.1969909Z [ 2022-11-23T02:12:27.1970007Z T=c10::impl::AnnotatedSchema 2022-11-23T02:12:27.1970071Z ] 2022-11-23T02:12:27.1970364Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1970430Z with 2022-11-23T02:12:27.1970490Z [ 2022-11-23T02:12:27.1970630Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:12:27.1970690Z ] 2022-11-23T02:12:27.1971000Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1971053Z with 2022-11-23T02:12:27.1971113Z [ 2022-11-23T02:12:27.1971251Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:12:27.1971310Z ] 2022-11-23T02:12:27.1971656Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1971721Z with 2022-11-23T02:12:27.1971782Z [ 2022-11-23T02:12:27.1971919Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:12:27.1971981Z ] 2022-11-23T02:12:27.1972347Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1972412Z with 2022-11-23T02:12:27.1972472Z [ 2022-11-23T02:12:27.1972610Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:12:27.1972669Z ] 2022-11-23T02:12:27.1973030Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1973410Z 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:12:27.1973782Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1973848Z with 2022-11-23T02:12:27.1973941Z [ 2022-11-23T02:12:27.1974083Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:12:27.1974147Z ] 2022-11-23T02:12:27.1974440Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1974503Z with 2022-11-23T02:12:27.1974589Z [ 2022-11-23T02:12:27.1974724Z T=std::tuple 2022-11-23T02:12:27.1974788Z ] 2022-11-23T02:12:27.1975099Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1975162Z with 2022-11-23T02:12:27.1975224Z [ 2022-11-23T02:12:27.1975341Z T=std::tuple 2022-11-23T02:12:27.1975399Z ] 2022-11-23T02:12:27.1975786Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1975852Z with 2022-11-23T02:12:27.1975915Z [ 2022-11-23T02:12:27.1976014Z T=std::tuple 2022-11-23T02:12:27.1976075Z ] 2022-11-23T02:12:27.1976445Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1976511Z with 2022-11-23T02:12:27.1976574Z [ 2022-11-23T02:12:27.1976686Z T=std::tuple 2022-11-23T02:12:27.1976747Z ] 2022-11-23T02:12:27.1977090Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.1977446Z 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:12:27.1977771Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1977837Z with 2022-11-23T02:12:27.1977898Z [ 2022-11-23T02:12:27.1978012Z T=std::tuple 2022-11-23T02:12:27.1978077Z ] 2022-11-23T02:12:27.1978370Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1978436Z with 2022-11-23T02:12:27.1978498Z [ 2022-11-23T02:12:27.1978592Z T=torch::jit::SourceRange 2022-11-23T02:12:27.1978641Z ] 2022-11-23T02:12:27.1978947Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1979053Z with 2022-11-23T02:12:27.1979114Z [ 2022-11-23T02:12:27.1979207Z T=torch::jit::SourceRange 2022-11-23T02:12:27.1979268Z ] 2022-11-23T02:12:27.1979616Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1979680Z with 2022-11-23T02:12:27.1979740Z [ 2022-11-23T02:12:27.1979832Z T=torch::jit::SourceRange 2022-11-23T02:12:27.1979894Z ] 2022-11-23T02:12:27.1980316Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1980380Z with 2022-11-23T02:12:27.1980443Z [ 2022-11-23T02:12:27.1980534Z T=torch::jit::SourceRange 2022-11-23T02:12:27.1980594Z ] 2022-11-23T02:12:27.1980955Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1981296Z 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:12:27.1981681Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1981733Z with 2022-11-23T02:12:27.1981797Z [ 2022-11-23T02:12:27.1981890Z T=torch::jit::SourceRange 2022-11-23T02:12:27.1981953Z ] 2022-11-23T02:12:27.1982244Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1982307Z with 2022-11-23T02:12:27.1982367Z [ 2022-11-23T02:12:27.1982479Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:12:27.1982540Z ] 2022-11-23T02:12:27.1982846Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1982909Z with 2022-11-23T02:12:27.1982969Z [ 2022-11-23T02:12:27.1983080Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:12:27.1983142Z ] 2022-11-23T02:12:27.1983486Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1983539Z with 2022-11-23T02:12:27.1983600Z [ 2022-11-23T02:12:27.1983711Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:12:27.1983773Z ] 2022-11-23T02:12:27.1984143Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1984207Z with 2022-11-23T02:12:27.1984269Z [ 2022-11-23T02:12:27.1984379Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:12:27.1984441Z ] 2022-11-23T02:12:27.1984782Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1985176Z 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:12:27.1985500Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1985564Z with 2022-11-23T02:12:27.1985625Z [ 2022-11-23T02:12:27.1985739Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:12:27.1985799Z ] 2022-11-23T02:12:27.1986144Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1986210Z with 2022-11-23T02:12:27.1986256Z [ 2022-11-23T02:12:27.1986369Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:12:27.1986432Z ] 2022-11-23T02:12:27.1986789Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1986856Z with 2022-11-23T02:12:27.1986916Z [ 2022-11-23T02:12:27.1987027Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:12:27.1987086Z ] 2022-11-23T02:12:27.1987481Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1987546Z with 2022-11-23T02:12:27.1987606Z [ 2022-11-23T02:12:27.1987714Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:12:27.1987776Z ] 2022-11-23T02:12:27.1988147Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1988210Z with 2022-11-23T02:12:27.1988275Z [ 2022-11-23T02:12:27.1988367Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:12:27.1988430Z ] 2022-11-23T02:12:27.1988765Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1989106Z 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:12:27.1989433Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1989502Z with 2022-11-23T02:12:27.1989564Z [ 2022-11-23T02:12:27.1989672Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:12:27.1989734Z ] 2022-11-23T02:12:27.1990027Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1990092Z with 2022-11-23T02:12:27.1990235Z [ 2022-11-23T02:12:27.1990333Z T=torch::jit::ScopePtr 2022-11-23T02:12:27.1990394Z ] 2022-11-23T02:12:27.1990699Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1990811Z with 2022-11-23T02:12:27.1990873Z [ 2022-11-23T02:12:27.1990949Z T=torch::jit::ScopePtr 2022-11-23T02:12:27.1991015Z ] 2022-11-23T02:12:27.1991359Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1991424Z with 2022-11-23T02:12:27.1991484Z [ 2022-11-23T02:12:27.1991571Z T=torch::jit::ScopePtr 2022-11-23T02:12:27.1991632Z ] 2022-11-23T02:12:27.1992002Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1992112Z with 2022-11-23T02:12:27.1992179Z [ 2022-11-23T02:12:27.1992268Z T=torch::jit::ScopePtr 2022-11-23T02:12:27.1992329Z ] 2022-11-23T02:12:27.1992656Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1993027Z 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:12:27.1993748Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1993819Z with 2022-11-23T02:12:27.1993881Z [ 2022-11-23T02:12:27.1993973Z T=torch::jit::ScopePtr 2022-11-23T02:12:27.1994022Z ] 2022-11-23T02:12:27.1994318Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1994385Z with 2022-11-23T02:12:27.1994445Z [ 2022-11-23T02:12:27.1994539Z T=at::ThreadLocalState 2022-11-23T02:12:27.1994599Z ] 2022-11-23T02:12:27.1994910Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1994975Z with 2022-11-23T02:12:27.1995036Z [ 2022-11-23T02:12:27.1995127Z T=at::ThreadLocalState 2022-11-23T02:12:27.1995187Z ] 2022-11-23T02:12:27.1995530Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1995597Z with 2022-11-23T02:12:27.1995657Z [ 2022-11-23T02:12:27.1995749Z T=at::ThreadLocalState 2022-11-23T02:12:27.1995797Z ] 2022-11-23T02:12:27.1996168Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.1996234Z with 2022-11-23T02:12:27.1996295Z [ 2022-11-23T02:12:27.1996391Z T=at::ThreadLocalState 2022-11-23T02:12:27.1996451Z ] 2022-11-23T02:12:27.1996783Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.1997123Z 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:12:27.1997499Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1997563Z with 2022-11-23T02:12:27.1997624Z [ 2022-11-23T02:12:27.1997716Z T=at::ThreadLocalState 2022-11-23T02:12:27.1997779Z ] 2022-11-23T02:12:27.1998110Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.1998196Z with 2022-11-23T02:12:27.1998257Z [ 2022-11-23T02:12:27.1998370Z T=std::shared_ptr 2022-11-23T02:12:27.1998421Z ] 2022-11-23T02:12:27.1998753Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.1998836Z with 2022-11-23T02:12:27.1998898Z [ 2022-11-23T02:12:27.1999012Z T=std::shared_ptr 2022-11-23T02:12:27.1999074Z ] 2022-11-23T02:12:27.1999479Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.1999544Z with 2022-11-23T02:12:27.1999604Z [ 2022-11-23T02:12:27.1999714Z T=std::shared_ptr 2022-11-23T02:12:27.1999773Z ] 2022-11-23T02:12:27.2000140Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2000206Z with 2022-11-23T02:12:27.2000267Z [ 2022-11-23T02:12:27.2000374Z T=std::shared_ptr 2022-11-23T02:12:27.2000435Z ] 2022-11-23T02:12:27.2000762Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.2001094Z 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:12:27.2001464Z 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:12:27.2001792Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2001843Z with 2022-11-23T02:12:27.2001910Z [ 2022-11-23T02:12:27.2002021Z T=std::shared_ptr 2022-11-23T02:12:27.2002084Z ] 2022-11-23T02:12:27.2002377Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2002440Z with 2022-11-23T02:12:27.2002502Z [ 2022-11-23T02:12:27.2002601Z T=torch::jit::GraphExecutor 2022-11-23T02:12:27.2002665Z ] 2022-11-23T02:12:27.2003020Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2003083Z with 2022-11-23T02:12:27.2003143Z [ 2022-11-23T02:12:27.2003239Z T=torch::jit::GraphExecutor 2022-11-23T02:12:27.2003300Z ] 2022-11-23T02:12:27.2003643Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2003706Z with 2022-11-23T02:12:27.2003755Z [ 2022-11-23T02:12:27.2003850Z T=torch::jit::GraphExecutor 2022-11-23T02:12:27.2003913Z ] 2022-11-23T02:12:27.2004332Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2004401Z with 2022-11-23T02:12:27.2004461Z [ 2022-11-23T02:12:27.2004557Z T=torch::jit::GraphExecutor 2022-11-23T02:12:27.2004619Z ] 2022-11-23T02:12:27.2004997Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2005371Z 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:12:27.2005722Z 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:12:27.2006054Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2006118Z with 2022-11-23T02:12:27.2006179Z [ 2022-11-23T02:12:27.2006273Z T=torch::jit::GraphExecutor 2022-11-23T02:12:27.2006333Z ] 2022-11-23T02:12:27.2006624Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2006687Z with 2022-11-23T02:12:27.2006734Z [ 2022-11-23T02:12:27.2006823Z T=torch::jit::Method 2022-11-23T02:12:27.2006884Z ] 2022-11-23T02:12:27.2007188Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2007254Z with 2022-11-23T02:12:27.2007314Z [ 2022-11-23T02:12:27.2007399Z T=torch::jit::Method 2022-11-23T02:12:27.2007459Z ] 2022-11-23T02:12:27.2007800Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2007862Z with 2022-11-23T02:12:27.2007923Z [ 2022-11-23T02:12:27.2008009Z T=torch::jit::Method 2022-11-23T02:12:27.2008070Z ] 2022-11-23T02:12:27.2008436Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2008546Z with 2022-11-23T02:12:27.2008608Z [ 2022-11-23T02:12:27.2008680Z T=torch::jit::Method 2022-11-23T02:12:27.2008740Z ] 2022-11-23T02:12:27.2009059Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2009388Z 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:12:27.2009714Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2009778Z with 2022-11-23T02:12:27.2009839Z [ 2022-11-23T02:12:27.2009923Z T=torch::jit::Method 2022-11-23T02:12:27.2009988Z ] 2022-11-23T02:12:27.2010332Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2010399Z with 2022-11-23T02:12:27.2010459Z [ 2022-11-23T02:12:27.2010593Z T=std::vector> 2022-11-23T02:12:27.2010652Z ] 2022-11-23T02:12:27.2011058Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2011126Z with 2022-11-23T02:12:27.2011185Z [ 2022-11-23T02:12:27.2011306Z T=std::vector> 2022-11-23T02:12:27.2011367Z ] 2022-11-23T02:12:27.2011716Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2011783Z with 2022-11-23T02:12:27.2011843Z [ 2022-11-23T02:12:27.2011973Z T=std::vector> 2022-11-23T02:12:27.2012037Z ] 2022-11-23T02:12:27.2012409Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2012471Z with 2022-11-23T02:12:27.2012531Z [ 2022-11-23T02:12:27.2012664Z T=std::vector> 2022-11-23T02:12:27.2012729Z ] 2022-11-23T02:12:27.2013084Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:12:27.2013443Z 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:12:27.2013764Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2013828Z with 2022-11-23T02:12:27.2013893Z [ 2022-11-23T02:12:27.2014024Z T=std::vector> 2022-11-23T02:12:27.2014084Z ] 2022-11-23T02:12:27.2014371Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2014470Z with 2022-11-23T02:12:27.2014530Z [ 2022-11-23T02:12:27.2014693Z T=std::function 2022-11-23T02:12:27.2014755Z ] 2022-11-23T02:12:27.2015064Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2015127Z with 2022-11-23T02:12:27.2015186Z [ 2022-11-23T02:12:27.2015344Z T=std::function 2022-11-23T02:12:27.2015405Z ] 2022-11-23T02:12:27.2015750Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2015816Z with 2022-11-23T02:12:27.2015876Z [ 2022-11-23T02:12:27.2016034Z T=std::function 2022-11-23T02:12:27.2016095Z ] 2022-11-23T02:12:27.2016519Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2016584Z with 2022-11-23T02:12:27.2016692Z [ 2022-11-23T02:12:27.2016839Z T=std::function 2022-11-23T02:12:27.2016901Z ] 2022-11-23T02:12:27.2017327Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.2017729Z 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:12:27.2018051Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2018117Z with 2022-11-23T02:12:27.2018179Z [ 2022-11-23T02:12:27.2018335Z T=std::function 2022-11-23T02:12:27.2018397Z ] 2022-11-23T02:12:27.2018691Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2018759Z with 2022-11-23T02:12:27.2018820Z [ 2022-11-23T02:12:27.2019005Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:12:27.2019065Z ] 2022-11-23T02:12:27.2019371Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2019435Z with 2022-11-23T02:12:27.2019498Z [ 2022-11-23T02:12:27.2019681Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:12:27.2019742Z ] 2022-11-23T02:12:27.2020084Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2020200Z with 2022-11-23T02:12:27.2020247Z [ 2022-11-23T02:12:27.2020430Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:12:27.2020491Z ] 2022-11-23T02:12:27.2020860Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2020929Z with 2022-11-23T02:12:27.2020990Z [ 2022-11-23T02:12:27.2021173Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:12:27.2021234Z ] 2022-11-23T02:12:27.2021635Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2022069Z 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:12:27.2022446Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2022515Z with 2022-11-23T02:12:27.2022628Z [ 2022-11-23T02:12:27.2022812Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:12:27.2022875Z ] 2022-11-23T02:12:27.2023219Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2023286Z with 2022-11-23T02:12:27.2023350Z [ 2022-11-23T02:12:27.2023474Z T=std::vector> 2022-11-23T02:12:27.2023524Z ] 2022-11-23T02:12:27.2023830Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2023895Z with 2022-11-23T02:12:27.2023956Z [ 2022-11-23T02:12:27.2024080Z T=std::vector> 2022-11-23T02:12:27.2024146Z ] 2022-11-23T02:12:27.2024493Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2024557Z with 2022-11-23T02:12:27.2024620Z [ 2022-11-23T02:12:27.2024742Z T=std::vector> 2022-11-23T02:12:27.2024803Z ] 2022-11-23T02:12:27.2025177Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2025240Z with 2022-11-23T02:12:27.2025301Z [ 2022-11-23T02:12:27.2025423Z T=std::vector> 2022-11-23T02:12:27.2025485Z ] 2022-11-23T02:12:27.2025809Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:12:27.2025871Z with 2022-11-23T02:12:27.2025932Z [ 2022-11-23T02:12:27.2026001Z T=double 2022-11-23T02:12:27.2026115Z ] 2022-11-23T02:12:27.2026487Z 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:12:27.2026550Z with 2022-11-23T02:12:27.2026611Z [ 2022-11-23T02:12:27.2026679Z T=double 2022-11-23T02:12:27.2026740Z ] 2022-11-23T02:12:27.2027066Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2027132Z with 2022-11-23T02:12:27.2027191Z [ 2022-11-23T02:12:27.2027312Z T=std::vector> 2022-11-23T02:12:27.2027376Z ] 2022-11-23T02:12:27.2027656Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2031081Z with 2022-11-23T02:12:27.2031143Z [ 2022-11-23T02:12:27.2031263Z T=std::tuple 2022-11-23T02:12:27.2031324Z ] 2022-11-23T02:12:27.2031640Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2031703Z with 2022-11-23T02:12:27.2031765Z [ 2022-11-23T02:12:27.2031971Z T=std::tuple 2022-11-23T02:12:27.2032033Z ] 2022-11-23T02:12:27.2032377Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2032444Z with 2022-11-23T02:12:27.2032505Z [ 2022-11-23T02:12:27.2032613Z T=std::tuple 2022-11-23T02:12:27.2032675Z ] 2022-11-23T02:12:27.2033042Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2033107Z with 2022-11-23T02:12:27.2033154Z [ 2022-11-23T02:12:27.2033262Z T=std::tuple 2022-11-23T02:12:27.2033324Z ] 2022-11-23T02:12:27.2033655Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.2034023Z 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:12:27.2034355Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2034421Z with 2022-11-23T02:12:27.2034484Z [ 2022-11-23T02:12:27.2034643Z T=std::tuple 2022-11-23T02:12:27.2034708Z ] 2022-11-23T02:12:27.2035004Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2035067Z with 2022-11-23T02:12:27.2035130Z [ 2022-11-23T02:12:27.2035309Z T=std::vector> 2022-11-23T02:12:27.2035422Z ] 2022-11-23T02:12:27.2035733Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2035799Z with 2022-11-23T02:12:27.2035859Z [ 2022-11-23T02:12:27.2035978Z T=std::vector> 2022-11-23T02:12:27.2036040Z ] 2022-11-23T02:12:27.2036387Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2036453Z with 2022-11-23T02:12:27.2036514Z [ 2022-11-23T02:12:27.2036643Z T=std::vector> 2022-11-23T02:12:27.2036704Z ] 2022-11-23T02:12:27.2037074Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2037141Z with 2022-11-23T02:12:27.2037202Z [ 2022-11-23T02:12:27.2037330Z T=std::vector> 2022-11-23T02:12:27.2037393Z ] 2022-11-23T02:12:27.2037784Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:12:27.2038303Z 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:12:27.2042585Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2043011Z with 2022-11-23T02:12:27.2043106Z [ 2022-11-23T02:12:27.2043325Z T=std::vector> 2022-11-23T02:12:27.2043553Z ] 2022-11-23T02:12:27.2044210Z [3/3] "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\bin\Hostx64\x64/link.exe" jit_extension.o jit_extension2.o /nologo /DLL c10.lib torch_cpu.lib torch.lib /LIBPATH:C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib torch_python.lib /LIBPATH:C:\Jenkins\Miniconda3\libs /out:jit_extension.pyd 2022-11-23T02:12:27.2044368Z Creating library jit_extension.lib and object jit_extension.exp 2022-11-23T02:12:27.2044467Z Loading extension module jit_extension... 2022-11-23T02:12:27.2044542Z ok (12.840s) 2022-11-23T02:12:27.2044720Z test_jit_cuda_archflags (__main__.TestCppExtensionJIT) ... skip: CUDA not found (0.000s) 2022-11-23T02:12:27.2044887Z test_jit_cuda_extension (__main__.TestCppExtensionJIT) ... skip: CUDA not found (0.010s) 2022-11-23T02:12:27.2045058Z test_jit_cudnn_extension (__main__.TestCppExtensionJIT) ... skip: CuDNN not found (0.001s) 2022-11-23T02:12:27.2045375Z test_lenient_flag_handling_in_jit_extensions (__main__.TestCppExtensionJIT) ... Using C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116 as PyTorch extensions root... 2022-11-23T02:12:27.2045640Z Creating extension directory C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116\lenient_flag_handling_extension... 2022-11-23T02:12:27.2045913Z Emitting ninja build file C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116\lenient_flag_handling_extension\build.ninja... 2022-11-23T02:12:27.2046198Z Building extension module lenient_flag_handling_extension... 2022-11-23T02:12:27.2046397Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-11-23T02:12:27.2047440Z [1/2] cl /showIncludes -DTORCH_EXTENSION_NAME=lenient_flag_handling_extension -DTORCH_API_INCLUDE_EXTENSION_H -IC:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions -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:\Jenkins\Miniconda3\Include -D_GLIBCXX_USE_CXX11_ABI=0 /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /EHsc -g "-O0 -Wall" -c C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116\lenient_flag_handling_extension\main.cpp /Fomain.o 2022-11-23T02:12:27.2047586Z Microsoft (R) C/C++ Optimizing Compiler Version 19.28.29337 for x64 2022-11-23T02:12:27.2047770Z Copyright (C) Microsoft Corporation. All rights reserved. 2022-11-23T02:12:27.2047781Z 2022-11-23T02:12:27.2047915Z cl : Command line warning D9002 : ignoring unknown option '-g' 2022-11-23T02:12:27.2048051Z cl : Command line warning D9002 : ignoring unknown option '-O0' 2022-11-23T02:12:27.2048184Z cl : Command line warning D9002 : ignoring unknown option '-O ' 2022-11-23T02:12:27.2048354Z cl : Command line warning D9002 : ignoring unknown option '-O-' 2022-11-23T02:12:27.2048552Z cl : Command line warning D9002 : ignoring unknown option '-OW' 2022-11-23T02:12:27.2048680Z cl : Command line warning D9002 : ignoring unknown option '-Oa' 2022-11-23T02:12:27.2048806Z cl : Command line warning D9002 : ignoring unknown option '-Ol' 2022-11-23T02:12:27.2048932Z cl : Command line warning D9002 : ignoring unknown option '-Ol' 2022-11-23T02:12:27.2049239Z 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:12:27.2049560Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2049631Z with 2022-11-23T02:12:27.2049694Z [ 2022-11-23T02:12:27.2049775Z T=c10::SymInt 2022-11-23T02:12:27.2049824Z ] 2022-11-23T02:12:27.2050140Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2050207Z with 2022-11-23T02:12:27.2050270Z [ 2022-11-23T02:12:27.2050348Z T=c10::SymInt 2022-11-23T02:12:27.2050412Z ] 2022-11-23T02:12:27.2050761Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2050829Z with 2022-11-23T02:12:27.2050889Z [ 2022-11-23T02:12:27.2050965Z T=c10::SymInt 2022-11-23T02:12:27.2051027Z ] 2022-11-23T02:12:27.2051402Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2051466Z with 2022-11-23T02:12:27.2051529Z [ 2022-11-23T02:12:27.2051606Z T=c10::SymInt 2022-11-23T02:12:27.2051654Z ] 2022-11-23T02:12:27.2051973Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2052338Z 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:12:27.2052667Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2052734Z with 2022-11-23T02:12:27.2052795Z [ 2022-11-23T02:12:27.2052876Z T=c10::SymInt 2022-11-23T02:12:27.2052937Z ] 2022-11-23T02:12:27.2053218Z 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:12:27.2053517Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2053585Z with 2022-11-23T02:12:27.2053646Z [ 2022-11-23T02:12:27.2053732Z T=at::TensorBase 2022-11-23T02:12:27.2053835Z ] 2022-11-23T02:12:27.2054148Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2054214Z with 2022-11-23T02:12:27.2054275Z [ 2022-11-23T02:12:27.2054460Z T=at::TensorBase 2022-11-23T02:12:27.2054527Z ] 2022-11-23T02:12:27.2054877Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2054943Z with 2022-11-23T02:12:27.2055006Z [ 2022-11-23T02:12:27.2055090Z T=at::TensorBase 2022-11-23T02:12:27.2055151Z ] 2022-11-23T02:12:27.2055524Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2055589Z with 2022-11-23T02:12:27.2055653Z [ 2022-11-23T02:12:27.2055736Z T=at::TensorBase 2022-11-23T02:12:27.2055799Z ] 2022-11-23T02:12:27.2056116Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2056436Z 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:12:27.2056763Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2056829Z with 2022-11-23T02:12:27.2056891Z [ 2022-11-23T02:12:27.2056975Z T=at::TensorBase 2022-11-23T02:12:27.2057025Z ] 2022-11-23T02:12:27.2057318Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2057383Z with 2022-11-23T02:12:27.2057444Z [ 2022-11-23T02:12:27.2057524Z T=at::Tensor 2022-11-23T02:12:27.2057589Z ] 2022-11-23T02:12:27.2057891Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2058001Z with 2022-11-23T02:12:27.2058062Z [ 2022-11-23T02:12:27.2058138Z T=at::Tensor 2022-11-23T02:12:27.2058200Z ] 2022-11-23T02:12:27.2058543Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2058608Z with 2022-11-23T02:12:27.2058669Z [ 2022-11-23T02:12:27.2058748Z T=at::Tensor 2022-11-23T02:12:27.2058795Z ] 2022-11-23T02:12:27.2059168Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2059233Z with 2022-11-23T02:12:27.2059296Z [ 2022-11-23T02:12:27.2059371Z T=at::Tensor 2022-11-23T02:12:27.2059432Z ] 2022-11-23T02:12:27.2059741Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2060097Z 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:12:27.2060506Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2060576Z with 2022-11-23T02:12:27.2060639Z [ 2022-11-23T02:12:27.2060718Z T=at::Tensor 2022-11-23T02:12:27.2060779Z ] 2022-11-23T02:12:27.2061076Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2061140Z with 2022-11-23T02:12:27.2061201Z [ 2022-11-23T02:12:27.2061268Z T=at::Generator 2022-11-23T02:12:27.2061330Z ] 2022-11-23T02:12:27.2061633Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2061700Z with 2022-11-23T02:12:27.2061761Z [ 2022-11-23T02:12:27.2061843Z T=at::Generator 2022-11-23T02:12:27.2061905Z ] 2022-11-23T02:12:27.2062245Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2062314Z with 2022-11-23T02:12:27.2062375Z [ 2022-11-23T02:12:27.2062455Z T=at::Generator 2022-11-23T02:12:27.2062516Z ] 2022-11-23T02:12:27.2062889Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2062955Z with 2022-11-23T02:12:27.2063016Z [ 2022-11-23T02:12:27.2063096Z T=at::Generator 2022-11-23T02:12:27.2063144Z ] 2022-11-23T02:12:27.2063463Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2063779Z 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:12:27.2064585Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2064650Z with 2022-11-23T02:12:27.2064711Z [ 2022-11-23T02:12:27.2064792Z T=at::Generator 2022-11-23T02:12:27.2064853Z ] 2022-11-23T02:12:27.2065149Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2065213Z with 2022-11-23T02:12:27.2065276Z [ 2022-11-23T02:12:27.2065354Z T=c10::Scalar 2022-11-23T02:12:27.2065414Z ] 2022-11-23T02:12:27.2065720Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2065786Z with 2022-11-23T02:12:27.2065848Z [ 2022-11-23T02:12:27.2065954Z T=c10::Scalar 2022-11-23T02:12:27.2066014Z ] 2022-11-23T02:12:27.2066360Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2066424Z with 2022-11-23T02:12:27.2066579Z [ 2022-11-23T02:12:27.2066659Z T=c10::Scalar 2022-11-23T02:12:27.2066721Z ] 2022-11-23T02:12:27.2067091Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2067162Z with 2022-11-23T02:12:27.2067225Z [ 2022-11-23T02:12:27.2067300Z T=c10::Scalar 2022-11-23T02:12:27.2067362Z ] 2022-11-23T02:12:27.2067677Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2067993Z 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:12:27.2068318Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2068386Z with 2022-11-23T02:12:27.2068446Z [ 2022-11-23T02:12:27.2068525Z T=c10::Scalar 2022-11-23T02:12:27.2068573Z ] 2022-11-23T02:12:27.2068867Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2068931Z with 2022-11-23T02:12:27.2068994Z [ 2022-11-23T02:12:27.2069073Z T=std::string 2022-11-23T02:12:27.2069135Z ] 2022-11-23T02:12:27.2069442Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2069509Z with 2022-11-23T02:12:27.2069570Z [ 2022-11-23T02:12:27.2069646Z T=std::string 2022-11-23T02:12:27.2069708Z ] 2022-11-23T02:12:27.2070050Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2070224Z with 2022-11-23T02:12:27.2070287Z [ 2022-11-23T02:12:27.2070352Z T=std::string 2022-11-23T02:12:27.2070414Z ] 2022-11-23T02:12:27.2070787Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2070854Z with 2022-11-23T02:12:27.2070917Z [ 2022-11-23T02:12:27.2070993Z T=std::string 2022-11-23T02:12:27.2071057Z ] 2022-11-23T02:12:27.2071372Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2071687Z 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:12:27.2072050Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2072117Z with 2022-11-23T02:12:27.2072178Z [ 2022-11-23T02:12:27.2072258Z T=std::string 2022-11-23T02:12:27.2072318Z ] 2022-11-23T02:12:27.2072699Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2072767Z with 2022-11-23T02:12:27.2072827Z [ 2022-11-23T02:12:27.2072905Z T=c10::QualifiedName 2022-11-23T02:12:27.2072968Z ] 2022-11-23T02:12:27.2073273Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2073339Z with 2022-11-23T02:12:27.2073401Z [ 2022-11-23T02:12:27.2073490Z T=c10::QualifiedName 2022-11-23T02:12:27.2073553Z ] 2022-11-23T02:12:27.2073901Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2073963Z with 2022-11-23T02:12:27.2074024Z [ 2022-11-23T02:12:27.2074112Z T=c10::QualifiedName 2022-11-23T02:12:27.2074173Z ] 2022-11-23T02:12:27.2074539Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2074606Z with 2022-11-23T02:12:27.2074667Z [ 2022-11-23T02:12:27.2074753Z T=c10::QualifiedName 2022-11-23T02:12:27.2074800Z ] 2022-11-23T02:12:27.2075125Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2075452Z 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:12:27.2075782Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2075891Z with 2022-11-23T02:12:27.2075953Z [ 2022-11-23T02:12:27.2076040Z T=c10::QualifiedName 2022-11-23T02:12:27.2076100Z ] 2022-11-23T02:12:27.2076396Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2076463Z with 2022-11-23T02:12:27.2076527Z [ 2022-11-23T02:12:27.2076659Z T=std::shared_ptr 2022-11-23T02:12:27.2076721Z ] 2022-11-23T02:12:27.2077029Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2077094Z with 2022-11-23T02:12:27.2077155Z [ 2022-11-23T02:12:27.2077283Z T=std::shared_ptr 2022-11-23T02:12:27.2077333Z ] 2022-11-23T02:12:27.2077678Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2077740Z with 2022-11-23T02:12:27.2077804Z [ 2022-11-23T02:12:27.2077971Z T=std::shared_ptr 2022-11-23T02:12:27.2078034Z ] 2022-11-23T02:12:27.2078982Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2079055Z with 2022-11-23T02:12:27.2079117Z [ 2022-11-23T02:12:27.2079246Z T=std::shared_ptr 2022-11-23T02:12:27.2079310Z ] 2022-11-23T02:12:27.2079657Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.2079999Z 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:12:27.2080320Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2080385Z with 2022-11-23T02:12:27.2080448Z [ 2022-11-23T02:12:27.2080573Z T=std::shared_ptr 2022-11-23T02:12:27.2080639Z ] 2022-11-23T02:12:27.2080939Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2080989Z with 2022-11-23T02:12:27.2081051Z [ 2022-11-23T02:12:27.2081177Z T=std::weak_ptr 2022-11-23T02:12:27.2081240Z ] 2022-11-23T02:12:27.2081545Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2081614Z with 2022-11-23T02:12:27.2081677Z [ 2022-11-23T02:12:27.2081801Z T=std::weak_ptr 2022-11-23T02:12:27.2081862Z ] 2022-11-23T02:12:27.2082210Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2082321Z with 2022-11-23T02:12:27.2082381Z [ 2022-11-23T02:12:27.2082506Z T=std::weak_ptr 2022-11-23T02:12:27.2082566Z ] 2022-11-23T02:12:27.2082933Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2082998Z with 2022-11-23T02:12:27.2083044Z [ 2022-11-23T02:12:27.2083171Z T=std::weak_ptr 2022-11-23T02:12:27.2083233Z ] 2022-11-23T02:12:27.2083585Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.2083927Z 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:12:27.2084292Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2084358Z with 2022-11-23T02:12:27.2084421Z [ 2022-11-23T02:12:27.2084624Z T=std::weak_ptr 2022-11-23T02:12:27.2084692Z ] 2022-11-23T02:12:27.2084990Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2085053Z with 2022-11-23T02:12:27.2085116Z [ 2022-11-23T02:12:27.2085268Z T=std::vector> 2022-11-23T02:12:27.2085331Z ] 2022-11-23T02:12:27.2085643Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2085709Z with 2022-11-23T02:12:27.2085770Z [ 2022-11-23T02:12:27.2085908Z T=std::vector> 2022-11-23T02:12:27.2085971Z ] 2022-11-23T02:12:27.2086318Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2086383Z with 2022-11-23T02:12:27.2086445Z [ 2022-11-23T02:12:27.2086596Z T=std::vector> 2022-11-23T02:12:27.2086662Z ] 2022-11-23T02:12:27.2087033Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2087097Z with 2022-11-23T02:12:27.2087161Z [ 2022-11-23T02:12:27.2087311Z T=std::vector> 2022-11-23T02:12:27.2087371Z ] 2022-11-23T02:12:27.2087742Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:12:27.2088107Z 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:12:27.2088480Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2088545Z with 2022-11-23T02:12:27.2088608Z [ 2022-11-23T02:12:27.2088758Z T=std::vector> 2022-11-23T02:12:27.2088821Z ] 2022-11-23T02:12:27.2089114Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2089178Z with 2022-11-23T02:12:27.2089225Z [ 2022-11-23T02:12:27.2089343Z T=std::vector> 2022-11-23T02:12:27.2089406Z ] 2022-11-23T02:12:27.2089716Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2089778Z with 2022-11-23T02:12:27.2089839Z [ 2022-11-23T02:12:27.2089956Z T=std::vector> 2022-11-23T02:12:27.2090058Z ] 2022-11-23T02:12:27.2090449Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2090516Z with 2022-11-23T02:12:27.2090576Z [ 2022-11-23T02:12:27.2090730Z T=std::vector> 2022-11-23T02:12:27.2090793Z ] 2022-11-23T02:12:27.2091163Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2091230Z with 2022-11-23T02:12:27.2091278Z [ 2022-11-23T02:12:27.2091394Z T=std::vector> 2022-11-23T02:12:27.2091458Z ] 2022-11-23T02:12:27.2091803Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:12:27.2092145Z 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:12:27.2092472Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2092538Z with 2022-11-23T02:12:27.2092600Z [ 2022-11-23T02:12:27.2092717Z T=std::vector> 2022-11-23T02:12:27.2092779Z ] 2022-11-23T02:12:27.2093073Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2093137Z with 2022-11-23T02:12:27.2093198Z [ 2022-11-23T02:12:27.2093364Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.2093428Z ] 2022-11-23T02:12:27.2093740Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2093857Z with 2022-11-23T02:12:27.2093919Z [ 2022-11-23T02:12:27.2094084Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.2094133Z ] 2022-11-23T02:12:27.2094477Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2094544Z with 2022-11-23T02:12:27.2094605Z [ 2022-11-23T02:12:27.2094766Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.2094827Z ] 2022-11-23T02:12:27.2095200Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2095268Z with 2022-11-23T02:12:27.2095328Z [ 2022-11-23T02:12:27.2095490Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.2095551Z ] 2022-11-23T02:12:27.2095924Z C:\actions-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:12:27.2096801Z 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:12:27.2097133Z 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:12:27.2097459Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2097525Z with 2022-11-23T02:12:27.2097589Z [ 2022-11-23T02:12:27.2097754Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.2097817Z ] 2022-11-23T02:12:27.2098117Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2098183Z with 2022-11-23T02:12:27.2098246Z [ 2022-11-23T02:12:27.2098389Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.2098453Z ] 2022-11-23T02:12:27.2098767Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2098833Z with 2022-11-23T02:12:27.2098896Z [ 2022-11-23T02:12:27.2099050Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.2099112Z ] 2022-11-23T02:12:27.2099463Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2099532Z with 2022-11-23T02:12:27.2099594Z [ 2022-11-23T02:12:27.2099748Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.2099810Z ] 2022-11-23T02:12:27.2100241Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2100311Z with 2022-11-23T02:12:27.2100374Z [ 2022-11-23T02:12:27.2100531Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.2100592Z ] 2022-11-23T02:12:27.2100966Z C:\actions-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:12:27.2101330Z 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:12:27.2101644Z 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:12:27.2101968Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2102035Z with 2022-11-23T02:12:27.2102124Z [ 2022-11-23T02:12:27.2102331Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.2102397Z ] 2022-11-23T02:12:27.2102729Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2102796Z with 2022-11-23T02:12:27.2102860Z [ 2022-11-23T02:12:27.2102984Z T=std::vector> 2022-11-23T02:12:27.2103046Z ] 2022-11-23T02:12:27.2103357Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2103423Z with 2022-11-23T02:12:27.2103484Z [ 2022-11-23T02:12:27.2103606Z T=std::vector> 2022-11-23T02:12:27.2103667Z ] 2022-11-23T02:12:27.2104016Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2104082Z with 2022-11-23T02:12:27.2104145Z [ 2022-11-23T02:12:27.2104252Z T=std::vector> 2022-11-23T02:12:27.2104317Z ] 2022-11-23T02:12:27.2104688Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2104753Z with 2022-11-23T02:12:27.2104814Z [ 2022-11-23T02:12:27.2104937Z T=std::vector> 2022-11-23T02:12:27.2104997Z ] 2022-11-23T02:12:27.2105337Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:12:27.2105677Z 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:12:27.2106053Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2106120Z with 2022-11-23T02:12:27.2106181Z [ 2022-11-23T02:12:27.2106302Z T=std::vector> 2022-11-23T02:12:27.2106365Z ] 2022-11-23T02:12:27.2106658Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2106723Z with 2022-11-23T02:12:27.2106786Z [ 2022-11-23T02:12:27.2106939Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:12:27.2106988Z ] 2022-11-23T02:12:27.2107299Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2107364Z with 2022-11-23T02:12:27.2107427Z [ 2022-11-23T02:12:27.2107575Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:12:27.2107638Z ] 2022-11-23T02:12:27.2108031Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2108137Z with 2022-11-23T02:12:27.2108200Z [ 2022-11-23T02:12:27.2108347Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:12:27.2108409Z ] 2022-11-23T02:12:27.2108822Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2108891Z with 2022-11-23T02:12:27.2108952Z [ 2022-11-23T02:12:27.2109103Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:12:27.2109165Z ] 2022-11-23T02:12:27.2109531Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.2109912Z 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:12:27.2110346Z 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:12:27.2110680Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2110745Z with 2022-11-23T02:12:27.2110795Z [ 2022-11-23T02:12:27.2110943Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:12:27.2111004Z ] 2022-11-23T02:12:27.2111310Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2111374Z with 2022-11-23T02:12:27.2111435Z [ 2022-11-23T02:12:27.2111582Z T=c10::impl::InlineStreamGuard 2022-11-23T02:12:27.2111699Z ] 2022-11-23T02:12:27.2112008Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2112072Z with 2022-11-23T02:12:27.2112134Z [ 2022-11-23T02:12:27.2112285Z T=c10::impl::InlineStreamGuard 2022-11-23T02:12:27.2112345Z ] 2022-11-23T02:12:27.2112690Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2112754Z with 2022-11-23T02:12:27.2112816Z [ 2022-11-23T02:12:27.2112962Z T=c10::impl::InlineStreamGuard 2022-11-23T02:12:27.2113010Z ] 2022-11-23T02:12:27.2113379Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2113446Z with 2022-11-23T02:12:27.2113508Z [ 2022-11-23T02:12:27.2113654Z T=c10::impl::InlineStreamGuard 2022-11-23T02:12:27.2113716Z ] 2022-11-23T02:12:27.2114164Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.2114550Z 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:12:27.2114954Z 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:12:27.2115281Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2115347Z with 2022-11-23T02:12:27.2115410Z [ 2022-11-23T02:12:27.2115559Z T=c10::impl::InlineStreamGuard 2022-11-23T02:12:27.2115622Z ] 2022-11-23T02:12:27.2115919Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2115985Z with 2022-11-23T02:12:27.2116045Z [ 2022-11-23T02:12:27.2116152Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:12:27.2116215Z ] 2022-11-23T02:12:27.2116526Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2116577Z with 2022-11-23T02:12:27.2116639Z [ 2022-11-23T02:12:27.2116743Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:12:27.2116806Z ] 2022-11-23T02:12:27.2117159Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2117224Z with 2022-11-23T02:12:27.2117285Z [ 2022-11-23T02:12:27.2117387Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:12:27.2117496Z ] 2022-11-23T02:12:27.2117868Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2117933Z with 2022-11-23T02:12:27.2117994Z [ 2022-11-23T02:12:27.2118097Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:12:27.2118161Z ] 2022-11-23T02:12:27.2118501Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2118819Z 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:12:27.2118883Z with 2022-11-23T02:12:27.2118935Z [ 2022-11-23T02:12:27.2119040Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:12:27.2119102Z ] 2022-11-23T02:12:27.2119473Z 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:12:27.2119846Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2119914Z with 2022-11-23T02:12:27.2119974Z [ 2022-11-23T02:12:27.2120113Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:12:27.2120178Z ] 2022-11-23T02:12:27.2120473Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2120540Z with 2022-11-23T02:12:27.2120639Z [ 2022-11-23T02:12:27.2120827Z T=std::vector> 2022-11-23T02:12:27.2120889Z ] 2022-11-23T02:12:27.2121198Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2121264Z with 2022-11-23T02:12:27.2121326Z [ 2022-11-23T02:12:27.2121497Z T=std::vector> 2022-11-23T02:12:27.2121559Z ] 2022-11-23T02:12:27.2121908Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2121974Z with 2022-11-23T02:12:27.2122036Z [ 2022-11-23T02:12:27.2122216Z T=std::vector> 2022-11-23T02:12:27.2122278Z ] 2022-11-23T02:12:27.2122651Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2122718Z with 2022-11-23T02:12:27.2122781Z [ 2022-11-23T02:12:27.2122963Z T=std::vector> 2022-11-23T02:12:27.2123024Z ] 2022-11-23T02:12:27.2123425Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:12:27.2123876Z 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:12:27.2124205Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2124272Z with 2022-11-23T02:12:27.2124334Z [ 2022-11-23T02:12:27.2124516Z T=std::vector> 2022-11-23T02:12:27.2124578Z ] 2022-11-23T02:12:27.2124875Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2124944Z with 2022-11-23T02:12:27.2125006Z [ 2022-11-23T02:12:27.2125090Z T=torch::autograd::ViewInfo 2022-11-23T02:12:27.2125154Z ] 2022-11-23T02:12:27.2125463Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2125530Z with 2022-11-23T02:12:27.2125635Z [ 2022-11-23T02:12:27.2125733Z T=torch::autograd::ViewInfo 2022-11-23T02:12:27.2125794Z ] 2022-11-23T02:12:27.2126183Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2126252Z with 2022-11-23T02:12:27.2126313Z [ 2022-11-23T02:12:27.2126408Z T=torch::autograd::ViewInfo 2022-11-23T02:12:27.2126470Z ] 2022-11-23T02:12:27.2126882Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2126948Z with 2022-11-23T02:12:27.2127008Z [ 2022-11-23T02:12:27.2127091Z T=torch::autograd::ViewInfo 2022-11-23T02:12:27.2127156Z ] 2022-11-23T02:12:27.2127487Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2127824Z 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:12:27.2128155Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2128220Z with 2022-11-23T02:12:27.2128281Z [ 2022-11-23T02:12:27.2128377Z T=torch::autograd::ViewInfo 2022-11-23T02:12:27.2128438Z ] 2022-11-23T02:12:27.2128740Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2128804Z with 2022-11-23T02:12:27.2128867Z [ 2022-11-23T02:12:27.2128946Z T=c10::IValue 2022-11-23T02:12:27.2129010Z ] 2022-11-23T02:12:27.2129368Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2129435Z with 2022-11-23T02:12:27.2129497Z [ 2022-11-23T02:12:27.2129560Z T=c10::IValue 2022-11-23T02:12:27.2129625Z ] 2022-11-23T02:12:27.2129972Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2130038Z with 2022-11-23T02:12:27.2130101Z [ 2022-11-23T02:12:27.2130179Z T=c10::IValue 2022-11-23T02:12:27.2130240Z ] 2022-11-23T02:12:27.2130605Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2130673Z with 2022-11-23T02:12:27.2130734Z [ 2022-11-23T02:12:27.2130809Z T=c10::IValue 2022-11-23T02:12:27.2130872Z ] 2022-11-23T02:12:27.2131180Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2131542Z 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:12:27.2131874Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2131943Z with 2022-11-23T02:12:27.2132008Z [ 2022-11-23T02:12:27.2132128Z T=c10::IValue 2022-11-23T02:12:27.2132178Z ] 2022-11-23T02:12:27.2132473Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2132538Z with 2022-11-23T02:12:27.2132637Z [ 2022-11-23T02:12:27.2132723Z T=c10::AliasInfo 2022-11-23T02:12:27.2132785Z ] 2022-11-23T02:12:27.2133094Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2133158Z with 2022-11-23T02:12:27.2133221Z [ 2022-11-23T02:12:27.2133303Z T=c10::AliasInfo 2022-11-23T02:12:27.2133365Z ] 2022-11-23T02:12:27.2133711Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2133778Z with 2022-11-23T02:12:27.2133839Z [ 2022-11-23T02:12:27.2133922Z T=c10::AliasInfo 2022-11-23T02:12:27.2133969Z ] 2022-11-23T02:12:27.2134339Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2134409Z with 2022-11-23T02:12:27.2134469Z [ 2022-11-23T02:12:27.2134550Z T=c10::AliasInfo 2022-11-23T02:12:27.2134611Z ] 2022-11-23T02:12:27.2134923Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2135295Z 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:12:27.2135622Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2135686Z with 2022-11-23T02:12:27.2135749Z [ 2022-11-23T02:12:27.2135832Z T=c10::AliasInfo 2022-11-23T02:12:27.2135893Z ] 2022-11-23T02:12:27.2136186Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2136252Z with 2022-11-23T02:12:27.2136315Z [ 2022-11-23T02:12:27.2136449Z T=std::vector> 2022-11-23T02:12:27.2136499Z ] 2022-11-23T02:12:27.2136811Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2136876Z with 2022-11-23T02:12:27.2136938Z [ 2022-11-23T02:12:27.2137068Z T=std::vector> 2022-11-23T02:12:27.2137130Z ] 2022-11-23T02:12:27.2137517Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2137584Z with 2022-11-23T02:12:27.2137645Z [ 2022-11-23T02:12:27.2137776Z T=std::vector> 2022-11-23T02:12:27.2137839Z ] 2022-11-23T02:12:27.2138251Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2138318Z with 2022-11-23T02:12:27.2138380Z [ 2022-11-23T02:12:27.2138511Z T=std::vector> 2022-11-23T02:12:27.2138576Z ] 2022-11-23T02:12:27.2138948Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:12:27.2139001Z with 2022-11-23T02:12:27.2139063Z [ 2022-11-23T02:12:27.2139142Z T=c10::SymInt 2022-11-23T02:12:27.2139205Z ] 2022-11-23T02:12:27.2139533Z 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:12:27.2139602Z with 2022-11-23T02:12:27.2139663Z [ 2022-11-23T02:12:27.2139741Z T=c10::SymInt 2022-11-23T02:12:27.2139804Z ] 2022-11-23T02:12:27.2140160Z 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:12:27.2140576Z 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:12:27.2140905Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2141029Z with 2022-11-23T02:12:27.2141091Z [ 2022-11-23T02:12:27.2141222Z T=std::vector> 2022-11-23T02:12:27.2141284Z ] 2022-11-23T02:12:27.2141578Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2141643Z with 2022-11-23T02:12:27.2141693Z [ 2022-11-23T02:12:27.2141832Z T=c10::either 2022-11-23T02:12:27.2141893Z ] 2022-11-23T02:12:27.2142203Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2142272Z with 2022-11-23T02:12:27.2142333Z [ 2022-11-23T02:12:27.2142472Z T=c10::either 2022-11-23T02:12:27.2142534Z ] 2022-11-23T02:12:27.2142881Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2142944Z with 2022-11-23T02:12:27.2143005Z [ 2022-11-23T02:12:27.2143186Z T=c10::either 2022-11-23T02:12:27.2143249Z ] 2022-11-23T02:12:27.2143621Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2143689Z with 2022-11-23T02:12:27.2143750Z [ 2022-11-23T02:12:27.2143871Z T=c10::either 2022-11-23T02:12:27.2143934Z ] 2022-11-23T02:12:27.2144325Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.2144750Z 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:12:27.2145087Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2145154Z with 2022-11-23T02:12:27.2145216Z [ 2022-11-23T02:12:27.2145353Z T=c10::either 2022-11-23T02:12:27.2145415Z ] 2022-11-23T02:12:27.2145712Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2145778Z with 2022-11-23T02:12:27.2145839Z [ 2022-11-23T02:12:27.2145933Z T=at::StepCallbacks 2022-11-23T02:12:27.2145995Z ] 2022-11-23T02:12:27.2146310Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2146381Z with 2022-11-23T02:12:27.2146444Z [ 2022-11-23T02:12:27.2146534Z T=at::StepCallbacks 2022-11-23T02:12:27.2146581Z ] 2022-11-23T02:12:27.2146976Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2147041Z with 2022-11-23T02:12:27.2147102Z [ 2022-11-23T02:12:27.2147192Z T=at::StepCallbacks 2022-11-23T02:12:27.2147253Z ] 2022-11-23T02:12:27.2147624Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2147691Z with 2022-11-23T02:12:27.2147752Z [ 2022-11-23T02:12:27.2147842Z T=at::StepCallbacks 2022-11-23T02:12:27.2147904Z ] 2022-11-23T02:12:27.2148229Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2148563Z 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:12:27.2148889Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2148998Z with 2022-11-23T02:12:27.2149060Z [ 2022-11-23T02:12:27.2149149Z T=at::StepCallbacks 2022-11-23T02:12:27.2149215Z ] 2022-11-23T02:12:27.2149498Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2149566Z with 2022-11-23T02:12:27.2149627Z [ 2022-11-23T02:12:27.2149710Z T=c10::DimVector 2022-11-23T02:12:27.2149772Z ] 2022-11-23T02:12:27.2150117Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2150257Z with 2022-11-23T02:12:27.2150319Z [ 2022-11-23T02:12:27.2150396Z T=c10::DimVector 2022-11-23T02:12:27.2150461Z ] 2022-11-23T02:12:27.2150848Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2150915Z with 2022-11-23T02:12:27.2150975Z [ 2022-11-23T02:12:27.2151053Z T=c10::DimVector 2022-11-23T02:12:27.2151113Z ] 2022-11-23T02:12:27.2151483Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2151544Z with 2022-11-23T02:12:27.2151603Z [ 2022-11-23T02:12:27.2151679Z T=c10::DimVector 2022-11-23T02:12:27.2151738Z ] 2022-11-23T02:12:27.2152051Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2152371Z 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:12:27.2152694Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2152808Z with 2022-11-23T02:12:27.2152867Z [ 2022-11-23T02:12:27.2152935Z T=c10::DimVector 2022-11-23T02:12:27.2152991Z ] 2022-11-23T02:12:27.2153284Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2153346Z with 2022-11-23T02:12:27.2153407Z [ 2022-11-23T02:12:27.2153506Z T=c10::impl::AnnotatedSchema 2022-11-23T02:12:27.2153566Z ] 2022-11-23T02:12:27.2153868Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2153932Z with 2022-11-23T02:12:27.2153990Z [ 2022-11-23T02:12:27.2154087Z T=c10::impl::AnnotatedSchema 2022-11-23T02:12:27.2154145Z ] 2022-11-23T02:12:27.2154489Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2154548Z with 2022-11-23T02:12:27.2154606Z [ 2022-11-23T02:12:27.2154692Z T=c10::impl::AnnotatedSchema 2022-11-23T02:12:27.2154749Z ] 2022-11-23T02:12:27.2155157Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2155220Z with 2022-11-23T02:12:27.2155279Z [ 2022-11-23T02:12:27.2155379Z T=c10::impl::AnnotatedSchema 2022-11-23T02:12:27.2155438Z ] 2022-11-23T02:12:27.2155764Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2156154Z 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:12:27.2156482Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2156543Z with 2022-11-23T02:12:27.2156602Z [ 2022-11-23T02:12:27.2156737Z T=c10::impl::AnnotatedSchema 2022-11-23T02:12:27.2156798Z ] 2022-11-23T02:12:27.2157093Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2157154Z with 2022-11-23T02:12:27.2157213Z [ 2022-11-23T02:12:27.2157422Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:12:27.2157470Z ] 2022-11-23T02:12:27.2157785Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2157849Z with 2022-11-23T02:12:27.2157909Z [ 2022-11-23T02:12:27.2158046Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:12:27.2158107Z ] 2022-11-23T02:12:27.2158452Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2158953Z with 2022-11-23T02:12:27.2159012Z [ 2022-11-23T02:12:27.2159149Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:12:27.2159209Z ] 2022-11-23T02:12:27.2159580Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2159646Z with 2022-11-23T02:12:27.2159705Z [ 2022-11-23T02:12:27.2159842Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:12:27.2159904Z ] 2022-11-23T02:12:27.2160262Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2160647Z 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:12:27.2160978Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2161041Z with 2022-11-23T02:12:27.2161135Z [ 2022-11-23T02:12:27.2161274Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:12:27.2161333Z ] 2022-11-23T02:12:27.2161624Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2161689Z with 2022-11-23T02:12:27.2161748Z [ 2022-11-23T02:12:27.2161861Z T=std::tuple 2022-11-23T02:12:27.2161921Z ] 2022-11-23T02:12:27.2162278Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2162342Z with 2022-11-23T02:12:27.2162401Z [ 2022-11-23T02:12:27.2162511Z T=std::tuple 2022-11-23T02:12:27.2162569Z ] 2022-11-23T02:12:27.2162959Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2163023Z with 2022-11-23T02:12:27.2163070Z [ 2022-11-23T02:12:27.2163182Z T=std::tuple 2022-11-23T02:12:27.2163242Z ] 2022-11-23T02:12:27.2163614Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2163677Z with 2022-11-23T02:12:27.2163739Z [ 2022-11-23T02:12:27.2163850Z T=std::tuple 2022-11-23T02:12:27.2163911Z ] 2022-11-23T02:12:27.2164255Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.2164609Z 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:12:27.2164988Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2165051Z with 2022-11-23T02:12:27.2165110Z [ 2022-11-23T02:12:27.2165220Z T=std::tuple 2022-11-23T02:12:27.2165283Z ] 2022-11-23T02:12:27.2165573Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2165634Z with 2022-11-23T02:12:27.2165691Z [ 2022-11-23T02:12:27.2165772Z T=torch::jit::SourceRange 2022-11-23T02:12:27.2165832Z ] 2022-11-23T02:12:27.2166139Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2166204Z with 2022-11-23T02:12:27.2166268Z [ 2022-11-23T02:12:27.2166359Z T=torch::jit::SourceRange 2022-11-23T02:12:27.2166418Z ] 2022-11-23T02:12:27.2166762Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2166825Z with 2022-11-23T02:12:27.2166925Z [ 2022-11-23T02:12:27.2167019Z T=torch::jit::SourceRange 2022-11-23T02:12:27.2167078Z ] 2022-11-23T02:12:27.2167446Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2167511Z with 2022-11-23T02:12:27.2167570Z [ 2022-11-23T02:12:27.2167663Z T=torch::jit::SourceRange 2022-11-23T02:12:27.2167710Z ] 2022-11-23T02:12:27.2168036Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2168412Z 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:12:27.2168776Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2168847Z with 2022-11-23T02:12:27.2168910Z [ 2022-11-23T02:12:27.2169005Z T=torch::jit::SourceRange 2022-11-23T02:12:27.2169067Z ] 2022-11-23T02:12:27.2169362Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2169426Z with 2022-11-23T02:12:27.2169488Z [ 2022-11-23T02:12:27.2169601Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:12:27.2169661Z ] 2022-11-23T02:12:27.2169966Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2170032Z with 2022-11-23T02:12:27.2170093Z [ 2022-11-23T02:12:27.2170204Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:12:27.2170252Z ] 2022-11-23T02:12:27.2170647Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2170712Z with 2022-11-23T02:12:27.2170773Z [ 2022-11-23T02:12:27.2170884Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:12:27.2170945Z ] 2022-11-23T02:12:27.2171319Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2171383Z with 2022-11-23T02:12:27.2171448Z [ 2022-11-23T02:12:27.2171559Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:12:27.2171619Z ] 2022-11-23T02:12:27.2171964Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2172309Z 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:12:27.2172678Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2172743Z with 2022-11-23T02:12:27.2172804Z [ 2022-11-23T02:12:27.2172915Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:12:27.2172976Z ] 2022-11-23T02:12:27.2173269Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2173322Z with 2022-11-23T02:12:27.2173383Z [ 2022-11-23T02:12:27.2173493Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:12:27.2173556Z ] 2022-11-23T02:12:27.2173863Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2173925Z with 2022-11-23T02:12:27.2173986Z [ 2022-11-23T02:12:27.2174135Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:12:27.2174198Z ] 2022-11-23T02:12:27.2174549Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2174651Z with 2022-11-23T02:12:27.2174715Z [ 2022-11-23T02:12:27.2174827Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:12:27.2174890Z ] 2022-11-23T02:12:27.2175263Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2175325Z with 2022-11-23T02:12:27.2175372Z [ 2022-11-23T02:12:27.2175480Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:12:27.2175541Z ] 2022-11-23T02:12:27.2175882Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2176225Z 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:12:27.2176608Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2176674Z with 2022-11-23T02:12:27.2176733Z [ 2022-11-23T02:12:27.2176840Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:12:27.2176901Z ] 2022-11-23T02:12:27.2177195Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2177259Z with 2022-11-23T02:12:27.2177320Z [ 2022-11-23T02:12:27.2177410Z T=torch::jit::ScopePtr 2022-11-23T02:12:27.2177468Z ] 2022-11-23T02:12:27.2177775Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2177837Z with 2022-11-23T02:12:27.2177884Z [ 2022-11-23T02:12:27.2177971Z T=torch::jit::ScopePtr 2022-11-23T02:12:27.2178032Z ] 2022-11-23T02:12:27.2178374Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2178439Z with 2022-11-23T02:12:27.2178540Z [ 2022-11-23T02:12:27.2178630Z T=torch::jit::ScopePtr 2022-11-23T02:12:27.2178690Z ] 2022-11-23T02:12:27.2179058Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2179123Z with 2022-11-23T02:12:27.2179184Z [ 2022-11-23T02:12:27.2179267Z T=torch::jit::ScopePtr 2022-11-23T02:12:27.2179323Z ] 2022-11-23T02:12:27.2179643Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2179969Z 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:12:27.2180333Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2180395Z with 2022-11-23T02:12:27.2180457Z [ 2022-11-23T02:12:27.2180534Z T=torch::jit::ScopePtr 2022-11-23T02:12:27.2180592Z ] 2022-11-23T02:12:27.2180922Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2180988Z with 2022-11-23T02:12:27.2181047Z [ 2022-11-23T02:12:27.2181137Z T=at::ThreadLocalState 2022-11-23T02:12:27.2181197Z ] 2022-11-23T02:12:27.2181509Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2181571Z with 2022-11-23T02:12:27.2181629Z [ 2022-11-23T02:12:27.2181718Z T=at::ThreadLocalState 2022-11-23T02:12:27.2181776Z ] 2022-11-23T02:12:27.2182114Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2182226Z with 2022-11-23T02:12:27.2182283Z [ 2022-11-23T02:12:27.2182362Z T=at::ThreadLocalState 2022-11-23T02:12:27.2182420Z ] 2022-11-23T02:12:27.2182788Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2182854Z with 2022-11-23T02:12:27.2182913Z [ 2022-11-23T02:12:27.2183003Z T=at::ThreadLocalState 2022-11-23T02:12:27.2183063Z ] 2022-11-23T02:12:27.2183388Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2183731Z 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:12:27.2184055Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2184118Z with 2022-11-23T02:12:27.2184178Z [ 2022-11-23T02:12:27.2184312Z T=at::ThreadLocalState 2022-11-23T02:12:27.2184373Z ] 2022-11-23T02:12:27.2184661Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2184721Z with 2022-11-23T02:12:27.2184781Z [ 2022-11-23T02:12:27.2184880Z T=std::shared_ptr 2022-11-23T02:12:27.2184939Z ] 2022-11-23T02:12:27.2185243Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2185305Z with 2022-11-23T02:12:27.2185363Z [ 2022-11-23T02:12:27.2185471Z T=std::shared_ptr 2022-11-23T02:12:27.2185532Z ] 2022-11-23T02:12:27.2185876Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2185938Z with 2022-11-23T02:12:27.2185996Z [ 2022-11-23T02:12:27.2186102Z T=std::shared_ptr 2022-11-23T02:12:27.2186163Z ] 2022-11-23T02:12:27.2186571Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2186635Z with 2022-11-23T02:12:27.2186695Z [ 2022-11-23T02:12:27.2186802Z T=std::shared_ptr 2022-11-23T02:12:27.2186886Z ] 2022-11-23T02:12:27.2187222Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.2187547Z 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:12:27.2187957Z 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:12:27.2188283Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2188346Z with 2022-11-23T02:12:27.2188405Z [ 2022-11-23T02:12:27.2188515Z T=std::shared_ptr 2022-11-23T02:12:27.2188573Z ] 2022-11-23T02:12:27.2188861Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2188921Z with 2022-11-23T02:12:27.2188981Z [ 2022-11-23T02:12:27.2189080Z T=torch::jit::GraphExecutor 2022-11-23T02:12:27.2189140Z ] 2022-11-23T02:12:27.2189445Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2189506Z with 2022-11-23T02:12:27.2189564Z [ 2022-11-23T02:12:27.2189660Z T=torch::jit::GraphExecutor 2022-11-23T02:12:27.2189719Z ] 2022-11-23T02:12:27.2190566Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2190647Z with 2022-11-23T02:12:27.2190706Z [ 2022-11-23T02:12:27.2190807Z T=torch::jit::GraphExecutor 2022-11-23T02:12:27.2190868Z ] 2022-11-23T02:12:27.2191245Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2191311Z with 2022-11-23T02:12:27.2191370Z [ 2022-11-23T02:12:27.2191464Z T=torch::jit::GraphExecutor 2022-11-23T02:12:27.2191522Z ] 2022-11-23T02:12:27.2191853Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2192176Z 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:12:27.2192577Z 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:12:27.2192943Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2193007Z with 2022-11-23T02:12:27.2193065Z [ 2022-11-23T02:12:27.2193161Z T=torch::jit::GraphExecutor 2022-11-23T02:12:27.2193220Z ] 2022-11-23T02:12:27.2193514Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2193575Z with 2022-11-23T02:12:27.2193623Z [ 2022-11-23T02:12:27.2193708Z T=torch::jit::Method 2022-11-23T02:12:27.2193768Z ] 2022-11-23T02:12:27.2194133Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2194194Z with 2022-11-23T02:12:27.2194254Z [ 2022-11-23T02:12:27.2194340Z T=torch::jit::Method 2022-11-23T02:12:27.2194398Z ] 2022-11-23T02:12:27.2194744Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2194805Z with 2022-11-23T02:12:27.2194863Z [ 2022-11-23T02:12:27.2194947Z T=torch::jit::Method 2022-11-23T02:12:27.2195006Z ] 2022-11-23T02:12:27.2195378Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2195443Z with 2022-11-23T02:12:27.2195491Z [ 2022-11-23T02:12:27.2195574Z T=torch::jit::Method 2022-11-23T02:12:27.2195636Z ] 2022-11-23T02:12:27.2195951Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2196314Z 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:12:27.2196645Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2196709Z with 2022-11-23T02:12:27.2196768Z [ 2022-11-23T02:12:27.2196852Z T=torch::jit::Method 2022-11-23T02:12:27.2196911Z ] 2022-11-23T02:12:27.2197203Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2197264Z with 2022-11-23T02:12:27.2197322Z [ 2022-11-23T02:12:27.2197455Z T=std::vector> 2022-11-23T02:12:27.2197512Z ] 2022-11-23T02:12:27.2197816Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2197877Z with 2022-11-23T02:12:27.2197924Z [ 2022-11-23T02:12:27.2198051Z T=std::vector> 2022-11-23T02:12:27.2198113Z ] 2022-11-23T02:12:27.2198494Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2198558Z with 2022-11-23T02:12:27.2198616Z [ 2022-11-23T02:12:27.2198745Z T=std::vector> 2022-11-23T02:12:27.2198807Z ] 2022-11-23T02:12:27.2199216Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2199280Z with 2022-11-23T02:12:27.2199337Z [ 2022-11-23T02:12:27.2199467Z T=std::vector> 2022-11-23T02:12:27.2199572Z ] 2022-11-23T02:12:27.2199930Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:12:27.2200287Z 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:12:27.2200612Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2200674Z with 2022-11-23T02:12:27.2200733Z [ 2022-11-23T02:12:27.2200863Z T=std::vector> 2022-11-23T02:12:27.2200910Z ] 2022-11-23T02:12:27.2201204Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2201267Z with 2022-11-23T02:12:27.2201324Z [ 2022-11-23T02:12:27.2201484Z T=std::function 2022-11-23T02:12:27.2201544Z ] 2022-11-23T02:12:27.2201891Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2201956Z with 2022-11-23T02:12:27.2202016Z [ 2022-11-23T02:12:27.2202175Z T=std::function 2022-11-23T02:12:27.2202234Z ] 2022-11-23T02:12:27.2202577Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2202640Z with 2022-11-23T02:12:27.2202697Z [ 2022-11-23T02:12:27.2202853Z T=std::function 2022-11-23T02:12:27.2202911Z ] 2022-11-23T02:12:27.2203285Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2203349Z with 2022-11-23T02:12:27.2203395Z [ 2022-11-23T02:12:27.2203548Z T=std::function 2022-11-23T02:12:27.2203609Z ] 2022-11-23T02:12:27.2203985Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.2204423Z 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:12:27.2204755Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2204819Z with 2022-11-23T02:12:27.2204914Z [ 2022-11-23T02:12:27.2205072Z T=std::function 2022-11-23T02:12:27.2205133Z ] 2022-11-23T02:12:27.2205474Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2205536Z with 2022-11-23T02:12:27.2205596Z [ 2022-11-23T02:12:27.2205781Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:12:27.2205839Z ] 2022-11-23T02:12:27.2206149Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2206211Z with 2022-11-23T02:12:27.2206268Z [ 2022-11-23T02:12:27.2206450Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:12:27.2206500Z ] 2022-11-23T02:12:27.2206843Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2206905Z with 2022-11-23T02:12:27.2206965Z [ 2022-11-23T02:12:27.2207143Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:12:27.2207204Z ] 2022-11-23T02:12:27.2207612Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2207677Z with 2022-11-23T02:12:27.2207736Z [ 2022-11-23T02:12:27.2207917Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:12:27.2207977Z ] 2022-11-23T02:12:27.2208379Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2208813Z 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:12:27.2209136Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2209200Z with 2022-11-23T02:12:27.2209262Z [ 2022-11-23T02:12:27.2209449Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:12:27.2209513Z ] 2022-11-23T02:12:27.2209807Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2209872Z with 2022-11-23T02:12:27.2209934Z [ 2022-11-23T02:12:27.2210046Z T=std::vector> 2022-11-23T02:12:27.2210107Z ] 2022-11-23T02:12:27.2210455Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2210523Z with 2022-11-23T02:12:27.2210586Z [ 2022-11-23T02:12:27.2210710Z T=std::vector> 2022-11-23T02:12:27.2210774Z ] 2022-11-23T02:12:27.2211159Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2211283Z with 2022-11-23T02:12:27.2211345Z [ 2022-11-23T02:12:27.2211471Z T=std::vector> 2022-11-23T02:12:27.2211532Z ] 2022-11-23T02:12:27.2211902Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2211966Z with 2022-11-23T02:12:27.2212026Z [ 2022-11-23T02:12:27.2212148Z T=std::vector> 2022-11-23T02:12:27.2212196Z ] 2022-11-23T02:12:27.2212536Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:12:27.2212606Z with 2022-11-23T02:12:27.2212666Z [ 2022-11-23T02:12:27.2212736Z T=double 2022-11-23T02:12:27.2212799Z ] 2022-11-23T02:12:27.2213174Z 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:12:27.2213238Z with 2022-11-23T02:12:27.2213298Z [ 2022-11-23T02:12:27.2213368Z T=double 2022-11-23T02:12:27.2213428Z ] 2022-11-23T02:12:27.2213798Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2213864Z with 2022-11-23T02:12:27.2213925Z [ 2022-11-23T02:12:27.2214050Z T=std::vector> 2022-11-23T02:12:27.2214100Z ] 2022-11-23T02:12:27.2214395Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2214461Z with 2022-11-23T02:12:27.2214524Z [ 2022-11-23T02:12:27.2214632Z T=std::tuple 2022-11-23T02:12:27.2214690Z ] 2022-11-23T02:12:27.2214997Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2215060Z with 2022-11-23T02:12:27.2215118Z [ 2022-11-23T02:12:27.2215227Z T=std::tuple 2022-11-23T02:12:27.2215288Z ] 2022-11-23T02:12:27.2215634Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2215701Z with 2022-11-23T02:12:27.2215762Z [ 2022-11-23T02:12:27.2215869Z T=std::tuple 2022-11-23T02:12:27.2215917Z ] 2022-11-23T02:12:27.2216328Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2216400Z with 2022-11-23T02:12:27.2216459Z [ 2022-11-23T02:12:27.2216563Z T=std::tuple 2022-11-23T02:12:27.2216625Z ] 2022-11-23T02:12:27.2217000Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.2217414Z 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:12:27.2217745Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2217807Z with 2022-11-23T02:12:27.2217865Z [ 2022-11-23T02:12:27.2217976Z T=std::tuple 2022-11-23T02:12:27.2218035Z ] 2022-11-23T02:12:27.2218324Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2218388Z with 2022-11-23T02:12:27.2218446Z [ 2022-11-23T02:12:27.2218576Z T=std::vector> 2022-11-23T02:12:27.2218635Z ] 2022-11-23T02:12:27.2218938Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2218987Z with 2022-11-23T02:12:27.2219050Z [ 2022-11-23T02:12:27.2219179Z T=std::vector> 2022-11-23T02:12:27.2219238Z ] 2022-11-23T02:12:27.2219619Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2219686Z with 2022-11-23T02:12:27.2219745Z [ 2022-11-23T02:12:27.2219872Z T=std::vector> 2022-11-23T02:12:27.2219933Z ] 2022-11-23T02:12:27.2220300Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2220362Z with 2022-11-23T02:12:27.2220421Z [ 2022-11-23T02:12:27.2220548Z T=std::vector> 2022-11-23T02:12:27.2220610Z ] 2022-11-23T02:12:27.2220960Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:12:27.2221339Z 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:12:27.2221666Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2221728Z with 2022-11-23T02:12:27.2221786Z [ 2022-11-23T02:12:27.2221897Z T=std::vector> 2022-11-23T02:12:27.2221955Z ] 2022-11-23T02:12:27.2222464Z [2/2] "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\bin\Hostx64\x64/link.exe" main.o /nologo /DLL c10.lib torch_cpu.lib torch.lib /LIBPATH:C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib torch_python.lib /LIBPATH:C:\Jenkins\Miniconda3\libs /out:lenient_flag_handling_extension.pyd 2022-11-23T02:12:27.2222656Z Creating library lenient_flag_handling_extension.lib and object lenient_flag_handling_extension.exp 2022-11-23T02:12:27.2222874Z Loading extension module lenient_flag_handling_extension... 2022-11-23T02:12:27.2222941Z ok (12.472s) 2022-11-23T02:12:27.2223233Z test_reload_jit_extension (__main__.TestCppExtensionJIT) ... Using C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116 as PyTorch extensions root... 2022-11-23T02:12:27.2223483Z Creating extension directory C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116\reloaded_jit_extension... 2022-11-23T02:12:27.2223741Z Emitting ninja build file C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116\reloaded_jit_extension\build.ninja... 2022-11-23T02:12:27.2223862Z Building extension module reloaded_jit_extension... 2022-11-23T02:12:27.2224057Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-11-23T02:12:27.2225016Z [1/2] cl /showIncludes -DTORCH_EXTENSION_NAME=reloaded_jit_extension -DTORCH_API_INCLUDE_EXTENSION_H -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:\Jenkins\Miniconda3\Include -D_GLIBCXX_USE_CXX11_ABI=0 /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /EHsc -c C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116\reloaded_jit_extension\main.cpp /Fomain.o 2022-11-23T02:12:27.2225154Z Microsoft (R) C/C++ Optimizing Compiler Version 19.28.29337 for x64 2022-11-23T02:12:27.2225293Z Copyright (C) Microsoft Corporation. All rights reserved. 2022-11-23T02:12:27.2225303Z 2022-11-23T02:12:27.2234898Z 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:12:27.2235345Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2235413Z with 2022-11-23T02:12:27.2235477Z [ 2022-11-23T02:12:27.2235548Z T=c10::SymInt 2022-11-23T02:12:27.2235609Z ] 2022-11-23T02:12:27.2235934Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2235998Z with 2022-11-23T02:12:27.2236059Z [ 2022-11-23T02:12:27.2236138Z T=c10::SymInt 2022-11-23T02:12:27.2236197Z ] 2022-11-23T02:12:27.2236551Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2236618Z with 2022-11-23T02:12:27.2236676Z [ 2022-11-23T02:12:27.2236753Z T=c10::SymInt 2022-11-23T02:12:27.2236814Z ] 2022-11-23T02:12:27.2237189Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2237255Z with 2022-11-23T02:12:27.2237313Z [ 2022-11-23T02:12:27.2237376Z T=c10::SymInt 2022-11-23T02:12:27.2237435Z ] 2022-11-23T02:12:27.2237749Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2238184Z 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:12:27.2238513Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2238577Z with 2022-11-23T02:12:27.2238636Z [ 2022-11-23T02:12:27.2238713Z T=c10::SymInt 2022-11-23T02:12:27.2238775Z ] 2022-11-23T02:12:27.2239062Z 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:12:27.2239358Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2239423Z with 2022-11-23T02:12:27.2239484Z [ 2022-11-23T02:12:27.2239568Z T=at::TensorBase 2022-11-23T02:12:27.2239628Z ] 2022-11-23T02:12:27.2239932Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2239992Z with 2022-11-23T02:12:27.2240051Z [ 2022-11-23T02:12:27.2240121Z T=at::TensorBase 2022-11-23T02:12:27.2240232Z ] 2022-11-23T02:12:27.2240580Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2240642Z with 2022-11-23T02:12:27.2240702Z [ 2022-11-23T02:12:27.2240783Z T=at::TensorBase 2022-11-23T02:12:27.2240842Z ] 2022-11-23T02:12:27.2241213Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2241275Z with 2022-11-23T02:12:27.2241337Z [ 2022-11-23T02:12:27.2241416Z T=at::TensorBase 2022-11-23T02:12:27.2241476Z ] 2022-11-23T02:12:27.2241792Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2242113Z 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:12:27.2242441Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2242508Z with 2022-11-23T02:12:27.2242570Z [ 2022-11-23T02:12:27.2242638Z T=at::TensorBase 2022-11-23T02:12:27.2242697Z ] 2022-11-23T02:12:27.2242988Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2243050Z with 2022-11-23T02:12:27.2243109Z [ 2022-11-23T02:12:27.2243184Z T=at::Tensor 2022-11-23T02:12:27.2243244Z ] 2022-11-23T02:12:27.2243544Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2243652Z with 2022-11-23T02:12:27.2243711Z [ 2022-11-23T02:12:27.2243785Z T=at::Tensor 2022-11-23T02:12:27.2243843Z ] 2022-11-23T02:12:27.2244186Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2244250Z with 2022-11-23T02:12:27.2244308Z [ 2022-11-23T02:12:27.2244372Z T=at::Tensor 2022-11-23T02:12:27.2244429Z ] 2022-11-23T02:12:27.2244793Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2244856Z with 2022-11-23T02:12:27.2244915Z [ 2022-11-23T02:12:27.2244989Z T=at::Tensor 2022-11-23T02:12:27.2245046Z ] 2022-11-23T02:12:27.2245355Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2245662Z 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:12:27.2246024Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2246090Z with 2022-11-23T02:12:27.2246151Z [ 2022-11-23T02:12:27.2246224Z T=at::Tensor 2022-11-23T02:12:27.2246284Z ] 2022-11-23T02:12:27.2246573Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2246636Z with 2022-11-23T02:12:27.2246699Z [ 2022-11-23T02:12:27.2246770Z T=at::Generator 2022-11-23T02:12:27.2246830Z ] 2022-11-23T02:12:27.2247142Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2247205Z with 2022-11-23T02:12:27.2247265Z [ 2022-11-23T02:12:27.2247346Z T=at::Generator 2022-11-23T02:12:27.2247409Z ] 2022-11-23T02:12:27.2247751Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2247816Z with 2022-11-23T02:12:27.2247875Z [ 2022-11-23T02:12:27.2247953Z T=at::Generator 2022-11-23T02:12:27.2248014Z ] 2022-11-23T02:12:27.2248386Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2248448Z with 2022-11-23T02:12:27.2248509Z [ 2022-11-23T02:12:27.2248574Z T=at::Generator 2022-11-23T02:12:27.2248635Z ] 2022-11-23T02:12:27.2248946Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2249258Z 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:12:27.2249682Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2249749Z with 2022-11-23T02:12:27.2249808Z [ 2022-11-23T02:12:27.2249889Z T=at::Generator 2022-11-23T02:12:27.2249987Z ] 2022-11-23T02:12:27.2250292Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2250357Z with 2022-11-23T02:12:27.2250416Z [ 2022-11-23T02:12:27.2250494Z T=c10::Scalar 2022-11-23T02:12:27.2250554Z ] 2022-11-23T02:12:27.2250858Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2250923Z with 2022-11-23T02:12:27.2250982Z [ 2022-11-23T02:12:27.2251044Z T=c10::Scalar 2022-11-23T02:12:27.2251101Z ] 2022-11-23T02:12:27.2251442Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2251504Z with 2022-11-23T02:12:27.2251564Z [ 2022-11-23T02:12:27.2251684Z T=c10::Scalar 2022-11-23T02:12:27.2251745Z ] 2022-11-23T02:12:27.2252113Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2252179Z with 2022-11-23T02:12:27.2252237Z [ 2022-11-23T02:12:27.2252309Z T=c10::Scalar 2022-11-23T02:12:27.2252370Z ] 2022-11-23T02:12:27.2252677Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2252989Z 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:12:27.2253316Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2253378Z with 2022-11-23T02:12:27.2253437Z [ 2022-11-23T02:12:27.2253498Z T=c10::Scalar 2022-11-23T02:12:27.2253562Z ] 2022-11-23T02:12:27.2253852Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2253919Z with 2022-11-23T02:12:27.2253981Z [ 2022-11-23T02:12:27.2254058Z T=std::string 2022-11-23T02:12:27.2254121Z ] 2022-11-23T02:12:27.2254425Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2254490Z with 2022-11-23T02:12:27.2254550Z [ 2022-11-23T02:12:27.2254628Z T=std::string 2022-11-23T02:12:27.2254686Z ] 2022-11-23T02:12:27.2255023Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2255126Z with 2022-11-23T02:12:27.2255186Z [ 2022-11-23T02:12:27.2255249Z T=std::string 2022-11-23T02:12:27.2255309Z ] 2022-11-23T02:12:27.2255673Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2255740Z with 2022-11-23T02:12:27.2255801Z [ 2022-11-23T02:12:27.2255881Z T=std::string 2022-11-23T02:12:27.2255940Z ] 2022-11-23T02:12:27.2256246Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2256554Z 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:12:27.2256877Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2256937Z with 2022-11-23T02:12:27.2256996Z [ 2022-11-23T02:12:27.2257071Z T=std::string 2022-11-23T02:12:27.2257129Z ] 2022-11-23T02:12:27.2257465Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2257528Z with 2022-11-23T02:12:27.2257589Z [ 2022-11-23T02:12:27.2257667Z T=c10::QualifiedName 2022-11-23T02:12:27.2257726Z ] 2022-11-23T02:12:27.2258034Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2258098Z with 2022-11-23T02:12:27.2258159Z [ 2022-11-23T02:12:27.2258247Z T=c10::QualifiedName 2022-11-23T02:12:27.2258307Z ] 2022-11-23T02:12:27.2258647Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2258711Z with 2022-11-23T02:12:27.2258770Z [ 2022-11-23T02:12:27.2258855Z T=c10::QualifiedName 2022-11-23T02:12:27.2258913Z ] 2022-11-23T02:12:27.2259284Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2259350Z with 2022-11-23T02:12:27.2259408Z [ 2022-11-23T02:12:27.2259480Z T=c10::QualifiedName 2022-11-23T02:12:27.2259537Z ] 2022-11-23T02:12:27.2259853Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2260178Z 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:12:27.2260507Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2261022Z with 2022-11-23T02:12:27.2261083Z [ 2022-11-23T02:12:27.2261173Z T=c10::QualifiedName 2022-11-23T02:12:27.2261234Z ] 2022-11-23T02:12:27.2261526Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2261591Z with 2022-11-23T02:12:27.2261655Z [ 2022-11-23T02:12:27.2261784Z T=std::shared_ptr 2022-11-23T02:12:27.2261846Z ] 2022-11-23T02:12:27.2262156Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2262221Z with 2022-11-23T02:12:27.2262280Z [ 2022-11-23T02:12:27.2262395Z T=std::shared_ptr 2022-11-23T02:12:27.2262456Z ] 2022-11-23T02:12:27.2262799Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2262861Z with 2022-11-23T02:12:27.2262922Z [ 2022-11-23T02:12:27.2263050Z T=std::shared_ptr 2022-11-23T02:12:27.2263109Z ] 2022-11-23T02:12:27.2263520Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2263584Z with 2022-11-23T02:12:27.2263646Z [ 2022-11-23T02:12:27.2263772Z T=std::shared_ptr 2022-11-23T02:12:27.2263830Z ] 2022-11-23T02:12:27.2264187Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.2264534Z 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:12:27.2264860Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2264923Z with 2022-11-23T02:12:27.2264982Z [ 2022-11-23T02:12:27.2265109Z T=std::shared_ptr 2022-11-23T02:12:27.2265168Z ] 2022-11-23T02:12:27.2265452Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2265518Z with 2022-11-23T02:12:27.2265580Z [ 2022-11-23T02:12:27.2265703Z T=std::weak_ptr 2022-11-23T02:12:27.2265766Z ] 2022-11-23T02:12:27.2266077Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2266137Z with 2022-11-23T02:12:27.2266197Z [ 2022-11-23T02:12:27.2266324Z T=std::weak_ptr 2022-11-23T02:12:27.2266383Z ] 2022-11-23T02:12:27.2266722Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2266828Z with 2022-11-23T02:12:27.2266890Z [ 2022-11-23T02:12:27.2267012Z T=std::weak_ptr 2022-11-23T02:12:27.2267072Z ] 2022-11-23T02:12:27.2267441Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2267502Z with 2022-11-23T02:12:27.2267550Z [ 2022-11-23T02:12:27.2267673Z T=std::weak_ptr 2022-11-23T02:12:27.2267733Z ] 2022-11-23T02:12:27.2268078Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.2268420Z 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:12:27.2268742Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2268806Z with 2022-11-23T02:12:27.2268866Z [ 2022-11-23T02:12:27.2268989Z T=std::weak_ptr 2022-11-23T02:12:27.2269088Z ] 2022-11-23T02:12:27.2269380Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2269442Z with 2022-11-23T02:12:27.2269502Z [ 2022-11-23T02:12:27.2269655Z T=std::vector> 2022-11-23T02:12:27.2269718Z ] 2022-11-23T02:12:27.2270024Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2270085Z with 2022-11-23T02:12:27.2270224Z [ 2022-11-23T02:12:27.2270363Z T=std::vector> 2022-11-23T02:12:27.2270422Z ] 2022-11-23T02:12:27.2270770Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2270834Z with 2022-11-23T02:12:27.2270894Z [ 2022-11-23T02:12:27.2271042Z T=std::vector> 2022-11-23T02:12:27.2271106Z ] 2022-11-23T02:12:27.2271478Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2271542Z with 2022-11-23T02:12:27.2271605Z [ 2022-11-23T02:12:27.2271754Z T=std::vector> 2022-11-23T02:12:27.2271818Z ] 2022-11-23T02:12:27.2272191Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:12:27.2272555Z 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:12:27.2272929Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2272991Z with 2022-11-23T02:12:27.2273049Z [ 2022-11-23T02:12:27.2273196Z T=std::vector> 2022-11-23T02:12:27.2273255Z ] 2022-11-23T02:12:27.2273549Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2273599Z with 2022-11-23T02:12:27.2273657Z [ 2022-11-23T02:12:27.2273772Z T=std::vector> 2022-11-23T02:12:27.2273832Z ] 2022-11-23T02:12:27.2274143Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2274209Z with 2022-11-23T02:12:27.2274270Z [ 2022-11-23T02:12:27.2274386Z T=std::vector> 2022-11-23T02:12:27.2274445Z ] 2022-11-23T02:12:27.2274829Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2274892Z with 2022-11-23T02:12:27.2274954Z [ 2022-11-23T02:12:27.2275068Z T=std::vector> 2022-11-23T02:12:27.2275125Z ] 2022-11-23T02:12:27.2275494Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2275556Z with 2022-11-23T02:12:27.2275604Z [ 2022-11-23T02:12:27.2275721Z T=std::vector> 2022-11-23T02:12:27.2275781Z ] 2022-11-23T02:12:27.2276117Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:12:27.2276453Z 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:12:27.2276776Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2276842Z with 2022-11-23T02:12:27.2276904Z [ 2022-11-23T02:12:27.2277019Z T=std::vector> 2022-11-23T02:12:27.2277078Z ] 2022-11-23T02:12:27.2277373Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2277435Z with 2022-11-23T02:12:27.2277493Z [ 2022-11-23T02:12:27.2277659Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.2277719Z ] 2022-11-23T02:12:27.2278023Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2278086Z with 2022-11-23T02:12:27.2278187Z [ 2022-11-23T02:12:27.2278335Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.2278396Z ] 2022-11-23T02:12:27.2278739Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2278800Z with 2022-11-23T02:12:27.2278860Z [ 2022-11-23T02:12:27.2279021Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.2279084Z ] 2022-11-23T02:12:27.2279454Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2279517Z with 2022-11-23T02:12:27.2279577Z [ 2022-11-23T02:12:27.2279733Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.2279797Z ] 2022-11-23T02:12:27.2280168Z C:\actions-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:12:27.2280645Z 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:12:27.2280966Z 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:12:27.2281326Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2281394Z with 2022-11-23T02:12:27.2281456Z [ 2022-11-23T02:12:27.2281616Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.2281675Z ] 2022-11-23T02:12:27.2281973Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2282036Z with 2022-11-23T02:12:27.2282083Z [ 2022-11-23T02:12:27.2282237Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.2282294Z ] 2022-11-23T02:12:27.2282597Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2282659Z with 2022-11-23T02:12:27.2282720Z [ 2022-11-23T02:12:27.2282869Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.2282927Z ] 2022-11-23T02:12:27.2283271Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2283333Z with 2022-11-23T02:12:27.2283391Z [ 2022-11-23T02:12:27.2283542Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.2283602Z ] 2022-11-23T02:12:27.2283967Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2284073Z with 2022-11-23T02:12:27.2284133Z [ 2022-11-23T02:12:27.2284287Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.2284336Z ] 2022-11-23T02:12:27.2284708Z C:\actions-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:12:27.2285080Z 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:12:27.2285387Z 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:12:27.2285712Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2285763Z with 2022-11-23T02:12:27.2285820Z [ 2022-11-23T02:12:27.2286014Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.2286076Z ] 2022-11-23T02:12:27.2286370Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2286439Z with 2022-11-23T02:12:27.2286500Z [ 2022-11-23T02:12:27.2286623Z T=std::vector> 2022-11-23T02:12:27.2286684Z ] 2022-11-23T02:12:27.2286988Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2287049Z with 2022-11-23T02:12:27.2287109Z [ 2022-11-23T02:12:27.2287231Z T=std::vector> 2022-11-23T02:12:27.2287289Z ] 2022-11-23T02:12:27.2287637Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2287699Z with 2022-11-23T02:12:27.2287745Z [ 2022-11-23T02:12:27.2287865Z T=std::vector> 2022-11-23T02:12:27.2287928Z ] 2022-11-23T02:12:27.2288298Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2288360Z with 2022-11-23T02:12:27.2288420Z [ 2022-11-23T02:12:27.2288537Z T=std::vector> 2022-11-23T02:12:27.2288597Z ] 2022-11-23T02:12:27.2288941Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:12:27.2289275Z 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:12:27.2289642Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2289706Z with 2022-11-23T02:12:27.2289763Z [ 2022-11-23T02:12:27.2289882Z T=std::vector> 2022-11-23T02:12:27.2289939Z ] 2022-11-23T02:12:27.2290237Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2290298Z with 2022-11-23T02:12:27.2290357Z [ 2022-11-23T02:12:27.2290503Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:12:27.2290551Z ] 2022-11-23T02:12:27.2290856Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2290922Z with 2022-11-23T02:12:27.2290982Z [ 2022-11-23T02:12:27.2291129Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:12:27.2291192Z ] 2022-11-23T02:12:27.2291535Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2291598Z with 2022-11-23T02:12:27.2292046Z [ 2022-11-23T02:12:27.2292207Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:12:27.2292266Z ] 2022-11-23T02:12:27.2292638Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2292703Z with 2022-11-23T02:12:27.2292763Z [ 2022-11-23T02:12:27.2292910Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:12:27.2292972Z ] 2022-11-23T02:12:27.2293342Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.2293726Z 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:12:27.2294095Z 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:12:27.2294426Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2294491Z with 2022-11-23T02:12:27.2294540Z [ 2022-11-23T02:12:27.2294688Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:12:27.2294750Z ] 2022-11-23T02:12:27.2295040Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2295104Z with 2022-11-23T02:12:27.2295165Z [ 2022-11-23T02:12:27.2295307Z T=c10::impl::InlineStreamGuard 2022-11-23T02:12:27.2295414Z ] 2022-11-23T02:12:27.2295722Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2295788Z with 2022-11-23T02:12:27.2295848Z [ 2022-11-23T02:12:27.2295991Z T=c10::impl::InlineStreamGuard 2022-11-23T02:12:27.2296050Z ] 2022-11-23T02:12:27.2296397Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2296461Z with 2022-11-23T02:12:27.2296521Z [ 2022-11-23T02:12:27.2296654Z T=c10::impl::InlineStreamGuard 2022-11-23T02:12:27.2296713Z ] 2022-11-23T02:12:27.2297078Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2297143Z with 2022-11-23T02:12:27.2297206Z [ 2022-11-23T02:12:27.2297352Z T=c10::impl::InlineStreamGuard 2022-11-23T02:12:27.2297411Z ] 2022-11-23T02:12:27.2297822Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.2298204Z 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:12:27.2298574Z 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:12:27.2298896Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2298963Z with 2022-11-23T02:12:27.2299026Z [ 2022-11-23T02:12:27.2299174Z T=c10::impl::InlineStreamGuard 2022-11-23T02:12:27.2299233Z ] 2022-11-23T02:12:27.2299522Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2299587Z with 2022-11-23T02:12:27.2299645Z [ 2022-11-23T02:12:27.2299749Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:12:27.2299811Z ] 2022-11-23T02:12:27.2300116Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2300167Z with 2022-11-23T02:12:27.2300225Z [ 2022-11-23T02:12:27.2300324Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:12:27.2300385Z ] 2022-11-23T02:12:27.2300731Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2300795Z with 2022-11-23T02:12:27.2300854Z [ 2022-11-23T02:12:27.2300953Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:12:27.2301012Z ] 2022-11-23T02:12:27.2301427Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2301491Z with 2022-11-23T02:12:27.2301550Z [ 2022-11-23T02:12:27.2301650Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:12:27.2301711Z ] 2022-11-23T02:12:27.2302049Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2302365Z 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:12:27.2302428Z with 2022-11-23T02:12:27.2302476Z [ 2022-11-23T02:12:27.2302578Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:12:27.2302637Z ] 2022-11-23T02:12:27.2302999Z 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:12:27.2303323Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2303387Z with 2022-11-23T02:12:27.2303490Z [ 2022-11-23T02:12:27.2303595Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:12:27.2303655Z ] 2022-11-23T02:12:27.2303948Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2304013Z with 2022-11-23T02:12:27.2304074Z [ 2022-11-23T02:12:27.2304257Z T=std::vector> 2022-11-23T02:12:27.2304317Z ] 2022-11-23T02:12:27.2304619Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2304681Z with 2022-11-23T02:12:27.2304727Z [ 2022-11-23T02:12:27.2304913Z T=std::vector> 2022-11-23T02:12:27.2304971Z ] 2022-11-23T02:12:27.2305310Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2305376Z with 2022-11-23T02:12:27.2305436Z [ 2022-11-23T02:12:27.2305618Z T=std::vector> 2022-11-23T02:12:27.2305678Z ] 2022-11-23T02:12:27.2306047Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2306107Z with 2022-11-23T02:12:27.2306168Z [ 2022-11-23T02:12:27.2306352Z T=std::vector> 2022-11-23T02:12:27.2306410Z ] 2022-11-23T02:12:27.2306805Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:12:27.2307248Z 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:12:27.2307573Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2307638Z with 2022-11-23T02:12:27.2307700Z [ 2022-11-23T02:12:27.2307882Z T=std::vector> 2022-11-23T02:12:27.2307942Z ] 2022-11-23T02:12:27.2308236Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2308301Z with 2022-11-23T02:12:27.2308350Z [ 2022-11-23T02:12:27.2308447Z T=torch::autograd::ViewInfo 2022-11-23T02:12:27.2308508Z ] 2022-11-23T02:12:27.2308817Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2308880Z with 2022-11-23T02:12:27.2308938Z [ 2022-11-23T02:12:27.2309072Z T=torch::autograd::ViewInfo 2022-11-23T02:12:27.2309133Z ] 2022-11-23T02:12:27.2309482Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2309546Z with 2022-11-23T02:12:27.2309609Z [ 2022-11-23T02:12:27.2309704Z T=torch::autograd::ViewInfo 2022-11-23T02:12:27.2309764Z ] 2022-11-23T02:12:27.2310130Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2310286Z with 2022-11-23T02:12:27.2310345Z [ 2022-11-23T02:12:27.2310426Z T=torch::autograd::ViewInfo 2022-11-23T02:12:27.2310486Z ] 2022-11-23T02:12:27.2310818Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2311156Z 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:12:27.2311482Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2311551Z with 2022-11-23T02:12:27.2311616Z [ 2022-11-23T02:12:27.2311711Z T=torch::autograd::ViewInfo 2022-11-23T02:12:27.2311771Z ] 2022-11-23T02:12:27.2312068Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2312129Z with 2022-11-23T02:12:27.2312192Z [ 2022-11-23T02:12:27.2312272Z T=c10::IValue 2022-11-23T02:12:27.2312333Z ] 2022-11-23T02:12:27.2312640Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2312753Z with 2022-11-23T02:12:27.2312812Z [ 2022-11-23T02:12:27.2312875Z T=c10::IValue 2022-11-23T02:12:27.2312935Z ] 2022-11-23T02:12:27.2313280Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2313345Z with 2022-11-23T02:12:27.2313408Z [ 2022-11-23T02:12:27.2313484Z T=c10::IValue 2022-11-23T02:12:27.2313543Z ] 2022-11-23T02:12:27.2313914Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2313981Z with 2022-11-23T02:12:27.2314041Z [ 2022-11-23T02:12:27.2314116Z T=c10::IValue 2022-11-23T02:12:27.2314176Z ] 2022-11-23T02:12:27.2314489Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2314842Z 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:12:27.2315168Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2315231Z with 2022-11-23T02:12:27.2315291Z [ 2022-11-23T02:12:27.2315356Z T=c10::IValue 2022-11-23T02:12:27.2315414Z ] 2022-11-23T02:12:27.2315707Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2315767Z with 2022-11-23T02:12:27.2315826Z [ 2022-11-23T02:12:27.2315908Z T=c10::AliasInfo 2022-11-23T02:12:27.2315970Z ] 2022-11-23T02:12:27.2316273Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2316336Z with 2022-11-23T02:12:27.2316398Z [ 2022-11-23T02:12:27.2316476Z T=c10::AliasInfo 2022-11-23T02:12:27.2316535Z ] 2022-11-23T02:12:27.2316876Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2316942Z with 2022-11-23T02:12:27.2316999Z [ 2022-11-23T02:12:27.2317065Z T=c10::AliasInfo 2022-11-23T02:12:27.2317126Z ] 2022-11-23T02:12:27.2317491Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2317555Z with 2022-11-23T02:12:27.2317618Z [ 2022-11-23T02:12:27.2317696Z T=c10::AliasInfo 2022-11-23T02:12:27.2317755Z ] 2022-11-23T02:12:27.2318071Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2318431Z 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:12:27.2318757Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2318823Z with 2022-11-23T02:12:27.2318883Z [ 2022-11-23T02:12:27.2318961Z T=c10::AliasInfo 2022-11-23T02:12:27.2319022Z ] 2022-11-23T02:12:27.2319319Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2319380Z with 2022-11-23T02:12:27.2319438Z [ 2022-11-23T02:12:27.2319556Z T=std::vector> 2022-11-23T02:12:27.2319619Z ] 2022-11-23T02:12:27.2319920Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2319981Z with 2022-11-23T02:12:27.2320041Z [ 2022-11-23T02:12:27.2320171Z T=std::vector> 2022-11-23T02:12:27.2320235Z ] 2022-11-23T02:12:27.2320620Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2320685Z with 2022-11-23T02:12:27.2320747Z [ 2022-11-23T02:12:27.2320876Z T=std::vector> 2022-11-23T02:12:27.2320937Z ] 2022-11-23T02:12:27.2321306Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2321369Z with 2022-11-23T02:12:27.2321427Z [ 2022-11-23T02:12:27.2321555Z T=std::vector> 2022-11-23T02:12:27.2321615Z ] 2022-11-23T02:12:27.2321941Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:12:27.2322005Z with 2022-11-23T02:12:27.2322062Z [ 2022-11-23T02:12:27.2322139Z T=c10::SymInt 2022-11-23T02:12:27.2322200Z ] 2022-11-23T02:12:27.2322525Z 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:12:27.2322588Z with 2022-11-23T02:12:27.2322646Z [ 2022-11-23T02:12:27.2322719Z T=c10::SymInt 2022-11-23T02:12:27.2322780Z ] 2022-11-23T02:12:27.2323134Z 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:12:27.2323545Z 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:12:27.2323869Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2323970Z with 2022-11-23T02:12:27.2324028Z [ 2022-11-23T02:12:27.2324159Z T=std::vector> 2022-11-23T02:12:27.2324222Z ] 2022-11-23T02:12:27.2324511Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2324572Z with 2022-11-23T02:12:27.2324619Z [ 2022-11-23T02:12:27.2324758Z T=c10::either 2022-11-23T02:12:27.2324816Z ] 2022-11-23T02:12:27.2325126Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2325193Z with 2022-11-23T02:12:27.2325255Z [ 2022-11-23T02:12:27.2325389Z T=c10::either 2022-11-23T02:12:27.2325447Z ] 2022-11-23T02:12:27.2325790Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2325852Z with 2022-11-23T02:12:27.2325912Z [ 2022-11-23T02:12:27.2326042Z T=c10::either 2022-11-23T02:12:27.2326137Z ] 2022-11-23T02:12:27.2326512Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2326575Z with 2022-11-23T02:12:27.2326637Z [ 2022-11-23T02:12:27.2326757Z T=c10::either 2022-11-23T02:12:27.2326816Z ] 2022-11-23T02:12:27.2327173Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.2327554Z 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:12:27.2327882Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2327947Z with 2022-11-23T02:12:27.2328008Z [ 2022-11-23T02:12:27.2328140Z T=c10::either 2022-11-23T02:12:27.2328200Z ] 2022-11-23T02:12:27.2328493Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2328555Z with 2022-11-23T02:12:27.2328615Z [ 2022-11-23T02:12:27.2328704Z T=at::StepCallbacks 2022-11-23T02:12:27.2328764Z ] 2022-11-23T02:12:27.2329073Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2329136Z with 2022-11-23T02:12:27.2329196Z [ 2022-11-23T02:12:27.2329282Z T=at::StepCallbacks 2022-11-23T02:12:27.2329329Z ] 2022-11-23T02:12:27.2329669Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2329772Z with 2022-11-23T02:12:27.2329830Z [ 2022-11-23T02:12:27.2329915Z T=at::StepCallbacks 2022-11-23T02:12:27.2329975Z ] 2022-11-23T02:12:27.2330345Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2330408Z with 2022-11-23T02:12:27.2330465Z [ 2022-11-23T02:12:27.2330552Z T=at::StepCallbacks 2022-11-23T02:12:27.2330610Z ] 2022-11-23T02:12:27.2330931Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2331266Z 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:12:27.2331587Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2331649Z with 2022-11-23T02:12:27.2331712Z [ 2022-11-23T02:12:27.2331841Z T=at::StepCallbacks 2022-11-23T02:12:27.2331888Z ] 2022-11-23T02:12:27.2332183Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2332243Z with 2022-11-23T02:12:27.2332302Z [ 2022-11-23T02:12:27.2332382Z T=c10::DimVector 2022-11-23T02:12:27.2332441Z ] 2022-11-23T02:12:27.2332746Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2332810Z with 2022-11-23T02:12:27.2332870Z [ 2022-11-23T02:12:27.2332950Z T=c10::DimVector 2022-11-23T02:12:27.2333007Z ] 2022-11-23T02:12:27.2333354Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2333414Z with 2022-11-23T02:12:27.2333475Z [ 2022-11-23T02:12:27.2333552Z T=c10::DimVector 2022-11-23T02:12:27.2333599Z ] 2022-11-23T02:12:27.2333971Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2334036Z with 2022-11-23T02:12:27.2334094Z [ 2022-11-23T02:12:27.2334171Z T=c10::DimVector 2022-11-23T02:12:27.2334230Z ] 2022-11-23T02:12:27.2334546Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2334860Z 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:12:27.2335181Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2335287Z with 2022-11-23T02:12:27.2335347Z [ 2022-11-23T02:12:27.2335426Z T=c10::DimVector 2022-11-23T02:12:27.2335485Z ] 2022-11-23T02:12:27.2335780Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2335841Z with 2022-11-23T02:12:27.2335900Z [ 2022-11-23T02:12:27.2336002Z T=c10::impl::AnnotatedSchema 2022-11-23T02:12:27.2336051Z ] 2022-11-23T02:12:27.2336358Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2336418Z with 2022-11-23T02:12:27.2336485Z [ 2022-11-23T02:12:27.2336645Z T=c10::impl::AnnotatedSchema 2022-11-23T02:12:27.2336709Z ] 2022-11-23T02:12:27.2337052Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2337150Z with 2022-11-23T02:12:27.2337213Z [ 2022-11-23T02:12:27.2337313Z T=c10::impl::AnnotatedSchema 2022-11-23T02:12:27.2337372Z ] 2022-11-23T02:12:27.2337796Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2337861Z with 2022-11-23T02:12:27.2337920Z [ 2022-11-23T02:12:27.2338019Z T=c10::impl::AnnotatedSchema 2022-11-23T02:12:27.2338081Z ] 2022-11-23T02:12:27.2338397Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2338750Z 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:12:27.2339077Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2339144Z with 2022-11-23T02:12:27.2339205Z [ 2022-11-23T02:12:27.2339304Z T=c10::impl::AnnotatedSchema 2022-11-23T02:12:27.2339366Z ] 2022-11-23T02:12:27.2339656Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2339724Z with 2022-11-23T02:12:27.2339785Z [ 2022-11-23T02:12:27.2339929Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:12:27.2339989Z ] 2022-11-23T02:12:27.2340298Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2340359Z with 2022-11-23T02:12:27.2340423Z [ 2022-11-23T02:12:27.2340562Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:12:27.2340622Z ] 2022-11-23T02:12:27.2340962Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2341062Z with 2022-11-23T02:12:27.2341121Z [ 2022-11-23T02:12:27.2341255Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:12:27.2341313Z ] 2022-11-23T02:12:27.2341677Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2341739Z with 2022-11-23T02:12:27.2341797Z [ 2022-11-23T02:12:27.2341936Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:12:27.2341996Z ] 2022-11-23T02:12:27.2342351Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2342730Z 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:12:27.2343056Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2343119Z with 2022-11-23T02:12:27.2343179Z [ 2022-11-23T02:12:27.2343357Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:12:27.2343418Z ] 2022-11-23T02:12:27.2343710Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2343771Z with 2022-11-23T02:12:27.2343829Z [ 2022-11-23T02:12:27.2343929Z T=std::tuple 2022-11-23T02:12:27.2343989Z ] 2022-11-23T02:12:27.2344299Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2344362Z with 2022-11-23T02:12:27.2344423Z [ 2022-11-23T02:12:27.2344537Z T=std::tuple 2022-11-23T02:12:27.2344598Z ] 2022-11-23T02:12:27.2344940Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2345001Z with 2022-11-23T02:12:27.2345064Z [ 2022-11-23T02:12:27.2345174Z T=std::tuple 2022-11-23T02:12:27.2345233Z ] 2022-11-23T02:12:27.2345603Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2345666Z with 2022-11-23T02:12:27.2345727Z [ 2022-11-23T02:12:27.2345843Z T=std::tuple 2022-11-23T02:12:27.2345893Z ] 2022-11-23T02:12:27.2346227Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.2346579Z 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:12:27.2346954Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2347018Z with 2022-11-23T02:12:27.2347076Z [ 2022-11-23T02:12:27.2347188Z T=std::tuple 2022-11-23T02:12:27.2347247Z ] 2022-11-23T02:12:27.2347540Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2347603Z with 2022-11-23T02:12:27.2347663Z [ 2022-11-23T02:12:27.2347756Z T=torch::jit::SourceRange 2022-11-23T02:12:27.2347816Z ] 2022-11-23T02:12:27.2348120Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2348186Z with 2022-11-23T02:12:27.2348243Z [ 2022-11-23T02:12:27.2348334Z T=torch::jit::SourceRange 2022-11-23T02:12:27.2348382Z ] 2022-11-23T02:12:27.2348725Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2348786Z with 2022-11-23T02:12:27.2348848Z [ 2022-11-23T02:12:27.2348976Z T=torch::jit::SourceRange 2022-11-23T02:12:27.2349036Z ] 2022-11-23T02:12:27.2349403Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2349469Z with 2022-11-23T02:12:27.2349528Z [ 2022-11-23T02:12:27.2349617Z T=torch::jit::SourceRange 2022-11-23T02:12:27.2349676Z ] 2022-11-23T02:12:27.2350000Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2350422Z 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:12:27.2350752Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2350815Z with 2022-11-23T02:12:27.2350876Z [ 2022-11-23T02:12:27.2350972Z T=torch::jit::SourceRange 2022-11-23T02:12:27.2351035Z ] 2022-11-23T02:12:27.2351312Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2351376Z with 2022-11-23T02:12:27.2351438Z [ 2022-11-23T02:12:27.2351549Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:12:27.2351608Z ] 2022-11-23T02:12:27.2351920Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2351982Z with 2022-11-23T02:12:27.2352043Z [ 2022-11-23T02:12:27.2352153Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:12:27.2352213Z ] 2022-11-23T02:12:27.2352560Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2353317Z with 2022-11-23T02:12:27.2353378Z [ 2022-11-23T02:12:27.2353492Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:12:27.2353554Z ] 2022-11-23T02:12:27.2353930Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2353996Z with 2022-11-23T02:12:27.2354043Z [ 2022-11-23T02:12:27.2354154Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:12:27.2354212Z ] 2022-11-23T02:12:27.2354554Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2354902Z 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:12:27.2355227Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2355292Z with 2022-11-23T02:12:27.2355403Z [ 2022-11-23T02:12:27.2355515Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:12:27.2355573Z ] 2022-11-23T02:12:27.2355867Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2355933Z with 2022-11-23T02:12:27.2355991Z [ 2022-11-23T02:12:27.2356100Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:12:27.2356158Z ] 2022-11-23T02:12:27.2356472Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2356535Z with 2022-11-23T02:12:27.2356584Z [ 2022-11-23T02:12:27.2356693Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:12:27.2356753Z ] 2022-11-23T02:12:27.2357098Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2357160Z with 2022-11-23T02:12:27.2357218Z [ 2022-11-23T02:12:27.2357325Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:12:27.2357388Z ] 2022-11-23T02:12:27.2357758Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2357819Z with 2022-11-23T02:12:27.2357876Z [ 2022-11-23T02:12:27.2357984Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:12:27.2358043Z ] 2022-11-23T02:12:27.2358381Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2358714Z 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:12:27.2359083Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2359144Z with 2022-11-23T02:12:27.2359204Z [ 2022-11-23T02:12:27.2359300Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:12:27.2359361Z ] 2022-11-23T02:12:27.2359659Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2359719Z with 2022-11-23T02:12:27.2359779Z [ 2022-11-23T02:12:27.2359870Z T=torch::jit::ScopePtr 2022-11-23T02:12:27.2359931Z ] 2022-11-23T02:12:27.2360237Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2360305Z with 2022-11-23T02:12:27.2360367Z [ 2022-11-23T02:12:27.2360459Z T=torch::jit::ScopePtr 2022-11-23T02:12:27.2360518Z ] 2022-11-23T02:12:27.2360863Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2360925Z with 2022-11-23T02:12:27.2360986Z [ 2022-11-23T02:12:27.2361100Z T=torch::jit::ScopePtr 2022-11-23T02:12:27.2361161Z ] 2022-11-23T02:12:27.2361527Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2361592Z with 2022-11-23T02:12:27.2361650Z [ 2022-11-23T02:12:27.2361738Z T=torch::jit::ScopePtr 2022-11-23T02:12:27.2361798Z ] 2022-11-23T02:12:27.2362124Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2362447Z 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:12:27.2362770Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2362835Z with 2022-11-23T02:12:27.2362895Z [ 2022-11-23T02:12:27.2362980Z T=torch::jit::ScopePtr 2022-11-23T02:12:27.2363043Z ] 2022-11-23T02:12:27.2363337Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2363399Z with 2022-11-23T02:12:27.2363462Z [ 2022-11-23T02:12:27.2363539Z T=at::ThreadLocalState 2022-11-23T02:12:27.2363602Z ] 2022-11-23T02:12:27.2363909Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2363970Z with 2022-11-23T02:12:27.2364029Z [ 2022-11-23T02:12:27.2364120Z T=at::ThreadLocalState 2022-11-23T02:12:27.2364180Z ] 2022-11-23T02:12:27.2364523Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2364633Z with 2022-11-23T02:12:27.2364692Z [ 2022-11-23T02:12:27.2364783Z T=at::ThreadLocalState 2022-11-23T02:12:27.2364842Z ] 2022-11-23T02:12:27.2365207Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2365272Z with 2022-11-23T02:12:27.2365332Z [ 2022-11-23T02:12:27.2365423Z T=at::ThreadLocalState 2022-11-23T02:12:27.2365470Z ] 2022-11-23T02:12:27.2365797Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2366143Z 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:12:27.2366465Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2366530Z with 2022-11-23T02:12:27.2366588Z [ 2022-11-23T02:12:27.2366681Z T=at::ThreadLocalState 2022-11-23T02:12:27.2366786Z ] 2022-11-23T02:12:27.2367087Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2367148Z with 2022-11-23T02:12:27.2367210Z [ 2022-11-23T02:12:27.2367320Z T=std::shared_ptr 2022-11-23T02:12:27.2367382Z ] 2022-11-23T02:12:27.2367690Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2367751Z with 2022-11-23T02:12:27.2367811Z [ 2022-11-23T02:12:27.2367920Z T=std::shared_ptr 2022-11-23T02:12:27.2367967Z ] 2022-11-23T02:12:27.2368311Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2368374Z with 2022-11-23T02:12:27.2368433Z [ 2022-11-23T02:12:27.2368540Z T=std::shared_ptr 2022-11-23T02:12:27.2368599Z ] 2022-11-23T02:12:27.2368968Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2369031Z with 2022-11-23T02:12:27.2369092Z [ 2022-11-23T02:12:27.2369198Z T=std::shared_ptr 2022-11-23T02:12:27.2369262Z ] 2022-11-23T02:12:27.2369596Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.2369924Z 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:12:27.2370279Z 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:12:27.2370649Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2370715Z with 2022-11-23T02:12:27.2370775Z [ 2022-11-23T02:12:27.2370885Z T=std::shared_ptr 2022-11-23T02:12:27.2370944Z ] 2022-11-23T02:12:27.2371236Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2371287Z with 2022-11-23T02:12:27.2371346Z [ 2022-11-23T02:12:27.2371441Z T=torch::jit::GraphExecutor 2022-11-23T02:12:27.2371504Z ] 2022-11-23T02:12:27.2371808Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2371870Z with 2022-11-23T02:12:27.2371930Z [ 2022-11-23T02:12:27.2372023Z T=torch::jit::GraphExecutor 2022-11-23T02:12:27.2372081Z ] 2022-11-23T02:12:27.2372462Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2372525Z with 2022-11-23T02:12:27.2372586Z [ 2022-11-23T02:12:27.2372683Z T=torch::jit::GraphExecutor 2022-11-23T02:12:27.2372742Z ] 2022-11-23T02:12:27.2373114Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2373178Z with 2022-11-23T02:12:27.2373225Z [ 2022-11-23T02:12:27.2373323Z T=torch::jit::GraphExecutor 2022-11-23T02:12:27.2373380Z ] 2022-11-23T02:12:27.2373714Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2374034Z 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:12:27.2374387Z 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:12:27.2374712Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2374772Z with 2022-11-23T02:12:27.2374830Z [ 2022-11-23T02:12:27.2374926Z T=torch::jit::GraphExecutor 2022-11-23T02:12:27.2374986Z ] 2022-11-23T02:12:27.2375282Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2375348Z with 2022-11-23T02:12:27.2375408Z [ 2022-11-23T02:12:27.2375495Z T=torch::jit::Method 2022-11-23T02:12:27.2375558Z ] 2022-11-23T02:12:27.2375868Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2375979Z with 2022-11-23T02:12:27.2376026Z [ 2022-11-23T02:12:27.2376112Z T=torch::jit::Method 2022-11-23T02:12:27.2376172Z ] 2022-11-23T02:12:27.2376514Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2376580Z with 2022-11-23T02:12:27.2376641Z [ 2022-11-23T02:12:27.2376727Z T=torch::jit::Method 2022-11-23T02:12:27.2376786Z ] 2022-11-23T02:12:27.2377154Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2377222Z with 2022-11-23T02:12:27.2377281Z [ 2022-11-23T02:12:27.2377365Z T=torch::jit::Method 2022-11-23T02:12:27.2377425Z ] 2022-11-23T02:12:27.2377741Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2378102Z 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:12:27.2378426Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2378489Z with 2022-11-23T02:12:27.2378550Z [ 2022-11-23T02:12:27.2378620Z T=torch::jit::Method 2022-11-23T02:12:27.2378682Z ] 2022-11-23T02:12:27.2378971Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2379034Z with 2022-11-23T02:12:27.2379095Z [ 2022-11-23T02:12:27.2379228Z T=std::vector> 2022-11-23T02:12:27.2379289Z ] 2022-11-23T02:12:27.2379602Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2379665Z with 2022-11-23T02:12:27.2379725Z [ 2022-11-23T02:12:27.2379853Z T=std::vector> 2022-11-23T02:12:27.2379913Z ] 2022-11-23T02:12:27.2380261Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2380326Z with 2022-11-23T02:12:27.2380387Z [ 2022-11-23T02:12:27.2380518Z T=std::vector> 2022-11-23T02:12:27.2380566Z ] 2022-11-23T02:12:27.2380941Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2381002Z with 2022-11-23T02:12:27.2381061Z [ 2022-11-23T02:12:27.2381191Z T=std::vector> 2022-11-23T02:12:27.2381252Z ] 2022-11-23T02:12:27.2381604Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:12:27.2382001Z 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:12:27.2382328Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2382393Z with 2022-11-23T02:12:27.2382452Z [ 2022-11-23T02:12:27.2382581Z T=std::vector> 2022-11-23T02:12:27.2382642Z ] 2022-11-23T02:12:27.2382927Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2382992Z with 2022-11-23T02:12:27.2383057Z [ 2022-11-23T02:12:27.2383217Z T=std::function 2022-11-23T02:12:27.2383277Z ] 2022-11-23T02:12:27.2383589Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2384022Z with 2022-11-23T02:12:27.2384092Z [ 2022-11-23T02:12:27.2384256Z T=std::function 2022-11-23T02:12:27.2384319Z ] 2022-11-23T02:12:27.2384663Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2384729Z with 2022-11-23T02:12:27.2384789Z [ 2022-11-23T02:12:27.2384945Z T=std::function 2022-11-23T02:12:27.2385005Z ] 2022-11-23T02:12:27.2385376Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2385441Z with 2022-11-23T02:12:27.2385501Z [ 2022-11-23T02:12:27.2385664Z T=std::function 2022-11-23T02:12:27.2385725Z ] 2022-11-23T02:12:27.2386101Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.2386498Z 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:12:27.2386826Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2386891Z with 2022-11-23T02:12:27.2386955Z [ 2022-11-23T02:12:27.2387113Z T=std::function 2022-11-23T02:12:27.2387171Z ] 2022-11-23T02:12:27.2387452Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2387565Z with 2022-11-23T02:12:27.2387623Z [ 2022-11-23T02:12:27.2387806Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:12:27.2387866Z ] 2022-11-23T02:12:27.2388178Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2388244Z with 2022-11-23T02:12:27.2388305Z [ 2022-11-23T02:12:27.2388488Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:12:27.2388548Z ] 2022-11-23T02:12:27.2388892Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2388957Z with 2022-11-23T02:12:27.2389014Z [ 2022-11-23T02:12:27.2389198Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:12:27.2389258Z ] 2022-11-23T02:12:27.2389631Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2389738Z with 2022-11-23T02:12:27.2389786Z [ 2022-11-23T02:12:27.2389967Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:12:27.2390032Z ] 2022-11-23T02:12:27.2390532Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2390971Z 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:12:27.2391299Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2391364Z with 2022-11-23T02:12:27.2391429Z [ 2022-11-23T02:12:27.2391612Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:12:27.2391671Z ] 2022-11-23T02:12:27.2391966Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2392033Z with 2022-11-23T02:12:27.2392094Z [ 2022-11-23T02:12:27.2392218Z T=std::vector> 2022-11-23T02:12:27.2392279Z ] 2022-11-23T02:12:27.2392592Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2392658Z with 2022-11-23T02:12:27.2392719Z [ 2022-11-23T02:12:27.2392847Z T=std::vector> 2022-11-23T02:12:27.2392894Z ] 2022-11-23T02:12:27.2393236Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2393359Z with 2022-11-23T02:12:27.2393417Z [ 2022-11-23T02:12:27.2393538Z T=std::vector> 2022-11-23T02:12:27.2393598Z ] 2022-11-23T02:12:27.2393968Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2394030Z with 2022-11-23T02:12:27.2394091Z [ 2022-11-23T02:12:27.2394211Z T=std::vector> 2022-11-23T02:12:27.2394271Z ] 2022-11-23T02:12:27.2394609Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:12:27.2394672Z with 2022-11-23T02:12:27.2394738Z [ 2022-11-23T02:12:27.2394810Z T=double 2022-11-23T02:12:27.2394872Z ] 2022-11-23T02:12:27.2395230Z 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:12:27.2395295Z with 2022-11-23T02:12:27.2395354Z [ 2022-11-23T02:12:27.2395423Z T=double 2022-11-23T02:12:27.2395489Z ] 2022-11-23T02:12:27.2395861Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2395925Z with 2022-11-23T02:12:27.2395984Z [ 2022-11-23T02:12:27.2396106Z T=std::vector> 2022-11-23T02:12:27.2396165Z ] 2022-11-23T02:12:27.2396462Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2396525Z with 2022-11-23T02:12:27.2396586Z [ 2022-11-23T02:12:27.2396696Z T=std::tuple 2022-11-23T02:12:27.2396756Z ] 2022-11-23T02:12:27.2397054Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2397120Z with 2022-11-23T02:12:27.2397178Z [ 2022-11-23T02:12:27.2397282Z T=std::tuple 2022-11-23T02:12:27.2397342Z ] 2022-11-23T02:12:27.2397694Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2397757Z with 2022-11-23T02:12:27.2397815Z [ 2022-11-23T02:12:27.2397917Z T=std::tuple 2022-11-23T02:12:27.2397974Z ] 2022-11-23T02:12:27.2398341Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2398401Z with 2022-11-23T02:12:27.2398462Z [ 2022-11-23T02:12:27.2398570Z T=std::tuple 2022-11-23T02:12:27.2398628Z ] 2022-11-23T02:12:27.2398959Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.2399369Z 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:12:27.2399695Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2399759Z with 2022-11-23T02:12:27.2399807Z [ 2022-11-23T02:12:27.2399916Z T=std::tuple 2022-11-23T02:12:27.2399977Z ] 2022-11-23T02:12:27.2400265Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2400328Z with 2022-11-23T02:12:27.2400390Z [ 2022-11-23T02:12:27.2400521Z T=std::vector> 2022-11-23T02:12:27.2400582Z ] 2022-11-23T02:12:27.2400887Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2400951Z with 2022-11-23T02:12:27.2401012Z [ 2022-11-23T02:12:27.2401141Z T=std::vector> 2022-11-23T02:12:27.2401201Z ] 2022-11-23T02:12:27.2401584Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2401648Z with 2022-11-23T02:12:27.2401708Z [ 2022-11-23T02:12:27.2401825Z T=std::vector> 2022-11-23T02:12:27.2401891Z ] 2022-11-23T02:12:27.2402258Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2402325Z with 2022-11-23T02:12:27.2402385Z [ 2022-11-23T02:12:27.2402510Z T=std::vector> 2022-11-23T02:12:27.2402565Z ] 2022-11-23T02:12:27.2402910Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:12:27.2403287Z 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:12:27.2403612Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2403672Z with 2022-11-23T02:12:27.2403727Z [ 2022-11-23T02:12:27.2403853Z T=std::vector> 2022-11-23T02:12:27.2403911Z ] 2022-11-23T02:12:27.2404380Z [2/2] "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\bin\Hostx64\x64/link.exe" main.o /nologo /DLL c10.lib torch_cpu.lib torch.lib /LIBPATH:C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib torch_python.lib /LIBPATH:C:\Jenkins\Miniconda3\libs /out:reloaded_jit_extension.pyd 2022-11-23T02:12:27.2404549Z Creating library reloaded_jit_extension.lib and object reloaded_jit_extension.exp 2022-11-23T02:12:27.2404719Z Loading extension module reloaded_jit_extension... 2022-11-23T02:12:27.2404945Z Using C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116 as PyTorch extensions root... 2022-11-23T02:12:27.2405205Z The input conditions for extension module reloaded_jit_extension have changed. Bumping to version 1 and re-building as reloaded_jit_extension_v1... 2022-11-23T02:12:27.2405467Z Emitting ninja build file C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116\reloaded_jit_extension\build.ninja... 2022-11-23T02:12:27.2405596Z Building extension module reloaded_jit_extension_v1... 2022-11-23T02:12:27.2405794Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-11-23T02:12:27.2406716Z [1/2] cl /showIncludes -DTORCH_EXTENSION_NAME=reloaded_jit_extension_v1 -DTORCH_API_INCLUDE_EXTENSION_H -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:\Jenkins\Miniconda3\Include -D_GLIBCXX_USE_CXX11_ABI=0 /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /EHsc -c C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116\reloaded_jit_extension\main.cpp /Fomain.o 2022-11-23T02:12:27.2406858Z Microsoft (R) C/C++ Optimizing Compiler Version 19.28.29337 for x64 2022-11-23T02:12:27.2407040Z Copyright (C) Microsoft Corporation. All rights reserved. 2022-11-23T02:12:27.2407054Z 2022-11-23T02:12:27.2407355Z 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:12:27.2407654Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2407721Z with 2022-11-23T02:12:27.2407782Z [ 2022-11-23T02:12:27.2407861Z T=c10::SymInt 2022-11-23T02:12:27.2407909Z ] 2022-11-23T02:12:27.2408218Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2408281Z with 2022-11-23T02:12:27.2408342Z [ 2022-11-23T02:12:27.2408424Z T=c10::SymInt 2022-11-23T02:12:27.2408485Z ] 2022-11-23T02:12:27.2408833Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2408900Z with 2022-11-23T02:12:27.2408961Z [ 2022-11-23T02:12:27.2409040Z T=c10::SymInt 2022-11-23T02:12:27.2409100Z ] 2022-11-23T02:12:27.2409473Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2409535Z with 2022-11-23T02:12:27.2409596Z [ 2022-11-23T02:12:27.2409671Z T=c10::SymInt 2022-11-23T02:12:27.2409719Z ] 2022-11-23T02:12:27.2410030Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2410348Z 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:12:27.2410726Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2410791Z with 2022-11-23T02:12:27.2410851Z [ 2022-11-23T02:12:27.2410928Z T=c10::SymInt 2022-11-23T02:12:27.2410989Z ] 2022-11-23T02:12:27.2411272Z 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:12:27.2411571Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2411635Z with 2022-11-23T02:12:27.2411694Z [ 2022-11-23T02:12:27.2411780Z T=at::TensorBase 2022-11-23T02:12:27.2411842Z ] 2022-11-23T02:12:27.2412144Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2412207Z with 2022-11-23T02:12:27.2412266Z [ 2022-11-23T02:12:27.2412348Z T=at::TensorBase 2022-11-23T02:12:27.2412394Z ] 2022-11-23T02:12:27.2412780Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2412844Z with 2022-11-23T02:12:27.2412903Z [ 2022-11-23T02:12:27.2412982Z T=at::TensorBase 2022-11-23T02:12:27.2413042Z ] 2022-11-23T02:12:27.2413415Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2413479Z with 2022-11-23T02:12:27.2413539Z [ 2022-11-23T02:12:27.2413620Z T=at::TensorBase 2022-11-23T02:12:27.2413678Z ] 2022-11-23T02:12:27.2413991Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2414314Z 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:12:27.2414642Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2414707Z with 2022-11-23T02:12:27.2414766Z [ 2022-11-23T02:12:27.2414847Z T=at::TensorBase 2022-11-23T02:12:27.2414896Z ] 2022-11-23T02:12:27.2415185Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2415246Z with 2022-11-23T02:12:27.2415307Z [ 2022-11-23T02:12:27.2415384Z T=at::Tensor 2022-11-23T02:12:27.2415444Z ] 2022-11-23T02:12:27.2415748Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2415808Z with 2022-11-23T02:12:27.2415865Z [ 2022-11-23T02:12:27.2415941Z T=at::Tensor 2022-11-23T02:12:27.2416050Z ] 2022-11-23T02:12:27.2416394Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2416459Z with 2022-11-23T02:12:27.2416519Z [ 2022-11-23T02:12:27.2416597Z T=at::Tensor 2022-11-23T02:12:27.2416648Z ] 2022-11-23T02:12:27.2417018Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2417083Z with 2022-11-23T02:12:27.2417143Z [ 2022-11-23T02:12:27.2417219Z T=at::Tensor 2022-11-23T02:12:27.2417281Z ] 2022-11-23T02:12:27.2417591Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2417904Z 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:12:27.2418224Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2418288Z with 2022-11-23T02:12:27.2418390Z [ 2022-11-23T02:12:27.2418469Z T=at::Tensor 2022-11-23T02:12:27.2418530Z ] 2022-11-23T02:12:27.2418826Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2418893Z with 2022-11-23T02:12:27.2418953Z [ 2022-11-23T02:12:27.2419034Z T=at::Generator 2022-11-23T02:12:27.2419082Z ] 2022-11-23T02:12:27.2419385Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2419448Z with 2022-11-23T02:12:27.2419506Z [ 2022-11-23T02:12:27.2419586Z T=at::Generator 2022-11-23T02:12:27.2419646Z ] 2022-11-23T02:12:27.2419990Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2420054Z with 2022-11-23T02:12:27.2420114Z [ 2022-11-23T02:12:27.2420195Z T=at::Generator 2022-11-23T02:12:27.2420253Z ] 2022-11-23T02:12:27.2420621Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2420684Z with 2022-11-23T02:12:27.2420745Z [ 2022-11-23T02:12:27.2420821Z T=at::Generator 2022-11-23T02:12:27.2420867Z ] 2022-11-23T02:12:27.2421181Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2421494Z 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:12:27.2421819Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2421930Z with 2022-11-23T02:12:27.2421989Z [ 2022-11-23T02:12:27.2422067Z T=at::Generator 2022-11-23T02:12:27.2422134Z ] 2022-11-23T02:12:27.2422426Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2422491Z with 2022-11-23T02:12:27.2422551Z [ 2022-11-23T02:12:27.2422630Z T=c10::Scalar 2022-11-23T02:12:27.2422690Z ] 2022-11-23T02:12:27.2422990Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2423052Z with 2022-11-23T02:12:27.2423112Z [ 2022-11-23T02:12:27.2423190Z T=c10::Scalar 2022-11-23T02:12:27.2423239Z ] 2022-11-23T02:12:27.2423582Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2423645Z with 2022-11-23T02:12:27.2423704Z [ 2022-11-23T02:12:27.2423780Z T=c10::Scalar 2022-11-23T02:12:27.2423841Z ] 2022-11-23T02:12:27.2424252Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2424318Z with 2022-11-23T02:12:27.2424377Z [ 2022-11-23T02:12:27.2424452Z T=c10::Scalar 2022-11-23T02:12:27.2424511Z ] 2022-11-23T02:12:27.2424821Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2425130Z 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:12:27.2425458Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2425520Z with 2022-11-23T02:12:27.2425581Z [ 2022-11-23T02:12:27.2425657Z T=c10::Scalar 2022-11-23T02:12:27.2425704Z ] 2022-11-23T02:12:27.2426001Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2426069Z with 2022-11-23T02:12:27.2426131Z [ 2022-11-23T02:12:27.2426209Z T=std::string 2022-11-23T02:12:27.2426272Z ] 2022-11-23T02:12:27.2426580Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2426645Z with 2022-11-23T02:12:27.2426707Z [ 2022-11-23T02:12:27.2426783Z T=std::string 2022-11-23T02:12:27.2426842Z ] 2022-11-23T02:12:27.2427183Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2427247Z with 2022-11-23T02:12:27.2427309Z [ 2022-11-23T02:12:27.2427431Z T=std::string 2022-11-23T02:12:27.2427479Z ] 2022-11-23T02:12:27.2427846Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2427909Z with 2022-11-23T02:12:27.2427968Z [ 2022-11-23T02:12:27.2428043Z T=std::string 2022-11-23T02:12:27.2428101Z ] 2022-11-23T02:12:27.2428411Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2428722Z 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:12:27.2429050Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2429117Z with 2022-11-23T02:12:27.2429175Z [ 2022-11-23T02:12:27.2429251Z T=std::string 2022-11-23T02:12:27.2429311Z ] 2022-11-23T02:12:27.2429599Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2429659Z with 2022-11-23T02:12:27.2429766Z [ 2022-11-23T02:12:27.2429856Z T=c10::QualifiedName 2022-11-23T02:12:27.2429903Z ] 2022-11-23T02:12:27.2430276Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2430349Z with 2022-11-23T02:12:27.2430411Z [ 2022-11-23T02:12:27.2430500Z T=c10::QualifiedName 2022-11-23T02:12:27.2430561Z ] 2022-11-23T02:12:27.2430902Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2430966Z with 2022-11-23T02:12:27.2431025Z [ 2022-11-23T02:12:27.2431112Z T=c10::QualifiedName 2022-11-23T02:12:27.2431172Z ] 2022-11-23T02:12:27.2431543Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2431607Z with 2022-11-23T02:12:27.2431670Z [ 2022-11-23T02:12:27.2431758Z T=c10::QualifiedName 2022-11-23T02:12:27.2431805Z ] 2022-11-23T02:12:27.2432121Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2432447Z 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:12:27.2432771Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2432836Z with 2022-11-23T02:12:27.2432895Z [ 2022-11-23T02:12:27.2432979Z T=c10::QualifiedName 2022-11-23T02:12:27.2433038Z ] 2022-11-23T02:12:27.2433384Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2433448Z with 2022-11-23T02:12:27.2433507Z [ 2022-11-23T02:12:27.2433634Z T=std::shared_ptr 2022-11-23T02:12:27.2433693Z ] 2022-11-23T02:12:27.2433996Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2434059Z with 2022-11-23T02:12:27.2434118Z [ 2022-11-23T02:12:27.2434243Z T=std::shared_ptr 2022-11-23T02:12:27.2434290Z ] 2022-11-23T02:12:27.2434634Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2434698Z with 2022-11-23T02:12:27.2434757Z [ 2022-11-23T02:12:27.2434885Z T=std::shared_ptr 2022-11-23T02:12:27.2434946Z ] 2022-11-23T02:12:27.2435318Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2435379Z with 2022-11-23T02:12:27.2435486Z [ 2022-11-23T02:12:27.2435612Z T=std::shared_ptr 2022-11-23T02:12:27.2435670Z ] 2022-11-23T02:12:27.2436014Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.2436356Z 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:12:27.2436679Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2436742Z with 2022-11-23T02:12:27.2436801Z [ 2022-11-23T02:12:27.2436929Z T=std::shared_ptr 2022-11-23T02:12:27.2436986Z ] 2022-11-23T02:12:27.2437283Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2437348Z with 2022-11-23T02:12:27.2437397Z [ 2022-11-23T02:12:27.2437523Z T=std::weak_ptr 2022-11-23T02:12:27.2437587Z ] 2022-11-23T02:12:27.2437963Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2438029Z with 2022-11-23T02:12:27.2438088Z [ 2022-11-23T02:12:27.2438211Z T=std::weak_ptr 2022-11-23T02:12:27.2438272Z ] 2022-11-23T02:12:27.2438657Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2438722Z with 2022-11-23T02:12:27.2438784Z [ 2022-11-23T02:12:27.2438907Z T=std::weak_ptr 2022-11-23T02:12:27.2439018Z ] 2022-11-23T02:12:27.2439387Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2439450Z with 2022-11-23T02:12:27.2439497Z [ 2022-11-23T02:12:27.2439618Z T=std::weak_ptr 2022-11-23T02:12:27.2439676Z ] 2022-11-23T02:12:27.2440030Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.2440375Z 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:12:27.2440699Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2440763Z with 2022-11-23T02:12:27.2440823Z [ 2022-11-23T02:12:27.2440944Z T=std::weak_ptr 2022-11-23T02:12:27.2441005Z ] 2022-11-23T02:12:27.2441339Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2441403Z with 2022-11-23T02:12:27.2441463Z [ 2022-11-23T02:12:27.2441612Z T=std::vector> 2022-11-23T02:12:27.2441674Z ] 2022-11-23T02:12:27.2441978Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2442043Z with 2022-11-23T02:12:27.2442104Z [ 2022-11-23T02:12:27.2442253Z T=std::vector> 2022-11-23T02:12:27.2442302Z ] 2022-11-23T02:12:27.2442642Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2442706Z with 2022-11-23T02:12:27.2442763Z [ 2022-11-23T02:12:27.2442910Z T=std::vector> 2022-11-23T02:12:27.2442970Z ] 2022-11-23T02:12:27.2443337Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2443400Z with 2022-11-23T02:12:27.2443460Z [ 2022-11-23T02:12:27.2443608Z T=std::vector> 2022-11-23T02:12:27.2443670Z ] 2022-11-23T02:12:27.2444076Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:12:27.2444480Z 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:12:27.2444803Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2445286Z with 2022-11-23T02:12:27.2445346Z [ 2022-11-23T02:12:27.2445498Z T=std::vector> 2022-11-23T02:12:27.2445560Z ] 2022-11-23T02:12:27.2445857Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2445921Z with 2022-11-23T02:12:27.2445973Z [ 2022-11-23T02:12:27.2446091Z T=std::vector> 2022-11-23T02:12:27.2446152Z ] 2022-11-23T02:12:27.2446463Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2446529Z with 2022-11-23T02:12:27.2446589Z [ 2022-11-23T02:12:27.2446705Z T=std::vector> 2022-11-23T02:12:27.2446767Z ] 2022-11-23T02:12:27.2447113Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2447176Z with 2022-11-23T02:12:27.2447233Z [ 2022-11-23T02:12:27.2447346Z T=std::vector> 2022-11-23T02:12:27.2447449Z ] 2022-11-23T02:12:27.2447821Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2447887Z with 2022-11-23T02:12:27.2447947Z [ 2022-11-23T02:12:27.2448049Z T=std::vector> 2022-11-23T02:12:27.2448107Z ] 2022-11-23T02:12:27.2448444Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:12:27.2448780Z 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:12:27.2449107Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2449170Z with 2022-11-23T02:12:27.2449232Z [ 2022-11-23T02:12:27.2449343Z T=std::vector> 2022-11-23T02:12:27.2449407Z ] 2022-11-23T02:12:27.2449740Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2449804Z with 2022-11-23T02:12:27.2449864Z [ 2022-11-23T02:12:27.2450025Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.2450086Z ] 2022-11-23T02:12:27.2450430Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2450496Z with 2022-11-23T02:12:27.2450554Z [ 2022-11-23T02:12:27.2450716Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.2450763Z ] 2022-11-23T02:12:27.2451158Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2451219Z with 2022-11-23T02:12:27.2451276Z [ 2022-11-23T02:12:27.2451432Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.2451490Z ] 2022-11-23T02:12:27.2451860Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2451924Z with 2022-11-23T02:12:27.2451985Z [ 2022-11-23T02:12:27.2452141Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.2452201Z ] 2022-11-23T02:12:27.2452575Z C:\actions-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:12:27.2452950Z 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:12:27.2453306Z 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:12:27.2453635Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2453701Z with 2022-11-23T02:12:27.2453761Z [ 2022-11-23T02:12:27.2453921Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.2453981Z ] 2022-11-23T02:12:27.2454271Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2454332Z with 2022-11-23T02:12:27.2454392Z [ 2022-11-23T02:12:27.2454535Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.2454596Z ] 2022-11-23T02:12:27.2454897Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2454961Z with 2022-11-23T02:12:27.2455020Z [ 2022-11-23T02:12:27.2455172Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.2455233Z ] 2022-11-23T02:12:27.2455580Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2455678Z with 2022-11-23T02:12:27.2455741Z [ 2022-11-23T02:12:27.2455896Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.2455956Z ] 2022-11-23T02:12:27.2456364Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2456478Z with 2022-11-23T02:12:27.2456536Z [ 2022-11-23T02:12:27.2456686Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.2456743Z ] 2022-11-23T02:12:27.2457109Z C:\actions-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:12:27.2457476Z 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:12:27.2457778Z 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:12:27.2458100Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2458162Z with 2022-11-23T02:12:27.2458210Z [ 2022-11-23T02:12:27.2458361Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.2458421Z ] 2022-11-23T02:12:27.2458755Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2458819Z with 2022-11-23T02:12:27.2458881Z [ 2022-11-23T02:12:27.2459003Z T=std::vector> 2022-11-23T02:12:27.2459060Z ] 2022-11-23T02:12:27.2459363Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2459428Z with 2022-11-23T02:12:27.2459486Z [ 2022-11-23T02:12:27.2459607Z T=std::vector> 2022-11-23T02:12:27.2459666Z ] 2022-11-23T02:12:27.2460005Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2460068Z with 2022-11-23T02:12:27.2460132Z [ 2022-11-23T02:12:27.2460239Z T=std::vector> 2022-11-23T02:12:27.2460297Z ] 2022-11-23T02:12:27.2460667Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2460730Z with 2022-11-23T02:12:27.2460790Z [ 2022-11-23T02:12:27.2460910Z T=std::vector> 2022-11-23T02:12:27.2460970Z ] 2022-11-23T02:12:27.2461308Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:12:27.2461686Z 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:12:27.2462009Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2462126Z with 2022-11-23T02:12:27.2462223Z [ 2022-11-23T02:12:27.2462343Z T=std::vector> 2022-11-23T02:12:27.2462403Z ] 2022-11-23T02:12:27.2462696Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2462763Z with 2022-11-23T02:12:27.2462823Z [ 2022-11-23T02:12:27.2462976Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:12:27.2463035Z ] 2022-11-23T02:12:27.2463335Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2463397Z with 2022-11-23T02:12:27.2463457Z [ 2022-11-23T02:12:27.2463605Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:12:27.2463666Z ] 2022-11-23T02:12:27.2464007Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2464067Z with 2022-11-23T02:12:27.2464126Z [ 2022-11-23T02:12:27.2464271Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:12:27.2464331Z ] 2022-11-23T02:12:27.2464747Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2464811Z with 2022-11-23T02:12:27.2464868Z [ 2022-11-23T02:12:27.2465015Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:12:27.2465075Z ] 2022-11-23T02:12:27.2465443Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.2465827Z 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:12:27.2466193Z 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:12:27.2466517Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2466584Z with 2022-11-23T02:12:27.2466644Z [ 2022-11-23T02:12:27.2466779Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:12:27.2466838Z ] 2022-11-23T02:12:27.2467133Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2467196Z with 2022-11-23T02:12:27.2467256Z [ 2022-11-23T02:12:27.2467398Z T=c10::impl::InlineStreamGuard 2022-11-23T02:12:27.2467458Z ] 2022-11-23T02:12:27.2467806Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2467922Z with 2022-11-23T02:12:27.2467984Z [ 2022-11-23T02:12:27.2468129Z T=c10::impl::InlineStreamGuard 2022-11-23T02:12:27.2468188Z ] 2022-11-23T02:12:27.2468569Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2468635Z with 2022-11-23T02:12:27.2468692Z [ 2022-11-23T02:12:27.2468837Z T=c10::impl::InlineStreamGuard 2022-11-23T02:12:27.2468882Z ] 2022-11-23T02:12:27.2469253Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2469319Z with 2022-11-23T02:12:27.2469377Z [ 2022-11-23T02:12:27.2469519Z T=c10::impl::InlineStreamGuard 2022-11-23T02:12:27.2469576Z ] 2022-11-23T02:12:27.2469941Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.2470438Z 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:12:27.2470818Z 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:12:27.2471146Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2471211Z with 2022-11-23T02:12:27.2471270Z [ 2022-11-23T02:12:27.2471418Z T=c10::impl::InlineStreamGuard 2022-11-23T02:12:27.2471480Z ] 2022-11-23T02:12:27.2471778Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2471842Z with 2022-11-23T02:12:27.2471904Z [ 2022-11-23T02:12:27.2472009Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:12:27.2472069Z ] 2022-11-23T02:12:27.2472371Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2472439Z with 2022-11-23T02:12:27.2472487Z [ 2022-11-23T02:12:27.2472590Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:12:27.2472649Z ] 2022-11-23T02:12:27.2472993Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2473059Z with 2022-11-23T02:12:27.2473120Z [ 2022-11-23T02:12:27.2473221Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:12:27.2473278Z ] 2022-11-23T02:12:27.2473647Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2473752Z with 2022-11-23T02:12:27.2473848Z [ 2022-11-23T02:12:27.2473953Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:12:27.2474014Z ] 2022-11-23T02:12:27.2474353Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2474705Z 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:12:27.2474767Z with 2022-11-23T02:12:27.2474814Z [ 2022-11-23T02:12:27.2474914Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:12:27.2474975Z ] 2022-11-23T02:12:27.2475337Z 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:12:27.2475666Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2475730Z with 2022-11-23T02:12:27.2475788Z [ 2022-11-23T02:12:27.2475888Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:12:27.2475947Z ] 2022-11-23T02:12:27.2476883Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2476961Z with 2022-11-23T02:12:27.2477021Z [ 2022-11-23T02:12:27.2477210Z T=std::vector> 2022-11-23T02:12:27.2477273Z ] 2022-11-23T02:12:27.2477583Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2477646Z with 2022-11-23T02:12:27.2477706Z [ 2022-11-23T02:12:27.2477889Z T=std::vector> 2022-11-23T02:12:27.2477937Z ] 2022-11-23T02:12:27.2478284Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2478346Z with 2022-11-23T02:12:27.2478404Z [ 2022-11-23T02:12:27.2478582Z T=std::vector> 2022-11-23T02:12:27.2478643Z ] 2022-11-23T02:12:27.2479014Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2479076Z with 2022-11-23T02:12:27.2479134Z [ 2022-11-23T02:12:27.2479315Z T=std::vector> 2022-11-23T02:12:27.2479377Z ] 2022-11-23T02:12:27.2479819Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:12:27.2480221Z 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:12:27.2480634Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2480700Z with 2022-11-23T02:12:27.2480759Z [ 2022-11-23T02:12:27.2480944Z T=std::vector> 2022-11-23T02:12:27.2481003Z ] 2022-11-23T02:12:27.2481298Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2481360Z with 2022-11-23T02:12:27.2481418Z [ 2022-11-23T02:12:27.2481506Z T=torch::autograd::ViewInfo 2022-11-23T02:12:27.2481568Z ] 2022-11-23T02:12:27.2481882Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2481947Z with 2022-11-23T02:12:27.2482006Z [ 2022-11-23T02:12:27.2482098Z T=torch::autograd::ViewInfo 2022-11-23T02:12:27.2482159Z ] 2022-11-23T02:12:27.2482544Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2482608Z with 2022-11-23T02:12:27.2482668Z [ 2022-11-23T02:12:27.2482765Z T=torch::autograd::ViewInfo 2022-11-23T02:12:27.2482823Z ] 2022-11-23T02:12:27.2483198Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2483262Z with 2022-11-23T02:12:27.2483324Z [ 2022-11-23T02:12:27.2483415Z T=torch::autograd::ViewInfo 2022-11-23T02:12:27.2483463Z ] 2022-11-23T02:12:27.2483792Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2484127Z 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:12:27.2484451Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2484519Z with 2022-11-23T02:12:27.2484582Z [ 2022-11-23T02:12:27.2484677Z T=torch::autograd::ViewInfo 2022-11-23T02:12:27.2484737Z ] 2022-11-23T02:12:27.2485034Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2485100Z with 2022-11-23T02:12:27.2485162Z [ 2022-11-23T02:12:27.2485240Z T=c10::IValue 2022-11-23T02:12:27.2485300Z ] 2022-11-23T02:12:27.2485605Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2485706Z with 2022-11-23T02:12:27.2485811Z [ 2022-11-23T02:12:27.2485886Z T=c10::IValue 2022-11-23T02:12:27.2485934Z ] 2022-11-23T02:12:27.2486314Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2486378Z with 2022-11-23T02:12:27.2486441Z [ 2022-11-23T02:12:27.2486516Z T=c10::IValue 2022-11-23T02:12:27.2486576Z ] 2022-11-23T02:12:27.2486952Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2487015Z with 2022-11-23T02:12:27.2487072Z [ 2022-11-23T02:12:27.2487146Z T=c10::IValue 2022-11-23T02:12:27.2487207Z ] 2022-11-23T02:12:27.2487520Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2487832Z 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:12:27.2488203Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2488266Z with 2022-11-23T02:12:27.2488324Z [ 2022-11-23T02:12:27.2488400Z T=c10::IValue 2022-11-23T02:12:27.2488448Z ] 2022-11-23T02:12:27.2488740Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2488803Z with 2022-11-23T02:12:27.2488862Z [ 2022-11-23T02:12:27.2488943Z T=c10::AliasInfo 2022-11-23T02:12:27.2489002Z ] 2022-11-23T02:12:27.2489302Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2489363Z with 2022-11-23T02:12:27.2489423Z [ 2022-11-23T02:12:27.2489505Z T=c10::AliasInfo 2022-11-23T02:12:27.2489565Z ] 2022-11-23T02:12:27.2489907Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2489969Z with 2022-11-23T02:12:27.2490031Z [ 2022-11-23T02:12:27.2490111Z T=c10::AliasInfo 2022-11-23T02:12:27.2490159Z ] 2022-11-23T02:12:27.2490525Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2490590Z with 2022-11-23T02:12:27.2490648Z [ 2022-11-23T02:12:27.2490722Z T=c10::AliasInfo 2022-11-23T02:12:27.2490781Z ] 2022-11-23T02:12:27.2491095Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2491411Z 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:12:27.2491816Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2491881Z with 2022-11-23T02:12:27.2491943Z [ 2022-11-23T02:12:27.2492025Z T=c10::AliasInfo 2022-11-23T02:12:27.2492084Z ] 2022-11-23T02:12:27.2492416Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2492484Z with 2022-11-23T02:12:27.2492542Z [ 2022-11-23T02:12:27.2492673Z T=std::vector> 2022-11-23T02:12:27.2492721Z ] 2022-11-23T02:12:27.2493024Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2493087Z with 2022-11-23T02:12:27.2493144Z [ 2022-11-23T02:12:27.2493273Z T=std::vector> 2022-11-23T02:12:27.2493331Z ] 2022-11-23T02:12:27.2493674Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2493736Z with 2022-11-23T02:12:27.2493841Z [ 2022-11-23T02:12:27.2493972Z T=std::vector> 2022-11-23T02:12:27.2494031Z ] 2022-11-23T02:12:27.2494396Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2494460Z with 2022-11-23T02:12:27.2494519Z [ 2022-11-23T02:12:27.2494648Z T=std::vector> 2022-11-23T02:12:27.2494708Z ] 2022-11-23T02:12:27.2495041Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:12:27.2495103Z with 2022-11-23T02:12:27.2495150Z [ 2022-11-23T02:12:27.2495226Z T=c10::SymInt 2022-11-23T02:12:27.2495283Z ] 2022-11-23T02:12:27.2495605Z 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:12:27.2495668Z with 2022-11-23T02:12:27.2495728Z [ 2022-11-23T02:12:27.2495801Z T=c10::SymInt 2022-11-23T02:12:27.2495862Z ] 2022-11-23T02:12:27.2496213Z 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:12:27.2496623Z 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:12:27.2496951Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2497015Z with 2022-11-23T02:12:27.2497115Z [ 2022-11-23T02:12:27.2497243Z T=std::vector> 2022-11-23T02:12:27.2497303Z ] 2022-11-23T02:12:27.2497600Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2497696Z with 2022-11-23T02:12:27.2497745Z [ 2022-11-23T02:12:27.2497883Z T=c10::either 2022-11-23T02:12:27.2497944Z ] 2022-11-23T02:12:27.2498291Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2498356Z with 2022-11-23T02:12:27.2498414Z [ 2022-11-23T02:12:27.2498548Z T=c10::either 2022-11-23T02:12:27.2498612Z ] 2022-11-23T02:12:27.2498954Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2499017Z with 2022-11-23T02:12:27.2499078Z [ 2022-11-23T02:12:27.2499209Z T=c10::either 2022-11-23T02:12:27.2499269Z ] 2022-11-23T02:12:27.2499685Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2499748Z with 2022-11-23T02:12:27.2499809Z [ 2022-11-23T02:12:27.2499941Z T=c10::either 2022-11-23T02:12:27.2499989Z ] 2022-11-23T02:12:27.2500342Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.2500726Z 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:12:27.2501056Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2501118Z with 2022-11-23T02:12:27.2501180Z [ 2022-11-23T02:12:27.2501313Z T=c10::either 2022-11-23T02:12:27.2501374Z ] 2022-11-23T02:12:27.2501666Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2501729Z with 2022-11-23T02:12:27.2501791Z [ 2022-11-23T02:12:27.2501881Z T=at::StepCallbacks 2022-11-23T02:12:27.2501941Z ] 2022-11-23T02:12:27.2502246Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2502308Z with 2022-11-23T02:12:27.2502369Z [ 2022-11-23T02:12:27.2502457Z T=at::StepCallbacks 2022-11-23T02:12:27.2502504Z ] 2022-11-23T02:12:27.2502846Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2502950Z with 2022-11-23T02:12:27.2503008Z [ 2022-11-23T02:12:27.2503094Z T=at::StepCallbacks 2022-11-23T02:12:27.2503153Z ] 2022-11-23T02:12:27.2503521Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2503624Z with 2022-11-23T02:12:27.2503688Z [ 2022-11-23T02:12:27.2503774Z T=at::StepCallbacks 2022-11-23T02:12:27.2503836Z ] 2022-11-23T02:12:27.2504197Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2504533Z 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:12:27.2504856Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2504917Z with 2022-11-23T02:12:27.2504978Z [ 2022-11-23T02:12:27.2505061Z T=at::StepCallbacks 2022-11-23T02:12:27.2505120Z ] 2022-11-23T02:12:27.2505454Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2505519Z with 2022-11-23T02:12:27.2505577Z [ 2022-11-23T02:12:27.2505657Z T=c10::DimVector 2022-11-23T02:12:27.2505715Z ] 2022-11-23T02:12:27.2506017Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2506084Z with 2022-11-23T02:12:27.2506143Z [ 2022-11-23T02:12:27.2506223Z T=c10::DimVector 2022-11-23T02:12:27.2506282Z ] 2022-11-23T02:12:27.2506623Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2506687Z with 2022-11-23T02:12:27.2506747Z [ 2022-11-23T02:12:27.2506826Z T=c10::DimVector 2022-11-23T02:12:27.2506888Z ] 2022-11-23T02:12:27.2507243Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2507307Z with 2022-11-23T02:12:27.2507366Z [ 2022-11-23T02:12:27.2507442Z T=c10::DimVector 2022-11-23T02:12:27.2507502Z ] 2022-11-23T02:12:27.2507815Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2508138Z 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:12:27.2508459Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2508520Z with 2022-11-23T02:12:27.2508625Z [ 2022-11-23T02:12:27.2508702Z T=c10::DimVector 2022-11-23T02:12:27.2508763Z ] 2022-11-23T02:12:27.2509054Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2509116Z with 2022-11-23T02:12:27.2509177Z [ 2022-11-23T02:12:27.2509278Z T=c10::impl::AnnotatedSchema 2022-11-23T02:12:27.2509336Z ] 2022-11-23T02:12:27.2509668Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2509733Z with 2022-11-23T02:12:27.2509793Z [ 2022-11-23T02:12:27.2509891Z T=c10::impl::AnnotatedSchema 2022-11-23T02:12:27.2509950Z ] 2022-11-23T02:12:27.2510393Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2510462Z with 2022-11-23T02:12:27.2510522Z [ 2022-11-23T02:12:27.2510623Z T=c10::impl::AnnotatedSchema 2022-11-23T02:12:27.2510683Z ] 2022-11-23T02:12:27.2511100Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2511167Z with 2022-11-23T02:12:27.2511227Z [ 2022-11-23T02:12:27.2511326Z T=c10::impl::AnnotatedSchema 2022-11-23T02:12:27.2511385Z ] 2022-11-23T02:12:27.2511721Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2512073Z 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:12:27.2512395Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2512454Z with 2022-11-23T02:12:27.2512505Z [ 2022-11-23T02:12:27.2512602Z T=c10::impl::AnnotatedSchema 2022-11-23T02:12:27.2512662Z ] 2022-11-23T02:12:27.2512955Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2513021Z with 2022-11-23T02:12:27.2513081Z [ 2022-11-23T02:12:27.2513221Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:12:27.2513280Z ] 2022-11-23T02:12:27.2513591Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2513661Z with 2022-11-23T02:12:27.2513723Z [ 2022-11-23T02:12:27.2513861Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:12:27.2513920Z ] 2022-11-23T02:12:27.2514271Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2514334Z with 2022-11-23T02:12:27.2514381Z [ 2022-11-23T02:12:27.2514518Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:12:27.2514627Z ] 2022-11-23T02:12:27.2514996Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2515059Z with 2022-11-23T02:12:27.2515121Z [ 2022-11-23T02:12:27.2515257Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:12:27.2515325Z ] 2022-11-23T02:12:27.2515726Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2516146Z 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:12:27.2516476Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2516539Z with 2022-11-23T02:12:27.2516586Z [ 2022-11-23T02:12:27.2516720Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:12:27.2516779Z ] 2022-11-23T02:12:27.2517115Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2517178Z with 2022-11-23T02:12:27.2517235Z [ 2022-11-23T02:12:27.2517348Z T=std::tuple 2022-11-23T02:12:27.2517407Z ] 2022-11-23T02:12:27.2517717Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2517779Z with 2022-11-23T02:12:27.2517837Z [ 2022-11-23T02:12:27.2517949Z T=std::tuple 2022-11-23T02:12:27.2518008Z ] 2022-11-23T02:12:27.2518351Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2518412Z with 2022-11-23T02:12:27.2518468Z [ 2022-11-23T02:12:27.2518568Z T=std::tuple 2022-11-23T02:12:27.2518628Z ] 2022-11-23T02:12:27.2519000Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2519064Z with 2022-11-23T02:12:27.2519122Z [ 2022-11-23T02:12:27.2519230Z T=std::tuple 2022-11-23T02:12:27.2519290Z ] 2022-11-23T02:12:27.2519627Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.2519980Z 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:12:27.2520303Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2520408Z with 2022-11-23T02:12:27.2520467Z [ 2022-11-23T02:12:27.2520578Z T=std::tuple 2022-11-23T02:12:27.2520638Z ] 2022-11-23T02:12:27.2520930Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2520992Z with 2022-11-23T02:12:27.2521051Z [ 2022-11-23T02:12:27.2521144Z T=torch::jit::SourceRange 2022-11-23T02:12:27.2521192Z ] 2022-11-23T02:12:27.2521534Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2521597Z with 2022-11-23T02:12:27.2521656Z [ 2022-11-23T02:12:27.2521750Z T=torch::jit::SourceRange 2022-11-23T02:12:27.2521808Z ] 2022-11-23T02:12:27.2522187Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2522250Z with 2022-11-23T02:12:27.2522307Z [ 2022-11-23T02:12:27.2522398Z T=torch::jit::SourceRange 2022-11-23T02:12:27.2522455Z ] 2022-11-23T02:12:27.2522863Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2522926Z with 2022-11-23T02:12:27.2522984Z [ 2022-11-23T02:12:27.2523072Z T=torch::jit::SourceRange 2022-11-23T02:12:27.2523118Z ] 2022-11-23T02:12:27.2523443Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2523787Z 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:12:27.2524112Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2524174Z with 2022-11-23T02:12:27.2524232Z [ 2022-11-23T02:12:27.2524322Z T=torch::jit::SourceRange 2022-11-23T02:12:27.2524381Z ] 2022-11-23T02:12:27.2524669Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2524732Z with 2022-11-23T02:12:27.2524790Z [ 2022-11-23T02:12:27.2524900Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:12:27.2524959Z ] 2022-11-23T02:12:27.2525262Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2525325Z with 2022-11-23T02:12:27.2525384Z [ 2022-11-23T02:12:27.2525495Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:12:27.2525553Z ] 2022-11-23T02:12:27.2525884Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2525991Z with 2022-11-23T02:12:27.2526049Z [ 2022-11-23T02:12:27.2526156Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:12:27.2526215Z ] 2022-11-23T02:12:27.2526579Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2526640Z with 2022-11-23T02:12:27.2526698Z [ 2022-11-23T02:12:27.2526805Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:12:27.2526865Z ] 2022-11-23T02:12:27.2527200Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2527577Z 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:12:27.2527949Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2528014Z with 2022-11-23T02:12:27.2528072Z [ 2022-11-23T02:12:27.2528184Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:12:27.2528243Z ] 2022-11-23T02:12:27.2528581Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2528644Z with 2022-11-23T02:12:27.2528691Z [ 2022-11-23T02:12:27.2528797Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:12:27.2528854Z ] 2022-11-23T02:12:27.2529165Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2529226Z with 2022-11-23T02:12:27.2529285Z [ 2022-11-23T02:12:27.2529390Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:12:27.2529450Z ] 2022-11-23T02:12:27.2529791Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2529852Z with 2022-11-23T02:12:27.2529914Z [ 2022-11-23T02:12:27.2530017Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:12:27.2530074Z ] 2022-11-23T02:12:27.2530442Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2530508Z with 2022-11-23T02:12:27.2530556Z [ 2022-11-23T02:12:27.2530664Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:12:27.2530723Z ] 2022-11-23T02:12:27.2531057Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2531400Z 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:12:27.2531726Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2531832Z with 2022-11-23T02:12:27.2531890Z [ 2022-11-23T02:12:27.2531998Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:12:27.2532056Z ] 2022-11-23T02:12:27.2532349Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2532409Z with 2022-11-23T02:12:27.2532467Z [ 2022-11-23T02:12:27.2532554Z T=torch::jit::ScopePtr 2022-11-23T02:12:27.2532614Z ] 2022-11-23T02:12:27.2532919Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2532980Z with 2022-11-23T02:12:27.2533026Z [ 2022-11-23T02:12:27.2533118Z T=torch::jit::ScopePtr 2022-11-23T02:12:27.2533182Z ] 2022-11-23T02:12:27.2533568Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2533633Z with 2022-11-23T02:12:27.2533695Z [ 2022-11-23T02:12:27.2533785Z T=torch::jit::ScopePtr 2022-11-23T02:12:27.2533884Z ] 2022-11-23T02:12:27.2534303Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2534369Z with 2022-11-23T02:12:27.2534430Z [ 2022-11-23T02:12:27.2534517Z T=torch::jit::ScopePtr 2022-11-23T02:12:27.2534578Z ] 2022-11-23T02:12:27.2534909Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2535238Z 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:12:27.2535565Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2535630Z with 2022-11-23T02:12:27.2535692Z [ 2022-11-23T02:12:27.2535768Z T=torch::jit::ScopePtr 2022-11-23T02:12:27.2535829Z ] 2022-11-23T02:12:27.2536122Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2536189Z with 2022-11-23T02:12:27.2536249Z [ 2022-11-23T02:12:27.2536342Z T=at::ThreadLocalState 2022-11-23T02:12:27.2536404Z ] 2022-11-23T02:12:27.2536713Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2536777Z with 2022-11-23T02:12:27.2536838Z [ 2022-11-23T02:12:27.2536930Z T=at::ThreadLocalState 2022-11-23T02:12:27.2536993Z ] 2022-11-23T02:12:27.2537336Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2537400Z with 2022-11-23T02:12:27.2537874Z [ 2022-11-23T02:12:27.2537953Z T=at::ThreadLocalState 2022-11-23T02:12:27.2538014Z ] 2022-11-23T02:12:27.2538385Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2538451Z with 2022-11-23T02:12:27.2538512Z [ 2022-11-23T02:12:27.2538603Z T=at::ThreadLocalState 2022-11-23T02:12:27.2538664Z ] 2022-11-23T02:12:27.2538994Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2539380Z 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:12:27.2539713Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2539817Z with 2022-11-23T02:12:27.2539881Z [ 2022-11-23T02:12:27.2539975Z T=at::ThreadLocalState 2022-11-23T02:12:27.2540033Z ] 2022-11-23T02:12:27.2540375Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2540442Z with 2022-11-23T02:12:27.2540504Z [ 2022-11-23T02:12:27.2540615Z T=std::shared_ptr 2022-11-23T02:12:27.2540663Z ] 2022-11-23T02:12:27.2540970Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2541035Z with 2022-11-23T02:12:27.2541097Z [ 2022-11-23T02:12:27.2541207Z T=std::shared_ptr 2022-11-23T02:12:27.2541266Z ] 2022-11-23T02:12:27.2541611Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2541674Z with 2022-11-23T02:12:27.2541737Z [ 2022-11-23T02:12:27.2541843Z T=std::shared_ptr 2022-11-23T02:12:27.2541904Z ] 2022-11-23T02:12:27.2542270Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2542338Z with 2022-11-23T02:12:27.2542397Z [ 2022-11-23T02:12:27.2542503Z T=std::shared_ptr 2022-11-23T02:12:27.2542550Z ] 2022-11-23T02:12:27.2542886Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.2543218Z 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:12:27.2543574Z 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:12:27.2543945Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2544007Z with 2022-11-23T02:12:27.2544066Z [ 2022-11-23T02:12:27.2544173Z T=std::shared_ptr 2022-11-23T02:12:27.2544234Z ] 2022-11-23T02:12:27.2544527Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2544589Z with 2022-11-23T02:12:27.2544647Z [ 2022-11-23T02:12:27.2544743Z T=torch::jit::GraphExecutor 2022-11-23T02:12:27.2544802Z ] 2022-11-23T02:12:27.2545110Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2545212Z with 2022-11-23T02:12:27.2545274Z [ 2022-11-23T02:12:27.2545370Z T=torch::jit::GraphExecutor 2022-11-23T02:12:27.2545427Z ] 2022-11-23T02:12:27.2545805Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2545858Z with 2022-11-23T02:12:27.2545916Z [ 2022-11-23T02:12:27.2546057Z T=torch::jit::GraphExecutor 2022-11-23T02:12:27.2546118Z ] 2022-11-23T02:12:27.2546485Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2546549Z with 2022-11-23T02:12:27.2546609Z [ 2022-11-23T02:12:27.2546702Z T=torch::jit::GraphExecutor 2022-11-23T02:12:27.2546761Z ] 2022-11-23T02:12:27.2547089Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2547413Z 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:12:27.2547762Z 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:12:27.2548088Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2548152Z with 2022-11-23T02:12:27.2548212Z [ 2022-11-23T02:12:27.2548305Z T=torch::jit::GraphExecutor 2022-11-23T02:12:27.2548363Z ] 2022-11-23T02:12:27.2548655Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2548717Z with 2022-11-23T02:12:27.2548766Z [ 2022-11-23T02:12:27.2548851Z T=torch::jit::Method 2022-11-23T02:12:27.2548909Z ] 2022-11-23T02:12:27.2549217Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2549324Z with 2022-11-23T02:12:27.2549382Z [ 2022-11-23T02:12:27.2549468Z T=torch::jit::Method 2022-11-23T02:12:27.2549527Z ] 2022-11-23T02:12:27.2549868Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2549929Z with 2022-11-23T02:12:27.2549988Z [ 2022-11-23T02:12:27.2550071Z T=torch::jit::Method 2022-11-23T02:12:27.2550129Z ] 2022-11-23T02:12:27.2550578Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2550643Z with 2022-11-23T02:12:27.2550689Z [ 2022-11-23T02:12:27.2550774Z T=torch::jit::Method 2022-11-23T02:12:27.2550837Z ] 2022-11-23T02:12:27.2551200Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2551524Z 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:12:27.2551937Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2552003Z with 2022-11-23T02:12:27.2552061Z [ 2022-11-23T02:12:27.2552145Z T=torch::jit::Method 2022-11-23T02:12:27.2552203Z ] 2022-11-23T02:12:27.2552498Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2552562Z with 2022-11-23T02:12:27.2552620Z [ 2022-11-23T02:12:27.2552750Z T=std::vector> 2022-11-23T02:12:27.2552808Z ] 2022-11-23T02:12:27.2553112Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2553174Z with 2022-11-23T02:12:27.2553222Z [ 2022-11-23T02:12:27.2553352Z T=std::vector> 2022-11-23T02:12:27.2553412Z ] 2022-11-23T02:12:27.2553758Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2553822Z with 2022-11-23T02:12:27.2553885Z [ 2022-11-23T02:12:27.2554015Z T=std::vector> 2022-11-23T02:12:27.2554075Z ] 2022-11-23T02:12:27.2554440Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2554502Z with 2022-11-23T02:12:27.2554563Z [ 2022-11-23T02:12:27.2554693Z T=std::vector> 2022-11-23T02:12:27.2554751Z ] 2022-11-23T02:12:27.2555106Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:12:27.2555503Z 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:12:27.2555826Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2555889Z with 2022-11-23T02:12:27.2555946Z [ 2022-11-23T02:12:27.2556079Z T=std::vector> 2022-11-23T02:12:27.2556136Z ] 2022-11-23T02:12:27.2556414Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2556478Z with 2022-11-23T02:12:27.2556537Z [ 2022-11-23T02:12:27.2556696Z T=std::function 2022-11-23T02:12:27.2556755Z ] 2022-11-23T02:12:27.2557105Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2557168Z with 2022-11-23T02:12:27.2557228Z [ 2022-11-23T02:12:27.2557432Z T=std::function 2022-11-23T02:12:27.2557493Z ] 2022-11-23T02:12:27.2557871Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2557934Z with 2022-11-23T02:12:27.2557993Z [ 2022-11-23T02:12:27.2558150Z T=std::function 2022-11-23T02:12:27.2558208Z ] 2022-11-23T02:12:27.2558577Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2558638Z with 2022-11-23T02:12:27.2558684Z [ 2022-11-23T02:12:27.2558841Z T=std::function 2022-11-23T02:12:27.2558899Z ] 2022-11-23T02:12:27.2559277Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.2559677Z 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:12:27.2560001Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2560062Z with 2022-11-23T02:12:27.2560120Z [ 2022-11-23T02:12:27.2560276Z T=std::function 2022-11-23T02:12:27.2560337Z ] 2022-11-23T02:12:27.2560631Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2560743Z with 2022-11-23T02:12:27.2560804Z [ 2022-11-23T02:12:27.2560988Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:12:27.2561048Z ] 2022-11-23T02:12:27.2561351Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2561413Z with 2022-11-23T02:12:27.2561471Z [ 2022-11-23T02:12:27.2561702Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:12:27.2561795Z ] 2022-11-23T02:12:27.2566180Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2566295Z with 2022-11-23T02:12:27.2566356Z [ 2022-11-23T02:12:27.2566636Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:12:27.2566724Z ] 2022-11-23T02:12:27.2567268Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2567359Z with 2022-11-23T02:12:27.2567439Z [ 2022-11-23T02:12:27.2567700Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:12:27.2567942Z ] 2022-11-23T02:12:27.2568362Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2568799Z 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:12:27.2569127Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2569192Z with 2022-11-23T02:12:27.2569255Z [ 2022-11-23T02:12:27.2569442Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:12:27.2569501Z ] 2022-11-23T02:12:27.2569797Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2569861Z with 2022-11-23T02:12:27.2569921Z [ 2022-11-23T02:12:27.2570041Z T=std::vector> 2022-11-23T02:12:27.2570133Z ] 2022-11-23T02:12:27.2570527Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2570591Z with 2022-11-23T02:12:27.2570651Z [ 2022-11-23T02:12:27.2570772Z T=std::vector> 2022-11-23T02:12:27.2570832Z ] 2022-11-23T02:12:27.2571234Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2571297Z with 2022-11-23T02:12:27.2571356Z [ 2022-11-23T02:12:27.2571477Z T=std::vector> 2022-11-23T02:12:27.2571613Z ] 2022-11-23T02:12:27.2572031Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2572096Z with 2022-11-23T02:12:27.2572157Z [ 2022-11-23T02:12:27.2572278Z T=std::vector> 2022-11-23T02:12:27.2572325Z ] 2022-11-23T02:12:27.2572663Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:12:27.2572724Z with 2022-11-23T02:12:27.2572785Z [ 2022-11-23T02:12:27.2572854Z T=double 2022-11-23T02:12:27.2572913Z ] 2022-11-23T02:12:27.2573285Z 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:12:27.2573350Z with 2022-11-23T02:12:27.2573410Z [ 2022-11-23T02:12:27.2573478Z T=double 2022-11-23T02:12:27.2573539Z ] 2022-11-23T02:12:27.2573862Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2574368Z with 2022-11-23T02:12:27.2574436Z [ 2022-11-23T02:12:27.2574561Z T=std::vector> 2022-11-23T02:12:27.2574620Z ] 2022-11-23T02:12:27.2574908Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2574974Z with 2022-11-23T02:12:27.2575035Z [ 2022-11-23T02:12:27.2575143Z T=std::tuple 2022-11-23T02:12:27.2575207Z ] 2022-11-23T02:12:27.2575515Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2575577Z with 2022-11-23T02:12:27.2575637Z [ 2022-11-23T02:12:27.2575746Z T=std::tuple 2022-11-23T02:12:27.2575805Z ] 2022-11-23T02:12:27.2576154Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2576217Z with 2022-11-23T02:12:27.2576275Z [ 2022-11-23T02:12:27.2576381Z T=std::tuple 2022-11-23T02:12:27.2576439Z ] 2022-11-23T02:12:27.2576793Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2576854Z with 2022-11-23T02:12:27.2576913Z [ 2022-11-23T02:12:27.2577072Z T=std::tuple 2022-11-23T02:12:27.2577136Z ] 2022-11-23T02:12:27.2577474Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.2577889Z 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:12:27.2578270Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2578333Z with 2022-11-23T02:12:27.2578392Z [ 2022-11-23T02:12:27.2578497Z T=std::tuple 2022-11-23T02:12:27.2578559Z ] 2022-11-23T02:12:27.2578855Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2578918Z with 2022-11-23T02:12:27.2578979Z [ 2022-11-23T02:12:27.2579110Z T=std::vector> 2022-11-23T02:12:27.2579172Z ] 2022-11-23T02:12:27.2579483Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2579550Z with 2022-11-23T02:12:27.2579598Z [ 2022-11-23T02:12:27.2579727Z T=std::vector> 2022-11-23T02:12:27.2579788Z ] 2022-11-23T02:12:27.2580134Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2580236Z with 2022-11-23T02:12:27.2580300Z [ 2022-11-23T02:12:27.2580428Z T=std::vector> 2022-11-23T02:12:27.2580490Z ] 2022-11-23T02:12:27.2580864Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2580931Z with 2022-11-23T02:12:27.2580992Z [ 2022-11-23T02:12:27.2581122Z T=std::vector> 2022-11-23T02:12:27.2581182Z ] 2022-11-23T02:12:27.2581530Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:12:27.2581916Z 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:12:27.2582244Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2582312Z with 2022-11-23T02:12:27.2582373Z [ 2022-11-23T02:12:27.2582503Z T=std::vector> 2022-11-23T02:12:27.2582550Z ] 2022-11-23T02:12:27.2583069Z [2/2] "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\bin\Hostx64\x64/link.exe" main.o /nologo /DLL c10.lib torch_cpu.lib torch.lib /LIBPATH:C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib torch_python.lib /LIBPATH:C:\Jenkins\Miniconda3\libs /out:reloaded_jit_extension_v1.pyd 2022-11-23T02:12:27.2583247Z Creating library reloaded_jit_extension_v1.lib and object reloaded_jit_extension_v1.exp 2022-11-23T02:12:27.2583376Z Loading extension module reloaded_jit_extension_v1... 2022-11-23T02:12:27.2583643Z Using C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116 as PyTorch extensions root... 2022-11-23T02:12:27.2583894Z No modifications detected for re-loaded extension module reloaded_jit_extension_v1, skipping build step... 2022-11-23T02:12:27.2584022Z Loading extension module reloaded_jit_extension_v1... 2022-11-23T02:12:27.2584251Z Using C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116 as PyTorch extensions root... 2022-11-23T02:12:27.2584490Z The input conditions for extension module reloaded_jit_extension have changed. Bumping to version 2 and re-building as reloaded_jit_extension_v2... 2022-11-23T02:12:27.2584754Z Emitting ninja build file C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116\reloaded_jit_extension\build.ninja... 2022-11-23T02:12:27.2584882Z Building extension module reloaded_jit_extension_v2... 2022-11-23T02:12:27.2585080Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-11-23T02:12:27.2586038Z [1/2] cl /showIncludes -DTORCH_EXTENSION_NAME=reloaded_jit_extension_v2 -DTORCH_API_INCLUDE_EXTENSION_H -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:\Jenkins\Miniconda3\Include -D_GLIBCXX_USE_CXX11_ABI=0 /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /EHsc -c C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116\reloaded_jit_extension\main.cpp /Fomain.o 2022-11-23T02:12:27.2586181Z Microsoft (R) C/C++ Optimizing Compiler Version 19.28.29337 for x64 2022-11-23T02:12:27.2586321Z Copyright (C) Microsoft Corporation. All rights reserved. 2022-11-23T02:12:27.2586332Z 2022-11-23T02:12:27.2586628Z 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:12:27.2586930Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2586997Z with 2022-11-23T02:12:27.2587060Z [ 2022-11-23T02:12:27.2587140Z T=c10::SymInt 2022-11-23T02:12:27.2587202Z ] 2022-11-23T02:12:27.2587517Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2587583Z with 2022-11-23T02:12:27.2587643Z [ 2022-11-23T02:12:27.2587716Z T=c10::SymInt 2022-11-23T02:12:27.2587774Z ] 2022-11-23T02:12:27.2588109Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2588173Z with 2022-11-23T02:12:27.2588234Z [ 2022-11-23T02:12:27.2588311Z T=c10::SymInt 2022-11-23T02:12:27.2588369Z ] 2022-11-23T02:12:27.2588784Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2588848Z with 2022-11-23T02:12:27.2588906Z [ 2022-11-23T02:12:27.2588978Z T=c10::SymInt 2022-11-23T02:12:27.2589036Z ] 2022-11-23T02:12:27.2589394Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2589747Z 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:12:27.2590073Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2590134Z with 2022-11-23T02:12:27.2590265Z [ 2022-11-23T02:12:27.2590340Z T=c10::SymInt 2022-11-23T02:12:27.2590401Z ] 2022-11-23T02:12:27.2590667Z 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:12:27.2590965Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2591032Z with 2022-11-23T02:12:27.2591093Z [ 2022-11-23T02:12:27.2591175Z T=at::TensorBase 2022-11-23T02:12:27.2591240Z ] 2022-11-23T02:12:27.2591543Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2591605Z with 2022-11-23T02:12:27.2591665Z [ 2022-11-23T02:12:27.2591746Z T=at::TensorBase 2022-11-23T02:12:27.2591853Z ] 2022-11-23T02:12:27.2592202Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2592262Z with 2022-11-23T02:12:27.2592321Z [ 2022-11-23T02:12:27.2592403Z T=at::TensorBase 2022-11-23T02:12:27.2592463Z ] 2022-11-23T02:12:27.2592819Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2592879Z with 2022-11-23T02:12:27.2592937Z [ 2022-11-23T02:12:27.2593017Z T=at::TensorBase 2022-11-23T02:12:27.2593074Z ] 2022-11-23T02:12:27.2593392Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2593707Z 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:12:27.2594031Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2594092Z with 2022-11-23T02:12:27.2594150Z [ 2022-11-23T02:12:27.2594230Z T=at::TensorBase 2022-11-23T02:12:27.2594289Z ] 2022-11-23T02:12:27.2594631Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2594697Z with 2022-11-23T02:12:27.2594756Z [ 2022-11-23T02:12:27.2594832Z T=at::Tensor 2022-11-23T02:12:27.2594890Z ] 2022-11-23T02:12:27.2595225Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2595335Z with 2022-11-23T02:12:27.2595453Z [ 2022-11-23T02:12:27.2595563Z T=at::Tensor 2022-11-23T02:12:27.2595652Z ] 2022-11-23T02:12:27.2596022Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2596108Z with 2022-11-23T02:12:27.2596196Z [ 2022-11-23T02:12:27.2596296Z T=at::Tensor 2022-11-23T02:12:27.2596382Z ] 2022-11-23T02:12:27.2596765Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2605349Z with 2022-11-23T02:12:27.2605462Z [ 2022-11-23T02:12:27.2605570Z T=at::Tensor 2022-11-23T02:12:27.2605633Z ] 2022-11-23T02:12:27.2605978Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2606357Z 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:12:27.2606844Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2606915Z with 2022-11-23T02:12:27.2606979Z [ 2022-11-23T02:12:27.2607058Z T=at::Tensor 2022-11-23T02:12:27.2607118Z ] 2022-11-23T02:12:27.2607420Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2607487Z with 2022-11-23T02:12:27.2607535Z [ 2022-11-23T02:12:27.2607616Z T=at::Generator 2022-11-23T02:12:27.2607675Z ] 2022-11-23T02:12:27.2607984Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2608047Z with 2022-11-23T02:12:27.2608110Z [ 2022-11-23T02:12:27.2608189Z T=at::Generator 2022-11-23T02:12:27.2608248Z ] 2022-11-23T02:12:27.2608597Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2608661Z with 2022-11-23T02:12:27.2608718Z [ 2022-11-23T02:12:27.2608796Z T=at::Generator 2022-11-23T02:12:27.2608853Z ] 2022-11-23T02:12:27.2609224Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2609286Z with 2022-11-23T02:12:27.2609332Z [ 2022-11-23T02:12:27.2609409Z T=at::Generator 2022-11-23T02:12:27.2609467Z ] 2022-11-23T02:12:27.2609778Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2610090Z 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:12:27.2610473Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2610538Z with 2022-11-23T02:12:27.2610598Z [ 2022-11-23T02:12:27.2610676Z T=at::Generator 2022-11-23T02:12:27.2610736Z ] 2022-11-23T02:12:27.2611035Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2611096Z with 2022-11-23T02:12:27.2611155Z [ 2022-11-23T02:12:27.2611232Z T=c10::Scalar 2022-11-23T02:12:27.2611290Z ] 2022-11-23T02:12:27.2611600Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2611664Z with 2022-11-23T02:12:27.2611711Z [ 2022-11-23T02:12:27.2611786Z T=c10::Scalar 2022-11-23T02:12:27.2611846Z ] 2022-11-23T02:12:27.2612239Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2612301Z with 2022-11-23T02:12:27.2612360Z [ 2022-11-23T02:12:27.2612478Z T=c10::Scalar 2022-11-23T02:12:27.2612577Z ] 2022-11-23T02:12:27.2612955Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2613019Z with 2022-11-23T02:12:27.2613077Z [ 2022-11-23T02:12:27.2613149Z T=c10::Scalar 2022-11-23T02:12:27.2613208Z ] 2022-11-23T02:12:27.2613516Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2613823Z 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:12:27.2614150Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2614212Z with 2022-11-23T02:12:27.2614260Z [ 2022-11-23T02:12:27.2614333Z T=c10::Scalar 2022-11-23T02:12:27.2614395Z ] 2022-11-23T02:12:27.2614688Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2614749Z with 2022-11-23T02:12:27.2614808Z [ 2022-11-23T02:12:27.2614882Z T=std::string 2022-11-23T02:12:27.2614941Z ] 2022-11-23T02:12:27.2615248Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2615310Z with 2022-11-23T02:12:27.2615369Z [ 2022-11-23T02:12:27.2615443Z T=std::string 2022-11-23T02:12:27.2615502Z ] 2022-11-23T02:12:27.2615842Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2615958Z with 2022-11-23T02:12:27.2616005Z [ 2022-11-23T02:12:27.2616080Z T=std::string 2022-11-23T02:12:27.2616139Z ] 2022-11-23T02:12:27.2616504Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2616566Z with 2022-11-23T02:12:27.2616625Z [ 2022-11-23T02:12:27.2616703Z T=std::string 2022-11-23T02:12:27.2616761Z ] 2022-11-23T02:12:27.2617070Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2617379Z 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:12:27.2617701Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2617765Z with 2022-11-23T02:12:27.2617859Z [ 2022-11-23T02:12:27.2617948Z T=std::string 2022-11-23T02:12:27.2618007Z ] 2022-11-23T02:12:27.2618375Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2618455Z with 2022-11-23T02:12:27.2618503Z [ 2022-11-23T02:12:27.2618591Z T=c10::QualifiedName 2022-11-23T02:12:27.2618650Z ] 2022-11-23T02:12:27.2618956Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2619018Z with 2022-11-23T02:12:27.2619075Z [ 2022-11-23T02:12:27.2619164Z T=c10::QualifiedName 2022-11-23T02:12:27.2619223Z ] 2022-11-23T02:12:27.2619565Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2619629Z with 2022-11-23T02:12:27.2619688Z [ 2022-11-23T02:12:27.2619773Z T=c10::QualifiedName 2022-11-23T02:12:27.2619832Z ] 2022-11-23T02:12:27.2620203Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2620268Z with 2022-11-23T02:12:27.2620314Z [ 2022-11-23T02:12:27.2620398Z T=c10::QualifiedName 2022-11-23T02:12:27.2620457Z ] 2022-11-23T02:12:27.2620781Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2621104Z 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:12:27.2621430Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2621539Z with 2022-11-23T02:12:27.2621599Z [ 2022-11-23T02:12:27.2621686Z T=c10::QualifiedName 2022-11-23T02:12:27.2621745Z ] 2022-11-23T02:12:27.2622033Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2622094Z with 2022-11-23T02:12:27.2622154Z [ 2022-11-23T02:12:27.2622280Z T=std::shared_ptr 2022-11-23T02:12:27.2622340Z ] 2022-11-23T02:12:27.2622648Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2622709Z with 2022-11-23T02:12:27.2622756Z [ 2022-11-23T02:12:27.2622880Z T=std::shared_ptr 2022-11-23T02:12:27.2622942Z ] 2022-11-23T02:12:27.2623286Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2623349Z with 2022-11-23T02:12:27.2623407Z [ 2022-11-23T02:12:27.2623536Z T=std::shared_ptr 2022-11-23T02:12:27.2623595Z ] 2022-11-23T02:12:27.2624048Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2624115Z with 2022-11-23T02:12:27.2624203Z [ 2022-11-23T02:12:27.2624341Z T=std::shared_ptr 2022-11-23T02:12:27.2624401Z ] 2022-11-23T02:12:27.2624748Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.2625095Z 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:12:27.2625422Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2625484Z with 2022-11-23T02:12:27.2625543Z [ 2022-11-23T02:12:27.2625666Z T=std::shared_ptr 2022-11-23T02:12:27.2625715Z ] 2022-11-23T02:12:27.2626005Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2626070Z with 2022-11-23T02:12:27.2626132Z [ 2022-11-23T02:12:27.2626253Z T=std::weak_ptr 2022-11-23T02:12:27.2626312Z ] 2022-11-23T02:12:27.2626614Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2626676Z with 2022-11-23T02:12:27.2626735Z [ 2022-11-23T02:12:27.2626856Z T=std::weak_ptr 2022-11-23T02:12:27.2626915Z ] 2022-11-23T02:12:27.2627258Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2627370Z with 2022-11-23T02:12:27.2627429Z [ 2022-11-23T02:12:27.2627549Z T=std::weak_ptr 2022-11-23T02:12:27.2627595Z ] 2022-11-23T02:12:27.2627962Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2628025Z with 2022-11-23T02:12:27.2628088Z [ 2022-11-23T02:12:27.2628211Z T=std::weak_ptr 2022-11-23T02:12:27.2628269Z ] 2022-11-23T02:12:27.2628618Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.2628963Z 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:12:27.2629286Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2629349Z with 2022-11-23T02:12:27.2629409Z [ 2022-11-23T02:12:27.2629574Z T=std::weak_ptr 2022-11-23T02:12:27.2629679Z ] 2022-11-23T02:12:27.2629978Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2630084Z with 2022-11-23T02:12:27.2630211Z [ 2022-11-23T02:12:27.2630371Z T=std::vector> 2022-11-23T02:12:27.2630433Z ] 2022-11-23T02:12:27.2630736Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2630800Z with 2022-11-23T02:12:27.2630847Z [ 2022-11-23T02:12:27.2630997Z T=std::vector> 2022-11-23T02:12:27.2631056Z ] 2022-11-23T02:12:27.2631400Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2631463Z with 2022-11-23T02:12:27.2631522Z [ 2022-11-23T02:12:27.2631673Z T=std::vector> 2022-11-23T02:12:27.2631737Z ] 2022-11-23T02:12:27.2632103Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2632165Z with 2022-11-23T02:12:27.2632223Z [ 2022-11-23T02:12:27.2632371Z T=std::vector> 2022-11-23T02:12:27.2632429Z ] 2022-11-23T02:12:27.2632792Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:12:27.2633155Z 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:12:27.2633530Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2633593Z with 2022-11-23T02:12:27.2633651Z [ 2022-11-23T02:12:27.2633797Z T=std::vector> 2022-11-23T02:12:27.2633843Z ] 2022-11-23T02:12:27.2634139Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2634201Z with 2022-11-23T02:12:27.2634259Z [ 2022-11-23T02:12:27.2634376Z T=std::vector> 2022-11-23T02:12:27.2634434Z ] 2022-11-23T02:12:27.2634744Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2634807Z with 2022-11-23T02:12:27.2634866Z [ 2022-11-23T02:12:27.2634982Z T=std::vector> 2022-11-23T02:12:27.2635042Z ] 2022-11-23T02:12:27.2635480Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2635548Z with 2022-11-23T02:12:27.2635606Z [ 2022-11-23T02:12:27.2635721Z T=std::vector> 2022-11-23T02:12:27.2635779Z ] 2022-11-23T02:12:27.2636179Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2636247Z with 2022-11-23T02:12:27.2636308Z [ 2022-11-23T02:12:27.2636423Z T=std::vector> 2022-11-23T02:12:27.2636484Z ] 2022-11-23T02:12:27.2636823Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:12:27.2637156Z 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:12:27.2637485Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2637550Z with 2022-11-23T02:12:27.2637608Z [ 2022-11-23T02:12:27.2637723Z T=std::vector> 2022-11-23T02:12:27.2637781Z ] 2022-11-23T02:12:27.2638071Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2638132Z with 2022-11-23T02:12:27.2638189Z [ 2022-11-23T02:12:27.2638351Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.2638409Z ] 2022-11-23T02:12:27.2638713Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2638776Z with 2022-11-23T02:12:27.2638869Z [ 2022-11-23T02:12:27.2639027Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.2639086Z ] 2022-11-23T02:12:27.2639432Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2639495Z with 2022-11-23T02:12:27.2639553Z [ 2022-11-23T02:12:27.2639714Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.2639773Z ] 2022-11-23T02:12:27.2640141Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2640204Z with 2022-11-23T02:12:27.2640263Z [ 2022-11-23T02:12:27.2640419Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.2640476Z ] 2022-11-23T02:12:27.2640846Z C:\actions-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:12:27.2641306Z 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:12:27.2641625Z 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:12:27.2641995Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2642061Z with 2022-11-23T02:12:27.2642119Z [ 2022-11-23T02:12:27.2642276Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.2642336Z ] 2022-11-23T02:12:27.2642629Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2642679Z with 2022-11-23T02:12:27.2642740Z [ 2022-11-23T02:12:27.2642893Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.2642954Z ] 2022-11-23T02:12:27.2643257Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2643319Z with 2022-11-23T02:12:27.2643377Z [ 2022-11-23T02:12:27.2643528Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.2643585Z ] 2022-11-23T02:12:27.2643926Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2643989Z with 2022-11-23T02:12:27.2644046Z [ 2022-11-23T02:12:27.2644198Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.2644257Z ] 2022-11-23T02:12:27.2644620Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2645161Z with 2022-11-23T02:12:27.2645221Z [ 2022-11-23T02:12:27.2645361Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.2645421Z ] 2022-11-23T02:12:27.2645795Z C:\actions-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:12:27.2646164Z 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:12:27.2646474Z 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:12:27.2646796Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2646860Z with 2022-11-23T02:12:27.2646922Z [ 2022-11-23T02:12:27.2647182Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.2647245Z ] 2022-11-23T02:12:27.2647580Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2647654Z with 2022-11-23T02:12:27.2647713Z [ 2022-11-23T02:12:27.2647837Z T=std::vector> 2022-11-23T02:12:27.2647896Z ] 2022-11-23T02:12:27.2648201Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2648263Z with 2022-11-23T02:12:27.2648323Z [ 2022-11-23T02:12:27.2648442Z T=std::vector> 2022-11-23T02:12:27.2648503Z ] 2022-11-23T02:12:27.2648852Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2648901Z with 2022-11-23T02:12:27.2648960Z [ 2022-11-23T02:12:27.2649077Z T=std::vector> 2022-11-23T02:12:27.2649139Z ] 2022-11-23T02:12:27.2649505Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2649567Z with 2022-11-23T02:12:27.2649625Z [ 2022-11-23T02:12:27.2649745Z T=std::vector> 2022-11-23T02:12:27.2649803Z ] 2022-11-23T02:12:27.2650140Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:12:27.2650473Z 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:12:27.2650847Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2650909Z with 2022-11-23T02:12:27.2650966Z [ 2022-11-23T02:12:27.2651084Z T=std::vector> 2022-11-23T02:12:27.2651143Z ] 2022-11-23T02:12:27.2651437Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2651500Z with 2022-11-23T02:12:27.2651546Z [ 2022-11-23T02:12:27.2651693Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:12:27.2651751Z ] 2022-11-23T02:12:27.2652056Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2652119Z with 2022-11-23T02:12:27.2652177Z [ 2022-11-23T02:12:27.2652322Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:12:27.2652380Z ] 2022-11-23T02:12:27.2652724Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2652859Z with 2022-11-23T02:12:27.2652935Z [ 2022-11-23T02:12:27.2653083Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:12:27.2653141Z ] 2022-11-23T02:12:27.2653553Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2653621Z with 2022-11-23T02:12:27.2653681Z [ 2022-11-23T02:12:27.2653826Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:12:27.2653873Z ] 2022-11-23T02:12:27.2654237Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.2654625Z 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:12:27.2654992Z 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:12:27.2655318Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2655381Z with 2022-11-23T02:12:27.2655440Z [ 2022-11-23T02:12:27.2655585Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:12:27.2655645Z ] 2022-11-23T02:12:27.2655942Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2656006Z with 2022-11-23T02:12:27.2656066Z [ 2022-11-23T02:12:27.2656210Z T=c10::impl::InlineStreamGuard 2022-11-23T02:12:27.2656317Z ] 2022-11-23T02:12:27.2656622Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2656683Z with 2022-11-23T02:12:27.2656745Z [ 2022-11-23T02:12:27.2656888Z T=c10::impl::InlineStreamGuard 2022-11-23T02:12:27.2656946Z ] 2022-11-23T02:12:27.2657286Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2657348Z with 2022-11-23T02:12:27.2657394Z [ 2022-11-23T02:12:27.2657538Z T=c10::impl::InlineStreamGuard 2022-11-23T02:12:27.2657597Z ] 2022-11-23T02:12:27.2657966Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2658031Z with 2022-11-23T02:12:27.2658091Z [ 2022-11-23T02:12:27.2658231Z T=c10::impl::InlineStreamGuard 2022-11-23T02:12:27.2658291Z ] 2022-11-23T02:12:27.2658740Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.2659127Z 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:12:27.2659542Z 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:12:27.2659868Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2659930Z with 2022-11-23T02:12:27.2659989Z [ 2022-11-23T02:12:27.2660137Z T=c10::impl::InlineStreamGuard 2022-11-23T02:12:27.2660198Z ] 2022-11-23T02:12:27.2660492Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2660554Z with 2022-11-23T02:12:27.2660616Z [ 2022-11-23T02:12:27.2660718Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:12:27.2660766Z ] 2022-11-23T02:12:27.2661073Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2661135Z with 2022-11-23T02:12:27.2661194Z [ 2022-11-23T02:12:27.2661291Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:12:27.2661350Z ] 2022-11-23T02:12:27.2661695Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2661756Z with 2022-11-23T02:12:27.2661814Z [ 2022-11-23T02:12:27.2661913Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:12:27.2661972Z ] 2022-11-23T02:12:27.2662391Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2662453Z with 2022-11-23T02:12:27.2662511Z [ 2022-11-23T02:12:27.2662609Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:12:27.2662668Z ] 2022-11-23T02:12:27.2662991Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2663307Z 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:12:27.2663369Z with 2022-11-23T02:12:27.2663427Z [ 2022-11-23T02:12:27.2663529Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:12:27.2663588Z ] 2022-11-23T02:12:27.2663953Z 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:12:27.2664279Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2664388Z with 2022-11-23T02:12:27.2664448Z [ 2022-11-23T02:12:27.2664595Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:12:27.2664655Z ] 2022-11-23T02:12:27.2664947Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2665010Z with 2022-11-23T02:12:27.2665116Z [ 2022-11-23T02:12:27.2665299Z T=std::vector> 2022-11-23T02:12:27.2665360Z ] 2022-11-23T02:12:27.2665663Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2665714Z with 2022-11-23T02:12:27.2665771Z [ 2022-11-23T02:12:27.2665953Z T=std::vector> 2022-11-23T02:12:27.2666012Z ] 2022-11-23T02:12:27.2666354Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2666418Z with 2022-11-23T02:12:27.2666476Z [ 2022-11-23T02:12:27.2666657Z T=std::vector> 2022-11-23T02:12:27.2666716Z ] 2022-11-23T02:12:27.2667084Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2667147Z with 2022-11-23T02:12:27.2667205Z [ 2022-11-23T02:12:27.2667390Z T=std::vector> 2022-11-23T02:12:27.2667448Z ] 2022-11-23T02:12:27.2667845Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:12:27.2668285Z 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:12:27.2668613Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2668676Z with 2022-11-23T02:12:27.2668734Z [ 2022-11-23T02:12:27.2668913Z T=std::vector> 2022-11-23T02:12:27.2668971Z ] 2022-11-23T02:12:27.2669264Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2669316Z with 2022-11-23T02:12:27.2669373Z [ 2022-11-23T02:12:27.2669468Z T=torch::autograd::ViewInfo 2022-11-23T02:12:27.2669526Z ] 2022-11-23T02:12:27.2669834Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2669895Z with 2022-11-23T02:12:27.2669953Z [ 2022-11-23T02:12:27.2670090Z T=torch::autograd::ViewInfo 2022-11-23T02:12:27.2670219Z ] 2022-11-23T02:12:27.2670615Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2670682Z with 2022-11-23T02:12:27.2670743Z [ 2022-11-23T02:12:27.2670837Z T=torch::autograd::ViewInfo 2022-11-23T02:12:27.2670896Z ] 2022-11-23T02:12:27.2671308Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2671372Z with 2022-11-23T02:12:27.2671418Z [ 2022-11-23T02:12:27.2671514Z T=torch::autograd::ViewInfo 2022-11-23T02:12:27.2671573Z ] 2022-11-23T02:12:27.2671907Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2672244Z 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:12:27.2672569Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2672633Z with 2022-11-23T02:12:27.2672693Z [ 2022-11-23T02:12:27.2672786Z T=torch::autograd::ViewInfo 2022-11-23T02:12:27.2672846Z ] 2022-11-23T02:12:27.2673139Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2673202Z with 2022-11-23T02:12:27.2673259Z [ 2022-11-23T02:12:27.2673335Z T=c10::IValue 2022-11-23T02:12:27.2673393Z ] 2022-11-23T02:12:27.2673694Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2673808Z with 2022-11-23T02:12:27.2673855Z [ 2022-11-23T02:12:27.2673928Z T=c10::IValue 2022-11-23T02:12:27.2673989Z ] 2022-11-23T02:12:27.2674334Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2674395Z with 2022-11-23T02:12:27.2674457Z [ 2022-11-23T02:12:27.2674529Z T=c10::IValue 2022-11-23T02:12:27.2674588Z ] 2022-11-23T02:12:27.2674953Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2675017Z with 2022-11-23T02:12:27.2675074Z [ 2022-11-23T02:12:27.2675146Z T=c10::IValue 2022-11-23T02:12:27.2675204Z ] 2022-11-23T02:12:27.2675515Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2676244Z 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:12:27.2676634Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2676698Z with 2022-11-23T02:12:27.2676745Z [ 2022-11-23T02:12:27.2676870Z T=c10::IValue 2022-11-23T02:12:27.2676932Z ] 2022-11-23T02:12:27.2677226Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2677286Z with 2022-11-23T02:12:27.2677345Z [ 2022-11-23T02:12:27.2677426Z T=c10::AliasInfo 2022-11-23T02:12:27.2677486Z ] 2022-11-23T02:12:27.2677795Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2677857Z with 2022-11-23T02:12:27.2677915Z [ 2022-11-23T02:12:27.2677999Z T=c10::AliasInfo 2022-11-23T02:12:27.2678057Z ] 2022-11-23T02:12:27.2678397Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2678461Z with 2022-11-23T02:12:27.2678507Z [ 2022-11-23T02:12:27.2678585Z T=c10::AliasInfo 2022-11-23T02:12:27.2678643Z ] 2022-11-23T02:12:27.2679009Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2679071Z with 2022-11-23T02:12:27.2679134Z [ 2022-11-23T02:12:27.2679211Z T=c10::AliasInfo 2022-11-23T02:12:27.2679270Z ] 2022-11-23T02:12:27.2679580Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2679955Z 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:12:27.2680277Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2680338Z with 2022-11-23T02:12:27.2680397Z [ 2022-11-23T02:12:27.2680474Z T=c10::AliasInfo 2022-11-23T02:12:27.2680534Z ] 2022-11-23T02:12:27.2680825Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2680886Z with 2022-11-23T02:12:27.2680932Z [ 2022-11-23T02:12:27.2681060Z T=std::vector> 2022-11-23T02:12:27.2681121Z ] 2022-11-23T02:12:27.2681424Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2681487Z with 2022-11-23T02:12:27.2681546Z [ 2022-11-23T02:12:27.2681675Z T=std::vector> 2022-11-23T02:12:27.2681735Z ] 2022-11-23T02:12:27.2682154Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2682225Z with 2022-11-23T02:12:27.2682283Z [ 2022-11-23T02:12:27.2682410Z T=std::vector> 2022-11-23T02:12:27.2682468Z ] 2022-11-23T02:12:27.2682886Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2682951Z with 2022-11-23T02:12:27.2683009Z [ 2022-11-23T02:12:27.2683138Z T=std::vector> 2022-11-23T02:12:27.2683186Z ] 2022-11-23T02:12:27.2683521Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:12:27.2683584Z with 2022-11-23T02:12:27.2683642Z [ 2022-11-23T02:12:27.2683719Z T=c10::SymInt 2022-11-23T02:12:27.2683779Z ] 2022-11-23T02:12:27.2684103Z 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:12:27.2684168Z with 2022-11-23T02:12:27.2684228Z [ 2022-11-23T02:12:27.2684304Z T=c10::SymInt 2022-11-23T02:12:27.2684362Z ] 2022-11-23T02:12:27.2684713Z 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:12:27.2685121Z 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:12:27.2685449Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2685562Z with 2022-11-23T02:12:27.2685619Z [ 2022-11-23T02:12:27.2685746Z T=std::vector> 2022-11-23T02:12:27.2685804Z ] 2022-11-23T02:12:27.2686082Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2686143Z with 2022-11-23T02:12:27.2686200Z [ 2022-11-23T02:12:27.2686336Z T=c10::either 2022-11-23T02:12:27.2686398Z ] 2022-11-23T02:12:27.2686705Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2686769Z with 2022-11-23T02:12:27.2686829Z [ 2022-11-23T02:12:27.2686965Z T=c10::either 2022-11-23T02:12:27.2687025Z ] 2022-11-23T02:12:27.2687372Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2687435Z with 2022-11-23T02:12:27.2687496Z [ 2022-11-23T02:12:27.2687627Z T=c10::either 2022-11-23T02:12:27.2687724Z ] 2022-11-23T02:12:27.2688144Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2688207Z with 2022-11-23T02:12:27.2688256Z [ 2022-11-23T02:12:27.2688386Z T=c10::either 2022-11-23T02:12:27.2688448Z ] 2022-11-23T02:12:27.2688839Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.2689226Z 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:12:27.2689552Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2689614Z with 2022-11-23T02:12:27.2689674Z [ 2022-11-23T02:12:27.2689805Z T=c10::either 2022-11-23T02:12:27.2689864Z ] 2022-11-23T02:12:27.2690154Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2690215Z with 2022-11-23T02:12:27.2690273Z [ 2022-11-23T02:12:27.2690362Z T=at::StepCallbacks 2022-11-23T02:12:27.2690418Z ] 2022-11-23T02:12:27.2690726Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2690786Z with 2022-11-23T02:12:27.2690834Z [ 2022-11-23T02:12:27.2690920Z T=at::StepCallbacks 2022-11-23T02:12:27.2690980Z ] 2022-11-23T02:12:27.2691321Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2691437Z with 2022-11-23T02:12:27.2691496Z [ 2022-11-23T02:12:27.2691581Z T=at::StepCallbacks 2022-11-23T02:12:27.2691639Z ] 2022-11-23T02:12:27.2692004Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2692066Z with 2022-11-23T02:12:27.2692125Z [ 2022-11-23T02:12:27.2692209Z T=at::StepCallbacks 2022-11-23T02:12:27.2692267Z ] 2022-11-23T02:12:27.2692587Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2692919Z 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:12:27.2693238Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2693301Z with 2022-11-23T02:12:27.2693399Z [ 2022-11-23T02:12:27.2693475Z T=at::StepCallbacks 2022-11-23T02:12:27.2693535Z ] 2022-11-23T02:12:27.2693874Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2693941Z with 2022-11-23T02:12:27.2694002Z [ 2022-11-23T02:12:27.2694081Z T=c10::DimVector 2022-11-23T02:12:27.2694141Z ] 2022-11-23T02:12:27.2694487Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2694551Z with 2022-11-23T02:12:27.2694611Z [ 2022-11-23T02:12:27.2694690Z T=c10::DimVector 2022-11-23T02:12:27.2694750Z ] 2022-11-23T02:12:27.2695096Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2695159Z with 2022-11-23T02:12:27.2695218Z [ 2022-11-23T02:12:27.2695282Z T=c10::DimVector 2022-11-23T02:12:27.2695345Z ] 2022-11-23T02:12:27.2695717Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2695779Z with 2022-11-23T02:12:27.2695839Z [ 2022-11-23T02:12:27.2695914Z T=c10::DimVector 2022-11-23T02:12:27.2695972Z ] 2022-11-23T02:12:27.2696286Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2696605Z 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:12:27.2696929Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2697043Z with 2022-11-23T02:12:27.2697101Z [ 2022-11-23T02:12:27.2697178Z T=c10::DimVector 2022-11-23T02:12:27.2697238Z ] 2022-11-23T02:12:27.2697529Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2697590Z with 2022-11-23T02:12:27.2697648Z [ 2022-11-23T02:12:27.2697738Z T=c10::impl::AnnotatedSchema 2022-11-23T02:12:27.2697797Z ] 2022-11-23T02:12:27.2698099Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2698161Z with 2022-11-23T02:12:27.2698225Z [ 2022-11-23T02:12:27.2698324Z T=c10::impl::AnnotatedSchema 2022-11-23T02:12:27.2698383Z ] 2022-11-23T02:12:27.2698727Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2698789Z with 2022-11-23T02:12:27.2698848Z [ 2022-11-23T02:12:27.2698943Z T=c10::impl::AnnotatedSchema 2022-11-23T02:12:27.2699002Z ] 2022-11-23T02:12:27.2699408Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2699471Z with 2022-11-23T02:12:27.2699530Z [ 2022-11-23T02:12:27.2699617Z T=c10::impl::AnnotatedSchema 2022-11-23T02:12:27.2699723Z ] 2022-11-23T02:12:27.2700056Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2700404Z 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:12:27.2700779Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2700844Z with 2022-11-23T02:12:27.2700903Z [ 2022-11-23T02:12:27.2701002Z T=c10::impl::AnnotatedSchema 2022-11-23T02:12:27.2701062Z ] 2022-11-23T02:12:27.2701351Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2701418Z with 2022-11-23T02:12:27.2701477Z [ 2022-11-23T02:12:27.2701614Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:12:27.2701673Z ] 2022-11-23T02:12:27.2701976Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2702038Z with 2022-11-23T02:12:27.2702097Z [ 2022-11-23T02:12:27.2702232Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:12:27.2702281Z ] 2022-11-23T02:12:27.2702622Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2702733Z with 2022-11-23T02:12:27.2702791Z [ 2022-11-23T02:12:27.2702923Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:12:27.2702981Z ] 2022-11-23T02:12:27.2703353Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2703415Z with 2022-11-23T02:12:27.2703473Z [ 2022-11-23T02:12:27.2703607Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:12:27.2703667Z ] 2022-11-23T02:12:27.2704027Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2704407Z 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:12:27.2704733Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2704795Z with 2022-11-23T02:12:27.2704854Z [ 2022-11-23T02:12:27.2705028Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:12:27.2705089Z ] 2022-11-23T02:12:27.2705381Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2705443Z with 2022-11-23T02:12:27.2705492Z [ 2022-11-23T02:12:27.2705603Z T=std::tuple 2022-11-23T02:12:27.2705663Z ] 2022-11-23T02:12:27.2706021Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2706085Z with 2022-11-23T02:12:27.2706143Z [ 2022-11-23T02:12:27.2706254Z T=std::tuple 2022-11-23T02:12:27.2706312Z ] 2022-11-23T02:12:27.2706701Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2706764Z with 2022-11-23T02:12:27.2706824Z [ 2022-11-23T02:12:27.2706935Z T=std::tuple 2022-11-23T02:12:27.2706996Z ] 2022-11-23T02:12:27.2707363Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2707425Z with 2022-11-23T02:12:27.2707472Z [ 2022-11-23T02:12:27.2707583Z T=std::tuple 2022-11-23T02:12:27.2707640Z ] 2022-11-23T02:12:27.2707980Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.2708330Z 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:12:27.2708706Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2708768Z with 2022-11-23T02:12:27.2708828Z [ 2022-11-23T02:12:27.2708938Z T=std::tuple 2022-11-23T02:12:27.2708997Z ] 2022-11-23T02:12:27.2709289Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2709350Z with 2022-11-23T02:12:27.2709409Z [ 2022-11-23T02:12:27.2709502Z T=torch::jit::SourceRange 2022-11-23T02:12:27.2709561Z ] 2022-11-23T02:12:27.2709863Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2709926Z with 2022-11-23T02:12:27.2709984Z [ 2022-11-23T02:12:27.2710062Z T=torch::jit::SourceRange 2022-11-23T02:12:27.2710121Z ] 2022-11-23T02:12:27.2710533Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2710598Z with 2022-11-23T02:12:27.2710657Z [ 2022-11-23T02:12:27.2710797Z T=torch::jit::SourceRange 2022-11-23T02:12:27.2710859Z ] 2022-11-23T02:12:27.2711231Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2711295Z with 2022-11-23T02:12:27.2711359Z [ 2022-11-23T02:12:27.2711449Z T=torch::jit::SourceRange 2022-11-23T02:12:27.2711509Z ] 2022-11-23T02:12:27.2711885Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2712266Z 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:12:27.2712596Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2712657Z with 2022-11-23T02:12:27.2712717Z [ 2022-11-23T02:12:27.2712807Z T=torch::jit::SourceRange 2022-11-23T02:12:27.2712855Z ] 2022-11-23T02:12:27.2713145Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2713206Z with 2022-11-23T02:12:27.2713265Z [ 2022-11-23T02:12:27.2713375Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:12:27.2713434Z ] 2022-11-23T02:12:27.2713737Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2713800Z with 2022-11-23T02:12:27.2713858Z [ 2022-11-23T02:12:27.2713970Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:12:27.2714028Z ] 2022-11-23T02:12:27.2714370Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2714478Z with 2022-11-23T02:12:27.2714536Z [ 2022-11-23T02:12:27.2714643Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:12:27.2714690Z ] 2022-11-23T02:12:27.2715054Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2715115Z with 2022-11-23T02:12:27.2715173Z [ 2022-11-23T02:12:27.2715279Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:12:27.2715339Z ] 2022-11-23T02:12:27.2715677Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2716019Z 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:12:27.2716338Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2716400Z with 2022-11-23T02:12:27.2716499Z [ 2022-11-23T02:12:27.2716611Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:12:27.2716672Z ] 2022-11-23T02:12:27.2716964Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2717028Z with 2022-11-23T02:12:27.2717085Z [ 2022-11-23T02:12:27.2717192Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:12:27.2717250Z ] 2022-11-23T02:12:27.2717594Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2717657Z with 2022-11-23T02:12:27.2717715Z [ 2022-11-23T02:12:27.2717822Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:12:27.2717882Z ] 2022-11-23T02:12:27.2718273Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2718336Z with 2022-11-23T02:12:27.2718394Z [ 2022-11-23T02:12:27.2718501Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:12:27.2718562Z ] 2022-11-23T02:12:27.2718928Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2718989Z with 2022-11-23T02:12:27.2719048Z [ 2022-11-23T02:12:27.2719153Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:12:27.2719212Z ] 2022-11-23T02:12:27.2719550Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2719888Z 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:12:27.2720253Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2720316Z with 2022-11-23T02:12:27.2720363Z [ 2022-11-23T02:12:27.2720470Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:12:27.2720529Z ] 2022-11-23T02:12:27.2720823Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2720885Z with 2022-11-23T02:12:27.2720944Z [ 2022-11-23T02:12:27.2721033Z T=torch::jit::ScopePtr 2022-11-23T02:12:27.2721092Z ] 2022-11-23T02:12:27.2721395Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2721458Z with 2022-11-23T02:12:27.2721517Z [ 2022-11-23T02:12:27.2721603Z T=torch::jit::ScopePtr 2022-11-23T02:12:27.2721661Z ] 2022-11-23T02:12:27.2721999Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2722060Z with 2022-11-23T02:12:27.2722107Z [ 2022-11-23T02:12:27.2722237Z T=torch::jit::ScopePtr 2022-11-23T02:12:27.2722298Z ] 2022-11-23T02:12:27.2722665Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2722730Z with 2022-11-23T02:12:27.2722789Z [ 2022-11-23T02:12:27.2722874Z T=torch::jit::ScopePtr 2022-11-23T02:12:27.2722932Z ] 2022-11-23T02:12:27.2723258Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2723632Z 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:12:27.2724006Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2724070Z with 2022-11-23T02:12:27.2724129Z [ 2022-11-23T02:12:27.2724215Z T=torch::jit::ScopePtr 2022-11-23T02:12:27.2724276Z ] 2022-11-23T02:12:27.2724562Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2724624Z with 2022-11-23T02:12:27.2724672Z [ 2022-11-23T02:12:27.2724761Z T=at::ThreadLocalState 2022-11-23T02:12:27.2724818Z ] 2022-11-23T02:12:27.2725124Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2725186Z with 2022-11-23T02:12:27.2725245Z [ 2022-11-23T02:12:27.2725334Z T=at::ThreadLocalState 2022-11-23T02:12:27.2725394Z ] 2022-11-23T02:12:27.2725731Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2725839Z with 2022-11-23T02:12:27.2725897Z [ 2022-11-23T02:12:27.2725985Z T=at::ThreadLocalState 2022-11-23T02:12:27.2726044Z ] 2022-11-23T02:12:27.2726406Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2726467Z with 2022-11-23T02:12:27.2726525Z [ 2022-11-23T02:12:27.2726604Z T=at::ThreadLocalState 2022-11-23T02:12:27.2726662Z ] 2022-11-23T02:12:27.2726986Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2727328Z 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:12:27.2727653Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2727716Z with 2022-11-23T02:12:27.2727775Z [ 2022-11-23T02:12:27.2727865Z T=at::ThreadLocalState 2022-11-23T02:12:27.2727964Z ] 2022-11-23T02:12:27.2728257Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2728318Z with 2022-11-23T02:12:27.2728376Z [ 2022-11-23T02:12:27.2728487Z T=std::shared_ptr 2022-11-23T02:12:27.2728548Z ] 2022-11-23T02:12:27.2728853Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2728915Z with 2022-11-23T02:12:27.2728972Z [ 2022-11-23T02:12:27.2729069Z T=std::shared_ptr 2022-11-23T02:12:27.2729127Z ] 2022-11-23T02:12:27.2729515Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2729580Z with 2022-11-23T02:12:27.2729640Z [ 2022-11-23T02:12:27.2729792Z T=std::shared_ptr 2022-11-23T02:12:27.2729853Z ] 2022-11-23T02:12:27.2730224Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2730285Z with 2022-11-23T02:12:27.2730343Z [ 2022-11-23T02:12:27.2730448Z T=std::shared_ptr 2022-11-23T02:12:27.2730507Z ] 2022-11-23T02:12:27.2730846Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.2731172Z 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:12:27.2731526Z 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:12:27.2731893Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2731956Z with 2022-11-23T02:12:27.2732014Z [ 2022-11-23T02:12:27.2732121Z T=std::shared_ptr 2022-11-23T02:12:27.2732171Z ] 2022-11-23T02:12:27.2732462Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2732523Z with 2022-11-23T02:12:27.2732584Z [ 2022-11-23T02:12:27.2732680Z T=torch::jit::GraphExecutor 2022-11-23T02:12:27.2732741Z ] 2022-11-23T02:12:27.2733044Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2733105Z with 2022-11-23T02:12:27.2733163Z [ 2022-11-23T02:12:27.2733257Z T=torch::jit::GraphExecutor 2022-11-23T02:12:27.2733315Z ] 2022-11-23T02:12:27.2733698Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2733763Z with 2022-11-23T02:12:27.2733821Z [ 2022-11-23T02:12:27.2733915Z T=torch::jit::GraphExecutor 2022-11-23T02:12:27.2733973Z ] 2022-11-23T02:12:27.2734331Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2734395Z with 2022-11-23T02:12:27.2734455Z [ 2022-11-23T02:12:27.2734548Z T=torch::jit::GraphExecutor 2022-11-23T02:12:27.2734606Z ] 2022-11-23T02:12:27.2734934Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2735302Z 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:12:27.2735694Z 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:12:27.2736027Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2736090Z with 2022-11-23T02:12:27.2736149Z [ 2022-11-23T02:12:27.2736242Z T=torch::jit::GraphExecutor 2022-11-23T02:12:27.2736304Z ] 2022-11-23T02:12:27.2736594Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2736659Z with 2022-11-23T02:12:27.2736720Z [ 2022-11-23T02:12:27.2736805Z T=torch::jit::Method 2022-11-23T02:12:27.2736865Z ] 2022-11-23T02:12:27.2737175Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2737686Z with 2022-11-23T02:12:27.2737747Z [ 2022-11-23T02:12:27.2737837Z T=torch::jit::Method 2022-11-23T02:12:27.2737897Z ] 2022-11-23T02:12:27.2738243Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2738308Z with 2022-11-23T02:12:27.2738369Z [ 2022-11-23T02:12:27.2738453Z T=torch::jit::Method 2022-11-23T02:12:27.2738513Z ] 2022-11-23T02:12:27.2738880Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2738947Z with 2022-11-23T02:12:27.2739006Z [ 2022-11-23T02:12:27.2739089Z T=torch::jit::Method 2022-11-23T02:12:27.2739149Z ] 2022-11-23T02:12:27.2739468Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2739838Z 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:12:27.2740164Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2740226Z with 2022-11-23T02:12:27.2740275Z [ 2022-11-23T02:12:27.2740361Z T=torch::jit::Method 2022-11-23T02:12:27.2740420Z ] 2022-11-23T02:12:27.2740712Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2740774Z with 2022-11-23T02:12:27.2740865Z [ 2022-11-23T02:12:27.2741013Z T=std::vector> 2022-11-23T02:12:27.2741073Z ] 2022-11-23T02:12:27.2741423Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2741491Z with 2022-11-23T02:12:27.2741549Z [ 2022-11-23T02:12:27.2741681Z T=std::vector> 2022-11-23T02:12:27.2741741Z ] 2022-11-23T02:12:27.2742088Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2742150Z with 2022-11-23T02:12:27.2742198Z [ 2022-11-23T02:12:27.2742327Z T=std::vector> 2022-11-23T02:12:27.2742385Z ] 2022-11-23T02:12:27.2742757Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2742818Z with 2022-11-23T02:12:27.2742881Z [ 2022-11-23T02:12:27.2743009Z T=std::vector> 2022-11-23T02:12:27.2743068Z ] 2022-11-23T02:12:27.2743474Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:12:27.2743825Z 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:12:27.2744151Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2744216Z with 2022-11-23T02:12:27.2744275Z [ 2022-11-23T02:12:27.2744404Z T=std::vector> 2022-11-23T02:12:27.2744465Z ] 2022-11-23T02:12:27.2744754Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2744819Z with 2022-11-23T02:12:27.2744877Z [ 2022-11-23T02:12:27.2745036Z T=std::function 2022-11-23T02:12:27.2745084Z ] 2022-11-23T02:12:27.2745397Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2745503Z with 2022-11-23T02:12:27.2745564Z [ 2022-11-23T02:12:27.2745719Z T=std::function 2022-11-23T02:12:27.2745781Z ] 2022-11-23T02:12:27.2746122Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2746187Z with 2022-11-23T02:12:27.2746245Z [ 2022-11-23T02:12:27.2746399Z T=std::function 2022-11-23T02:12:27.2746458Z ] 2022-11-23T02:12:27.2746877Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2746942Z with 2022-11-23T02:12:27.2747002Z [ 2022-11-23T02:12:27.2747159Z T=std::function 2022-11-23T02:12:27.2747257Z ] 2022-11-23T02:12:27.2747638Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.2748033Z 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:12:27.2748360Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2748421Z with 2022-11-23T02:12:27.2748479Z [ 2022-11-23T02:12:27.2748623Z T=std::function 2022-11-23T02:12:27.2748682Z ] 2022-11-23T02:12:27.2748973Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2749087Z with 2022-11-23T02:12:27.2749148Z [ 2022-11-23T02:12:27.2749330Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:12:27.2749390Z ] 2022-11-23T02:12:27.2749698Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2749761Z with 2022-11-23T02:12:27.2749820Z [ 2022-11-23T02:12:27.2749998Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:12:27.2750057Z ] 2022-11-23T02:12:27.2750476Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2750542Z with 2022-11-23T02:12:27.2750602Z [ 2022-11-23T02:12:27.2750783Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:12:27.2750841Z ] 2022-11-23T02:12:27.2751202Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2751316Z with 2022-11-23T02:12:27.2751377Z [ 2022-11-23T02:12:27.2751559Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:12:27.2751622Z ] 2022-11-23T02:12:27.2752022Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2752453Z 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:12:27.2752825Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2752893Z with 2022-11-23T02:12:27.2752954Z [ 2022-11-23T02:12:27.2753181Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:12:27.2753242Z ] 2022-11-23T02:12:27.2753532Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2753599Z with 2022-11-23T02:12:27.2753657Z [ 2022-11-23T02:12:27.2753778Z T=std::vector> 2022-11-23T02:12:27.2753836Z ] 2022-11-23T02:12:27.2754141Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2754201Z with 2022-11-23T02:12:27.2754259Z [ 2022-11-23T02:12:27.2754373Z T=std::vector> 2022-11-23T02:12:27.2754432Z ] 2022-11-23T02:12:27.2754776Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2754888Z with 2022-11-23T02:12:27.2754947Z [ 2022-11-23T02:12:27.2755066Z T=std::vector> 2022-11-23T02:12:27.2755124Z ] 2022-11-23T02:12:27.2755492Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2755555Z with 2022-11-23T02:12:27.2755612Z [ 2022-11-23T02:12:27.2755733Z T=std::vector> 2022-11-23T02:12:27.2755792Z ] 2022-11-23T02:12:27.2756121Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:12:27.2756181Z with 2022-11-23T02:12:27.2756241Z [ 2022-11-23T02:12:27.2756308Z T=double 2022-11-23T02:12:27.2756355Z ] 2022-11-23T02:12:27.2756732Z 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:12:27.2756798Z with 2022-11-23T02:12:27.2756858Z [ 2022-11-23T02:12:27.2756926Z T=double 2022-11-23T02:12:27.2756984Z ] 2022-11-23T02:12:27.2757352Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2757416Z with 2022-11-23T02:12:27.2757474Z [ 2022-11-23T02:12:27.2757593Z T=std::vector> 2022-11-23T02:12:27.2757651Z ] 2022-11-23T02:12:27.2757946Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2758006Z with 2022-11-23T02:12:27.2758064Z [ 2022-11-23T02:12:27.2758171Z T=std::tuple 2022-11-23T02:12:27.2758217Z ] 2022-11-23T02:12:27.2758575Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2758641Z with 2022-11-23T02:12:27.2758699Z [ 2022-11-23T02:12:27.2758807Z T=std::tuple 2022-11-23T02:12:27.2758889Z ] 2022-11-23T02:12:27.2759254Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2759319Z with 2022-11-23T02:12:27.2759378Z [ 2022-11-23T02:12:27.2759483Z T=std::tuple 2022-11-23T02:12:27.2759541Z ] 2022-11-23T02:12:27.2759909Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2759970Z with 2022-11-23T02:12:27.2760030Z [ 2022-11-23T02:12:27.2760134Z T=std::tuple 2022-11-23T02:12:27.2760192Z ] 2022-11-23T02:12:27.2760510Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.2760935Z 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:12:27.2761262Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2761323Z with 2022-11-23T02:12:27.2761381Z [ 2022-11-23T02:12:27.2761487Z T=std::tuple 2022-11-23T02:12:27.2761548Z ] 2022-11-23T02:12:27.2761839Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2761900Z with 2022-11-23T02:12:27.2761959Z [ 2022-11-23T02:12:27.2762089Z T=std::vector> 2022-11-23T02:12:27.2762147Z ] 2022-11-23T02:12:27.2762454Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2762516Z with 2022-11-23T02:12:27.2762576Z [ 2022-11-23T02:12:27.2762706Z T=std::vector> 2022-11-23T02:12:27.2762765Z ] 2022-11-23T02:12:27.2763151Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2763215Z with 2022-11-23T02:12:27.2763262Z [ 2022-11-23T02:12:27.2763387Z T=std::vector> 2022-11-23T02:12:27.2763448Z ] 2022-11-23T02:12:27.2763815Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2763877Z with 2022-11-23T02:12:27.2763936Z [ 2022-11-23T02:12:27.2764062Z T=std::vector> 2022-11-23T02:12:27.2764121Z ] 2022-11-23T02:12:27.2764506Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:12:27.2764933Z 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:12:27.2765259Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2765321Z with 2022-11-23T02:12:27.2765380Z [ 2022-11-23T02:12:27.2765506Z T=std::vector> 2022-11-23T02:12:27.2765564Z ] 2022-11-23T02:12:27.2766026Z [2/2] "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\bin\Hostx64\x64/link.exe" main.o /nologo /DLL c10.lib torch_cpu.lib torch.lib /LIBPATH:C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib torch_python.lib /LIBPATH:C:\Jenkins\Miniconda3\libs /out:reloaded_jit_extension_v2.pyd 2022-11-23T02:12:27.2766194Z Creating library reloaded_jit_extension_v2.lib and object reloaded_jit_extension_v2.exp 2022-11-23T02:12:27.2766369Z Loading extension module reloaded_jit_extension_v2... 2022-11-23T02:12:27.2766433Z ok (37.386s) 2022-11-23T02:12:27.2766768Z test_returns_shared_library_path_when_is_python_module_is_true (__main__.TestCppExtensionJIT) ... Using C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116 as PyTorch extensions root... 2022-11-23T02:12:27.2766992Z The input conditions for extension module is_python_module have changed. Bumping to version 1 and re-building as is_python_module_v1... 2022-11-23T02:12:27.2767241Z Emitting ninja build file C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116\is_python_module\build.ninja... 2022-11-23T02:12:27.2767348Z Building extension module is_python_module_v1... 2022-11-23T02:12:27.2767545Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-11-23T02:12:27.2768460Z [1/2] cl /showIncludes -DTORCH_EXTENSION_NAME=is_python_module_v1 -DTORCH_API_INCLUDE_EXTENSION_H -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:\Jenkins\Miniconda3\Include -D_GLIBCXX_USE_CXX11_ABI=0 /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /EHsc -c C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116\is_python_module\main.cpp /Fomain.o 2022-11-23T02:12:27.2769006Z Microsoft (R) C/C++ Optimizing Compiler Version 19.28.29337 for x64 2022-11-23T02:12:27.2769153Z Copyright (C) Microsoft Corporation. All rights reserved. 2022-11-23T02:12:27.2769164Z 2022-11-23T02:12:27.2769460Z 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:12:27.2769765Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2769818Z with 2022-11-23T02:12:27.2769878Z [ 2022-11-23T02:12:27.2769956Z T=c10::SymInt 2022-11-23T02:12:27.2770069Z ] 2022-11-23T02:12:27.2770385Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2770448Z with 2022-11-23T02:12:27.2770507Z [ 2022-11-23T02:12:27.2770626Z T=c10::SymInt 2022-11-23T02:12:27.2770687Z ] 2022-11-23T02:12:27.2771032Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2771097Z with 2022-11-23T02:12:27.2771155Z [ 2022-11-23T02:12:27.2771231Z T=c10::SymInt 2022-11-23T02:12:27.2771290Z ] 2022-11-23T02:12:27.2771656Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2771716Z with 2022-11-23T02:12:27.2771764Z [ 2022-11-23T02:12:27.2771842Z T=c10::SymInt 2022-11-23T02:12:27.2771901Z ] 2022-11-23T02:12:27.2772210Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2772516Z 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:12:27.2772899Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2772961Z with 2022-11-23T02:12:27.2773019Z [ 2022-11-23T02:12:27.2773092Z T=c10::SymInt 2022-11-23T02:12:27.2773154Z ] 2022-11-23T02:12:27.2773433Z 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:12:27.2773732Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2773796Z with 2022-11-23T02:12:27.2773854Z [ 2022-11-23T02:12:27.2773936Z T=at::TensorBase 2022-11-23T02:12:27.2773994Z ] 2022-11-23T02:12:27.2774300Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2774350Z with 2022-11-23T02:12:27.2774411Z [ 2022-11-23T02:12:27.2774493Z T=at::TensorBase 2022-11-23T02:12:27.2774552Z ] 2022-11-23T02:12:27.2774939Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2775004Z with 2022-11-23T02:12:27.2775062Z [ 2022-11-23T02:12:27.2775141Z T=at::TensorBase 2022-11-23T02:12:27.2775201Z ] 2022-11-23T02:12:27.2775567Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2775629Z with 2022-11-23T02:12:27.2775688Z [ 2022-11-23T02:12:27.2775766Z T=at::TensorBase 2022-11-23T02:12:27.2775855Z ] 2022-11-23T02:12:27.2776191Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2776555Z 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:12:27.2776883Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2776937Z with 2022-11-23T02:12:27.2776996Z [ 2022-11-23T02:12:27.2777077Z T=at::TensorBase 2022-11-23T02:12:27.2777137Z ] 2022-11-23T02:12:27.2777424Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2777484Z with 2022-11-23T02:12:27.2777543Z [ 2022-11-23T02:12:27.2777621Z T=at::Tensor 2022-11-23T02:12:27.2777679Z ] 2022-11-23T02:12:27.2777978Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2778038Z with 2022-11-23T02:12:27.2778150Z [ 2022-11-23T02:12:27.2778224Z T=at::Tensor 2022-11-23T02:12:27.2778281Z ] 2022-11-23T02:12:27.2778629Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2778679Z with 2022-11-23T02:12:27.2778738Z [ 2022-11-23T02:12:27.2778814Z T=at::Tensor 2022-11-23T02:12:27.2778873Z ] 2022-11-23T02:12:27.2779243Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2779305Z with 2022-11-23T02:12:27.2779363Z [ 2022-11-23T02:12:27.2779439Z T=at::Tensor 2022-11-23T02:12:27.2779500Z ] 2022-11-23T02:12:27.2779811Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2780123Z 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:12:27.2780495Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2780561Z with 2022-11-23T02:12:27.2780619Z [ 2022-11-23T02:12:27.2780693Z T=at::Tensor 2022-11-23T02:12:27.2780753Z ] 2022-11-23T02:12:27.2781046Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2781098Z with 2022-11-23T02:12:27.2781157Z [ 2022-11-23T02:12:27.2781235Z T=at::Generator 2022-11-23T02:12:27.2781295Z ] 2022-11-23T02:12:27.2781599Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2781697Z with 2022-11-23T02:12:27.2781765Z [ 2022-11-23T02:12:27.2781846Z T=at::Generator 2022-11-23T02:12:27.2781907Z ] 2022-11-23T02:12:27.2782291Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2782354Z with 2022-11-23T02:12:27.2782416Z [ 2022-11-23T02:12:27.2782496Z T=at::Generator 2022-11-23T02:12:27.2782557Z ] 2022-11-23T02:12:27.2782924Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2782975Z with 2022-11-23T02:12:27.2783034Z [ 2022-11-23T02:12:27.2783110Z T=at::Generator 2022-11-23T02:12:27.2783169Z ] 2022-11-23T02:12:27.2783482Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2783793Z 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:12:27.2784166Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2784227Z with 2022-11-23T02:12:27.2784286Z [ 2022-11-23T02:12:27.2784363Z T=at::Generator 2022-11-23T02:12:27.2784422Z ] 2022-11-23T02:12:27.2784714Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2784775Z with 2022-11-23T02:12:27.2784834Z [ 2022-11-23T02:12:27.2784908Z T=c10::Scalar 2022-11-23T02:12:27.2784967Z ] 2022-11-23T02:12:27.2785267Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2785319Z with 2022-11-23T02:12:27.2785379Z [ 2022-11-23T02:12:27.2785453Z T=c10::Scalar 2022-11-23T02:12:27.2785515Z ] 2022-11-23T02:12:27.2785857Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2785920Z with 2022-11-23T02:12:27.2785980Z [ 2022-11-23T02:12:27.2786054Z T=c10::Scalar 2022-11-23T02:12:27.2786155Z ] 2022-11-23T02:12:27.2786530Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2786591Z with 2022-11-23T02:12:27.2786651Z [ 2022-11-23T02:12:27.2786723Z T=c10::Scalar 2022-11-23T02:12:27.2786783Z ] 2022-11-23T02:12:27.2787093Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2787403Z 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:12:27.2787774Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2787828Z with 2022-11-23T02:12:27.2787887Z [ 2022-11-23T02:12:27.2787961Z T=c10::Scalar 2022-11-23T02:12:27.2788057Z ] 2022-11-23T02:12:27.2788364Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2788425Z with 2022-11-23T02:12:27.2788483Z [ 2022-11-23T02:12:27.2788558Z T=std::string 2022-11-23T02:12:27.2788616Z ] 2022-11-23T02:12:27.2788920Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2788981Z with 2022-11-23T02:12:27.2789040Z [ 2022-11-23T02:12:27.2789114Z T=std::string 2022-11-23T02:12:27.2789174Z ] 2022-11-23T02:12:27.2789502Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2789617Z with 2022-11-23T02:12:27.2789675Z [ 2022-11-23T02:12:27.2789748Z T=std::string 2022-11-23T02:12:27.2789806Z ] 2022-11-23T02:12:27.2790266Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2790333Z with 2022-11-23T02:12:27.2790393Z [ 2022-11-23T02:12:27.2790469Z T=std::string 2022-11-23T02:12:27.2790531Z ] 2022-11-23T02:12:27.2790846Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2791157Z 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:12:27.2791485Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2791548Z with 2022-11-23T02:12:27.2791607Z [ 2022-11-23T02:12:27.2791681Z T=std::string 2022-11-23T02:12:27.2791740Z ] 2022-11-23T02:12:27.2792080Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2792131Z with 2022-11-23T02:12:27.2792190Z [ 2022-11-23T02:12:27.2792280Z T=c10::QualifiedName 2022-11-23T02:12:27.2792339Z ] 2022-11-23T02:12:27.2792642Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2792706Z with 2022-11-23T02:12:27.2792764Z [ 2022-11-23T02:12:27.2792852Z T=c10::QualifiedName 2022-11-23T02:12:27.2792909Z ] 2022-11-23T02:12:27.2793251Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2793311Z with 2022-11-23T02:12:27.2793371Z [ 2022-11-23T02:12:27.2793455Z T=c10::QualifiedName 2022-11-23T02:12:27.2793516Z ] 2022-11-23T02:12:27.2793885Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2793937Z with 2022-11-23T02:12:27.2793995Z [ 2022-11-23T02:12:27.2794079Z T=c10::QualifiedName 2022-11-23T02:12:27.2794137Z ] 2022-11-23T02:12:27.2794454Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2794779Z 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:12:27.2795103Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2795164Z with 2022-11-23T02:12:27.2795223Z [ 2022-11-23T02:12:27.2795359Z T=c10::QualifiedName 2022-11-23T02:12:27.2795417Z ] 2022-11-23T02:12:27.2795706Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2795766Z with 2022-11-23T02:12:27.2795824Z [ 2022-11-23T02:12:27.2795952Z T=std::shared_ptr 2022-11-23T02:12:27.2796010Z ] 2022-11-23T02:12:27.2796316Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2796366Z with 2022-11-23T02:12:27.2796424Z [ 2022-11-23T02:12:27.2796550Z T=std::shared_ptr 2022-11-23T02:12:27.2796608Z ] 2022-11-23T02:12:27.2796950Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2797014Z with 2022-11-23T02:12:27.2797072Z [ 2022-11-23T02:12:27.2797198Z T=std::shared_ptr 2022-11-23T02:12:27.2797257Z ] 2022-11-23T02:12:27.2797669Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2797732Z with 2022-11-23T02:12:27.2797792Z [ 2022-11-23T02:12:27.2797915Z T=std::shared_ptr 2022-11-23T02:12:27.2797973Z ] 2022-11-23T02:12:27.2798364Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.2798719Z 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:12:27.2799086Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2799151Z with 2022-11-23T02:12:27.2799209Z [ 2022-11-23T02:12:27.2799323Z T=std::shared_ptr 2022-11-23T02:12:27.2799381Z ] 2022-11-23T02:12:27.2799675Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2799738Z with 2022-11-23T02:12:27.2799797Z [ 2022-11-23T02:12:27.2799919Z T=std::weak_ptr 2022-11-23T02:12:27.2799979Z ] 2022-11-23T02:12:27.2800285Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2800347Z with 2022-11-23T02:12:27.2800406Z [ 2022-11-23T02:12:27.2800528Z T=std::weak_ptr 2022-11-23T02:12:27.2800587Z ] 2022-11-23T02:12:27.2800926Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2800987Z with 2022-11-23T02:12:27.2801095Z [ 2022-11-23T02:12:27.2801215Z T=std::weak_ptr 2022-11-23T02:12:27.2801261Z ] 2022-11-23T02:12:27.2801624Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2801686Z with 2022-11-23T02:12:27.2801743Z [ 2022-11-23T02:12:27.2801861Z T=std::weak_ptr 2022-11-23T02:12:27.2801921Z ] 2022-11-23T02:12:27.2802271Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.2802606Z 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:12:27.2802930Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2802993Z with 2022-11-23T02:12:27.2803053Z [ 2022-11-23T02:12:27.2803177Z T=std::weak_ptr 2022-11-23T02:12:27.2803236Z ] 2022-11-23T02:12:27.2803572Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2803639Z with 2022-11-23T02:12:27.2803697Z [ 2022-11-23T02:12:27.2803849Z T=std::vector> 2022-11-23T02:12:27.2803910Z ] 2022-11-23T02:12:27.2804205Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2804266Z with 2022-11-23T02:12:27.2804324Z [ 2022-11-23T02:12:27.2804470Z T=std::vector> 2022-11-23T02:12:27.2804530Z ] 2022-11-23T02:12:27.2804870Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2804932Z with 2022-11-23T02:12:27.2804992Z [ 2022-11-23T02:12:27.2805139Z T=std::vector> 2022-11-23T02:12:27.2805198Z ] 2022-11-23T02:12:27.2805565Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2805627Z with 2022-11-23T02:12:27.2805686Z [ 2022-11-23T02:12:27.2805832Z T=std::vector> 2022-11-23T02:12:27.2805893Z ] 2022-11-23T02:12:27.2806252Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:12:27.2806608Z 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:12:27.2806982Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2807047Z with 2022-11-23T02:12:27.2807106Z [ 2022-11-23T02:12:27.2807241Z T=std::vector> 2022-11-23T02:12:27.2807299Z ] 2022-11-23T02:12:27.2807593Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2807654Z with 2022-11-23T02:12:27.2807716Z [ 2022-11-23T02:12:27.2807831Z T=std::vector> 2022-11-23T02:12:27.2807890Z ] 2022-11-23T02:12:27.2808200Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2808264Z with 2022-11-23T02:12:27.2808325Z [ 2022-11-23T02:12:27.2808441Z T=std::vector> 2022-11-23T02:12:27.2808500Z ] 2022-11-23T02:12:27.2808837Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2808900Z with 2022-11-23T02:12:27.2809002Z [ 2022-11-23T02:12:27.2809118Z T=std::vector> 2022-11-23T02:12:27.2809164Z ] 2022-11-23T02:12:27.2809525Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2809589Z with 2022-11-23T02:12:27.2809647Z [ 2022-11-23T02:12:27.2809762Z T=std::vector> 2022-11-23T02:12:27.2809821Z ] 2022-11-23T02:12:27.2810154Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:12:27.2810490Z 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:12:27.2810818Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2810882Z with 2022-11-23T02:12:27.2810940Z [ 2022-11-23T02:12:27.2811054Z T=std::vector> 2022-11-23T02:12:27.2811113Z ] 2022-11-23T02:12:27.2811409Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2811472Z with 2022-11-23T02:12:27.2811531Z [ 2022-11-23T02:12:27.2811694Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.2811755Z ] 2022-11-23T02:12:27.2812059Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2812109Z with 2022-11-23T02:12:27.2812172Z [ 2022-11-23T02:12:27.2812391Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.2812451Z ] 2022-11-23T02:12:27.2812787Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2812847Z with 2022-11-23T02:12:27.2812906Z [ 2022-11-23T02:12:27.2813062Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.2813121Z ] 2022-11-23T02:12:27.2813492Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2813558Z with 2022-11-23T02:12:27.2813618Z [ 2022-11-23T02:12:27.2813780Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.2813839Z ] 2022-11-23T02:12:27.2814275Z C:\actions-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:12:27.2814781Z 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:12:27.2815097Z 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:12:27.2815426Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2815489Z with 2022-11-23T02:12:27.2815551Z [ 2022-11-23T02:12:27.2815710Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.2815770Z ] 2022-11-23T02:12:27.2816056Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2816120Z with 2022-11-23T02:12:27.2816180Z [ 2022-11-23T02:12:27.2816335Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.2816396Z ] 2022-11-23T02:12:27.2816702Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2816767Z with 2022-11-23T02:12:27.2816827Z [ 2022-11-23T02:12:27.2816976Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.2817036Z ] 2022-11-23T02:12:27.2817381Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2817446Z with 2022-11-23T02:12:27.2817504Z [ 2022-11-23T02:12:27.2817655Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.2817715Z ] 2022-11-23T02:12:27.2818086Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2818198Z with 2022-11-23T02:12:27.2818246Z [ 2022-11-23T02:12:27.2818396Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.2818455Z ] 2022-11-23T02:12:27.2818825Z C:\actions-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:12:27.2819188Z 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:12:27.2819494Z 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:12:27.2819818Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2819880Z with 2022-11-23T02:12:27.2819941Z [ 2022-11-23T02:12:27.2820092Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.2820192Z ] 2022-11-23T02:12:27.2820484Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2820547Z with 2022-11-23T02:12:27.2820606Z [ 2022-11-23T02:12:27.2820729Z T=std::vector> 2022-11-23T02:12:27.2820790Z ] 2022-11-23T02:12:27.2821096Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2821159Z with 2022-11-23T02:12:27.2821218Z [ 2022-11-23T02:12:27.2821338Z T=std::vector> 2022-11-23T02:12:27.2821386Z ] 2022-11-23T02:12:27.2821728Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2821791Z with 2022-11-23T02:12:27.2821851Z [ 2022-11-23T02:12:27.2821969Z T=std::vector> 2022-11-23T02:12:27.2822028Z ] 2022-11-23T02:12:27.2822398Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2822463Z with 2022-11-23T02:12:27.2822521Z [ 2022-11-23T02:12:27.2822638Z T=std::vector> 2022-11-23T02:12:27.2822696Z ] 2022-11-23T02:12:27.2823034Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:12:27.2823366Z 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:12:27.2823689Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2823801Z with 2022-11-23T02:12:27.2823859Z [ 2022-11-23T02:12:27.2823979Z T=std::vector> 2022-11-23T02:12:27.2824038Z ] 2022-11-23T02:12:27.2824331Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2824394Z with 2022-11-23T02:12:27.2824441Z [ 2022-11-23T02:12:27.2824589Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:12:27.2824648Z ] 2022-11-23T02:12:27.2824954Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2825016Z with 2022-11-23T02:12:27.2825075Z [ 2022-11-23T02:12:27.2825217Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:12:27.2825275Z ] 2022-11-23T02:12:27.2825621Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2825682Z with 2022-11-23T02:12:27.2825741Z [ 2022-11-23T02:12:27.2825927Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:12:27.2825988Z ] 2022-11-23T02:12:27.2826356Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2826420Z with 2022-11-23T02:12:27.2826478Z [ 2022-11-23T02:12:27.2826610Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:12:27.2826668Z ] 2022-11-23T02:12:27.2827035Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.2827419Z 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:12:27.2827790Z 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:12:27.2828115Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2828177Z with 2022-11-23T02:12:27.2828236Z [ 2022-11-23T02:12:27.2828382Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:12:27.2828441Z ] 2022-11-23T02:12:27.2828737Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2828799Z with 2022-11-23T02:12:27.2828858Z [ 2022-11-23T02:12:27.2829005Z T=c10::impl::InlineStreamGuard 2022-11-23T02:12:27.2829064Z ] 2022-11-23T02:12:27.2829373Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2829870Z with 2022-11-23T02:12:27.2829930Z [ 2022-11-23T02:12:27.2830078Z T=c10::impl::InlineStreamGuard 2022-11-23T02:12:27.2830220Z ] 2022-11-23T02:12:27.2830571Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2830622Z with 2022-11-23T02:12:27.2830682Z [ 2022-11-23T02:12:27.2830826Z T=c10::impl::InlineStreamGuard 2022-11-23T02:12:27.2830887Z ] 2022-11-23T02:12:27.2831257Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2831322Z with 2022-11-23T02:12:27.2831382Z [ 2022-11-23T02:12:27.2831525Z T=c10::impl::InlineStreamGuard 2022-11-23T02:12:27.2831585Z ] 2022-11-23T02:12:27.2832002Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.2832386Z 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:12:27.2832753Z 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:12:27.2833079Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2833141Z with 2022-11-23T02:12:27.2833200Z [ 2022-11-23T02:12:27.2833345Z T=c10::impl::InlineStreamGuard 2022-11-23T02:12:27.2833405Z ] 2022-11-23T02:12:27.2833701Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2833763Z with 2022-11-23T02:12:27.2833820Z [ 2022-11-23T02:12:27.2833911Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:12:27.2833971Z ] 2022-11-23T02:12:27.2834277Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2834341Z with 2022-11-23T02:12:27.2834402Z [ 2022-11-23T02:12:27.2834503Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:12:27.2834563Z ] 2022-11-23T02:12:27.2834906Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2834968Z with 2022-11-23T02:12:27.2835027Z [ 2022-11-23T02:12:27.2835127Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:12:27.2835186Z ] 2022-11-23T02:12:27.2835551Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2835662Z with 2022-11-23T02:12:27.2835721Z [ 2022-11-23T02:12:27.2835818Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:12:27.2835866Z ] 2022-11-23T02:12:27.2836197Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2836515Z 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:12:27.2836578Z with 2022-11-23T02:12:27.2836634Z [ 2022-11-23T02:12:27.2836732Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:12:27.2836792Z ] 2022-11-23T02:12:27.2837151Z 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:12:27.2837475Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2837536Z with 2022-11-23T02:12:27.2837595Z [ 2022-11-23T02:12:27.2837741Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:12:27.2837801Z ] 2022-11-23T02:12:27.2838094Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2838154Z with 2022-11-23T02:12:27.2838215Z [ 2022-11-23T02:12:27.2838398Z T=std::vector> 2022-11-23T02:12:27.2838456Z ] 2022-11-23T02:12:27.2838746Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2838807Z with 2022-11-23T02:12:27.2838866Z [ 2022-11-23T02:12:27.2839045Z T=std::vector> 2022-11-23T02:12:27.2839103Z ] 2022-11-23T02:12:27.2839443Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2839504Z with 2022-11-23T02:12:27.2839565Z [ 2022-11-23T02:12:27.2839745Z T=std::vector> 2022-11-23T02:12:27.2839803Z ] 2022-11-23T02:12:27.2840169Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2840232Z with 2022-11-23T02:12:27.2840288Z [ 2022-11-23T02:12:27.2840469Z T=std::vector> 2022-11-23T02:12:27.2840526Z ] 2022-11-23T02:12:27.2840925Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:12:27.2841364Z 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:12:27.2841687Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2841750Z with 2022-11-23T02:12:27.2841812Z [ 2022-11-23T02:12:27.2841990Z T=std::vector> 2022-11-23T02:12:27.2842049Z ] 2022-11-23T02:12:27.2842330Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2842394Z with 2022-11-23T02:12:27.2842453Z [ 2022-11-23T02:12:27.2842549Z T=torch::autograd::ViewInfo 2022-11-23T02:12:27.2842608Z ] 2022-11-23T02:12:27.2842912Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2842973Z with 2022-11-23T02:12:27.2843031Z [ 2022-11-23T02:12:27.2843127Z T=torch::autograd::ViewInfo 2022-11-23T02:12:27.2843228Z ] 2022-11-23T02:12:27.2843572Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2843632Z with 2022-11-23T02:12:27.2843689Z [ 2022-11-23T02:12:27.2843785Z T=torch::autograd::ViewInfo 2022-11-23T02:12:27.2843844Z ] 2022-11-23T02:12:27.2844205Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2844268Z with 2022-11-23T02:12:27.2844326Z [ 2022-11-23T02:12:27.2844417Z T=torch::autograd::ViewInfo 2022-11-23T02:12:27.2844476Z ] 2022-11-23T02:12:27.2844802Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2845213Z 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:12:27.2845543Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2845605Z with 2022-11-23T02:12:27.2845664Z [ 2022-11-23T02:12:27.2845757Z T=torch::autograd::ViewInfo 2022-11-23T02:12:27.2845817Z ] 2022-11-23T02:12:27.2846160Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2846224Z with 2022-11-23T02:12:27.2846283Z [ 2022-11-23T02:12:27.2846359Z T=c10::IValue 2022-11-23T02:12:27.2846418Z ] 2022-11-23T02:12:27.2846721Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2846829Z with 2022-11-23T02:12:27.2846888Z [ 2022-11-23T02:12:27.2846966Z T=c10::IValue 2022-11-23T02:12:27.2847026Z ] 2022-11-23T02:12:27.2847371Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2847434Z with 2022-11-23T02:12:27.2847492Z [ 2022-11-23T02:12:27.2847569Z T=c10::IValue 2022-11-23T02:12:27.2847628Z ] 2022-11-23T02:12:27.2847995Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2848059Z with 2022-11-23T02:12:27.2848119Z [ 2022-11-23T02:12:27.2848193Z T=c10::IValue 2022-11-23T02:12:27.2848252Z ] 2022-11-23T02:12:27.2848565Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2848883Z 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:12:27.2849250Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2849302Z with 2022-11-23T02:12:27.2849362Z [ 2022-11-23T02:12:27.2849435Z T=c10::IValue 2022-11-23T02:12:27.2849499Z ] 2022-11-23T02:12:27.2849789Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2849850Z with 2022-11-23T02:12:27.2849909Z [ 2022-11-23T02:12:27.2849987Z T=c10::AliasInfo 2022-11-23T02:12:27.2850047Z ] 2022-11-23T02:12:27.2850349Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2850414Z with 2022-11-23T02:12:27.2850476Z [ 2022-11-23T02:12:27.2850554Z T=c10::AliasInfo 2022-11-23T02:12:27.2850612Z ] 2022-11-23T02:12:27.2850956Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2851009Z with 2022-11-23T02:12:27.2851067Z [ 2022-11-23T02:12:27.2851144Z T=c10::AliasInfo 2022-11-23T02:12:27.2851204Z ] 2022-11-23T02:12:27.2851574Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2851637Z with 2022-11-23T02:12:27.2851695Z [ 2022-11-23T02:12:27.2851772Z T=c10::AliasInfo 2022-11-23T02:12:27.2851831Z ] 2022-11-23T02:12:27.2852141Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2852461Z 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:12:27.2852834Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2852895Z with 2022-11-23T02:12:27.2852954Z [ 2022-11-23T02:12:27.2853033Z T=c10::AliasInfo 2022-11-23T02:12:27.2853092Z ] 2022-11-23T02:12:27.2853382Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2853433Z with 2022-11-23T02:12:27.2853491Z [ 2022-11-23T02:12:27.2853621Z T=std::vector> 2022-11-23T02:12:27.2853682Z ] 2022-11-23T02:12:27.2853991Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2854052Z with 2022-11-23T02:12:27.2854111Z [ 2022-11-23T02:12:27.2854236Z T=std::vector> 2022-11-23T02:12:27.2854296Z ] 2022-11-23T02:12:27.2854681Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2854746Z with 2022-11-23T02:12:27.2854805Z [ 2022-11-23T02:12:27.2854931Z T=std::vector> 2022-11-23T02:12:27.2854991Z ] 2022-11-23T02:12:27.2855356Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2855421Z with 2022-11-23T02:12:27.2855468Z [ 2022-11-23T02:12:27.2855593Z T=std::vector> 2022-11-23T02:12:27.2855653Z ] 2022-11-23T02:12:27.2855989Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:12:27.2856052Z with 2022-11-23T02:12:27.2856110Z [ 2022-11-23T02:12:27.2856186Z T=c10::SymInt 2022-11-23T02:12:27.2856246Z ] 2022-11-23T02:12:27.2856572Z 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:12:27.2856635Z with 2022-11-23T02:12:27.2856693Z [ 2022-11-23T02:12:27.2856767Z T=c10::SymInt 2022-11-23T02:12:27.2856827Z ] 2022-11-23T02:12:27.2857178Z 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:12:27.2857588Z 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:12:27.2857914Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2858021Z with 2022-11-23T02:12:27.2858082Z [ 2022-11-23T02:12:27.2858209Z T=std::vector> 2022-11-23T02:12:27.2858256Z ] 2022-11-23T02:12:27.2858543Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2858605Z with 2022-11-23T02:12:27.2858664Z [ 2022-11-23T02:12:27.2858803Z T=c10::either 2022-11-23T02:12:27.2858863Z ] 2022-11-23T02:12:27.2859167Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2859229Z with 2022-11-23T02:12:27.2859287Z [ 2022-11-23T02:12:27.2859423Z T=c10::either 2022-11-23T02:12:27.2859481Z ] 2022-11-23T02:12:27.2859823Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2859885Z with 2022-11-23T02:12:27.2859944Z [ 2022-11-23T02:12:27.2860074Z T=c10::either 2022-11-23T02:12:27.2860132Z ] 2022-11-23T02:12:27.2860909Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2860981Z with 2022-11-23T02:12:27.2861041Z [ 2022-11-23T02:12:27.2861177Z T=c10::either 2022-11-23T02:12:27.2861241Z ] 2022-11-23T02:12:27.2861594Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.2861974Z 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:12:27.2862302Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2862366Z with 2022-11-23T02:12:27.2862426Z [ 2022-11-23T02:12:27.2862559Z T=c10::either 2022-11-23T02:12:27.2862622Z ] 2022-11-23T02:12:27.2862913Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2862979Z with 2022-11-23T02:12:27.2863039Z [ 2022-11-23T02:12:27.2863126Z T=at::StepCallbacks 2022-11-23T02:12:27.2863185Z ] 2022-11-23T02:12:27.2863492Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2863553Z with 2022-11-23T02:12:27.2863600Z [ 2022-11-23T02:12:27.2863686Z T=at::StepCallbacks 2022-11-23T02:12:27.2863746Z ] 2022-11-23T02:12:27.2864091Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2864207Z with 2022-11-23T02:12:27.2864266Z [ 2022-11-23T02:12:27.2864352Z T=at::StepCallbacks 2022-11-23T02:12:27.2864409Z ] 2022-11-23T02:12:27.2864778Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2864842Z with 2022-11-23T02:12:27.2864900Z [ 2022-11-23T02:12:27.2864983Z T=at::StepCallbacks 2022-11-23T02:12:27.2865041Z ] 2022-11-23T02:12:27.2865360Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2865694Z 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:12:27.2866011Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2866073Z with 2022-11-23T02:12:27.2866120Z [ 2022-11-23T02:12:27.2866244Z T=at::StepCallbacks 2022-11-23T02:12:27.2866304Z ] 2022-11-23T02:12:27.2866596Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2866656Z with 2022-11-23T02:12:27.2866715Z [ 2022-11-23T02:12:27.2866798Z T=c10::DimVector 2022-11-23T02:12:27.2866857Z ] 2022-11-23T02:12:27.2867159Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2867221Z with 2022-11-23T02:12:27.2867278Z [ 2022-11-23T02:12:27.2867359Z T=c10::DimVector 2022-11-23T02:12:27.2867417Z ] 2022-11-23T02:12:27.2867756Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2867817Z with 2022-11-23T02:12:27.2867865Z [ 2022-11-23T02:12:27.2867942Z T=c10::DimVector 2022-11-23T02:12:27.2867999Z ] 2022-11-23T02:12:27.2868370Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2868433Z with 2022-11-23T02:12:27.2868490Z [ 2022-11-23T02:12:27.2868567Z T=c10::DimVector 2022-11-23T02:12:27.2868625Z ] 2022-11-23T02:12:27.2868934Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2869256Z 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:12:27.2869581Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2869693Z with 2022-11-23T02:12:27.2869752Z [ 2022-11-23T02:12:27.2869829Z T=c10::DimVector 2022-11-23T02:12:27.2869887Z ] 2022-11-23T02:12:27.2870276Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2870341Z with 2022-11-23T02:12:27.2870387Z [ 2022-11-23T02:12:27.2870487Z T=c10::impl::AnnotatedSchema 2022-11-23T02:12:27.2870547Z ] 2022-11-23T02:12:27.2870849Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2870913Z with 2022-11-23T02:12:27.2870974Z [ 2022-11-23T02:12:27.2871072Z T=c10::impl::AnnotatedSchema 2022-11-23T02:12:27.2871133Z ] 2022-11-23T02:12:27.2871479Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2871541Z with 2022-11-23T02:12:27.2871600Z [ 2022-11-23T02:12:27.2871697Z T=c10::impl::AnnotatedSchema 2022-11-23T02:12:27.2871756Z ] 2022-11-23T02:12:27.2872179Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2872242Z with 2022-11-23T02:12:27.2872299Z [ 2022-11-23T02:12:27.2872385Z T=c10::impl::AnnotatedSchema 2022-11-23T02:12:27.2872443Z ] 2022-11-23T02:12:27.2872776Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2873125Z 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:12:27.2873451Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2873514Z with 2022-11-23T02:12:27.2873574Z [ 2022-11-23T02:12:27.2873671Z T=c10::impl::AnnotatedSchema 2022-11-23T02:12:27.2873731Z ] 2022-11-23T02:12:27.2874027Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2874094Z with 2022-11-23T02:12:27.2874153Z [ 2022-11-23T02:12:27.2874292Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:12:27.2874349Z ] 2022-11-23T02:12:27.2874653Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2874714Z with 2022-11-23T02:12:27.2874772Z [ 2022-11-23T02:12:27.2874897Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:12:27.2874956Z ] 2022-11-23T02:12:27.2875297Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2875407Z with 2022-11-23T02:12:27.2875465Z [ 2022-11-23T02:12:27.2875599Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:12:27.2875660Z ] 2022-11-23T02:12:27.2876029Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2876092Z with 2022-11-23T02:12:27.2876151Z [ 2022-11-23T02:12:27.2876286Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:12:27.2876345Z ] 2022-11-23T02:12:27.2876706Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2877083Z 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:12:27.2877408Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2877470Z with 2022-11-23T02:12:27.2877529Z [ 2022-11-23T02:12:27.2877707Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:12:27.2877768Z ] 2022-11-23T02:12:27.2878052Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2878114Z with 2022-11-23T02:12:27.2878173Z [ 2022-11-23T02:12:27.2878286Z T=std::tuple 2022-11-23T02:12:27.2878345Z ] 2022-11-23T02:12:27.2878653Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2878714Z with 2022-11-23T02:12:27.2878774Z [ 2022-11-23T02:12:27.2878884Z T=std::tuple 2022-11-23T02:12:27.2878942Z ] 2022-11-23T02:12:27.2879285Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2879347Z with 2022-11-23T02:12:27.2879406Z [ 2022-11-23T02:12:27.2879516Z T=std::tuple 2022-11-23T02:12:27.2879574Z ] 2022-11-23T02:12:27.2879945Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2880010Z with 2022-11-23T02:12:27.2880057Z [ 2022-11-23T02:12:27.2880168Z T=std::tuple 2022-11-23T02:12:27.2880227Z ] 2022-11-23T02:12:27.2880566Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.2880916Z 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:12:27.2881286Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2881351Z with 2022-11-23T02:12:27.2881410Z [ 2022-11-23T02:12:27.2881523Z T=std::tuple 2022-11-23T02:12:27.2881582Z ] 2022-11-23T02:12:27.2881875Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2881939Z with 2022-11-23T02:12:27.2881998Z [ 2022-11-23T02:12:27.2882089Z T=torch::jit::SourceRange 2022-11-23T02:12:27.2882146Z ] 2022-11-23T02:12:27.2882452Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2882516Z with 2022-11-23T02:12:27.2882563Z [ 2022-11-23T02:12:27.2882653Z T=torch::jit::SourceRange 2022-11-23T02:12:27.2882711Z ] 2022-11-23T02:12:27.2883053Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2883115Z with 2022-11-23T02:12:27.2883174Z [ 2022-11-23T02:12:27.2883263Z T=torch::jit::SourceRange 2022-11-23T02:12:27.2883364Z ] 2022-11-23T02:12:27.2883736Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2883798Z with 2022-11-23T02:12:27.2883859Z [ 2022-11-23T02:12:27.2883948Z T=torch::jit::SourceRange 2022-11-23T02:12:27.2884006Z ] 2022-11-23T02:12:27.2884329Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2884669Z 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:12:27.2884991Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2885055Z with 2022-11-23T02:12:27.2885114Z [ 2022-11-23T02:12:27.2885193Z T=torch::jit::SourceRange 2022-11-23T02:12:27.2885255Z ] 2022-11-23T02:12:27.2885548Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2885609Z with 2022-11-23T02:12:27.2885667Z [ 2022-11-23T02:12:27.2885777Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:12:27.2885837Z ] 2022-11-23T02:12:27.2886139Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2886201Z with 2022-11-23T02:12:27.2886259Z [ 2022-11-23T02:12:27.2886362Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:12:27.2886425Z ] 2022-11-23T02:12:27.2886768Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2886873Z with 2022-11-23T02:12:27.2886933Z [ 2022-11-23T02:12:27.2887040Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:12:27.2887102Z ] 2022-11-23T02:12:27.2887466Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2887532Z with 2022-11-23T02:12:27.2887593Z [ 2022-11-23T02:12:27.2887703Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:12:27.2887762Z ] 2022-11-23T02:12:27.2888098Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2888443Z 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:12:27.2888771Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2888833Z with 2022-11-23T02:12:27.2888891Z [ 2022-11-23T02:12:27.2889041Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:12:27.2889090Z ] 2022-11-23T02:12:27.2889381Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2889442Z with 2022-11-23T02:12:27.2889502Z [ 2022-11-23T02:12:27.2889608Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:12:27.2889667Z ] 2022-11-23T02:12:27.2889973Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2890033Z with 2022-11-23T02:12:27.2890092Z [ 2022-11-23T02:12:27.2890199Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:12:27.2890259Z ] 2022-11-23T02:12:27.2890605Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2890666Z with 2022-11-23T02:12:27.2890726Z [ 2022-11-23T02:12:27.2890831Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:12:27.2890878Z ] 2022-11-23T02:12:27.2891251Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2891313Z with 2022-11-23T02:12:27.2891373Z [ 2022-11-23T02:12:27.2891476Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:12:27.2891535Z ] 2022-11-23T02:12:27.2891871Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2892211Z 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:12:27.2892533Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2892641Z with 2022-11-23T02:12:27.2892700Z [ 2022-11-23T02:12:27.2892806Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:12:27.2892865Z ] 2022-11-23T02:12:27.2893157Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2893221Z with 2022-11-23T02:12:27.2893280Z [ 2022-11-23T02:12:27.2893370Z T=torch::jit::ScopePtr 2022-11-23T02:12:27.2893427Z ] 2022-11-23T02:12:27.2893720Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2893782Z with 2022-11-23T02:12:27.2893840Z [ 2022-11-23T02:12:27.2893926Z T=torch::jit::ScopePtr 2022-11-23T02:12:27.2893985Z ] 2022-11-23T02:12:27.2894326Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2894388Z with 2022-11-23T02:12:27.2894449Z [ 2022-11-23T02:12:27.2894535Z T=torch::jit::ScopePtr 2022-11-23T02:12:27.2894639Z ] 2022-11-23T02:12:27.2895008Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2895068Z with 2022-11-23T02:12:27.2895126Z [ 2022-11-23T02:12:27.2895213Z T=torch::jit::ScopePtr 2022-11-23T02:12:27.2895272Z ] 2022-11-23T02:12:27.2895596Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2895919Z 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:12:27.2896244Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2896295Z with 2022-11-23T02:12:27.2896353Z [ 2022-11-23T02:12:27.2896440Z T=torch::jit::ScopePtr 2022-11-23T02:12:27.2896499Z ] 2022-11-23T02:12:27.2896790Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2896850Z with 2022-11-23T02:12:27.2896910Z [ 2022-11-23T02:12:27.2896998Z T=at::ThreadLocalState 2022-11-23T02:12:27.2897056Z ] 2022-11-23T02:12:27.2897363Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2897426Z with 2022-11-23T02:12:27.2897483Z [ 2022-11-23T02:12:27.2897572Z T=at::ThreadLocalState 2022-11-23T02:12:27.2897629Z ] 2022-11-23T02:12:27.2897964Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2898058Z with 2022-11-23T02:12:27.2898116Z [ 2022-11-23T02:12:27.2898206Z T=at::ThreadLocalState 2022-11-23T02:12:27.2898265Z ] 2022-11-23T02:12:27.2898630Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2898691Z with 2022-11-23T02:12:27.2898749Z [ 2022-11-23T02:12:27.2898841Z T=at::ThreadLocalState 2022-11-23T02:12:27.2898900Z ] 2022-11-23T02:12:27.2899223Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2899565Z 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:12:27.2899890Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2899952Z with 2022-11-23T02:12:27.2900011Z [ 2022-11-23T02:12:27.2900102Z T=at::ThreadLocalState 2022-11-23T02:12:27.2900163Z ] 2022-11-23T02:12:27.2900491Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2900555Z with 2022-11-23T02:12:27.2900603Z [ 2022-11-23T02:12:27.2900711Z T=std::shared_ptr 2022-11-23T02:12:27.2900773Z ] 2022-11-23T02:12:27.2901077Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2901144Z with 2022-11-23T02:12:27.2901202Z [ 2022-11-23T02:12:27.2901311Z T=std::shared_ptr 2022-11-23T02:12:27.2901444Z ] 2022-11-23T02:12:27.2901809Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2901872Z with 2022-11-23T02:12:27.2901965Z [ 2022-11-23T02:12:27.2902087Z T=std::shared_ptr 2022-11-23T02:12:27.2902149Z ] 2022-11-23T02:12:27.2902517Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2902583Z with 2022-11-23T02:12:27.2902630Z [ 2022-11-23T02:12:27.2902737Z T=std::shared_ptr 2022-11-23T02:12:27.2902798Z ] 2022-11-23T02:12:27.2903131Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.2903458Z 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:12:27.2903811Z 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:12:27.2904191Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2904258Z with 2022-11-23T02:12:27.2904319Z [ 2022-11-23T02:12:27.2904433Z T=std::shared_ptr 2022-11-23T02:12:27.2904495Z ] 2022-11-23T02:12:27.2904788Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2904851Z with 2022-11-23T02:12:27.2904911Z [ 2022-11-23T02:12:27.2905009Z T=torch::jit::GraphExecutor 2022-11-23T02:12:27.2905071Z ] 2022-11-23T02:12:27.2905380Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2905444Z with 2022-11-23T02:12:27.2905506Z [ 2022-11-23T02:12:27.2905589Z T=torch::jit::GraphExecutor 2022-11-23T02:12:27.2905650Z ] 2022-11-23T02:12:27.2906034Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2906101Z with 2022-11-23T02:12:27.2906165Z [ 2022-11-23T02:12:27.2906263Z T=torch::jit::GraphExecutor 2022-11-23T02:12:27.2906323Z ] 2022-11-23T02:12:27.2906695Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2906761Z with 2022-11-23T02:12:27.2906824Z [ 2022-11-23T02:12:27.2906920Z T=torch::jit::GraphExecutor 2022-11-23T02:12:27.2906981Z ] 2022-11-23T02:12:27.2907311Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2907635Z 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:12:27.2907990Z 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:12:27.2908316Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2908382Z with 2022-11-23T02:12:27.2908443Z [ 2022-11-23T02:12:27.2908541Z T=torch::jit::GraphExecutor 2022-11-23T02:12:27.2908589Z ] 2022-11-23T02:12:27.2908888Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2908955Z with 2022-11-23T02:12:27.2909018Z [ 2022-11-23T02:12:27.2909108Z T=torch::jit::Method 2022-11-23T02:12:27.2909171Z ] 2022-11-23T02:12:27.2909477Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2909590Z with 2022-11-23T02:12:27.2909650Z [ 2022-11-23T02:12:27.2909738Z T=torch::jit::Method 2022-11-23T02:12:27.2909799Z ] 2022-11-23T02:12:27.2910211Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2910276Z with 2022-11-23T02:12:27.2910336Z [ 2022-11-23T02:12:27.2910424Z T=torch::jit::Method 2022-11-23T02:12:27.2910471Z ] 2022-11-23T02:12:27.2910841Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2910907Z with 2022-11-23T02:12:27.2910968Z [ 2022-11-23T02:12:27.2911055Z T=torch::jit::Method 2022-11-23T02:12:27.2911116Z ] 2022-11-23T02:12:27.2911435Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2911805Z 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:12:27.2912137Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2912203Z with 2022-11-23T02:12:27.2912264Z [ 2022-11-23T02:12:27.2912352Z T=torch::jit::Method 2022-11-23T02:12:27.2912412Z ] 2022-11-23T02:12:27.2912705Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2912766Z with 2022-11-23T02:12:27.2912824Z [ 2022-11-23T02:12:27.2912956Z T=std::vector> 2022-11-23T02:12:27.2913016Z ] 2022-11-23T02:12:27.2913311Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2913373Z with 2022-11-23T02:12:27.2913431Z [ 2022-11-23T02:12:27.2913565Z T=std::vector> 2022-11-23T02:12:27.2913624Z ] 2022-11-23T02:12:27.2913964Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2914028Z with 2022-11-23T02:12:27.2914087Z [ 2022-11-23T02:12:27.2914216Z T=std::vector> 2022-11-23T02:12:27.2914278Z ] 2022-11-23T02:12:27.2914644Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2914708Z with 2022-11-23T02:12:27.2914767Z [ 2022-11-23T02:12:27.2914897Z T=std::vector> 2022-11-23T02:12:27.2914956Z ] 2022-11-23T02:12:27.2915309Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:12:27.2915704Z 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:12:27.2916026Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2916089Z with 2022-11-23T02:12:27.2916147Z [ 2022-11-23T02:12:27.2916266Z T=std::vector> 2022-11-23T02:12:27.2916324Z ] 2022-11-23T02:12:27.2916612Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2916676Z with 2022-11-23T02:12:27.2916736Z [ 2022-11-23T02:12:27.2916895Z T=std::function 2022-11-23T02:12:27.2916955Z ] 2022-11-23T02:12:27.2917261Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2917321Z with 2022-11-23T02:12:27.2917419Z [ 2022-11-23T02:12:27.2917578Z T=std::function 2022-11-23T02:12:27.2917640Z ] 2022-11-23T02:12:27.2917984Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2918046Z with 2022-11-23T02:12:27.2918107Z [ 2022-11-23T02:12:27.2918259Z T=std::function 2022-11-23T02:12:27.2918306Z ] 2022-11-23T02:12:27.2918671Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2918735Z with 2022-11-23T02:12:27.2918794Z [ 2022-11-23T02:12:27.2918951Z T=std::function 2022-11-23T02:12:27.2919009Z ] 2022-11-23T02:12:27.2919386Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.2919779Z 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:12:27.2920104Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2920166Z with 2022-11-23T02:12:27.2920224Z [ 2022-11-23T02:12:27.2920379Z T=std::function 2022-11-23T02:12:27.2920437Z ] 2022-11-23T02:12:27.2920731Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2921223Z with 2022-11-23T02:12:27.2921284Z [ 2022-11-23T02:12:27.2921470Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:12:27.2921530Z ] 2022-11-23T02:12:27.2921839Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2921903Z with 2022-11-23T02:12:27.2921961Z [ 2022-11-23T02:12:27.2922131Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:12:27.2922191Z ] 2022-11-23T02:12:27.2922537Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2922604Z with 2022-11-23T02:12:27.2922662Z [ 2022-11-23T02:12:27.2922839Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:12:27.2922899Z ] 2022-11-23T02:12:27.2923267Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2923331Z with 2022-11-23T02:12:27.2923393Z [ 2022-11-23T02:12:27.2923624Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:12:27.2923686Z ] 2022-11-23T02:12:27.2924088Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2924523Z 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:12:27.2924845Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2924908Z with 2022-11-23T02:12:27.2924967Z [ 2022-11-23T02:12:27.2925149Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:12:27.2925207Z ] 2022-11-23T02:12:27.2925498Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2925562Z with 2022-11-23T02:12:27.2925609Z [ 2022-11-23T02:12:27.2925730Z T=std::vector> 2022-11-23T02:12:27.2925790Z ] 2022-11-23T02:12:27.2926091Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2926151Z with 2022-11-23T02:12:27.2926210Z [ 2022-11-23T02:12:27.2926335Z T=std::vector> 2022-11-23T02:12:27.2926393Z ] 2022-11-23T02:12:27.2926736Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2926797Z with 2022-11-23T02:12:27.2926901Z [ 2022-11-23T02:12:27.2927021Z T=std::vector> 2022-11-23T02:12:27.2927079Z ] 2022-11-23T02:12:27.2927449Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2927510Z with 2022-11-23T02:12:27.2927567Z [ 2022-11-23T02:12:27.2927674Z T=std::vector> 2022-11-23T02:12:27.2927734Z ] 2022-11-23T02:12:27.2928062Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:12:27.2928124Z with 2022-11-23T02:12:27.2928181Z [ 2022-11-23T02:12:27.2928249Z T=double 2022-11-23T02:12:27.2928311Z ] 2022-11-23T02:12:27.2928682Z 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:12:27.2928744Z with 2022-11-23T02:12:27.2928804Z [ 2022-11-23T02:12:27.2928872Z T=double 2022-11-23T02:12:27.2928934Z ] 2022-11-23T02:12:27.2929300Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2929364Z with 2022-11-23T02:12:27.2929422Z [ 2022-11-23T02:12:27.2929530Z T=std::vector> 2022-11-23T02:12:27.2929588Z ] 2022-11-23T02:12:27.2929878Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2929944Z with 2022-11-23T02:12:27.2930004Z [ 2022-11-23T02:12:27.2930111Z T=std::tuple 2022-11-23T02:12:27.2930170Z ] 2022-11-23T02:12:27.2930478Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2930538Z with 2022-11-23T02:12:27.2930599Z [ 2022-11-23T02:12:27.2930707Z T=std::tuple 2022-11-23T02:12:27.2930764Z ] 2022-11-23T02:12:27.2931108Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2931172Z with 2022-11-23T02:12:27.2931229Z [ 2022-11-23T02:12:27.2931322Z T=std::tuple 2022-11-23T02:12:27.2931379Z ] 2022-11-23T02:12:27.2931749Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2931812Z with 2022-11-23T02:12:27.2931874Z [ 2022-11-23T02:12:27.2931979Z T=std::tuple 2022-11-23T02:12:27.2932037Z ] 2022-11-23T02:12:27.2932382Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.2932748Z 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:12:27.2933117Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2933180Z with 2022-11-23T02:12:27.2933241Z [ 2022-11-23T02:12:27.2933345Z T=std::tuple 2022-11-23T02:12:27.2933408Z ] 2022-11-23T02:12:27.2933698Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2933758Z with 2022-11-23T02:12:27.2933816Z [ 2022-11-23T02:12:27.2933947Z T=std::vector> 2022-11-23T02:12:27.2933996Z ] 2022-11-23T02:12:27.2934302Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2934363Z with 2022-11-23T02:12:27.2934423Z [ 2022-11-23T02:12:27.2934552Z T=std::vector> 2022-11-23T02:12:27.2934611Z ] 2022-11-23T02:12:27.2934993Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2935056Z with 2022-11-23T02:12:27.2935115Z [ 2022-11-23T02:12:27.2935239Z T=std::vector> 2022-11-23T02:12:27.2935298Z ] 2022-11-23T02:12:27.2935663Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2935725Z with 2022-11-23T02:12:27.2935783Z [ 2022-11-23T02:12:27.2935906Z T=std::vector> 2022-11-23T02:12:27.2935964Z ] 2022-11-23T02:12:27.2936309Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:12:27.2936686Z 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:12:27.2937011Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2937076Z with 2022-11-23T02:12:27.2937125Z [ 2022-11-23T02:12:27.2937251Z T=std::vector> 2022-11-23T02:12:27.2937309Z ] 2022-11-23T02:12:27.2937601Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2937662Z with 2022-11-23T02:12:27.2937720Z [ 2022-11-23T02:12:27.2937810Z T=torch::jit::Operator 2022-11-23T02:12:27.2937870Z ] 2022-11-23T02:12:27.2938176Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2938284Z with 2022-11-23T02:12:27.2938343Z [ 2022-11-23T02:12:27.2938431Z T=torch::jit::Operator 2022-11-23T02:12:27.2938489Z ] 2022-11-23T02:12:27.2938827Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2938888Z with 2022-11-23T02:12:27.2938934Z [ 2022-11-23T02:12:27.2939020Z T=torch::jit::Operator 2022-11-23T02:12:27.2939078Z ] 2022-11-23T02:12:27.2939444Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2939508Z with 2022-11-23T02:12:27.2939569Z [ 2022-11-23T02:12:27.2939655Z T=torch::jit::Operator 2022-11-23T02:12:27.2939718Z ] 2022-11-23T02:12:27.2940039Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2940419Z 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:12:27.2940747Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2940808Z with 2022-11-23T02:12:27.2940867Z [ 2022-11-23T02:12:27.2940955Z T=torch::jit::Operator 2022-11-23T02:12:27.2941013Z ] 2022-11-23T02:12:27.2941301Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2941361Z with 2022-11-23T02:12:27.2941418Z [ 2022-11-23T02:12:27.2941498Z T=torch::jit::NamedValue 2022-11-23T02:12:27.2941556Z ] 2022-11-23T02:12:27.2941861Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2941923Z with 2022-11-23T02:12:27.2941981Z [ 2022-11-23T02:12:27.2942072Z T=torch::jit::NamedValue 2022-11-23T02:12:27.2942132Z ] 2022-11-23T02:12:27.2942470Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2942534Z with 2022-11-23T02:12:27.2942593Z [ 2022-11-23T02:12:27.2942682Z T=torch::jit::NamedValue 2022-11-23T02:12:27.2942748Z ] 2022-11-23T02:12:27.2943119Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2943185Z with 2022-11-23T02:12:27.2943246Z [ 2022-11-23T02:12:27.2943322Z T=torch::jit::NamedValue 2022-11-23T02:12:27.2943383Z ] 2022-11-23T02:12:27.2943711Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2944098Z 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:12:27.2944423Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2944489Z with 2022-11-23T02:12:27.2944551Z [ 2022-11-23T02:12:27.2944643Z T=torch::jit::NamedValue 2022-11-23T02:12:27.2944706Z ] 2022-11-23T02:12:27.2945163Z [2/2] "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\bin\Hostx64\x64/link.exe" main.o /nologo /DLL c10.lib torch_cpu.lib torch.lib /LIBPATH:C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib torch_python.lib /LIBPATH:C:\Jenkins\Miniconda3\libs /out:is_python_module_v1.pyd 2022-11-23T02:12:27.2945323Z Creating library is_python_module_v1.lib and object is_python_module_v1.exp 2022-11-23T02:12:27.2945444Z Loading extension module is_python_module_v1... 2022-11-23T02:12:27.2945509Z ok (13.023s) 2022-11-23T02:12:27.2945835Z test_set_default_type_also_changes_aten_default_type (__main__.TestCppExtensionJIT) ... Using C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116 as PyTorch extensions root... 2022-11-23T02:12:27.2946127Z Creating extension directory C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116\test_set_default_type... 2022-11-23T02:12:27.2946388Z Emitting ninja build file C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116\test_set_default_type\build.ninja... 2022-11-23T02:12:27.2946511Z Building extension module test_set_default_type... 2022-11-23T02:12:27.2946711Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-11-23T02:12:27.2947623Z [1/2] cl /showIncludes -DTORCH_EXTENSION_NAME=test_set_default_type -DTORCH_API_INCLUDE_EXTENSION_H -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:\Jenkins\Miniconda3\Include -D_GLIBCXX_USE_CXX11_ABI=0 /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /EHsc -c C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116\test_set_default_type\main.cpp /Fomain.o 2022-11-23T02:12:27.2947766Z Microsoft (R) C/C++ Optimizing Compiler Version 19.28.29337 for x64 2022-11-23T02:12:27.2947904Z Copyright (C) Microsoft Corporation. All rights reserved. 2022-11-23T02:12:27.2947918Z 2022-11-23T02:12:27.2948220Z 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:12:27.2948516Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2948583Z with 2022-11-23T02:12:27.2948647Z [ 2022-11-23T02:12:27.2948728Z T=c10::SymInt 2022-11-23T02:12:27.2948790Z ] 2022-11-23T02:12:27.2949105Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2949157Z with 2022-11-23T02:12:27.2949218Z [ 2022-11-23T02:12:27.2949297Z T=c10::SymInt 2022-11-23T02:12:27.2949362Z ] 2022-11-23T02:12:27.2949758Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2949822Z with 2022-11-23T02:12:27.2949882Z [ 2022-11-23T02:12:27.2949965Z T=c10::SymInt 2022-11-23T02:12:27.2950024Z ] 2022-11-23T02:12:27.2950470Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2950538Z with 2022-11-23T02:12:27.2950599Z [ 2022-11-23T02:12:27.2950674Z T=c10::SymInt 2022-11-23T02:12:27.2950733Z ] 2022-11-23T02:12:27.2951048Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2951364Z 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:12:27.2951690Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2951757Z with 2022-11-23T02:12:27.2952203Z [ 2022-11-23T02:12:27.2952289Z T=c10::SymInt 2022-11-23T02:12:27.2952348Z ] 2022-11-23T02:12:27.2952631Z 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:12:27.2952928Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2952996Z with 2022-11-23T02:12:27.2953054Z [ 2022-11-23T02:12:27.2953138Z T=at::TensorBase 2022-11-23T02:12:27.2953197Z ] 2022-11-23T02:12:27.2953501Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2953562Z with 2022-11-23T02:12:27.2953629Z [ 2022-11-23T02:12:27.2953713Z T=at::TensorBase 2022-11-23T02:12:27.2953773Z ] 2022-11-23T02:12:27.2954115Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2954168Z with 2022-11-23T02:12:27.2954226Z [ 2022-11-23T02:12:27.2954309Z T=at::TensorBase 2022-11-23T02:12:27.2954368Z ] 2022-11-23T02:12:27.2954736Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2954802Z with 2022-11-23T02:12:27.2954859Z [ 2022-11-23T02:12:27.2954939Z T=at::TensorBase 2022-11-23T02:12:27.2955000Z ] 2022-11-23T02:12:27.2955315Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2955634Z 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:12:27.2956013Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2956078Z with 2022-11-23T02:12:27.2956136Z [ 2022-11-23T02:12:27.2956215Z T=at::TensorBase 2022-11-23T02:12:27.2956273Z ] 2022-11-23T02:12:27.2956563Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2956612Z with 2022-11-23T02:12:27.2956674Z [ 2022-11-23T02:12:27.2956748Z T=at::Tensor 2022-11-23T02:12:27.2956811Z ] 2022-11-23T02:12:27.2957111Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2957176Z with 2022-11-23T02:12:27.2957234Z [ 2022-11-23T02:12:27.2957307Z T=at::Tensor 2022-11-23T02:12:27.2957366Z ] 2022-11-23T02:12:27.2957708Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2957770Z with 2022-11-23T02:12:27.2957868Z [ 2022-11-23T02:12:27.2957943Z T=at::Tensor 2022-11-23T02:12:27.2958004Z ] 2022-11-23T02:12:27.2958373Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2958425Z with 2022-11-23T02:12:27.2958486Z [ 2022-11-23T02:12:27.2958565Z T=at::Tensor 2022-11-23T02:12:27.2958624Z ] 2022-11-23T02:12:27.2958931Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2959243Z 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:12:27.2959568Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2959629Z with 2022-11-23T02:12:27.2959687Z [ 2022-11-23T02:12:27.2959759Z T=at::Tensor 2022-11-23T02:12:27.2959820Z ] 2022-11-23T02:12:27.2960110Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2960172Z with 2022-11-23T02:12:27.2960233Z [ 2022-11-23T02:12:27.2960315Z T=at::Generator 2022-11-23T02:12:27.2960377Z ] 2022-11-23T02:12:27.2960684Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2960733Z with 2022-11-23T02:12:27.2968814Z [ 2022-11-23T02:12:27.2968962Z T=at::Generator 2022-11-23T02:12:27.2969025Z ] 2022-11-23T02:12:27.2969397Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2969571Z with 2022-11-23T02:12:27.2969633Z [ 2022-11-23T02:12:27.2969717Z T=at::Generator 2022-11-23T02:12:27.2969778Z ] 2022-11-23T02:12:27.2970161Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2970225Z with 2022-11-23T02:12:27.2970285Z [ 2022-11-23T02:12:27.2970368Z T=at::Generator 2022-11-23T02:12:27.2970429Z ] 2022-11-23T02:12:27.2970748Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2971066Z 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:12:27.2971398Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2971460Z with 2022-11-23T02:12:27.2971520Z [ 2022-11-23T02:12:27.2971601Z T=at::Generator 2022-11-23T02:12:27.2971660Z ] 2022-11-23T02:12:27.2972007Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2972060Z with 2022-11-23T02:12:27.2972118Z [ 2022-11-23T02:12:27.2972194Z T=c10::Scalar 2022-11-23T02:12:27.2972255Z ] 2022-11-23T02:12:27.2972565Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2972628Z with 2022-11-23T02:12:27.2972686Z [ 2022-11-23T02:12:27.2972762Z T=c10::Scalar 2022-11-23T02:12:27.2972822Z ] 2022-11-23T02:12:27.2973169Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2973232Z with 2022-11-23T02:12:27.2973291Z [ 2022-11-23T02:12:27.2973365Z T=c10::Scalar 2022-11-23T02:12:27.2973425Z ] 2022-11-23T02:12:27.2973790Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2973842Z with 2022-11-23T02:12:27.2973900Z [ 2022-11-23T02:12:27.2973975Z T=c10::Scalar 2022-11-23T02:12:27.2974033Z ] 2022-11-23T02:12:27.2974348Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2974662Z 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:12:27.2974990Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2975053Z with 2022-11-23T02:12:27.2975155Z [ 2022-11-23T02:12:27.2975230Z T=c10::Scalar 2022-11-23T02:12:27.2975288Z ] 2022-11-23T02:12:27.2975585Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2975645Z with 2022-11-23T02:12:27.2975703Z [ 2022-11-23T02:12:27.2975780Z T=std::string 2022-11-23T02:12:27.2975838Z ] 2022-11-23T02:12:27.2976141Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2976191Z with 2022-11-23T02:12:27.2976251Z [ 2022-11-23T02:12:27.2976325Z T=std::string 2022-11-23T02:12:27.2976386Z ] 2022-11-23T02:12:27.2976728Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2976792Z with 2022-11-23T02:12:27.2976851Z [ 2022-11-23T02:12:27.2976926Z T=std::string 2022-11-23T02:12:27.2976986Z ] 2022-11-23T02:12:27.2977353Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2977452Z with 2022-11-23T02:12:27.2977513Z [ 2022-11-23T02:12:27.2977588Z T=std::string 2022-11-23T02:12:27.2977646Z ] 2022-11-23T02:12:27.2977959Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2978270Z 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:12:27.2978589Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2978638Z with 2022-11-23T02:12:27.2978697Z [ 2022-11-23T02:12:27.2978773Z T=std::string 2022-11-23T02:12:27.2978832Z ] 2022-11-23T02:12:27.2979128Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2979191Z with 2022-11-23T02:12:27.2979249Z [ 2022-11-23T02:12:27.2979338Z T=c10::QualifiedName 2022-11-23T02:12:27.2979397Z ] 2022-11-23T02:12:27.2979703Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2979763Z with 2022-11-23T02:12:27.2979822Z [ 2022-11-23T02:12:27.2979908Z T=c10::QualifiedName 2022-11-23T02:12:27.2979969Z ] 2022-11-23T02:12:27.2980309Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2980359Z with 2022-11-23T02:12:27.2980417Z [ 2022-11-23T02:12:27.2980501Z T=c10::QualifiedName 2022-11-23T02:12:27.2980560Z ] 2022-11-23T02:12:27.2980930Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2981034Z with 2022-11-23T02:12:27.2981093Z [ 2022-11-23T02:12:27.2981177Z T=c10::QualifiedName 2022-11-23T02:12:27.2981235Z ] 2022-11-23T02:12:27.2981554Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.2981879Z 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:12:27.2982204Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2982267Z with 2022-11-23T02:12:27.2982327Z [ 2022-11-23T02:12:27.2982410Z T=c10::QualifiedName 2022-11-23T02:12:27.2982467Z ] 2022-11-23T02:12:27.2982758Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2982807Z with 2022-11-23T02:12:27.2982865Z [ 2022-11-23T02:12:27.2983033Z T=std::shared_ptr 2022-11-23T02:12:27.2983093Z ] 2022-11-23T02:12:27.2983397Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2983459Z with 2022-11-23T02:12:27.2983519Z [ 2022-11-23T02:12:27.2983649Z T=std::shared_ptr 2022-11-23T02:12:27.2983708Z ] 2022-11-23T02:12:27.2984048Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2984110Z with 2022-11-23T02:12:27.2984168Z [ 2022-11-23T02:12:27.2984293Z T=std::shared_ptr 2022-11-23T02:12:27.2984352Z ] 2022-11-23T02:12:27.2984722Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2984783Z with 2022-11-23T02:12:27.2984829Z [ 2022-11-23T02:12:27.2984952Z T=std::shared_ptr 2022-11-23T02:12:27.2985014Z ] 2022-11-23T02:12:27.2985362Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.2985704Z 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:12:27.2986028Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2986093Z with 2022-11-23T02:12:27.2986153Z [ 2022-11-23T02:12:27.2986276Z T=std::shared_ptr 2022-11-23T02:12:27.2986376Z ] 2022-11-23T02:12:27.2986673Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2986736Z with 2022-11-23T02:12:27.2986794Z [ 2022-11-23T02:12:27.2986918Z T=std::weak_ptr 2022-11-23T02:12:27.2986977Z ] 2022-11-23T02:12:27.2987285Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2987347Z with 2022-11-23T02:12:27.2987405Z [ 2022-11-23T02:12:27.2987516Z T=std::weak_ptr 2022-11-23T02:12:27.2987574Z ] 2022-11-23T02:12:27.2987912Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2987976Z with 2022-11-23T02:12:27.2988035Z [ 2022-11-23T02:12:27.2988158Z T=std::weak_ptr 2022-11-23T02:12:27.2988217Z ] 2022-11-23T02:12:27.2988582Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2988689Z with 2022-11-23T02:12:27.2988749Z [ 2022-11-23T02:12:27.2988871Z T=std::weak_ptr 2022-11-23T02:12:27.2988929Z ] 2022-11-23T02:12:27.2989277Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.2989620Z 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:12:27.2989946Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2990009Z with 2022-11-23T02:12:27.2990070Z [ 2022-11-23T02:12:27.2990299Z T=std::weak_ptr 2022-11-23T02:12:27.2990360Z ] 2022-11-23T02:12:27.2990644Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2990707Z with 2022-11-23T02:12:27.2990765Z [ 2022-11-23T02:12:27.2990919Z T=std::vector> 2022-11-23T02:12:27.2990979Z ] 2022-11-23T02:12:27.2991285Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2991346Z with 2022-11-23T02:12:27.2991405Z [ 2022-11-23T02:12:27.2991558Z T=std::vector> 2022-11-23T02:12:27.2991619Z ] 2022-11-23T02:12:27.2991964Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2992025Z with 2022-11-23T02:12:27.2992083Z [ 2022-11-23T02:12:27.2992288Z T=std::vector> 2022-11-23T02:12:27.2992346Z ] 2022-11-23T02:12:27.2992713Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2992774Z with 2022-11-23T02:12:27.2992820Z [ 2022-11-23T02:12:27.2992965Z T=std::vector> 2022-11-23T02:12:27.2993024Z ] 2022-11-23T02:12:27.2993395Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:12:27.2993756Z 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:12:27.2994084Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2994147Z with 2022-11-23T02:12:27.2994211Z [ 2022-11-23T02:12:27.2994358Z T=std::vector> 2022-11-23T02:12:27.2994458Z ] 2022-11-23T02:12:27.2994751Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2994812Z with 2022-11-23T02:12:27.2994871Z [ 2022-11-23T02:12:27.2994985Z T=std::vector> 2022-11-23T02:12:27.2995045Z ] 2022-11-23T02:12:27.2995351Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2995412Z with 2022-11-23T02:12:27.2995469Z [ 2022-11-23T02:12:27.2995585Z T=std::vector> 2022-11-23T02:12:27.2995632Z ] 2022-11-23T02:12:27.2995979Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2996041Z with 2022-11-23T02:12:27.2996102Z [ 2022-11-23T02:12:27.2996216Z T=std::vector> 2022-11-23T02:12:27.2996275Z ] 2022-11-23T02:12:27.2996642Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.2996707Z with 2022-11-23T02:12:27.2996766Z [ 2022-11-23T02:12:27.2996880Z T=std::vector> 2022-11-23T02:12:27.2996937Z ] 2022-11-23T02:12:27.2997276Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:12:27.2997610Z 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:12:27.2997934Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2998036Z with 2022-11-23T02:12:27.2998096Z [ 2022-11-23T02:12:27.2998209Z T=std::vector> 2022-11-23T02:12:27.2998270Z ] 2022-11-23T02:12:27.2998550Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.2998611Z with 2022-11-23T02:12:27.2998671Z [ 2022-11-23T02:12:27.2998833Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.2998892Z ] 2022-11-23T02:12:27.2999193Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.2999257Z with 2022-11-23T02:12:27.2999315Z [ 2022-11-23T02:12:27.2999472Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.2999531Z ] 2022-11-23T02:12:27.2999877Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.2999937Z with 2022-11-23T02:12:27.2999994Z [ 2022-11-23T02:12:27.3000193Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.3000253Z ] 2022-11-23T02:12:27.3000620Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.3000684Z with 2022-11-23T02:12:27.3000745Z [ 2022-11-23T02:12:27.3000890Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.3000949Z ] 2022-11-23T02:12:27.3001323Z C:\actions-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:12:27.3001698Z 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:12:27.3002008Z 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:12:27.3002333Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.3002397Z with 2022-11-23T02:12:27.3002541Z [ 2022-11-23T02:12:27.3002700Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.3002760Z ] 2022-11-23T02:12:27.3003102Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.3003171Z with 2022-11-23T02:12:27.3003230Z [ 2022-11-23T02:12:27.3003384Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.3003494Z ] 2022-11-23T02:12:27.3003804Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.3003866Z with 2022-11-23T02:12:27.3003923Z [ 2022-11-23T02:12:27.3004075Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.3004134Z ] 2022-11-23T02:12:27.3004479Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.3004540Z with 2022-11-23T02:12:27.3004587Z [ 2022-11-23T02:12:27.3004739Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.3004801Z ] 2022-11-23T02:12:27.3005171Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.3005234Z with 2022-11-23T02:12:27.3005294Z [ 2022-11-23T02:12:27.3005445Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.3005506Z ] 2022-11-23T02:12:27.3005912Z C:\actions-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:12:27.3006276Z 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:12:27.3006587Z 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:12:27.3006908Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.3006970Z with 2022-11-23T02:12:27.3007034Z [ 2022-11-23T02:12:27.3007183Z T=std::vector,std::allocator>> 2022-11-23T02:12:27.3007243Z ] 2022-11-23T02:12:27.3007534Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.3007601Z with 2022-11-23T02:12:27.3007660Z [ 2022-11-23T02:12:27.3007778Z T=std::vector> 2022-11-23T02:12:27.3007826Z ] 2022-11-23T02:12:27.3008131Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.3008191Z with 2022-11-23T02:12:27.3008250Z [ 2022-11-23T02:12:27.3008414Z T=std::vector> 2022-11-23T02:12:27.3008480Z ] 2022-11-23T02:12:27.3008855Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.3008936Z with 2022-11-23T02:12:27.3008995Z [ 2022-11-23T02:12:27.3009161Z T=std::vector> 2022-11-23T02:12:27.3009219Z ] 2022-11-23T02:12:27.3009586Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.3009647Z with 2022-11-23T02:12:27.3009708Z [ 2022-11-23T02:12:27.3009824Z T=std::vector> 2022-11-23T02:12:27.3009882Z ] 2022-11-23T02:12:27.3010220Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:12:27.3010551Z 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:12:27.3010872Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.3010938Z with 2022-11-23T02:12:27.3010985Z [ 2022-11-23T02:12:27.3011103Z T=std::vector> 2022-11-23T02:12:27.3011163Z ] 2022-11-23T02:12:27.3011503Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.3011570Z with 2022-11-23T02:12:27.3011630Z [ 2022-11-23T02:12:27.3011779Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:12:27.3011839Z ] 2022-11-23T02:12:27.3012145Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.3012205Z with 2022-11-23T02:12:27.3012264Z [ 2022-11-23T02:12:27.3012407Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:12:27.3012465Z ] 2022-11-23T02:12:27.3012807Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.3012869Z with 2022-11-23T02:12:27.3012915Z [ 2022-11-23T02:12:27.3013060Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:12:27.3013122Z ] 2022-11-23T02:12:27.3013489Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.3013553Z with 2022-11-23T02:12:27.3013612Z [ 2022-11-23T02:12:27.3013757Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:12:27.3013815Z ] 2022-11-23T02:12:27.3014234Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.3014625Z 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:12:27.3015024Z 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:12:27.3015407Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.3015467Z with 2022-11-23T02:12:27.3015526Z [ 2022-11-23T02:12:27.3015674Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:12:27.3015736Z ] 2022-11-23T02:12:27.3016030Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.3016091Z with 2022-11-23T02:12:27.3016148Z [ 2022-11-23T02:12:27.3016296Z T=c10::impl::InlineStreamGuard 2022-11-23T02:12:27.3016355Z ] 2022-11-23T02:12:27.3016647Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.3016709Z with 2022-11-23T02:12:27.3016769Z [ 2022-11-23T02:12:27.3016913Z T=c10::impl::InlineStreamGuard 2022-11-23T02:12:27.3016973Z ] 2022-11-23T02:12:27.3017352Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.3017416Z with 2022-11-23T02:12:27.3017473Z [ 2022-11-23T02:12:27.3017620Z T=c10::impl::InlineStreamGuard 2022-11-23T02:12:27.3017682Z ] 2022-11-23T02:12:27.3018049Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.3018110Z with 2022-11-23T02:12:27.3018169Z [ 2022-11-23T02:12:27.3018314Z T=c10::impl::InlineStreamGuard 2022-11-23T02:12:27.3018371Z ] 2022-11-23T02:12:27.3018737Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.3019118Z 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:12:27.3019490Z 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:12:27.3019816Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.3019879Z with 2022-11-23T02:12:27.3019941Z [ 2022-11-23T02:12:27.3020074Z T=c10::impl::InlineStreamGuard 2022-11-23T02:12:27.3020132Z ] 2022-11-23T02:12:27.3020475Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.3021063Z with 2022-11-23T02:12:27.3021123Z [ 2022-11-23T02:12:27.3021229Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:12:27.3021291Z ] 2022-11-23T02:12:27.3021597Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.3021660Z with 2022-11-23T02:12:27.3021719Z [ 2022-11-23T02:12:27.3021820Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:12:27.3021879Z ] 2022-11-23T02:12:27.3022228Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.3022292Z with 2022-11-23T02:12:27.3022352Z [ 2022-11-23T02:12:27.3022455Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:12:27.3022502Z ] 2022-11-23T02:12:27.3023010Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.3023105Z with 2022-11-23T02:12:27.3023200Z [ 2022-11-23T02:12:27.3023363Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:12:27.3023460Z ] 2022-11-23T02:12:27.3029093Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.3029461Z 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:12:27.3029535Z with 2022-11-23T02:12:27.3029596Z [ 2022-11-23T02:12:27.3029709Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:12:27.3029772Z ] 2022-11-23T02:12:27.3030207Z 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:12:27.3030547Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.3030612Z with 2022-11-23T02:12:27.3030676Z [ 2022-11-23T02:12:27.3030779Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:12:27.3030827Z ] 2022-11-23T02:12:27.3031129Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.3031193Z with 2022-11-23T02:12:27.3031253Z [ 2022-11-23T02:12:27.3031439Z T=std::vector> 2022-11-23T02:12:27.3031500Z ] 2022-11-23T02:12:27.3031809Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.3031873Z with 2022-11-23T02:12:27.3031936Z [ 2022-11-23T02:12:27.3032122Z T=std::vector> 2022-11-23T02:12:27.3032182Z ] 2022-11-23T02:12:27.3032527Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.3032657Z with 2022-11-23T02:12:27.3032718Z [ 2022-11-23T02:12:27.3032898Z T=std::vector> 2022-11-23T02:12:27.3032960Z ] 2022-11-23T02:12:27.3033336Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.3033401Z with 2022-11-23T02:12:27.3033448Z [ 2022-11-23T02:12:27.3033627Z T=std::vector> 2022-11-23T02:12:27.3033687Z ] 2022-11-23T02:12:27.3034131Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:12:27.3034576Z 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:12:27.3034950Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.3035016Z with 2022-11-23T02:12:27.3035076Z [ 2022-11-23T02:12:27.3035254Z T=std::vector> 2022-11-23T02:12:27.3035313Z ] 2022-11-23T02:12:27.3035609Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.3035671Z with 2022-11-23T02:12:27.3035731Z [ 2022-11-23T02:12:27.3035825Z T=torch::autograd::ViewInfo 2022-11-23T02:12:27.3035886Z ] 2022-11-23T02:12:27.3036192Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.3036255Z with 2022-11-23T02:12:27.3036314Z [ 2022-11-23T02:12:27.3036409Z T=torch::autograd::ViewInfo 2022-11-23T02:12:27.3036467Z ] 2022-11-23T02:12:27.3036803Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.3036866Z with 2022-11-23T02:12:27.3036924Z [ 2022-11-23T02:12:27.3037015Z T=torch::autograd::ViewInfo 2022-11-23T02:12:27.3037074Z ] 2022-11-23T02:12:27.3037447Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.3037508Z with 2022-11-23T02:12:27.3037566Z [ 2022-11-23T02:12:27.3037663Z T=torch::autograd::ViewInfo 2022-11-23T02:12:27.3037722Z ] 2022-11-23T02:12:27.3038050Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.3038383Z 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:12:27.3038758Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.3038820Z with 2022-11-23T02:12:27.3038878Z [ 2022-11-23T02:12:27.3038971Z T=torch::autograd::ViewInfo 2022-11-23T02:12:27.3039029Z ] 2022-11-23T02:12:27.3039319Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.3039379Z with 2022-11-23T02:12:27.3039425Z [ 2022-11-23T02:12:27.3039501Z T=c10::IValue 2022-11-23T02:12:27.3039561Z ] 2022-11-23T02:12:27.3039907Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.3039971Z with 2022-11-23T02:12:27.3040030Z [ 2022-11-23T02:12:27.3040103Z T=c10::IValue 2022-11-23T02:12:27.3040161Z ] 2022-11-23T02:12:27.3040589Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.3040655Z with 2022-11-23T02:12:27.3040712Z [ 2022-11-23T02:12:27.3040786Z T=c10::IValue 2022-11-23T02:12:27.3040845Z ] 2022-11-23T02:12:27.3041217Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.3041280Z with 2022-11-23T02:12:27.3041325Z [ 2022-11-23T02:12:27.3041399Z T=c10::IValue 2022-11-23T02:12:27.3041460Z ] 2022-11-23T02:12:27.3041770Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.3042087Z 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:12:27.3042413Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.3042477Z with 2022-11-23T02:12:27.3042536Z [ 2022-11-23T02:12:27.3042611Z T=c10::IValue 2022-11-23T02:12:27.3042669Z ] 2022-11-23T02:12:27.3042960Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.3043022Z with 2022-11-23T02:12:27.3043080Z [ 2022-11-23T02:12:27.3043160Z T=c10::AliasInfo 2022-11-23T02:12:27.3043217Z ] 2022-11-23T02:12:27.3043518Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.3043568Z with 2022-11-23T02:12:27.3043626Z [ 2022-11-23T02:12:27.3043705Z T=c10::AliasInfo 2022-11-23T02:12:27.3043765Z ] 2022-11-23T02:12:27.3044153Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.3044215Z with 2022-11-23T02:12:27.3044273Z [ 2022-11-23T02:12:27.3044350Z T=c10::AliasInfo 2022-11-23T02:12:27.3044410Z ] 2022-11-23T02:12:27.3044780Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.3044842Z with 2022-11-23T02:12:27.3044901Z [ 2022-11-23T02:12:27.3044981Z T=c10::AliasInfo 2022-11-23T02:12:27.3045038Z ] 2022-11-23T02:12:27.3045349Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.3045716Z 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:12:27.3046047Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.3046149Z with 2022-11-23T02:12:27.3046245Z [ 2022-11-23T02:12:27.3046327Z T=c10::AliasInfo 2022-11-23T02:12:27.3046389Z ] 2022-11-23T02:12:27.3046682Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.3046743Z with 2022-11-23T02:12:27.3046803Z [ 2022-11-23T02:12:27.3046932Z T=std::vector> 2022-11-23T02:12:27.3046990Z ] 2022-11-23T02:12:27.3047296Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.3047356Z with 2022-11-23T02:12:27.3047414Z [ 2022-11-23T02:12:27.3047542Z T=std::vector> 2022-11-23T02:12:27.3047602Z ] 2022-11-23T02:12:27.3047947Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.3048008Z with 2022-11-23T02:12:27.3048055Z [ 2022-11-23T02:12:27.3048181Z T=std::vector> 2022-11-23T02:12:27.3048245Z ] 2022-11-23T02:12:27.3048609Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.3048673Z with 2022-11-23T02:12:27.3048733Z [ 2022-11-23T02:12:27.3048858Z T=std::vector> 2022-11-23T02:12:27.3048917Z ] 2022-11-23T02:12:27.3049251Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:12:27.3049311Z with 2022-11-23T02:12:27.3049370Z [ 2022-11-23T02:12:27.3049445Z T=c10::SymInt 2022-11-23T02:12:27.3049503Z ] 2022-11-23T02:12:27.3049873Z 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:12:27.3049935Z with 2022-11-23T02:12:27.3049993Z [ 2022-11-23T02:12:27.3050057Z T=c10::SymInt 2022-11-23T02:12:27.3050114Z ] 2022-11-23T02:12:27.3050466Z 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:12:27.3050877Z 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:12:27.3051207Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.3051270Z with 2022-11-23T02:12:27.3051331Z [ 2022-11-23T02:12:27.3051499Z T=std::vector> 2022-11-23T02:12:27.3051561Z ] 2022-11-23T02:12:27.3051901Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.3052000Z with 2022-11-23T02:12:27.3052059Z [ 2022-11-23T02:12:27.3052194Z T=c10::either 2022-11-23T02:12:27.3052252Z ] 2022-11-23T02:12:27.3052561Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.3052626Z with 2022-11-23T02:12:27.3052684Z [ 2022-11-23T02:12:27.3052817Z T=c10::either 2022-11-23T02:12:27.3052864Z ] 2022-11-23T02:12:27.3053205Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.3053266Z with 2022-11-23T02:12:27.3053324Z [ 2022-11-23T02:12:27.3053455Z T=c10::either 2022-11-23T02:12:27.3053513Z ] 2022-11-23T02:12:27.3053882Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.3053949Z with 2022-11-23T02:12:27.3054008Z [ 2022-11-23T02:12:27.3054142Z T=c10::either 2022-11-23T02:12:27.3054199Z ] 2022-11-23T02:12:27.3054549Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.3054937Z 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:12:27.3055266Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.3055378Z with 2022-11-23T02:12:27.3055436Z [ 2022-11-23T02:12:27.3055569Z T=c10::either 2022-11-23T02:12:27.3055627Z ] 2022-11-23T02:12:27.3055919Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.3055981Z with 2022-11-23T02:12:27.3056028Z [ 2022-11-23T02:12:27.3056116Z T=at::StepCallbacks 2022-11-23T02:12:27.3056178Z ] 2022-11-23T02:12:27.3056487Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.3056547Z with 2022-11-23T02:12:27.3056604Z [ 2022-11-23T02:12:27.3056690Z T=at::StepCallbacks 2022-11-23T02:12:27.3056751Z ] 2022-11-23T02:12:27.3057094Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.3057156Z with 2022-11-23T02:12:27.3057257Z [ 2022-11-23T02:12:27.3057344Z T=at::StepCallbacks 2022-11-23T02:12:27.3057402Z ] 2022-11-23T02:12:27.3058272Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.3058349Z with 2022-11-23T02:12:27.3058396Z [ 2022-11-23T02:12:27.3058486Z T=at::StepCallbacks 2022-11-23T02:12:27.3058545Z ] 2022-11-23T02:12:27.3058868Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.3059203Z 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:12:27.3059529Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.3059590Z with 2022-11-23T02:12:27.3059652Z [ 2022-11-23T02:12:27.3059740Z T=at::StepCallbacks 2022-11-23T02:12:27.3059802Z ] 2022-11-23T02:12:27.3060099Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.3060166Z with 2022-11-23T02:12:27.3060226Z [ 2022-11-23T02:12:27.3060305Z T=c10::DimVector 2022-11-23T02:12:27.3060363Z ] 2022-11-23T02:12:27.3060669Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.3060731Z with 2022-11-23T02:12:27.3060778Z [ 2022-11-23T02:12:27.3060856Z T=c10::DimVector 2022-11-23T02:12:27.3060914Z ] 2022-11-23T02:12:27.3061260Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.3061322Z with 2022-11-23T02:12:27.3061381Z [ 2022-11-23T02:12:27.3061511Z T=c10::DimVector 2022-11-23T02:12:27.3061569Z ] 2022-11-23T02:12:27.3061939Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.3062000Z with 2022-11-23T02:12:27.3062058Z [ 2022-11-23T02:12:27.3062136Z T=c10::DimVector 2022-11-23T02:12:27.3062196Z ] 2022-11-23T02:12:27.3062521Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.3062836Z 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:12:27.3063207Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.3063274Z with 2022-11-23T02:12:27.3063321Z [ 2022-11-23T02:12:27.3063399Z T=c10::DimVector 2022-11-23T02:12:27.3063459Z ] 2022-11-23T02:12:27.3063795Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.3063907Z with 2022-11-23T02:12:27.3063967Z [ 2022-11-23T02:12:27.3064068Z T=c10::impl::AnnotatedSchema 2022-11-23T02:12:27.3064125Z ] 2022-11-23T02:12:27.3064431Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.3064495Z with 2022-11-23T02:12:27.3064553Z [ 2022-11-23T02:12:27.3064650Z T=c10::impl::AnnotatedSchema 2022-11-23T02:12:27.3064709Z ] 2022-11-23T02:12:27.3065055Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.3065121Z with 2022-11-23T02:12:27.3065168Z [ 2022-11-23T02:12:27.3065265Z T=c10::impl::AnnotatedSchema 2022-11-23T02:12:27.3065326Z ] 2022-11-23T02:12:27.3065694Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.3065754Z with 2022-11-23T02:12:27.3065815Z [ 2022-11-23T02:12:27.3065912Z T=c10::impl::AnnotatedSchema 2022-11-23T02:12:27.3065971Z ] 2022-11-23T02:12:27.3066304Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.3066652Z 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:12:27.3066978Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.3067040Z with 2022-11-23T02:12:27.3067098Z [ 2022-11-23T02:12:27.3067194Z T=c10::impl::AnnotatedSchema 2022-11-23T02:12:27.3067301Z ] 2022-11-23T02:12:27.3067599Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.3067664Z with 2022-11-23T02:12:27.3067722Z [ 2022-11-23T02:12:27.3067849Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:12:27.3067907Z ] 2022-11-23T02:12:27.3068219Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.3068280Z with 2022-11-23T02:12:27.3068344Z [ 2022-11-23T02:12:27.3068480Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:12:27.3068538Z ] 2022-11-23T02:12:27.3068925Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.3068992Z with 2022-11-23T02:12:27.3069050Z [ 2022-11-23T02:12:27.3069185Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:12:27.3069243Z ] 2022-11-23T02:12:27.3069694Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.3069760Z with 2022-11-23T02:12:27.3069818Z [ 2022-11-23T02:12:27.3069955Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:12:27.3070001Z ] 2022-11-23T02:12:27.3070425Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.3070811Z 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:12:27.3071149Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.3071201Z with 2022-11-23T02:12:27.3071262Z [ 2022-11-23T02:12:27.3071397Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:12:27.3071458Z ] 2022-11-23T02:12:27.3071750Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.3071818Z with 2022-11-23T02:12:27.3071878Z [ 2022-11-23T02:12:27.3071992Z T=std::tuple 2022-11-23T02:12:27.3072051Z ] 2022-11-23T02:12:27.3072356Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.3072422Z with 2022-11-23T02:12:27.3072483Z [ 2022-11-23T02:12:27.3072598Z T=std::tuple 2022-11-23T02:12:27.3072657Z ] 2022-11-23T02:12:27.3072997Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.3073057Z with 2022-11-23T02:12:27.3073157Z [ 2022-11-23T02:12:27.3073267Z T=std::tuple 2022-11-23T02:12:27.3073330Z ] 2022-11-23T02:12:27.3073699Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.3073760Z with 2022-11-23T02:12:27.3073820Z [ 2022-11-23T02:12:27.3073930Z T=std::tuple 2022-11-23T02:12:27.3073988Z ] 2022-11-23T02:12:27.3074328Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.3074717Z 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:12:27.3075053Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.3075117Z with 2022-11-23T02:12:27.3075175Z [ 2022-11-23T02:12:27.3075325Z T=std::tuple 2022-11-23T02:12:27.3075386Z ] 2022-11-23T02:12:27.3075728Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.3075791Z with 2022-11-23T02:12:27.3075849Z [ 2022-11-23T02:12:27.3075930Z T=torch::jit::SourceRange 2022-11-23T02:12:27.3075988Z ] 2022-11-23T02:12:27.3076296Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.3076356Z with 2022-11-23T02:12:27.3076414Z [ 2022-11-23T02:12:27.3076505Z T=torch::jit::SourceRange 2022-11-23T02:12:27.3076564Z ] 2022-11-23T02:12:27.3076909Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.3076969Z with 2022-11-23T02:12:27.3077028Z [ 2022-11-23T02:12:27.3077116Z T=torch::jit::SourceRange 2022-11-23T02:12:27.3077175Z ] 2022-11-23T02:12:27.3077542Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.3077607Z with 2022-11-23T02:12:27.3077666Z [ 2022-11-23T02:12:27.3077743Z T=torch::jit::SourceRange 2022-11-23T02:12:27.3077801Z ] 2022-11-23T02:12:27.3078132Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.3078471Z 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:12:27.3078794Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.3078903Z with 2022-11-23T02:12:27.3078961Z [ 2022-11-23T02:12:27.3079053Z T=torch::jit::SourceRange 2022-11-23T02:12:27.3079111Z ] 2022-11-23T02:12:27.3079401Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.3079461Z with 2022-11-23T02:12:27.3079518Z [ 2022-11-23T02:12:27.3079631Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:12:27.3079689Z ] 2022-11-23T02:12:27.3080000Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.3080060Z with 2022-11-23T02:12:27.3080120Z [ 2022-11-23T02:12:27.3080216Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:12:27.3080276Z ] 2022-11-23T02:12:27.3080660Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.3080723Z with 2022-11-23T02:12:27.3080781Z [ 2022-11-23T02:12:27.3080891Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:12:27.3080950Z ] 2022-11-23T02:12:27.3081398Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.3081464Z with 2022-11-23T02:12:27.3081522Z [ 2022-11-23T02:12:27.3081636Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:12:27.3081694Z ] 2022-11-23T02:12:27.3082030Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.3082372Z 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:12:27.3082698Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.3082759Z with 2022-11-23T02:12:27.3082818Z [ 2022-11-23T02:12:27.3082928Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:12:27.3082974Z ] 2022-11-23T02:12:27.3083266Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.3083332Z with 2022-11-23T02:12:27.3083389Z [ 2022-11-23T02:12:27.3083498Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:12:27.3083557Z ] 2022-11-23T02:12:27.3083866Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.3083926Z with 2022-11-23T02:12:27.3083987Z [ 2022-11-23T02:12:27.3084095Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:12:27.3084153Z ] 2022-11-23T02:12:27.3084495Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.3084597Z with 2022-11-23T02:12:27.3084654Z [ 2022-11-23T02:12:27.3084758Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:12:27.3084816Z ] 2022-11-23T02:12:27.3085170Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.3085230Z with 2022-11-23T02:12:27.3085288Z [ 2022-11-23T02:12:27.3085392Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:12:27.3085452Z ] 2022-11-23T02:12:27.3085788Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.3086131Z 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:12:27.3086499Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.3086566Z with 2022-11-23T02:12:27.3086625Z [ 2022-11-23T02:12:27.3086732Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:12:27.3086791Z ] 2022-11-23T02:12:27.3087172Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.3087237Z with 2022-11-23T02:12:27.3087294Z [ 2022-11-23T02:12:27.3087388Z T=torch::jit::ScopePtr 2022-11-23T02:12:27.3087449Z ] 2022-11-23T02:12:27.3087754Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.3087805Z with 2022-11-23T02:12:27.3087864Z [ 2022-11-23T02:12:27.3087952Z T=torch::jit::ScopePtr 2022-11-23T02:12:27.3088014Z ] 2022-11-23T02:12:27.3088354Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.3088420Z with 2022-11-23T02:12:27.3088478Z [ 2022-11-23T02:12:27.3088564Z T=torch::jit::ScopePtr 2022-11-23T02:12:27.3088622Z ] 2022-11-23T02:12:27.3088990Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.3089055Z with 2022-11-23T02:12:27.3089115Z [ 2022-11-23T02:12:27.3089200Z T=torch::jit::ScopePtr 2022-11-23T02:12:27.3089257Z ] 2022-11-23T02:12:27.3089579Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.3089903Z 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:12:27.3090226Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.3090331Z with 2022-11-23T02:12:27.3090380Z [ 2022-11-23T02:12:27.3090468Z T=torch::jit::ScopePtr 2022-11-23T02:12:27.3090526Z ] 2022-11-23T02:12:27.3090815Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.3090876Z with 2022-11-23T02:12:27.3090935Z [ 2022-11-23T02:12:27.3091027Z T=at::ThreadLocalState 2022-11-23T02:12:27.3091085Z ] 2022-11-23T02:12:27.3091386Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.3091448Z with 2022-11-23T02:12:27.3091510Z [ 2022-11-23T02:12:27.3091599Z T=at::ThreadLocalState 2022-11-23T02:12:27.3091659Z ] 2022-11-23T02:12:27.3092002Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.3092066Z with 2022-11-23T02:12:27.3092114Z [ 2022-11-23T02:12:27.3092243Z T=at::ThreadLocalState 2022-11-23T02:12:27.3092304Z ] 2022-11-23T02:12:27.3092755Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.3092822Z with 2022-11-23T02:12:27.3092880Z [ 2022-11-23T02:12:27.3092970Z T=at::ThreadLocalState 2022-11-23T02:12:27.3093028Z ] 2022-11-23T02:12:27.3093355Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.3093703Z 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:12:27.3094026Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.3094088Z with 2022-11-23T02:12:27.3094150Z [ 2022-11-23T02:12:27.3094240Z T=at::ThreadLocalState 2022-11-23T02:12:27.3094297Z ] 2022-11-23T02:12:27.3094586Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.3094649Z with 2022-11-23T02:12:27.3094695Z [ 2022-11-23T02:12:27.3094805Z T=std::shared_ptr 2022-11-23T02:12:27.3094866Z ] 2022-11-23T02:12:27.3095171Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.3095233Z with 2022-11-23T02:12:27.3095292Z [ 2022-11-23T02:12:27.3095400Z T=std::shared_ptr 2022-11-23T02:12:27.3095458Z ] 2022-11-23T02:12:27.3095798Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.3095859Z with 2022-11-23T02:12:27.3095917Z [ 2022-11-23T02:12:27.3096022Z T=std::shared_ptr 2022-11-23T02:12:27.3096126Z ] 2022-11-23T02:12:27.3096491Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.3096554Z with 2022-11-23T02:12:27.3096612Z [ 2022-11-23T02:12:27.3096708Z T=std::shared_ptr 2022-11-23T02:12:27.3096767Z ] 2022-11-23T02:12:27.3097097Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.3097423Z 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:12:27.3097777Z 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:12:27.3098150Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.3098218Z with 2022-11-23T02:12:27.3098277Z [ 2022-11-23T02:12:27.3098431Z T=std::shared_ptr 2022-11-23T02:12:27.3098531Z ] 2022-11-23T02:12:27.3098829Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.3098890Z with 2022-11-23T02:12:27.3098954Z [ 2022-11-23T02:12:27.3099055Z T=torch::jit::GraphExecutor 2022-11-23T02:12:27.3099113Z ] 2022-11-23T02:12:27.3099414Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.3099474Z with 2022-11-23T02:12:27.3099532Z [ 2022-11-23T02:12:27.3099625Z T=torch::jit::GraphExecutor 2022-11-23T02:12:27.3099671Z ] 2022-11-23T02:12:27.3100014Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.3100075Z with 2022-11-23T02:12:27.3100135Z [ 2022-11-23T02:12:27.3100232Z T=torch::jit::GraphExecutor 2022-11-23T02:12:27.3100295Z ] 2022-11-23T02:12:27.3100664Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.3100725Z with 2022-11-23T02:12:27.3100785Z [ 2022-11-23T02:12:27.3100879Z T=torch::jit::GraphExecutor 2022-11-23T02:12:27.3100939Z ] 2022-11-23T02:12:27.3101272Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.3101592Z 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:12:27.3101946Z 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:12:27.3102326Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.3102390Z with 2022-11-23T02:12:27.3102450Z [ 2022-11-23T02:12:27.3102548Z T=torch::jit::GraphExecutor 2022-11-23T02:12:27.3102611Z ] 2022-11-23T02:12:27.3102893Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.3102954Z with 2022-11-23T02:12:27.3103013Z [ 2022-11-23T02:12:27.3103098Z T=torch::jit::Method 2022-11-23T02:12:27.3103159Z ] 2022-11-23T02:12:27.3103464Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.3103525Z with 2022-11-23T02:12:27.3103584Z [ 2022-11-23T02:12:27.3103673Z T=torch::jit::Method 2022-11-23T02:12:27.3103733Z ] 2022-11-23T02:12:27.3104158Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.3104222Z with 2022-11-23T02:12:27.3104281Z [ 2022-11-23T02:12:27.3104402Z T=torch::jit::Method 2022-11-23T02:12:27.3104461Z ] 2022-11-23T02:12:27.3104818Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.3104884Z with 2022-11-23T02:12:27.3104943Z [ 2022-11-23T02:12:27.3105028Z T=torch::jit::Method 2022-11-23T02:12:27.3105087Z ] 2022-11-23T02:12:27.3105407Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.3105732Z 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:12:27.3106059Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.3106124Z with 2022-11-23T02:12:27.3106184Z [ 2022-11-23T02:12:27.3106270Z T=torch::jit::Method 2022-11-23T02:12:27.3106333Z ] 2022-11-23T02:12:27.3106627Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.3106688Z with 2022-11-23T02:12:27.3106745Z [ 2022-11-23T02:12:27.3106877Z T=std::vector> 2022-11-23T02:12:27.3106939Z ] 2022-11-23T02:12:27.3107240Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.3107290Z with 2022-11-23T02:12:27.3107348Z [ 2022-11-23T02:12:27.3107532Z T=std::vector> 2022-11-23T02:12:27.3107590Z ] 2022-11-23T02:12:27.3107934Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.3107995Z with 2022-11-23T02:12:27.3108052Z [ 2022-11-23T02:12:27.3108183Z T=std::vector> 2022-11-23T02:12:27.3108241Z ] 2022-11-23T02:12:27.3108609Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.3108671Z with 2022-11-23T02:12:27.3108730Z [ 2022-11-23T02:12:27.3108860Z T=std::vector> 2022-11-23T02:12:27.3108923Z ] 2022-11-23T02:12:27.3109275Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:12:27.3109669Z 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:12:27.3110047Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.3110114Z with 2022-11-23T02:12:27.3110264Z [ 2022-11-23T02:12:27.3110388Z T=std::vector> 2022-11-23T02:12:27.3110450Z ] 2022-11-23T02:12:27.3110741Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.3110804Z with 2022-11-23T02:12:27.3110864Z [ 2022-11-23T02:12:27.3111025Z T=std::function 2022-11-23T02:12:27.3111085Z ] 2022-11-23T02:12:27.3111394Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.3111460Z with 2022-11-23T02:12:27.3111519Z [ 2022-11-23T02:12:27.3111675Z T=std::function 2022-11-23T02:12:27.3111734Z ] 2022-11-23T02:12:27.3112089Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.3112152Z with 2022-11-23T02:12:27.3112211Z [ 2022-11-23T02:12:27.3112368Z T=std::function 2022-11-23T02:12:27.3112427Z ] 2022-11-23T02:12:27.3112787Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.3112848Z with 2022-11-23T02:12:27.3112906Z [ 2022-11-23T02:12:27.3113061Z T=std::function 2022-11-23T02:12:27.3113120Z ] 2022-11-23T02:12:27.3113547Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.3113940Z 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:12:27.3114269Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.3114336Z with 2022-11-23T02:12:27.3114396Z [ 2022-11-23T02:12:27.3114553Z T=std::function 2022-11-23T02:12:27.3114614Z ] 2022-11-23T02:12:27.3114905Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.3114967Z with 2022-11-23T02:12:27.3115027Z [ 2022-11-23T02:12:27.3115206Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:12:27.3115266Z ] 2022-11-23T02:12:27.3115660Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.3115725Z with 2022-11-23T02:12:27.3115784Z [ 2022-11-23T02:12:27.3115951Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:12:27.3116047Z ] 2022-11-23T02:12:27.3116395Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.3116459Z with 2022-11-23T02:12:27.3116518Z [ 2022-11-23T02:12:27.3116700Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:12:27.3116758Z ] 2022-11-23T02:12:27.3117128Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.3117189Z with 2022-11-23T02:12:27.3117246Z [ 2022-11-23T02:12:27.3117424Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:12:27.3117483Z ] 2022-11-23T02:12:27.3117883Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:27.3118315Z 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:12:27.3118640Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.3118702Z with 2022-11-23T02:12:27.3118760Z [ 2022-11-23T02:12:27.3118940Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:12:27.3118998Z ] 2022-11-23T02:12:27.3119763Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.3119826Z with 2022-11-23T02:12:27.3119873Z [ 2022-11-23T02:12:27.3119996Z T=std::vector> 2022-11-23T02:12:27.3120056Z ] 2022-11-23T02:12:27.3120365Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.3120431Z with 2022-11-23T02:12:27.3120495Z [ 2022-11-23T02:12:27.3120621Z T=std::vector> 2022-11-23T02:12:27.3120681Z ] 2022-11-23T02:12:27.3121029Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.3121093Z with 2022-11-23T02:12:27.3121152Z [ 2022-11-23T02:12:27.3121313Z T=std::vector> 2022-11-23T02:12:27.3121376Z ] 2022-11-23T02:12:27.3121747Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.3121848Z with 2022-11-23T02:12:27.3121961Z [ 2022-11-23T02:12:27.3122075Z T=std::vector> 2022-11-23T02:12:27.3122135Z ] 2022-11-23T02:12:27.3122470Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:12:27.3122533Z with 2022-11-23T02:12:27.3122590Z [ 2022-11-23T02:12:27.3122658Z T=double 2022-11-23T02:12:27.3122717Z ] 2022-11-23T02:12:27.3123091Z 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:12:27.3123153Z with 2022-11-23T02:12:27.3123211Z [ 2022-11-23T02:12:27.3123278Z T=double 2022-11-23T02:12:27.3123338Z ] 2022-11-23T02:12:27.3123662Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.3123725Z with 2022-11-23T02:12:27.3123782Z [ 2022-11-23T02:12:27.3123892Z T=std::vector> 2022-11-23T02:12:27.3123950Z ] 2022-11-23T02:12:27.3124241Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.3124302Z with 2022-11-23T02:12:27.3124361Z [ 2022-11-23T02:12:27.3124468Z T=std::tuple 2022-11-23T02:12:27.3124526Z ] 2022-11-23T02:12:27.3124837Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.3124897Z with 2022-11-23T02:12:27.3124956Z [ 2022-11-23T02:12:27.3125061Z T=std::tuple 2022-11-23T02:12:27.3125118Z ] 2022-11-23T02:12:27.3125459Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.3125566Z with 2022-11-23T02:12:27.3125623Z [ 2022-11-23T02:12:27.3125727Z T=std::tuple 2022-11-23T02:12:27.3125773Z ] 2022-11-23T02:12:27.3126145Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.3126206Z with 2022-11-23T02:12:27.3126264Z [ 2022-11-23T02:12:27.3126369Z T=std::tuple 2022-11-23T02:12:27.3126429Z ] 2022-11-23T02:12:27.3126758Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:27.3127164Z 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:12:27.3127492Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.3127603Z with 2022-11-23T02:12:27.3127700Z [ 2022-11-23T02:12:27.3127807Z T=std::tuple 2022-11-23T02:12:27.3127865Z ] 2022-11-23T02:12:27.3128154Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:27.3128217Z with 2022-11-23T02:12:27.3128276Z [ 2022-11-23T02:12:27.3128406Z T=std::vector> 2022-11-23T02:12:27.3128463Z ] 2022-11-23T02:12:27.3128756Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:27.3128817Z with 2022-11-23T02:12:27.3128876Z [ 2022-11-23T02:12:27.3129005Z T=std::vector> 2022-11-23T02:12:27.3129065Z ] 2022-11-23T02:12:27.3129409Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:27.3129479Z with 2022-11-23T02:12:27.3129544Z [ 2022-11-23T02:12:27.3129670Z T=std::vector> 2022-11-23T02:12:27.3129731Z ] 2022-11-23T02:12:27.3130102Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:27.3130165Z with 2022-11-23T02:12:27.3130226Z [ 2022-11-23T02:12:27.3130351Z T=std::vector> 2022-11-23T02:12:27.3130410Z ] 2022-11-23T02:12:27.3130758Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:12:27.3131136Z 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:12:27.3131518Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:27.3131580Z with 2022-11-23T02:12:27.3131626Z [ 2022-11-23T02:12:27.3131754Z T=std::vector> 2022-11-23T02:12:27.3131814Z ] 2022-11-23T02:12:27.3132272Z [2/2] "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\bin\Hostx64\x64/link.exe" main.o /nologo /DLL c10.lib torch_cpu.lib torch.lib /LIBPATH:C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib torch_python.lib /LIBPATH:C:\Jenkins\Miniconda3\libs /out:test_set_default_type.pyd 2022-11-23T02:12:27.3132433Z Creating library test_set_default_type.lib and object test_set_default_type.exp 2022-11-23T02:12:27.3132553Z Loading extension module test_set_default_type... 2022-11-23T02:12:27.3132618Z ok (12.225s) 2022-11-23T02:12:27.3132982Z test_warning (__main__.TestCppExtensionJIT) ... [W C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116\warn_mod\main.cpp:12] Warning: Error with CPUDoubleType (function foo) 2022-11-23T02:12:27.3133259Z [W C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116\warn_mod\main.cpp:12] Warning: Error with CPUDoubleType (function foo) 2022-11-23T02:12:27.3133614Z [W C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116\warn_mod\main.cpp:12] Warning: Error with CPUDoubleType (function foo) 2022-11-23T02:12:27.3133884Z [W C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116\warn_mod\main.cpp:12] Warning: Error with CPUDoubleType (function foo) 2022-11-23T02:12:27.3134181Z UserWarning: Error with torch.DoubleTensor (Triggered internally at C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116\warn_mod\main.cpp:12.) 2022-11-23T02:12:27.3134246Z ok (24.988s) 2022-11-23T02:12:27.3134366Z Not wiping extensions build folder because Windows 2022-11-23T02:12:27.3134377Z 2022-11-23T02:12:27.3134527Z ---------------------------------------------------------------------- 2022-11-23T02:12:27.3134607Z Ran 23 tests in 196.265s 2022-11-23T02:12:27.3134614Z 2022-11-23T02:12:27.3134682Z OK (skipped=7) 2022-11-23T02:12:27.3134687Z 2022-11-23T02:12:27.3134773Z Generating XML reports... 2022-11-23T02:12:27.3135025Z Generated XML report: test-reports\python-unittest\test_cpp_extensions_jit\TEST-TestCppExtensionJIT-20221123020910.xml 2022-11-23T02:12:27.3135031Z 2022-11-23T02:12:27.3135367Z ##[endgroup] 2022-11-23T02:12:27.3135628Z FINISHED PRINTING LOG FILE of test_cpp_extensions_jit (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_cpp_extensions_jit_7t0qwvfe) 2022-11-23T02:12:27.3135637Z 2022-11-23T02:12:27.3135791Z Running test_cpp_extensions_open_device_registration ... [2022-11-23 02:12:27.074367] 2022-11-23T02:12:27.3136099Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_cpp_extensions_open_device_registration.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:12:27.075572] 2022-11-23T02:12:42.9960475Z 2022-11-23T02:12:42.9961121Z Expand the folded group to see the log file of test_cpp_extensions_open_device_registration 2022-11-23T02:12:42.9962111Z ##[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_fo1f2aul) 2022-11-23T02:12:42.9970045Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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.9971203Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:42.9971759Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:12:42.9972056Z 2022-11-23T02:12:42.9972171Z Running tests... 2022-11-23T02:12:42.9972552Z ---------------------------------------------------------------------- 2022-11-23T02:12:42.9973045Z Test results will be stored in test-reports\python-unittest\test_cpp_extensions_open_device_registration 2022-11-23T02:12:42.9973782Z test_open_device_registration (__main__.TestCppExtensionOpenRgistration) ... Using C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116 as PyTorch extensions root... 2022-11-23T02:12:42.9974447Z Creating extension directory C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116\custom_device_extension... 2022-11-23T02:12:42.9975006Z Emitting ninja build file C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116\custom_device_extension\build.ninja... 2022-11-23T02:12:42.9975544Z Building extension module custom_device_extension... 2022-11-23T02:12:42.9976085Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-11-23T02:12:42.9977797Z [1/2] cl /showIncludes -DTORCH_EXTENSION_NAME=custom_device_extension -DTORCH_API_INCLUDE_EXTENSION_H -IC:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions -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:\Jenkins\Miniconda3\Include -D_GLIBCXX_USE_CXX11_ABI=0 /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /EHsc -g -c C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\open_registration_extension.cpp /Foopen_registration_extension.o 2022-11-23T02:12:42.9979276Z Microsoft (R) C/C++ Optimizing Compiler Version 19.28.29337 for x64 2022-11-23T02:12:42.9979667Z Copyright (C) Microsoft Corporation. All rights reserved. 2022-11-23T02:12:42.9979867Z 2022-11-23T02:12:42.9980002Z cl : Command line warning D9002 : ignoring unknown option '-g' 2022-11-23T02:12:42.9980494Z 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:12:42.9981176Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:42.9981539Z with 2022-11-23T02:12:42.9981690Z [ 2022-11-23T02:12:42.9981900Z T=c10::SymInt 2022-11-23T02:12:42.9982072Z ] 2022-11-23T02:12:42.9982508Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:42.9982881Z with 2022-11-23T02:12:42.9983068Z [ 2022-11-23T02:12:42.9983228Z T=c10::SymInt 2022-11-23T02:12:42.9983427Z ] 2022-11-23T02:12:42.9984031Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:42.9984572Z with 2022-11-23T02:12:42.9984794Z [ 2022-11-23T02:12:42.9985057Z T=c10::SymInt 2022-11-23T02:12:42.9985362Z ] 2022-11-23T02:12:42.9985925Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:42.9986397Z with 2022-11-23T02:12:42.9986556Z [ 2022-11-23T02:12:42.9986731Z T=c10::SymInt 2022-11-23T02:12:42.9986893Z ] 2022-11-23T02:12:42.9987284Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:42.9987943Z 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:12:42.9988578Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:42.9989022Z with 2022-11-23T02:12:42.9989248Z [ 2022-11-23T02:12:42.9989521Z T=c10::SymInt 2022-11-23T02:12:42.9989799Z ] 2022-11-23T02:12:42.9990363Z 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:12:42.9991497Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:42.9992111Z with 2022-11-23T02:12:42.9992384Z [ 2022-11-23T02:12:42.9992640Z T=at::TensorBase 2022-11-23T02:12:42.9992884Z ] 2022-11-23T02:12:42.9993570Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:42.9994235Z with 2022-11-23T02:12:42.9994505Z [ 2022-11-23T02:12:42.9994839Z T=at::TensorBase 2022-11-23T02:12:42.9995131Z ] 2022-11-23T02:12:42.9995900Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:42.9996612Z with 2022-11-23T02:12:42.9996887Z [ 2022-11-23T02:12:42.9997173Z T=at::TensorBase 2022-11-23T02:12:42.9997410Z ] 2022-11-23T02:12:42.9998165Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:42.9998826Z with 2022-11-23T02:12:42.9999045Z [ 2022-11-23T02:12:42.9999322Z T=at::TensorBase 2022-11-23T02:12:42.9999620Z ] 2022-11-23T02:12:43.0000272Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:43.0001265Z 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:12:43.0002282Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:43.0002897Z with 2022-11-23T02:12:43.0003126Z [ 2022-11-23T02:12:43.0003618Z T=at::TensorBase 2022-11-23T02:12:43.0003915Z ] 2022-11-23T02:12:43.0004521Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:43.0005080Z with 2022-11-23T02:12:43.0005324Z [ 2022-11-23T02:12:43.0005619Z T=at::Tensor 2022-11-23T02:12:43.0005879Z ] 2022-11-23T02:12:43.0006539Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:43.0007149Z with 2022-11-23T02:12:43.0007371Z [ 2022-11-23T02:12:43.0007603Z T=at::Tensor 2022-11-23T02:12:43.0007836Z ] 2022-11-23T02:12:43.0008522Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:43.0009161Z with 2022-11-23T02:12:43.0009442Z [ 2022-11-23T02:12:43.0009721Z T=at::Tensor 2022-11-23T02:12:43.0010008Z ] 2022-11-23T02:12:43.0010703Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:43.0011442Z with 2022-11-23T02:12:43.0012380Z [ 2022-11-23T02:12:43.0012679Z T=at::Tensor 2022-11-23T02:12:43.0012940Z ] 2022-11-23T02:12:43.0013576Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:43.0014548Z 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:12:43.0015480Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:43.0015914Z with 2022-11-23T02:12:43.0016075Z [ 2022-11-23T02:12:43.0016250Z T=at::Tensor 2022-11-23T02:12:43.0016416Z ] 2022-11-23T02:12:43.0016804Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:43.0017209Z with 2022-11-23T02:12:43.0017366Z [ 2022-11-23T02:12:43.0017541Z T=at::Generator 2022-11-23T02:12:43.0017714Z ] 2022-11-23T02:12:43.0018102Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:43.0018477Z with 2022-11-23T02:12:43.0018633Z [ 2022-11-23T02:12:43.0018805Z T=at::Generator 2022-11-23T02:12:43.0018975Z ] 2022-11-23T02:12:43.0019414Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:43.0019799Z with 2022-11-23T02:12:43.0019956Z [ 2022-11-23T02:12:43.0020128Z T=at::Generator 2022-11-23T02:12:43.0020339Z ] 2022-11-23T02:12:43.0020805Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:43.0021398Z with 2022-11-23T02:12:43.0021581Z [ 2022-11-23T02:12:43.0021756Z T=at::Generator 2022-11-23T02:12:43.0021928Z ] 2022-11-23T02:12:43.0022339Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:43.0022982Z 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:12:43.0023618Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:43.0024008Z with 2022-11-23T02:12:43.0024153Z [ 2022-11-23T02:12:43.0024327Z T=at::Generator 2022-11-23T02:12:43.0024503Z ] 2022-11-23T02:12:43.0024890Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:43.0025242Z with 2022-11-23T02:12:43.0025398Z [ 2022-11-23T02:12:43.0025547Z T=c10::Scalar 2022-11-23T02:12:43.0025711Z ] 2022-11-23T02:12:43.0026213Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:43.0026582Z with 2022-11-23T02:12:43.0026737Z [ 2022-11-23T02:12:43.0026929Z T=c10::Scalar 2022-11-23T02:12:43.0027102Z ] 2022-11-23T02:12:43.0027576Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:43.0027983Z with 2022-11-23T02:12:43.0028139Z [ 2022-11-23T02:12:43.0028302Z T=c10::Scalar 2022-11-23T02:12:43.0028450Z ] 2022-11-23T02:12:43.0028915Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:43.0029340Z with 2022-11-23T02:12:43.0029493Z [ 2022-11-23T02:12:43.0029658Z T=c10::Scalar 2022-11-23T02:12:43.0029820Z ] 2022-11-23T02:12:43.0030206Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:43.0030910Z 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:12:43.0031550Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:43.0031933Z with 2022-11-23T02:12:43.0032088Z [ 2022-11-23T02:12:43.0032259Z T=c10::Scalar 2022-11-23T02:12:43.0032422Z ] 2022-11-23T02:12:43.0032790Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:43.0033195Z with 2022-11-23T02:12:43.0033458Z [ 2022-11-23T02:12:43.0033668Z T=std::string 2022-11-23T02:12:43.0033832Z ] 2022-11-23T02:12:43.0034216Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:43.0034580Z with 2022-11-23T02:12:43.0034739Z [ 2022-11-23T02:12:43.0034903Z T=std::string 2022-11-23T02:12:43.0035064Z ] 2022-11-23T02:12:43.0035928Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:43.0036331Z with 2022-11-23T02:12:43.0036473Z [ 2022-11-23T02:12:43.0036639Z T=std::string 2022-11-23T02:12:43.0036804Z ] 2022-11-23T02:12:43.0037261Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:43.0037685Z with 2022-11-23T02:12:43.0037838Z [ 2022-11-23T02:12:43.0037989Z T=std::string 2022-11-23T02:12:43.0038152Z ] 2022-11-23T02:12:43.0038551Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:43.0039321Z 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:12:43.0040005Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:43.0040394Z with 2022-11-23T02:12:43.0040538Z [ 2022-11-23T02:12:43.0040704Z T=std::string 2022-11-23T02:12:43.0040871Z ] 2022-11-23T02:12:43.0041258Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:43.0041611Z with 2022-11-23T02:12:43.0041766Z [ 2022-11-23T02:12:43.0041929Z T=c10::QualifiedName 2022-11-23T02:12:43.0042105Z ] 2022-11-23T02:12:43.0042502Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:43.0042862Z with 2022-11-23T02:12:43.0043015Z [ 2022-11-23T02:12:43.0043190Z T=c10::QualifiedName 2022-11-23T02:12:43.0043352Z ] 2022-11-23T02:12:43.0043787Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:43.0044188Z with 2022-11-23T02:12:43.0044340Z [ 2022-11-23T02:12:43.0044516Z T=c10::QualifiedName 2022-11-23T02:12:43.0044675Z ] 2022-11-23T02:12:43.0045137Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:43.0045600Z with 2022-11-23T02:12:43.0045792Z [ 2022-11-23T02:12:43.0045969Z T=c10::QualifiedName 2022-11-23T02:12:43.0046143Z ] 2022-11-23T02:12:43.0046588Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:43.0047294Z 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:12:43.0047935Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:43.0048323Z with 2022-11-23T02:12:43.0048480Z [ 2022-11-23T02:12:43.0048657Z T=c10::QualifiedName 2022-11-23T02:12:43.0048832Z ] 2022-11-23T02:12:43.0049205Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:43.0049561Z with 2022-11-23T02:12:43.0049716Z [ 2022-11-23T02:12:43.0049935Z T=std::shared_ptr 2022-11-23T02:12:43.0050140Z ] 2022-11-23T02:12:43.0050537Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:43.0050907Z with 2022-11-23T02:12:43.0051049Z [ 2022-11-23T02:12:43.0051375Z T=std::shared_ptr 2022-11-23T02:12:43.0051579Z ] 2022-11-23T02:12:43.0052099Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:43.0052506Z with 2022-11-23T02:12:43.0052651Z [ 2022-11-23T02:12:43.0052868Z T=std::shared_ptr 2022-11-23T02:12:43.0053071Z ] 2022-11-23T02:12:43.0053605Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:43.0054242Z with 2022-11-23T02:12:43.0054483Z [ 2022-11-23T02:12:43.0054807Z T=std::shared_ptr 2022-11-23T02:12:43.0055129Z ] 2022-11-23T02:12:43.0055831Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:43.0056883Z 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:12:43.0057625Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:43.0058055Z with 2022-11-23T02:12:43.0058215Z [ 2022-11-23T02:12:43.0058439Z T=std::shared_ptr 2022-11-23T02:12:43.0058633Z ] 2022-11-23T02:12:43.0059061Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:43.0059420Z with 2022-11-23T02:12:43.0059578Z [ 2022-11-23T02:12:43.0059794Z T=std::weak_ptr 2022-11-23T02:12:43.0060093Z ] 2022-11-23T02:12:43.0060497Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:43.0060872Z with 2022-11-23T02:12:43.0061029Z [ 2022-11-23T02:12:43.0061293Z T=std::weak_ptr 2022-11-23T02:12:43.0061507Z ] 2022-11-23T02:12:43.0061969Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:43.0062382Z with 2022-11-23T02:12:43.0062537Z [ 2022-11-23T02:12:43.0062752Z T=std::weak_ptr 2022-11-23T02:12:43.0062955Z ] 2022-11-23T02:12:43.0063420Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:43.0063848Z with 2022-11-23T02:12:43.0063990Z [ 2022-11-23T02:12:43.0064208Z T=std::weak_ptr 2022-11-23T02:12:43.0064410Z ] 2022-11-23T02:12:43.0064915Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:43.0065599Z 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:12:43.0066312Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:43.0066697Z with 2022-11-23T02:12:43.0066840Z [ 2022-11-23T02:12:43.0067138Z T=std::weak_ptr 2022-11-23T02:12:43.0067444Z ] 2022-11-23T02:12:43.0068022Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:43.0068611Z with 2022-11-23T02:12:43.0069075Z [ 2022-11-23T02:12:43.0069437Z T=std::vector> 2022-11-23T02:12:43.0069787Z ] 2022-11-23T02:12:43.0070393Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:43.0071442Z with 2022-11-23T02:12:43.0071697Z [ 2022-11-23T02:12:43.0072077Z T=std::vector> 2022-11-23T02:12:43.0072381Z ] 2022-11-23T02:12:43.0073040Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:43.0073616Z with 2022-11-23T02:12:43.0073809Z [ 2022-11-23T02:12:43.0074058Z T=std::vector> 2022-11-23T02:12:43.0074287Z ] 2022-11-23T02:12:43.0074741Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:43.0075294Z with 2022-11-23T02:12:43.0075450Z [ 2022-11-23T02:12:43.0075692Z T=std::vector> 2022-11-23T02:12:43.0075920Z ] 2022-11-23T02:12:43.0076386Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:12:43.0077106Z 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:12:43.0077787Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:43.0078161Z with 2022-11-23T02:12:43.0078317Z [ 2022-11-23T02:12:43.0078558Z T=std::vector> 2022-11-23T02:12:43.0078782Z ] 2022-11-23T02:12:43.0079166Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:43.0079518Z with 2022-11-23T02:12:43.0079659Z [ 2022-11-23T02:12:43.0079864Z T=std::vector> 2022-11-23T02:12:43.0080118Z ] 2022-11-23T02:12:43.0080519Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:43.0080938Z with 2022-11-23T02:12:43.0081095Z [ 2022-11-23T02:12:43.0081302Z T=std::vector> 2022-11-23T02:12:43.0081503Z ] 2022-11-23T02:12:43.0081924Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:43.0082324Z with 2022-11-23T02:12:43.0082477Z [ 2022-11-23T02:12:43.0082681Z T=std::vector> 2022-11-23T02:12:43.0082874Z ] 2022-11-23T02:12:43.0083335Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:43.0083744Z with 2022-11-23T02:12:43.0083896Z [ 2022-11-23T02:12:43.0084100Z T=std::vector> 2022-11-23T02:12:43.0084297Z ] 2022-11-23T02:12:43.0084776Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:12:43.0085578Z 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:12:43.0086270Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:43.0086657Z with 2022-11-23T02:12:43.0086798Z [ 2022-11-23T02:12:43.0087006Z T=std::vector> 2022-11-23T02:12:43.0087201Z ] 2022-11-23T02:12:43.0087582Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:43.0087999Z with 2022-11-23T02:12:43.0088140Z [ 2022-11-23T02:12:43.0088392Z T=std::vector,std::allocator>> 2022-11-23T02:12:43.0088627Z ] 2022-11-23T02:12:43.0089026Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:43.0089397Z with 2022-11-23T02:12:43.0089551Z [ 2022-11-23T02:12:43.0089789Z T=std::vector,std::allocator>> 2022-11-23T02:12:43.0090019Z ] 2022-11-23T02:12:43.0090453Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:43.0090859Z with 2022-11-23T02:12:43.0091011Z [ 2022-11-23T02:12:43.0091259Z T=std::vector,std::allocator>> 2022-11-23T02:12:43.0091484Z ] 2022-11-23T02:12:43.0091980Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:43.0092398Z with 2022-11-23T02:12:43.0092550Z [ 2022-11-23T02:12:43.0092798Z T=std::vector,std::allocator>> 2022-11-23T02:12:43.0093025Z ] 2022-11-23T02:12:43.0093535Z C:\actions-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:12:43.0094274Z 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:12:43.0094956Z 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:12:43.0095578Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:43.0095959Z with 2022-11-23T02:12:43.0096113Z [ 2022-11-23T02:12:43.0096362Z T=std::vector,std::allocator>> 2022-11-23T02:12:43.0096597Z ] 2022-11-23T02:12:43.0096982Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:43.0097333Z with 2022-11-23T02:12:43.0097472Z [ 2022-11-23T02:12:43.0097713Z T=std::vector,std::allocator>> 2022-11-23T02:12:43.0097941Z ] 2022-11-23T02:12:43.0098338Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:43.0098700Z with 2022-11-23T02:12:43.0098850Z [ 2022-11-23T02:12:43.0099078Z T=std::vector,std::allocator>> 2022-11-23T02:12:43.0099362Z ] 2022-11-23T02:12:43.0099796Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:43.0100185Z with 2022-11-23T02:12:43.0100338Z [ 2022-11-23T02:12:43.0100620Z T=std::vector,std::allocator>> 2022-11-23T02:12:43.0100842Z ] 2022-11-23T02:12:43.0101307Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:43.0101733Z with 2022-11-23T02:12:43.0101889Z [ 2022-11-23T02:12:43.0102134Z T=std::vector,std::allocator>> 2022-11-23T02:12:43.0102368Z ] 2022-11-23T02:12:43.0102812Z C:\actions-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:12:43.0103582Z 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:12:43.0104250Z 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:12:43.0104881Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:43.0105272Z with 2022-11-23T02:12:43.0105429Z [ 2022-11-23T02:12:43.0105675Z T=std::vector,std::allocator>> 2022-11-23T02:12:43.0105903Z ] 2022-11-23T02:12:43.0106277Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:43.0106634Z with 2022-11-23T02:12:43.0106794Z [ 2022-11-23T02:12:43.0107049Z T=std::vector> 2022-11-23T02:12:43.0107253Z ] 2022-11-23T02:12:43.0107655Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:43.0108032Z with 2022-11-23T02:12:43.0108175Z [ 2022-11-23T02:12:43.0108391Z T=std::vector> 2022-11-23T02:12:43.0108589Z ] 2022-11-23T02:12:43.0109023Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:43.0109420Z with 2022-11-23T02:12:43.0109562Z [ 2022-11-23T02:12:43.0109776Z T=std::vector> 2022-11-23T02:12:43.0109970Z ] 2022-11-23T02:12:43.0110431Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:43.0110984Z with 2022-11-23T02:12:43.0111137Z [ 2022-11-23T02:12:43.0111333Z T=std::vector> 2022-11-23T02:12:43.0111529Z ] 2022-11-23T02:12:43.0111959Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:12:43.0112669Z 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:12:43.0113328Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:43.0113710Z with 2022-11-23T02:12:43.0113865Z [ 2022-11-23T02:12:43.0114074Z T=std::vector> 2022-11-23T02:12:43.0114296Z ] 2022-11-23T02:12:43.0114677Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:43.0115027Z with 2022-11-23T02:12:43.0115181Z [ 2022-11-23T02:12:43.0115416Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:12:43.0115638Z ] 2022-11-23T02:12:43.0116113Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:43.0116522Z with 2022-11-23T02:12:43.0116677Z [ 2022-11-23T02:12:43.0116955Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:12:43.0117179Z ] 2022-11-23T02:12:43.0117611Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:43.0118038Z with 2022-11-23T02:12:43.0118191Z [ 2022-11-23T02:12:43.0118424Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:12:43.0118645Z ] 2022-11-23T02:12:43.0119108Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:43.0119534Z with 2022-11-23T02:12:43.0119675Z [ 2022-11-23T02:12:43.0119907Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:12:43.0120126Z ] 2022-11-23T02:12:43.0120577Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:43.0121309Z 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:12:43.0122048Z 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:12:43.0122735Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:43.0123215Z with 2022-11-23T02:12:43.0123357Z [ 2022-11-23T02:12:43.0123597Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:12:43.0123822Z ] 2022-11-23T02:12:43.0124206Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:43.0124557Z with 2022-11-23T02:12:43.0124710Z [ 2022-11-23T02:12:43.0124934Z T=c10::impl::InlineStreamGuard 2022-11-23T02:12:43.0125154Z ] 2022-11-23T02:12:43.0125550Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:43.0125916Z with 2022-11-23T02:12:43.0126071Z [ 2022-11-23T02:12:43.0126309Z T=c10::impl::InlineStreamGuard 2022-11-23T02:12:43.0126519Z ] 2022-11-23T02:12:43.0126947Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:43.0127342Z with 2022-11-23T02:12:43.0127496Z [ 2022-11-23T02:12:43.0127730Z T=c10::impl::InlineStreamGuard 2022-11-23T02:12:43.0127949Z ] 2022-11-23T02:12:43.0128446Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:43.0128874Z with 2022-11-23T02:12:43.0129026Z [ 2022-11-23T02:12:43.0129261Z T=c10::impl::InlineStreamGuard 2022-11-23T02:12:43.0129483Z ] 2022-11-23T02:12:43.0129971Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:43.0130717Z 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:12:43.0131452Z 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:12:43.0132143Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:43.0132515Z with 2022-11-23T02:12:43.0132670Z [ 2022-11-23T02:12:43.0132904Z T=c10::impl::InlineStreamGuard 2022-11-23T02:12:43.0133122Z ] 2022-11-23T02:12:43.0133504Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:43.0133853Z with 2022-11-23T02:12:43.0133993Z [ 2022-11-23T02:12:43.0134181Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:12:43.0134368Z ] 2022-11-23T02:12:43.0134801Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:43.0135219Z with 2022-11-23T02:12:43.0135376Z [ 2022-11-23T02:12:43.0135553Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:12:43.0135738Z ] 2022-11-23T02:12:43.0136169Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:43.0136571Z with 2022-11-23T02:12:43.0136727Z [ 2022-11-23T02:12:43.0136915Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:12:43.0137086Z ] 2022-11-23T02:12:43.0137544Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:43.0137965Z with 2022-11-23T02:12:43.0138118Z [ 2022-11-23T02:12:43.0138301Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:12:43.0138469Z ] 2022-11-23T02:12:43.0138888Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:43.0139534Z 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:12:43.0139902Z with 2022-11-23T02:12:43.0140104Z [ 2022-11-23T02:12:43.0140330Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:12:43.0140515Z ] 2022-11-23T02:12:43.0140956Z 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:12:43.0141641Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:43.0142027Z with 2022-11-23T02:12:43.0142183Z [ 2022-11-23T02:12:43.0142370Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:12:43.0142555Z ] 2022-11-23T02:12:43.0142925Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:43.0143275Z with 2022-11-23T02:12:43.0143425Z [ 2022-11-23T02:12:43.0143695Z T=std::vector> 2022-11-23T02:12:43.0143945Z ] 2022-11-23T02:12:43.0144346Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:43.0144711Z with 2022-11-23T02:12:43.0144852Z [ 2022-11-23T02:12:43.0145121Z T=std::vector> 2022-11-23T02:12:43.0145366Z ] 2022-11-23T02:12:43.0145846Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:43.0146251Z with 2022-11-23T02:12:43.0146411Z [ 2022-11-23T02:12:43.0146672Z T=std::vector> 2022-11-23T02:12:43.0146922Z ] 2022-11-23T02:12:43.0147383Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:43.0148432Z with 2022-11-23T02:12:43.0148590Z [ 2022-11-23T02:12:43.0148862Z T=std::vector> 2022-11-23T02:12:43.0149102Z ] 2022-11-23T02:12:43.0149603Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:12:43.0150391Z 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:12:43.0151217Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:43.0151608Z with 2022-11-23T02:12:43.0151767Z [ 2022-11-23T02:12:43.0152044Z T=std::vector> 2022-11-23T02:12:43.0152295Z ] 2022-11-23T02:12:43.0152743Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:43.0153088Z with 2022-11-23T02:12:43.0153242Z [ 2022-11-23T02:12:43.0153431Z T=torch::autograd::ViewInfo 2022-11-23T02:12:43.0153614Z ] 2022-11-23T02:12:43.0154018Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:43.0154387Z with 2022-11-23T02:12:43.0154527Z [ 2022-11-23T02:12:43.0154708Z T=torch::autograd::ViewInfo 2022-11-23T02:12:43.0154889Z ] 2022-11-23T02:12:43.0155322Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:43.0155721Z with 2022-11-23T02:12:43.0155861Z [ 2022-11-23T02:12:43.0156046Z T=torch::autograd::ViewInfo 2022-11-23T02:12:43.0156226Z ] 2022-11-23T02:12:43.0156686Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:43.0157148Z with 2022-11-23T02:12:43.0157302Z [ 2022-11-23T02:12:43.0157470Z T=torch::autograd::ViewInfo 2022-11-23T02:12:43.0157647Z ] 2022-11-23T02:12:43.0158060Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:43.0158722Z 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:12:43.0159371Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:43.0159808Z with 2022-11-23T02:12:43.0159962Z [ 2022-11-23T02:12:43.0160133Z T=torch::autograd::ViewInfo 2022-11-23T02:12:43.0160312Z ] 2022-11-23T02:12:43.0160695Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:43.0161050Z with 2022-11-23T02:12:43.0161205Z [ 2022-11-23T02:12:43.0161374Z T=c10::IValue 2022-11-23T02:12:43.0161523Z ] 2022-11-23T02:12:43.0161915Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:43.0162275Z with 2022-11-23T02:12:43.0162428Z [ 2022-11-23T02:12:43.0162597Z T=c10::IValue 2022-11-23T02:12:43.0162747Z ] 2022-11-23T02:12:43.0163181Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:43.0163579Z with 2022-11-23T02:12:43.0163728Z [ 2022-11-23T02:12:43.0163889Z T=c10::IValue 2022-11-23T02:12:43.0164045Z ] 2022-11-23T02:12:43.0176425Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:43.0176886Z with 2022-11-23T02:12:43.0177047Z [ 2022-11-23T02:12:43.0177209Z T=c10::IValue 2022-11-23T02:12:43.0177376Z ] 2022-11-23T02:12:43.0177788Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:43.0178424Z 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:12:43.0179058Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:43.0179447Z with 2022-11-23T02:12:43.0179605Z [ 2022-11-23T02:12:43.0179761Z T=c10::IValue 2022-11-23T02:12:43.0179925Z ] 2022-11-23T02:12:43.0180313Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:43.0180667Z with 2022-11-23T02:12:43.0180822Z [ 2022-11-23T02:12:43.0180983Z T=c10::AliasInfo 2022-11-23T02:12:43.0181151Z ] 2022-11-23T02:12:43.0181543Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:43.0181910Z with 2022-11-23T02:12:43.0182063Z [ 2022-11-23T02:12:43.0182232Z T=c10::AliasInfo 2022-11-23T02:12:43.0182390Z ] 2022-11-23T02:12:43.0182830Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:43.0183230Z with 2022-11-23T02:12:43.0183384Z [ 2022-11-23T02:12:43.0183552Z T=c10::AliasInfo 2022-11-23T02:12:43.0183706Z ] 2022-11-23T02:12:43.0184230Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:43.0184654Z with 2022-11-23T02:12:43.0184807Z [ 2022-11-23T02:12:43.0184975Z T=c10::AliasInfo 2022-11-23T02:12:43.0185142Z ] 2022-11-23T02:12:43.0185533Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:43.0186169Z 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:12:43.0186809Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:43.0187196Z with 2022-11-23T02:12:43.0187350Z [ 2022-11-23T02:12:43.0187519Z T=c10::AliasInfo 2022-11-23T02:12:43.0187685Z ] 2022-11-23T02:12:43.0188057Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:43.0188413Z with 2022-11-23T02:12:43.0188567Z [ 2022-11-23T02:12:43.0188831Z T=std::vector> 2022-11-23T02:12:43.0189044Z ] 2022-11-23T02:12:43.0189444Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:43.0189815Z with 2022-11-23T02:12:43.0189959Z [ 2022-11-23T02:12:43.0190178Z T=std::vector> 2022-11-23T02:12:43.0190384Z ] 2022-11-23T02:12:43.0190894Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:43.0191292Z with 2022-11-23T02:12:43.0191436Z [ 2022-11-23T02:12:43.0191656Z T=std::vector> 2022-11-23T02:12:43.0191864Z ] 2022-11-23T02:12:43.0192325Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:43.0192749Z with 2022-11-23T02:12:43.0192906Z [ 2022-11-23T02:12:43.0193125Z T=std::vector> 2022-11-23T02:12:43.0193316Z ] 2022-11-23T02:12:43.0193741Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:12:43.0194134Z with 2022-11-23T02:12:43.0194289Z [ 2022-11-23T02:12:43.0194457Z T=c10::SymInt 2022-11-23T02:12:43.0194611Z ] 2022-11-23T02:12:43.0195032Z 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:12:43.0195415Z with 2022-11-23T02:12:43.0195568Z [ 2022-11-23T02:12:43.0195733Z T=c10::SymInt 2022-11-23T02:12:43.0195898Z ] 2022-11-23T02:12:43.0196380Z 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:12:43.0197127Z 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:12:43.0197838Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:43.0198222Z with 2022-11-23T02:12:43.0198378Z [ 2022-11-23T02:12:43.0198598Z T=std::vector> 2022-11-23T02:12:43.0198813Z ] 2022-11-23T02:12:43.0199196Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:43.0199542Z with 2022-11-23T02:12:43.0199697Z [ 2022-11-23T02:12:43.0199924Z T=c10::either 2022-11-23T02:12:43.0200136Z ] 2022-11-23T02:12:43.0200587Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:43.0200957Z with 2022-11-23T02:12:43.0201100Z [ 2022-11-23T02:12:43.0201327Z T=c10::either 2022-11-23T02:12:43.0201538Z ] 2022-11-23T02:12:43.0201976Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:43.0202373Z with 2022-11-23T02:12:43.0202529Z [ 2022-11-23T02:12:43.0202738Z T=c10::either 2022-11-23T02:12:43.0202949Z ] 2022-11-23T02:12:43.0203410Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:43.0203837Z with 2022-11-23T02:12:43.0203993Z [ 2022-11-23T02:12:43.0204218Z T=c10::either 2022-11-23T02:12:43.0204419Z ] 2022-11-23T02:12:43.0204865Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:43.0205594Z 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:12:43.0206285Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:43.0206675Z with 2022-11-23T02:12:43.0206831Z [ 2022-11-23T02:12:43.0207062Z T=c10::either 2022-11-23T02:12:43.0207264Z ] 2022-11-23T02:12:43.0207651Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:43.0208050Z with 2022-11-23T02:12:43.0208207Z [ 2022-11-23T02:12:43.0208390Z T=at::StepCallbacks 2022-11-23T02:12:43.0208565Z ] 2022-11-23T02:12:43.0208956Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:43.0209326Z with 2022-11-23T02:12:43.0209481Z [ 2022-11-23T02:12:43.0209661Z T=at::StepCallbacks 2022-11-23T02:12:43.0209835Z ] 2022-11-23T02:12:43.0210270Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:43.0210659Z with 2022-11-23T02:12:43.0210815Z [ 2022-11-23T02:12:43.0210996Z T=at::StepCallbacks 2022-11-23T02:12:43.0211171Z ] 2022-11-23T02:12:43.0211631Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:43.0212053Z with 2022-11-23T02:12:43.0212196Z [ 2022-11-23T02:12:43.0212378Z T=at::StepCallbacks 2022-11-23T02:12:43.0212554Z ] 2022-11-23T02:12:43.0213006Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:43.0213652Z 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:12:43.0214301Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:43.0214680Z with 2022-11-23T02:12:43.0214825Z [ 2022-11-23T02:12:43.0215004Z T=at::StepCallbacks 2022-11-23T02:12:43.0215180Z ] 2022-11-23T02:12:43.0215563Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:43.0215919Z with 2022-11-23T02:12:43.0216075Z [ 2022-11-23T02:12:43.0216232Z T=c10::DimVector 2022-11-23T02:12:43.0216402Z ] 2022-11-23T02:12:43.0216798Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:43.0217167Z with 2022-11-23T02:12:43.0217322Z [ 2022-11-23T02:12:43.0217478Z T=c10::DimVector 2022-11-23T02:12:43.0217643Z ] 2022-11-23T02:12:43.0218077Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:43.0218477Z with 2022-11-23T02:12:43.0218633Z [ 2022-11-23T02:12:43.0218801Z T=c10::DimVector 2022-11-23T02:12:43.0218961Z ] 2022-11-23T02:12:43.0219420Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:43.0219848Z with 2022-11-23T02:12:43.0220055Z [ 2022-11-23T02:12:43.0220225Z T=c10::DimVector 2022-11-23T02:12:43.0220393Z ] 2022-11-23T02:12:43.0220783Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:43.0221413Z 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:12:43.0222058Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:43.0222441Z with 2022-11-23T02:12:43.0222597Z [ 2022-11-23T02:12:43.0222766Z T=c10::DimVector 2022-11-23T02:12:43.0222934Z ] 2022-11-23T02:12:43.0223306Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:43.0223657Z with 2022-11-23T02:12:43.0223812Z [ 2022-11-23T02:12:43.0224003Z T=c10::impl::AnnotatedSchema 2022-11-23T02:12:43.0224187Z ] 2022-11-23T02:12:43.0224576Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:43.0225497Z with 2022-11-23T02:12:43.0225667Z [ 2022-11-23T02:12:43.0225859Z T=c10::impl::AnnotatedSchema 2022-11-23T02:12:43.0226045Z ] 2022-11-23T02:12:43.0226483Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:43.0226894Z with 2022-11-23T02:12:43.0227038Z [ 2022-11-23T02:12:43.0227233Z T=c10::impl::AnnotatedSchema 2022-11-23T02:12:43.0227418Z ] 2022-11-23T02:12:43.0227880Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:43.0228304Z with 2022-11-23T02:12:43.0228443Z [ 2022-11-23T02:12:43.0228635Z T=c10::impl::AnnotatedSchema 2022-11-23T02:12:43.0228818Z ] 2022-11-23T02:12:43.0229238Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:43.0229913Z 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:12:43.0230584Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:43.0231056Z with 2022-11-23T02:12:43.0231215Z [ 2022-11-23T02:12:43.0231390Z T=c10::impl::AnnotatedSchema 2022-11-23T02:12:43.0231574Z ] 2022-11-23T02:12:43.0231960Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:43.0232317Z with 2022-11-23T02:12:43.0232471Z [ 2022-11-23T02:12:43.0232692Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:12:43.0232967Z ] 2022-11-23T02:12:43.0233369Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:43.0233798Z with 2022-11-23T02:12:43.0233956Z [ 2022-11-23T02:12:43.0234190Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:12:43.0234432Z ] 2022-11-23T02:12:43.0234938Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:43.0235345Z with 2022-11-23T02:12:43.0235549Z [ 2022-11-23T02:12:43.0235779Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:12:43.0235992Z ] 2022-11-23T02:12:43.0236484Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:43.0236920Z with 2022-11-23T02:12:43.0237075Z [ 2022-11-23T02:12:43.0237304Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:12:43.0237519Z ] 2022-11-23T02:12:43.0238026Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:43.0238763Z 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:12:43.0239457Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:43.0239832Z with 2022-11-23T02:12:43.0239990Z [ 2022-11-23T02:12:43.0240220Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:12:43.0240437Z ] 2022-11-23T02:12:43.0240826Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:43.0241185Z with 2022-11-23T02:12:43.0241327Z [ 2022-11-23T02:12:43.0241532Z T=std::tuple 2022-11-23T02:12:43.0241774Z ] 2022-11-23T02:12:43.0242178Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:43.0242548Z with 2022-11-23T02:12:43.0242703Z [ 2022-11-23T02:12:43.0242894Z T=std::tuple 2022-11-23T02:12:43.0243088Z ] 2022-11-23T02:12:43.0243526Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:43.0243926Z with 2022-11-23T02:12:43.0244082Z [ 2022-11-23T02:12:43.0244290Z T=std::tuple 2022-11-23T02:12:43.0244471Z ] 2022-11-23T02:12:43.0244934Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:43.0245412Z with 2022-11-23T02:12:43.0245567Z [ 2022-11-23T02:12:43.0245773Z T=std::tuple 2022-11-23T02:12:43.0245955Z ] 2022-11-23T02:12:43.0246387Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:43.0247074Z 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:12:43.0247742Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:43.0248126Z with 2022-11-23T02:12:43.0248288Z [ 2022-11-23T02:12:43.0248496Z T=std::tuple 2022-11-23T02:12:43.0248734Z ] 2022-11-23T02:12:43.0249109Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:43.0249467Z with 2022-11-23T02:12:43.0249623Z [ 2022-11-23T02:12:43.0249809Z T=torch::jit::SourceRange 2022-11-23T02:12:43.0249987Z ] 2022-11-23T02:12:43.0250441Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:43.0250805Z with 2022-11-23T02:12:43.0250959Z [ 2022-11-23T02:12:43.0251141Z T=torch::jit::SourceRange 2022-11-23T02:12:43.0251320Z ] 2022-11-23T02:12:43.0251755Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:43.0252160Z with 2022-11-23T02:12:43.0252305Z [ 2022-11-23T02:12:43.0252490Z T=torch::jit::SourceRange 2022-11-23T02:12:43.0252675Z ] 2022-11-23T02:12:43.0253138Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:43.0253559Z with 2022-11-23T02:12:43.0253716Z [ 2022-11-23T02:12:43.0253884Z T=torch::jit::SourceRange 2022-11-23T02:12:43.0254062Z ] 2022-11-23T02:12:43.0254479Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:43.0255145Z 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:12:43.0255809Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:43.0256195Z with 2022-11-23T02:12:43.0256350Z [ 2022-11-23T02:12:43.0256522Z T=torch::jit::SourceRange 2022-11-23T02:12:43.0256708Z ] 2022-11-23T02:12:43.0257090Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:43.0257496Z with 2022-11-23T02:12:43.0257654Z [ 2022-11-23T02:12:43.0257845Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:12:43.0258041Z ] 2022-11-23T02:12:43.0258440Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:43.0258806Z with 2022-11-23T02:12:43.0258963Z [ 2022-11-23T02:12:43.0259164Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:12:43.0259344Z ] 2022-11-23T02:12:43.0259780Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:43.0260172Z with 2022-11-23T02:12:43.0260327Z [ 2022-11-23T02:12:43.0260524Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:12:43.0260720Z ] 2022-11-23T02:12:43.0261166Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:43.0261590Z with 2022-11-23T02:12:43.0261746Z [ 2022-11-23T02:12:43.0261943Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:12:43.0262133Z ] 2022-11-23T02:12:43.0262601Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:43.0263278Z 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:12:43.0263935Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:43.0264322Z with 2022-11-23T02:12:43.0264477Z [ 2022-11-23T02:12:43.0264682Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:12:43.0264875Z ] 2022-11-23T02:12:43.0265259Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:43.0265598Z with 2022-11-23T02:12:43.0265751Z [ 2022-11-23T02:12:43.0265948Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:12:43.0266142Z ] 2022-11-23T02:12:43.0266543Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:43.0266911Z with 2022-11-23T02:12:43.0267052Z [ 2022-11-23T02:12:43.0267254Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:12:43.0267453Z ] 2022-11-23T02:12:43.0267894Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:43.0268307Z with 2022-11-23T02:12:43.0268471Z [ 2022-11-23T02:12:43.0268659Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:12:43.0268861Z ] 2022-11-23T02:12:43.0269329Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:43.0269808Z with 2022-11-23T02:12:43.0269973Z [ 2022-11-23T02:12:43.0270181Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:12:43.0270363Z ] 2022-11-23T02:12:43.0270873Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:43.0271569Z 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:12:43.0272235Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:43.0272636Z with 2022-11-23T02:12:43.0272806Z [ 2022-11-23T02:12:43.0273018Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:12:43.0273203Z ] 2022-11-23T02:12:43.0273597Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:43.0273962Z with 2022-11-23T02:12:43.0274126Z [ 2022-11-23T02:12:43.0274317Z T=torch::jit::ScopePtr 2022-11-23T02:12:43.0274506Z ] 2022-11-23T02:12:43.0275006Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:43.0275394Z with 2022-11-23T02:12:43.0275566Z [ 2022-11-23T02:12:43.0275800Z T=torch::jit::ScopePtr 2022-11-23T02:12:43.0275986Z ] 2022-11-23T02:12:43.0276423Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:43.0276853Z with 2022-11-23T02:12:43.0277026Z [ 2022-11-23T02:12:43.0277222Z T=torch::jit::ScopePtr 2022-11-23T02:12:43.0277411Z ] 2022-11-23T02:12:43.0277885Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:43.0278324Z with 2022-11-23T02:12:43.0278469Z [ 2022-11-23T02:12:43.0278804Z T=torch::jit::ScopePtr 2022-11-23T02:12:43.0279057Z ] 2022-11-23T02:12:43.0279984Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:43.0280826Z 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:12:43.0281746Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:43.0282165Z with 2022-11-23T02:12:43.0282319Z [ 2022-11-23T02:12:43.0282664Z T=torch::jit::ScopePtr 2022-11-23T02:12:43.0283003Z ] 2022-11-23T02:12:43.0283416Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:43.0283834Z with 2022-11-23T02:12:43.0284137Z [ 2022-11-23T02:12:43.0284467Z T=at::ThreadLocalState 2022-11-23T02:12:43.0284668Z ] 2022-11-23T02:12:43.0285083Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:43.0285462Z with 2022-11-23T02:12:43.0285625Z [ 2022-11-23T02:12:43.0285815Z T=at::ThreadLocalState 2022-11-23T02:12:43.0285998Z ] 2022-11-23T02:12:43.0286427Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:43.0286828Z with 2022-11-23T02:12:43.0286992Z [ 2022-11-23T02:12:43.0287182Z T=at::ThreadLocalState 2022-11-23T02:12:43.0287366Z ] 2022-11-23T02:12:43.0287834Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:43.0288254Z with 2022-11-23T02:12:43.0288417Z [ 2022-11-23T02:12:43.0288606Z T=at::ThreadLocalState 2022-11-23T02:12:43.0288790Z ] 2022-11-23T02:12:43.0289271Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:43.0289948Z 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:12:43.0290616Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:43.0290997Z with 2022-11-23T02:12:43.0291162Z [ 2022-11-23T02:12:43.0291352Z T=at::ThreadLocalState 2022-11-23T02:12:43.0291540Z ] 2022-11-23T02:12:43.0291931Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:43.0292294Z with 2022-11-23T02:12:43.0292438Z [ 2022-11-23T02:12:43.0292653Z T=std::shared_ptr 2022-11-23T02:12:43.0292853Z ] 2022-11-23T02:12:43.0293261Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:43.0293641Z with 2022-11-23T02:12:43.0293806Z [ 2022-11-23T02:12:43.0293994Z T=std::shared_ptr 2022-11-23T02:12:43.0294188Z ] 2022-11-23T02:12:43.0294634Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:43.0295042Z with 2022-11-23T02:12:43.0295203Z [ 2022-11-23T02:12:43.0295413Z T=std::shared_ptr 2022-11-23T02:12:43.0295598Z ] 2022-11-23T02:12:43.0296069Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:43.0296503Z with 2022-11-23T02:12:43.0296663Z [ 2022-11-23T02:12:43.0296923Z T=std::shared_ptr 2022-11-23T02:12:43.0297105Z ] 2022-11-23T02:12:43.0297540Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:43.0298202Z 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:12:43.0298899Z 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:12:43.0299584Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:43.0299982Z with 2022-11-23T02:12:43.0300145Z [ 2022-11-23T02:12:43.0300352Z T=std::shared_ptr 2022-11-23T02:12:43.0300533Z ] 2022-11-23T02:12:43.0300933Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:43.0301296Z with 2022-11-23T02:12:43.0301460Z [ 2022-11-23T02:12:43.0301706Z T=torch::jit::GraphExecutor 2022-11-23T02:12:43.0301903Z ] 2022-11-23T02:12:43.0302296Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:43.0302677Z with 2022-11-23T02:12:43.0302843Z [ 2022-11-23T02:12:43.0303037Z T=torch::jit::GraphExecutor 2022-11-23T02:12:43.0303231Z ] 2022-11-23T02:12:43.0303679Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:43.0304071Z with 2022-11-23T02:12:43.0304236Z [ 2022-11-23T02:12:43.0304426Z T=torch::jit::GraphExecutor 2022-11-23T02:12:43.0304614Z ] 2022-11-23T02:12:43.0305084Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:43.0305518Z with 2022-11-23T02:12:43.0305663Z [ 2022-11-23T02:12:43.0305858Z T=torch::jit::GraphExecutor 2022-11-23T02:12:43.0306053Z ] 2022-11-23T02:12:43.0306481Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:43.0307134Z 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:12:43.0307812Z 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:12:43.0308489Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:43.0308933Z with 2022-11-23T02:12:43.0309084Z [ 2022-11-23T02:12:43.0309279Z T=torch::jit::GraphExecutor 2022-11-23T02:12:43.0309474Z ] 2022-11-23T02:12:43.0309870Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:43.0310236Z with 2022-11-23T02:12:43.0310398Z [ 2022-11-23T02:12:43.0310569Z T=torch::jit::Method 2022-11-23T02:12:43.0310829Z ] 2022-11-23T02:12:43.0311250Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:43.0311623Z with 2022-11-23T02:12:43.0311784Z [ 2022-11-23T02:12:43.0311950Z T=torch::jit::Method 2022-11-23T02:12:43.0312132Z ] 2022-11-23T02:12:43.0312573Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:43.0312977Z with 2022-11-23T02:12:43.0313141Z [ 2022-11-23T02:12:43.0313324Z T=torch::jit::Method 2022-11-23T02:12:43.0313485Z ] 2022-11-23T02:12:43.0314014Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:43.0314451Z with 2022-11-23T02:12:43.0314614Z [ 2022-11-23T02:12:43.0314800Z T=torch::jit::Method 2022-11-23T02:12:43.0314979Z ] 2022-11-23T02:12:43.0315377Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:43.0316021Z 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:12:43.0316670Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:43.0317056Z with 2022-11-23T02:12:43.0317219Z [ 2022-11-23T02:12:43.0317401Z T=torch::jit::Method 2022-11-23T02:12:43.0317580Z ] 2022-11-23T02:12:43.0317949Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:43.0318314Z with 2022-11-23T02:12:43.0318478Z [ 2022-11-23T02:12:43.0318711Z T=std::vector> 2022-11-23T02:12:43.0318925Z ] 2022-11-23T02:12:43.0319333Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:43.0319697Z with 2022-11-23T02:12:43.0319859Z [ 2022-11-23T02:12:43.0320092Z T=std::vector> 2022-11-23T02:12:43.0320308Z ] 2022-11-23T02:12:43.0320753Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:43.0321160Z with 2022-11-23T02:12:43.0321356Z [ 2022-11-23T02:12:43.0321585Z T=std::vector> 2022-11-23T02:12:43.0321801Z ] 2022-11-23T02:12:43.0322276Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:43.0322710Z with 2022-11-23T02:12:43.0322873Z [ 2022-11-23T02:12:43.0323085Z T=std::vector> 2022-11-23T02:12:43.0323310Z ] 2022-11-23T02:12:43.0323768Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:12:43.0324472Z 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:12:43.0325158Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:43.0325550Z with 2022-11-23T02:12:43.0325714Z [ 2022-11-23T02:12:43.0325943Z T=std::vector> 2022-11-23T02:12:43.0326142Z ] 2022-11-23T02:12:43.0326588Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:43.0326949Z with 2022-11-23T02:12:43.0327114Z [ 2022-11-23T02:12:43.0327375Z T=std::function 2022-11-23T02:12:43.0327622Z ] 2022-11-23T02:12:43.0328014Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:43.0328392Z with 2022-11-23T02:12:43.0328556Z [ 2022-11-23T02:12:43.0328814Z T=std::function 2022-11-23T02:12:43.0329055Z ] 2022-11-23T02:12:43.0329496Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:43.0329889Z with 2022-11-23T02:12:43.0330052Z [ 2022-11-23T02:12:43.0330310Z T=std::function 2022-11-23T02:12:43.0330554Z ] 2022-11-23T02:12:43.0331028Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:43.0331458Z with 2022-11-23T02:12:43.0331604Z [ 2022-11-23T02:12:43.0331862Z T=std::function 2022-11-23T02:12:43.0332100Z ] 2022-11-23T02:12:43.0332574Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:43.0333351Z 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:12:43.0334119Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:43.0334508Z with 2022-11-23T02:12:43.0334676Z [ 2022-11-23T02:12:43.0334916Z T=std::function 2022-11-23T02:12:43.0335157Z ] 2022-11-23T02:12:43.0335550Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:43.0335912Z with 2022-11-23T02:12:43.0336078Z [ 2022-11-23T02:12:43.0336361Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:12:43.0336615Z ] 2022-11-23T02:12:43.0337021Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:43.0337392Z with 2022-11-23T02:12:43.0337556Z [ 2022-11-23T02:12:43.0337833Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:12:43.0338093Z ] 2022-11-23T02:12:43.0338568Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:43.0338977Z with 2022-11-23T02:12:43.0339141Z [ 2022-11-23T02:12:43.0339419Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:12:43.0339684Z ] 2022-11-23T02:12:43.0340152Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:43.0340595Z with 2022-11-23T02:12:43.0340742Z [ 2022-11-23T02:12:43.0341024Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:12:43.0341289Z ] 2022-11-23T02:12:43.0341792Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:12:43.0342623Z 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:12:43.0343381Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:43.0343777Z with 2022-11-23T02:12:43.0343939Z [ 2022-11-23T02:12:43.0344205Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:12:43.0344471Z ] 2022-11-23T02:12:43.0344867Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:43.0345233Z with 2022-11-23T02:12:43.0345399Z [ 2022-11-23T02:12:43.0345624Z T=std::vector> 2022-11-23T02:12:43.0345821Z ] 2022-11-23T02:12:43.0346275Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:43.0346654Z with 2022-11-23T02:12:43.0346816Z [ 2022-11-23T02:12:43.0347035Z T=std::vector> 2022-11-23T02:12:43.0347223Z ] 2022-11-23T02:12:43.0347670Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:43.0348077Z with 2022-11-23T02:12:43.0348233Z [ 2022-11-23T02:12:43.0348450Z T=std::vector> 2022-11-23T02:12:43.0348647Z ] 2022-11-23T02:12:43.0349100Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:43.0349537Z with 2022-11-23T02:12:43.0349694Z [ 2022-11-23T02:12:43.0349913Z T=std::vector> 2022-11-23T02:12:43.0350114Z ] 2022-11-23T02:12:43.0350539Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:12:43.0351068Z with 2022-11-23T02:12:43.0351219Z [ 2022-11-23T02:12:43.0351384Z T=double 2022-11-23T02:12:43.0351554Z ] 2022-11-23T02:12:43.0352031Z 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:12:43.0352475Z with 2022-11-23T02:12:43.0352620Z [ 2022-11-23T02:12:43.0352788Z T=double 2022-11-23T02:12:43.0352957Z ] 2022-11-23T02:12:43.0353378Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:43.0353768Z with 2022-11-23T02:12:43.0353934Z [ 2022-11-23T02:12:43.0354134Z T=std::vector> 2022-11-23T02:12:43.0354346Z ] 2022-11-23T02:12:43.0354737Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:43.0355103Z with 2022-11-23T02:12:43.0355267Z [ 2022-11-23T02:12:43.0355478Z T=std::tuple 2022-11-23T02:12:43.0355657Z ] 2022-11-23T02:12:43.0356062Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:43.0356439Z with 2022-11-23T02:12:43.0356591Z [ 2022-11-23T02:12:43.0356789Z T=std::tuple 2022-11-23T02:12:43.0356961Z ] 2022-11-23T02:12:43.0357397Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:43.0357800Z with 2022-11-23T02:12:43.0357954Z [ 2022-11-23T02:12:43.0358147Z T=std::tuple 2022-11-23T02:12:43.0358328Z ] 2022-11-23T02:12:43.0358792Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:43.0359782Z with 2022-11-23T02:12:43.0359942Z [ 2022-11-23T02:12:43.0360145Z T=std::tuple 2022-11-23T02:12:43.0360343Z ] 2022-11-23T02:12:43.0360779Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:12:43.0361475Z 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:12:43.0362167Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:43.0362542Z with 2022-11-23T02:12:43.0362706Z [ 2022-11-23T02:12:43.0362912Z T=std::tuple 2022-11-23T02:12:43.0363110Z ] 2022-11-23T02:12:43.0363501Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:12:43.0363930Z with 2022-11-23T02:12:43.0364079Z [ 2022-11-23T02:12:43.0364309Z T=std::vector> 2022-11-23T02:12:43.0364529Z ] 2022-11-23T02:12:43.0364940Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:12:43.0365324Z with 2022-11-23T02:12:43.0365492Z [ 2022-11-23T02:12:43.0365701Z T=std::vector> 2022-11-23T02:12:43.0365917Z ] 2022-11-23T02:12:43.0366361Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:12:43.0366764Z with 2022-11-23T02:12:43.0366925Z [ 2022-11-23T02:12:43.0367153Z T=std::vector> 2022-11-23T02:12:43.0367351Z ] 2022-11-23T02:12:43.0367812Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:12:43.0368252Z with 2022-11-23T02:12:43.0368415Z [ 2022-11-23T02:12:43.0368641Z T=std::vector> 2022-11-23T02:12:43.0368853Z ] 2022-11-23T02:12:43.0369283Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:12:43.0370013Z 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:12:43.0370718Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:12:43.0371162Z with 2022-11-23T02:12:43.0371327Z [ 2022-11-23T02:12:43.0371553Z T=std::vector> 2022-11-23T02:12:43.0371769Z ] 2022-11-23T02:12:43.0372101Z 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:12:43.0372608Z 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:12:43.0373120Z 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:12:43.0373876Z [2/2] "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\bin\Hostx64\x64/link.exe" open_registration_extension.o /nologo /DLL c10.lib torch_cpu.lib torch.lib /LIBPATH:C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib torch_python.lib /LIBPATH:C:\Jenkins\Miniconda3\libs /out:custom_device_extension.pyd 2022-11-23T02:12:43.0374537Z Creating library custom_device_extension.lib and object custom_device_extension.exp 2022-11-23T02:12:43.0374850Z Loading extension module custom_device_extension... 2022-11-23T02:12:43.0375070Z ok (12.979s) 2022-11-23T02:12:43.0375177Z 2022-11-23T02:12:43.0375329Z ---------------------------------------------------------------------- 2022-11-23T02:12:43.0375584Z Ran 1 test in 12.968s 2022-11-23T02:12:43.0375683Z 2022-11-23T02:12:43.0375742Z OK 2022-11-23T02:12:43.0375837Z 2022-11-23T02:12:43.0375975Z Generating XML reports... 2022-11-23T02:12:43.0376489Z Generated XML report: test-reports\python-unittest\test_cpp_extensions_open_device_registration\TEST-TestCppExtensionOpenRgistration-20221123021229.xml 2022-11-23T02:12:43.0376820Z 2022-11-23T02:12:43.0377199Z ##[endgroup] 2022-11-23T02:12:43.0377630Z 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_fo1f2aul) 2022-11-23T02:12:43.0377952Z 2022-11-23T02:12:43.0378056Z Running test_cuda ... [2022-11-23 02:12:42.999210] 2022-11-23T02:12:43.0378435Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_cuda.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:12:43.000383] 2022-11-23T02:12:45.5257169Z 2022-11-23T02:12:45.5257738Z Expand the folded group to see the log file of test_cuda 2022-11-23T02:12:45.5258528Z ##[group]PRINTING LOG FILE of test_cuda (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_cuda_jbdprub7) 2022-11-23T02:12:45.5259358Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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.5260114Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:45.5260345Z CUDA not available, skipping tests 2022-11-23T02:12:45.5260481Z 2022-11-23T02:12:45.5260560Z Running tests... 2022-11-23T02:12:45.5260820Z ---------------------------------------------------------------------- 2022-11-23T02:12:45.5260998Z 2022-11-23T02:12:45.5261144Z ---------------------------------------------------------------------- 2022-11-23T02:12:45.5261389Z Ran 0 tests in 0.000s 2022-11-23T02:12:45.5261509Z 2022-11-23T02:12:45.5261574Z OK 2022-11-23T02:12:45.5261668Z 2022-11-23T02:12:45.5261743Z Generating XML reports... 2022-11-23T02:12:45.5262026Z Test results will be stored in test-reports\python-unittest\test_cuda 2022-11-23T02:12:45.5262208Z 2022-11-23T02:12:45.5262436Z ##[endgroup] 2022-11-23T02:12:45.5262771Z FINISHED PRINTING LOG FILE of test_cuda (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_cuda_jbdprub7) 2022-11-23T02:12:45.5263189Z 2022-11-23T02:12:45.5263767Z Running test_cuda_nvml_based_avail ... [2022-11-23 02:12:45.525988] 2022-11-23T02:12:45.5271020Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_cuda_nvml_based_avail.py', '-v', '--subprocess', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:12:45.526591] 2022-11-23T02:12:47.9749702Z 2022-11-23T02:12:47.9750464Z Expand the folded group to see the log file of test_cuda_nvml_based_avail 2022-11-23T02:12:47.9751440Z ##[group]PRINTING LOG FILE of test_cuda_nvml_based_avail (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_cuda_nvml_based_avail_oe11etkz) 2022-11-23T02:12:47.9752339Z 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:12:47.9753113Z return torch._C._cuda_getDeviceCount() if nvml_count < 0 else nvml_count 2022-11-23T02:12:47.9753372Z CUDA not available, skipping tests 2022-11-23T02:12:47.9753512Z 2022-11-23T02:12:47.9753735Z ##[endgroup] 2022-11-23T02:12:47.9754111Z FINISHED PRINTING LOG FILE of test_cuda_nvml_based_avail (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_cuda_nvml_based_avail_oe11etkz) 2022-11-23T02:12:47.9754386Z 2022-11-23T02:12:47.9767528Z Running test_cuda_primary_ctx ... [2022-11-23 02:12:47.976445] 2022-11-23T02:12:47.9774661Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_cuda_primary_ctx.py', '-v', '--subprocess', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:12:47.977050] 2022-11-23T02:12:50.4605301Z 2022-11-23T02:12:50.4605942Z Expand the folded group to see the log file of test_cuda_primary_ctx 2022-11-23T02:12:50.4606697Z ##[group]PRINTING LOG FILE of test_cuda_primary_ctx (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_cuda_primary_ctx_eri88_zx) 2022-11-23T02:12:50.4607543Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:50.4608284Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:50.4608576Z CUDA not available, skipping tests 2022-11-23T02:12:50.4608719Z 2022-11-23T02:12:50.4608952Z ##[endgroup] 2022-11-23T02:12:50.4609315Z FINISHED PRINTING LOG FILE of test_cuda_primary_ctx (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_cuda_primary_ctx_eri88_zx) 2022-11-23T02:12:50.4609587Z 2022-11-23T02:12:50.4611565Z Running test_cuda_trace ... [2022-11-23 02:12:50.460846] 2022-11-23T02:12:50.4618516Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_cuda_trace.py', '-v', '--subprocess', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:12:50.461452] 2022-11-23T02:12:52.8733488Z 2022-11-23T02:12:52.8733957Z Expand the folded group to see the log file of test_cuda_trace 2022-11-23T02:12:52.8734693Z ##[group]PRINTING LOG FILE of test_cuda_trace (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_cuda_trace_n8wgmkx3) 2022-11-23T02:12:52.8735536Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:52.8736381Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:52.8736628Z CUDA not available, skipping tests 2022-11-23T02:12:52.8736766Z 2022-11-23T02:12:52.8736994Z ##[endgroup] 2022-11-23T02:12:52.8737338Z FINISHED PRINTING LOG FILE of test_cuda_trace (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_cuda_trace_n8wgmkx3) 2022-11-23T02:12:52.8737591Z 2022-11-23T02:12:52.8738252Z Running test_dispatch ... [2022-11-23 02:12:52.872047] 2022-11-23T02:12:52.8743566Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_dispatch.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:12:52.872047] 2022-11-23T02:13:44.4854473Z 2022-11-23T02:13:44.4855139Z Expand the folded group to see the log file of test_dispatch 2022-11-23T02:13:44.4855922Z ##[group]PRINTING LOG FILE of test_dispatch (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_dispatch_ysk0rj_1) 2022-11-23T02:13:44.4864273Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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.4864935Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:13:44.4867062Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:13:44.4867496Z 2022-11-23T02:13:44.4867564Z Running tests... 2022-11-23T02:13:44.4867842Z ---------------------------------------------------------------------- 2022-11-23T02:13:44.4868186Z Test results will be stored in test-reports\python-unittest\test_dispatch 2022-11-23T02:13:44.4868616Z test_all_invariants (__main__.TestDispatch) ... ok (0.393s) 2022-11-23T02:13:44.4869065Z test_computed_table (__main__.TestDispatch) ... ok (11.130s) 2022-11-23T02:13:44.4869478Z test_computed_table_with_ambiguous_autogradother (__main__.TestDispatch) ... ok (0.017s) 2022-11-23T02:13:44.4869820Z test_computed_table_with_autograd (__main__.TestDispatch) ... ok (0.003s) 2022-11-23T02:13:44.4870155Z test_computed_table_with_cpu_autograd_defaultbackend (__main__.TestDispatch) ... ok (0.312s) 2022-11-23T02:13:44.4870521Z test_computed_table_with_cpu_autograd_math (__main__.TestDispatch) ... ok (0.353s) 2022-11-23T02:13:44.4870888Z test_computed_table_with_cpu_autograd_math_defaultbackend (__main__.TestDispatch) ... ok (10.848s) 2022-11-23T02:13:44.4871251Z test_computed_table_with_cpu_defaultbackend (__main__.TestDispatch) ... ok (0.013s) 2022-11-23T02:13:44.4871586Z test_computed_table_with_cpu_math (__main__.TestDispatch) ... ok (0.020s) 2022-11-23T02:13:44.4872027Z test_computed_table_with_cpu_math_autogradcpu_fallthrough (__main__.TestDispatch) ... ok (0.003s) 2022-11-23T02:13:44.4872454Z test_computed_table_with_math (__main__.TestDispatch) ... ok (0.003s) 2022-11-23T02:13:44.4872866Z test_def (__main__.TestDispatch) ... ok (11.013s) 2022-11-23T02:13:44.4873309Z test_def_impl_schema_mismatch (__main__.TestDispatch) ... ok (0.691s) 2022-11-23T02:13:44.4873718Z test_def_only (__main__.TestDispatch) ... ok (0.000s) 2022-11-23T02:13:44.4874107Z test_def_with_explicit_alias (__main__.TestDispatch) ... ok (0.000s) 2022-11-23T02:13:44.4874516Z test_def_with_inference (__main__.TestDispatch) ... ok (0.351s) 2022-11-23T02:13:44.4874983Z test_dispatch_print_registrations_for_dispatch_key_invalid (__main__.TestDispatch) ... ok (0.006s) 2022-11-23T02:13:44.4875453Z test_find_dangling_impls (__main__.TestDispatch) ... ok (0.000s) 2022-11-23T02:13:44.4876042Z test_find_dangling_impls_ext (__main__.TestDispatch) ... Using C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116 as PyTorch extensions root... 2022-11-23T02:13:44.4876946Z Creating extension directory C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116\dangling_impl_extension... 2022-11-23T02:13:44.4877653Z Emitting ninja build file C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116\dangling_impl_extension\build.ninja... 2022-11-23T02:13:44.4878236Z Building extension module dangling_impl_extension... 2022-11-23T02:13:44.4878754Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-11-23T02:13:44.4880272Z [1/2] cl /showIncludes -DTORCH_EXTENSION_NAME=dangling_impl_extension -DTORCH_API_INCLUDE_EXTENSION_H -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:\Jenkins\Miniconda3\Include -D_GLIBCXX_USE_CXX11_ABI=0 /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /EHsc -g -c C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\dangling_impl_extension.cpp /Fodangling_impl_extension.o 2022-11-23T02:13:44.4881717Z Microsoft (R) C/C++ Optimizing Compiler Version 19.28.29337 for x64 2022-11-23T02:13:44.4882131Z Copyright (C) Microsoft Corporation. All rights reserved. 2022-11-23T02:13:44.4882350Z 2022-11-23T02:13:44.4882545Z cl : Command line warning D9002 : ignoring unknown option '-g' 2022-11-23T02:13:44.4883248Z 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:13:44.4884154Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:13:44.4884699Z with 2022-11-23T02:13:44.4884934Z [ 2022-11-23T02:13:44.4885162Z T=c10::SymInt 2022-11-23T02:13:44.4885398Z ] 2022-11-23T02:13:44.4885958Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:13:44.4886467Z with 2022-11-23T02:13:44.4886686Z [ 2022-11-23T02:13:44.4886941Z T=c10::SymInt 2022-11-23T02:13:44.4887148Z ] 2022-11-23T02:13:44.4887745Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:13:44.4888305Z with 2022-11-23T02:13:44.4888530Z [ 2022-11-23T02:13:44.4888770Z T=c10::SymInt 2022-11-23T02:13:44.4889006Z ] 2022-11-23T02:13:44.4889464Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:13:44.4889895Z with 2022-11-23T02:13:44.4890108Z [ 2022-11-23T02:13:44.4890281Z T=c10::SymInt 2022-11-23T02:13:44.4890450Z ] 2022-11-23T02:13:44.4890910Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:13:44.4891543Z 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:13:44.4892163Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:13:44.4893055Z with 2022-11-23T02:13:44.4893224Z [ 2022-11-23T02:13:44.4893408Z T=c10::SymInt 2022-11-23T02:13:44.4893586Z ] 2022-11-23T02:13:44.4893968Z 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:13:44.4894560Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:13:44.4894906Z with 2022-11-23T02:13:44.4895068Z [ 2022-11-23T02:13:44.4895254Z T=at::TensorBase 2022-11-23T02:13:44.4895432Z ] 2022-11-23T02:13:44.4895889Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:13:44.4896273Z with 2022-11-23T02:13:44.4896466Z [ 2022-11-23T02:13:44.4896647Z T=at::TensorBase 2022-11-23T02:13:44.4896826Z ] 2022-11-23T02:13:44.4897281Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:13:44.4897694Z with 2022-11-23T02:13:44.4898466Z [ 2022-11-23T02:13:44.4898651Z T=at::TensorBase 2022-11-23T02:13:44.4898836Z ] 2022-11-23T02:13:44.4899317Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:13:44.4899761Z with 2022-11-23T02:13:44.4899926Z [ 2022-11-23T02:13:44.4900091Z T=at::TensorBase 2022-11-23T02:13:44.4900272Z ] 2022-11-23T02:13:44.4900689Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:13:44.4901331Z 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:13:44.4902052Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:13:44.4902504Z with 2022-11-23T02:13:44.4902677Z [ 2022-11-23T02:13:44.4902847Z T=at::TensorBase 2022-11-23T02:13:44.4903028Z ] 2022-11-23T02:13:44.4903423Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:13:44.4903787Z with 2022-11-23T02:13:44.4903951Z [ 2022-11-23T02:13:44.4904130Z T=at::Tensor 2022-11-23T02:13:44.4904287Z ] 2022-11-23T02:13:44.4904694Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:13:44.4905070Z with 2022-11-23T02:13:44.4905232Z [ 2022-11-23T02:13:44.4905406Z T=at::Tensor 2022-11-23T02:13:44.4905564Z ] 2022-11-23T02:13:44.4906013Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:13:44.4906486Z with 2022-11-23T02:13:44.4906651Z [ 2022-11-23T02:13:44.4906829Z T=at::Tensor 2022-11-23T02:13:44.4907010Z ] 2022-11-23T02:13:44.4907508Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:13:44.4907953Z with 2022-11-23T02:13:44.4908165Z [ 2022-11-23T02:13:44.4908343Z T=at::Tensor 2022-11-23T02:13:44.4908515Z ] 2022-11-23T02:13:44.4908930Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:13:44.4909567Z 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:13:44.4910203Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:13:44.4910597Z with 2022-11-23T02:13:44.4910762Z [ 2022-11-23T02:13:44.4910938Z T=at::Tensor 2022-11-23T02:13:44.4911115Z ] 2022-11-23T02:13:44.4911562Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:13:44.4911914Z with 2022-11-23T02:13:44.4912081Z [ 2022-11-23T02:13:44.4912265Z T=at::Generator 2022-11-23T02:13:44.4912445Z ] 2022-11-23T02:13:44.4912857Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:13:44.4913340Z with 2022-11-23T02:13:44.4913496Z [ 2022-11-23T02:13:44.4913679Z T=at::Generator 2022-11-23T02:13:44.4913901Z ] 2022-11-23T02:13:44.4914358Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:13:44.4914778Z with 2022-11-23T02:13:44.4914942Z [ 2022-11-23T02:13:44.4915105Z T=at::Generator 2022-11-23T02:13:44.4915282Z ] 2022-11-23T02:13:44.4915757Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:13:44.4916199Z with 2022-11-23T02:13:44.4916367Z [ 2022-11-23T02:13:44.4916532Z T=at::Generator 2022-11-23T02:13:44.4916714Z ] 2022-11-23T02:13:44.4917139Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:13:44.4917778Z 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:13:44.4918428Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:13:44.4918883Z with 2022-11-23T02:13:44.4919051Z [ 2022-11-23T02:13:44.4919261Z T=at::Generator 2022-11-23T02:13:44.4919443Z ] 2022-11-23T02:13:44.4919881Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:13:44.4920253Z with 2022-11-23T02:13:44.4920418Z [ 2022-11-23T02:13:44.4920596Z T=c10::Scalar 2022-11-23T02:13:44.4920755Z ] 2022-11-23T02:13:44.4921169Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:13:44.4921545Z with 2022-11-23T02:13:44.4921711Z [ 2022-11-23T02:13:44.4921891Z T=c10::Scalar 2022-11-23T02:13:44.4922049Z ] 2022-11-23T02:13:44.4922496Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:13:44.4922909Z with 2022-11-23T02:13:44.4923079Z [ 2022-11-23T02:13:44.4923260Z T=c10::Scalar 2022-11-23T02:13:44.4923433Z ] 2022-11-23T02:13:44.4923945Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:13:44.4924386Z with 2022-11-23T02:13:44.4924554Z [ 2022-11-23T02:13:44.4924740Z T=c10::Scalar 2022-11-23T02:13:44.4924917Z ] 2022-11-23T02:13:44.4925380Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:13:44.4926071Z 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:13:44.4926704Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:13:44.4927108Z with 2022-11-23T02:13:44.4927276Z [ 2022-11-23T02:13:44.4927461Z T=c10::Scalar 2022-11-23T02:13:44.4927639Z ] 2022-11-23T02:13:44.4928038Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:13:44.4928389Z with 2022-11-23T02:13:44.4928556Z [ 2022-11-23T02:13:44.4928745Z T=std::string 2022-11-23T02:13:44.4928921Z ] 2022-11-23T02:13:44.4929329Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:13:44.4929708Z with 2022-11-23T02:13:44.4929856Z [ 2022-11-23T02:13:44.4930038Z T=std::string 2022-11-23T02:13:44.4930216Z ] 2022-11-23T02:13:44.4930668Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:13:44.4931141Z with 2022-11-23T02:13:44.4931309Z [ 2022-11-23T02:13:44.4931513Z T=std::string 2022-11-23T02:13:44.4931692Z ] 2022-11-23T02:13:44.4932169Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:13:44.4932669Z with 2022-11-23T02:13:44.4932836Z [ 2022-11-23T02:13:44.4932996Z T=std::string 2022-11-23T02:13:44.4933173Z ] 2022-11-23T02:13:44.4933588Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:13:44.4934225Z 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:13:44.4934871Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:13:44.4935267Z with 2022-11-23T02:13:44.4935437Z [ 2022-11-23T02:13:44.4935604Z T=std::string 2022-11-23T02:13:44.4935785Z ] 2022-11-23T02:13:44.4936186Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:13:44.4936556Z with 2022-11-23T02:13:44.4936763Z [ 2022-11-23T02:13:44.4936961Z T=c10::QualifiedName 2022-11-23T02:13:44.4937136Z ] 2022-11-23T02:13:44.4937650Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:13:44.4938031Z with 2022-11-23T02:13:44.4938201Z [ 2022-11-23T02:13:44.4938392Z T=c10::QualifiedName 2022-11-23T02:13:44.4938560Z ] 2022-11-23T02:13:44.4939007Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:13:44.4939424Z with 2022-11-23T02:13:44.4939594Z [ 2022-11-23T02:13:44.4939785Z T=c10::QualifiedName 2022-11-23T02:13:44.4939967Z ] 2022-11-23T02:13:44.4940426Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:13:44.4940859Z with 2022-11-23T02:13:44.4941026Z [ 2022-11-23T02:13:44.4941217Z T=c10::QualifiedName 2022-11-23T02:13:44.4941403Z ] 2022-11-23T02:13:44.4941828Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:13:44.4942484Z 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:13:44.4943244Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:13:44.4943630Z with 2022-11-23T02:13:44.4943804Z [ 2022-11-23T02:13:44.4943994Z T=c10::QualifiedName 2022-11-23T02:13:44.4944181Z ] 2022-11-23T02:13:44.4944582Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:13:44.4945008Z with 2022-11-23T02:13:44.4945157Z [ 2022-11-23T02:13:44.4945388Z T=std::shared_ptr 2022-11-23T02:13:44.4945607Z ] 2022-11-23T02:13:44.4946023Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:13:44.4946407Z with 2022-11-23T02:13:44.4946556Z [ 2022-11-23T02:13:44.4946785Z T=std::shared_ptr 2022-11-23T02:13:44.4947003Z ] 2022-11-23T02:13:44.4947459Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:13:44.4947875Z with 2022-11-23T02:13:44.4948045Z [ 2022-11-23T02:13:44.4948256Z T=std::shared_ptr 2022-11-23T02:13:44.4948516Z ] 2022-11-23T02:13:44.4948991Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:13:44.4949466Z with 2022-11-23T02:13:44.4949640Z [ 2022-11-23T02:13:44.4949867Z T=std::shared_ptr 2022-11-23T02:13:44.4950070Z ] 2022-11-23T02:13:44.4950587Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:13:44.4951287Z 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:13:44.4951978Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:13:44.4952372Z with 2022-11-23T02:13:44.4952542Z [ 2022-11-23T02:13:44.4952775Z T=std::shared_ptr 2022-11-23T02:13:44.4952995Z ] 2022-11-23T02:13:44.4953449Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:13:44.4953823Z with 2022-11-23T02:13:44.4953991Z [ 2022-11-23T02:13:44.4954214Z T=std::weak_ptr 2022-11-23T02:13:44.4954430Z ] 2022-11-23T02:13:44.4954882Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:13:44.4955311Z with 2022-11-23T02:13:44.4955478Z [ 2022-11-23T02:13:44.4955703Z T=std::weak_ptr 2022-11-23T02:13:44.4955918Z ] 2022-11-23T02:13:44.4956376Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:13:44.4956794Z with 2022-11-23T02:13:44.4956942Z [ 2022-11-23T02:13:44.4957167Z T=std::weak_ptr 2022-11-23T02:13:44.4957377Z ] 2022-11-23T02:13:44.4957851Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:13:44.4958351Z with 2022-11-23T02:13:44.4958515Z [ 2022-11-23T02:13:44.4958724Z T=std::weak_ptr 2022-11-23T02:13:44.4958937Z ] 2022-11-23T02:13:44.4959391Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:13:44.4960086Z 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:13:44.4960806Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:13:44.4961247Z with 2022-11-23T02:13:44.4961417Z [ 2022-11-23T02:13:44.4961625Z T=std::weak_ptr 2022-11-23T02:13:44.4961836Z ] 2022-11-23T02:13:44.4962231Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:13:44.4962600Z with 2022-11-23T02:13:44.4962768Z [ 2022-11-23T02:13:44.4963081Z T=std::vector> 2022-11-23T02:13:44.4963306Z ] 2022-11-23T02:13:44.4963721Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:13:44.4964106Z with 2022-11-23T02:13:44.4964272Z [ 2022-11-23T02:13:44.4964523Z T=std::vector> 2022-11-23T02:13:44.4964759Z ] 2022-11-23T02:13:44.4965187Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:13:44.4965603Z with 2022-11-23T02:13:44.4965767Z [ 2022-11-23T02:13:44.4966019Z T=std::vector> 2022-11-23T02:13:44.4966256Z ] 2022-11-23T02:13:44.4966785Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:13:44.4967257Z with 2022-11-23T02:13:44.4967428Z [ 2022-11-23T02:13:44.4967683Z T=std::vector> 2022-11-23T02:13:44.4967920Z ] 2022-11-23T02:13:44.4968394Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:13:44.4969131Z 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:13:44.4969823Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:13:44.4970273Z with 2022-11-23T02:13:44.4970424Z [ 2022-11-23T02:13:44.4970679Z T=std::vector> 2022-11-23T02:13:44.4970917Z ] 2022-11-23T02:13:44.4971317Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:13:44.4971682Z with 2022-11-23T02:13:44.4971852Z [ 2022-11-23T02:13:44.4972052Z T=std::vector> 2022-11-23T02:13:44.4972310Z ] 2022-11-23T02:13:44.4972725Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:13:44.4973155Z with 2022-11-23T02:13:44.4973322Z [ 2022-11-23T02:13:44.4973523Z T=std::vector> 2022-11-23T02:13:44.4973737Z ] 2022-11-23T02:13:44.4974190Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:13:44.4974605Z with 2022-11-23T02:13:44.4974769Z [ 2022-11-23T02:13:44.4974989Z T=std::vector> 2022-11-23T02:13:44.4975180Z ] 2022-11-23T02:13:44.4975707Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:13:44.4976146Z with 2022-11-23T02:13:44.4976317Z [ 2022-11-23T02:13:44.4976538Z T=std::vector> 2022-11-23T02:13:44.4976745Z ] 2022-11-23T02:13:44.4977172Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:13:44.4977853Z 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:13:44.4978570Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:13:44.4979010Z with 2022-11-23T02:13:44.4979178Z [ 2022-11-23T02:13:44.4979397Z T=std::vector> 2022-11-23T02:13:44.4979602Z ] 2022-11-23T02:13:44.4980002Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:13:44.4980362Z with 2022-11-23T02:13:44.4980525Z [ 2022-11-23T02:13:44.4980790Z T=std::vector,std::allocator>> 2022-11-23T02:13:44.4981031Z ] 2022-11-23T02:13:44.4981453Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:13:44.4981834Z with 2022-11-23T02:13:44.4981982Z [ 2022-11-23T02:13:44.4982246Z T=std::vector,std::allocator>> 2022-11-23T02:13:44.4982490Z ] 2022-11-23T02:13:44.4982943Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:13:44.4983415Z with 2022-11-23T02:13:44.4983582Z [ 2022-11-23T02:13:44.4983832Z T=std::vector,std::allocator>> 2022-11-23T02:13:44.4984074Z ] 2022-11-23T02:13:44.4984553Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:13:44.4984995Z with 2022-11-23T02:13:44.4985163Z [ 2022-11-23T02:13:44.4985427Z T=std::vector,std::allocator>> 2022-11-23T02:13:44.4985653Z ] 2022-11-23T02:13:44.4986135Z C:\actions-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:13:44.4986886Z 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:13:44.4987621Z 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:13:44.4988273Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:13:44.4988670Z with 2022-11-23T02:13:44.4988842Z [ 2022-11-23T02:13:44.4989164Z T=std::vector,std::allocator>> 2022-11-23T02:13:44.4989413Z ] 2022-11-23T02:13:44.4989844Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:13:44.4990210Z with 2022-11-23T02:13:44.4990378Z [ 2022-11-23T02:13:44.4990635Z T=std::vector,std::allocator>> 2022-11-23T02:13:44.4990876Z ] 2022-11-23T02:13:44.4991289Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:13:44.4991654Z with 2022-11-23T02:13:44.4991817Z [ 2022-11-23T02:13:44.4992073Z T=std::vector,std::allocator>> 2022-11-23T02:13:44.4992313Z ] 2022-11-23T02:13:44.4992764Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:13:44.4993177Z with 2022-11-23T02:13:44.4993403Z [ 2022-11-23T02:13:44.4993659Z T=std::vector,std::allocator>> 2022-11-23T02:13:44.4993897Z ] 2022-11-23T02:13:44.4994374Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:13:44.4994809Z with 2022-11-23T02:13:44.4994977Z [ 2022-11-23T02:13:44.4995236Z T=std::vector,std::allocator>> 2022-11-23T02:13:44.4995514Z ] 2022-11-23T02:13:44.4995987Z C:\actions-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:13:44.4996730Z 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:13:44.4997407Z 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:13:44.4998052Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:13:44.4998456Z with 2022-11-23T02:13:44.4998629Z [ 2022-11-23T02:13:44.4998887Z T=std::vector,std::allocator>> 2022-11-23T02:13:44.4999107Z ] 2022-11-23T02:13:44.4999505Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:13:44.4999876Z with 2022-11-23T02:13:44.5000095Z [ 2022-11-23T02:13:44.5000321Z T=std::vector> 2022-11-23T02:13:44.5000533Z ] 2022-11-23T02:13:44.5000926Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:13:44.5001311Z with 2022-11-23T02:13:44.5001485Z [ 2022-11-23T02:13:44.5001708Z T=std::vector> 2022-11-23T02:13:44.5001918Z ] 2022-11-23T02:13:44.5002370Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:13:44.5002763Z with 2022-11-23T02:13:44.5002931Z [ 2022-11-23T02:13:44.5003157Z T=std::vector> 2022-11-23T02:13:44.5003365Z ] 2022-11-23T02:13:44.5003844Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:13:44.5004281Z with 2022-11-23T02:13:44.5004431Z [ 2022-11-23T02:13:44.5004653Z T=std::vector> 2022-11-23T02:13:44.5004914Z ] 2022-11-23T02:13:44.5005397Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:13:44.5006093Z 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:13:44.5006761Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:13:44.5007158Z with 2022-11-23T02:13:44.5007307Z [ 2022-11-23T02:13:44.5007585Z T=std::vector> 2022-11-23T02:13:44.5007796Z ] 2022-11-23T02:13:44.5008191Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:13:44.5020475Z with 2022-11-23T02:13:44.5020728Z [ 2022-11-23T02:13:44.5020986Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:13:44.5021219Z ] 2022-11-23T02:13:44.5021646Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:13:44.5022019Z with 2022-11-23T02:13:44.5022172Z [ 2022-11-23T02:13:44.5022409Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:13:44.5022618Z ] 2022-11-23T02:13:44.5023062Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:13:44.5023469Z with 2022-11-23T02:13:44.5023621Z [ 2022-11-23T02:13:44.5023856Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:13:44.5024079Z ] 2022-11-23T02:13:44.5024670Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:13:44.5025083Z with 2022-11-23T02:13:44.5025237Z [ 2022-11-23T02:13:44.5025474Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:13:44.5025697Z ] 2022-11-23T02:13:44.5026151Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:13:44.5026883Z 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:13:44.5027622Z 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:13:44.5028313Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:13:44.5028691Z with 2022-11-23T02:13:44.5028844Z [ 2022-11-23T02:13:44.5029080Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:13:44.5029299Z ] 2022-11-23T02:13:44.5029679Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:13:44.5030031Z with 2022-11-23T02:13:44.5030171Z [ 2022-11-23T02:13:44.5030404Z T=c10::impl::InlineStreamGuard 2022-11-23T02:13:44.5030627Z ] 2022-11-23T02:13:44.5031100Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:13:44.5031661Z with 2022-11-23T02:13:44.5031887Z [ 2022-11-23T02:13:44.5032322Z T=c10::impl::InlineStreamGuard 2022-11-23T02:13:44.5032651Z ] 2022-11-23T02:13:44.5033407Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:13:44.5034018Z with 2022-11-23T02:13:44.5034274Z [ 2022-11-23T02:13:44.5034662Z T=c10::impl::InlineStreamGuard 2022-11-23T02:13:44.5034978Z ] 2022-11-23T02:13:44.5035639Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:13:44.5036299Z with 2022-11-23T02:13:44.5036516Z [ 2022-11-23T02:13:44.5036863Z T=c10::impl::InlineStreamGuard 2022-11-23T02:13:44.5037229Z ] 2022-11-23T02:13:44.5037689Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:13:44.5038538Z 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:13:44.5039288Z 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:13:44.5039974Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:13:44.5040368Z with 2022-11-23T02:13:44.5040525Z [ 2022-11-23T02:13:44.5040768Z T=c10::impl::InlineStreamGuard 2022-11-23T02:13:44.5040991Z ] 2022-11-23T02:13:44.5041375Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:13:44.5041716Z with 2022-11-23T02:13:44.5041872Z [ 2022-11-23T02:13:44.5042062Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:13:44.5042244Z ] 2022-11-23T02:13:44.5042638Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:13:44.5043003Z with 2022-11-23T02:13:44.5043142Z [ 2022-11-23T02:13:44.5043329Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:13:44.5043512Z ] 2022-11-23T02:13:44.5043946Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:13:44.5044338Z with 2022-11-23T02:13:44.5044478Z [ 2022-11-23T02:13:44.5044661Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:13:44.5044842Z ] 2022-11-23T02:13:44.5045298Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:13:44.5045716Z with 2022-11-23T02:13:44.5045865Z [ 2022-11-23T02:13:44.5046725Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:13:44.5046909Z ] 2022-11-23T02:13:44.5047334Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:13:44.5047976Z 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:13:44.5048352Z with 2022-11-23T02:13:44.5048510Z [ 2022-11-23T02:13:44.5048700Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:13:44.5048871Z ] 2022-11-23T02:13:44.5049324Z 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:13:44.5050010Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:13:44.5050393Z with 2022-11-23T02:13:44.5050547Z [ 2022-11-23T02:13:44.5050735Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:13:44.5050904Z ] 2022-11-23T02:13:44.5051336Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:13:44.5051696Z with 2022-11-23T02:13:44.5051849Z [ 2022-11-23T02:13:44.5052120Z T=std::vector> 2022-11-23T02:13:44.5052372Z ] 2022-11-23T02:13:44.5052756Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:13:44.5053127Z with 2022-11-23T02:13:44.5053279Z [ 2022-11-23T02:13:44.5053548Z T=std::vector> 2022-11-23T02:13:44.5053795Z ] 2022-11-23T02:13:44.5054230Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:13:44.5054627Z with 2022-11-23T02:13:44.5054769Z [ 2022-11-23T02:13:44.5055035Z T=std::vector> 2022-11-23T02:13:44.5055280Z ] 2022-11-23T02:13:44.5055739Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:13:44.5056162Z with 2022-11-23T02:13:44.5056312Z [ 2022-11-23T02:13:44.5056569Z T=std::vector> 2022-11-23T02:13:44.5056818Z ] 2022-11-23T02:13:44.5057305Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:13:44.5058081Z 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:13:44.5058828Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:13:44.5059216Z with 2022-11-23T02:13:44.5059370Z [ 2022-11-23T02:13:44.5059639Z T=std::vector> 2022-11-23T02:13:44.5059877Z ] 2022-11-23T02:13:44.5060262Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:13:44.5060614Z with 2022-11-23T02:13:44.5060765Z [ 2022-11-23T02:13:44.5060949Z T=torch::autograd::ViewInfo 2022-11-23T02:13:44.5061128Z ] 2022-11-23T02:13:44.5061512Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:13:44.5061880Z with 2022-11-23T02:13:44.5062033Z [ 2022-11-23T02:13:44.5062211Z T=torch::autograd::ViewInfo 2022-11-23T02:13:44.5062387Z ] 2022-11-23T02:13:44.5062821Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:13:44.5063246Z with 2022-11-23T02:13:44.5063400Z [ 2022-11-23T02:13:44.5063583Z T=torch::autograd::ViewInfo 2022-11-23T02:13:44.5063761Z ] 2022-11-23T02:13:44.5064220Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:13:44.5064648Z with 2022-11-23T02:13:44.5064787Z [ 2022-11-23T02:13:44.5064967Z T=torch::autograd::ViewInfo 2022-11-23T02:13:44.5065145Z ] 2022-11-23T02:13:44.5065560Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:13:44.5066213Z 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:13:44.5066868Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:13:44.5067250Z with 2022-11-23T02:13:44.5067389Z [ 2022-11-23T02:13:44.5067573Z T=torch::autograd::ViewInfo 2022-11-23T02:13:44.5067752Z ] 2022-11-23T02:13:44.5068134Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:13:44.5068480Z with 2022-11-23T02:13:44.5068632Z [ 2022-11-23T02:13:44.5068780Z T=c10::IValue 2022-11-23T02:13:44.5068942Z ] 2022-11-23T02:13:44.5069333Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:13:44.5069695Z with 2022-11-23T02:13:44.5069845Z [ 2022-11-23T02:13:44.5069995Z T=c10::IValue 2022-11-23T02:13:44.5070153Z ] 2022-11-23T02:13:44.5070629Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:13:44.5071028Z with 2022-11-23T02:13:44.5071181Z [ 2022-11-23T02:13:44.5071342Z T=c10::IValue 2022-11-23T02:13:44.5071491Z ] 2022-11-23T02:13:44.5071952Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:13:44.5072374Z with 2022-11-23T02:13:44.5072527Z [ 2022-11-23T02:13:44.5072691Z T=c10::IValue 2022-11-23T02:13:44.5072852Z ] 2022-11-23T02:13:44.5073315Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:13:44.5073952Z 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:13:44.5074584Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:13:44.5074969Z with 2022-11-23T02:13:44.5075179Z [ 2022-11-23T02:13:44.5075347Z T=c10::IValue 2022-11-23T02:13:44.5075507Z ] 2022-11-23T02:13:44.5075875Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:13:44.5076222Z with 2022-11-23T02:13:44.5076377Z [ 2022-11-23T02:13:44.5076547Z T=c10::AliasInfo 2022-11-23T02:13:44.5076712Z ] 2022-11-23T02:13:44.5077105Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:13:44.5077459Z with 2022-11-23T02:13:44.5077611Z [ 2022-11-23T02:13:44.5077778Z T=c10::AliasInfo 2022-11-23T02:13:44.5077942Z ] 2022-11-23T02:13:44.5078375Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:13:44.5078772Z with 2022-11-23T02:13:44.5078910Z [ 2022-11-23T02:13:44.5079077Z T=c10::AliasInfo 2022-11-23T02:13:44.5079237Z ] 2022-11-23T02:13:44.5079695Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:13:44.5080116Z with 2022-11-23T02:13:44.5080254Z [ 2022-11-23T02:13:44.5080421Z T=c10::AliasInfo 2022-11-23T02:13:44.5080585Z ] 2022-11-23T02:13:44.5080988Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:13:44.5081615Z 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:13:44.5082251Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:13:44.5082679Z with 2022-11-23T02:13:44.5082821Z [ 2022-11-23T02:13:44.5082990Z T=c10::AliasInfo 2022-11-23T02:13:44.5083156Z ] 2022-11-23T02:13:44.5083537Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:13:44.5083893Z with 2022-11-23T02:13:44.5084046Z [ 2022-11-23T02:13:44.5084256Z T=std::vector> 2022-11-23T02:13:44.5084462Z ] 2022-11-23T02:13:44.5084858Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:13:44.5085225Z with 2022-11-23T02:13:44.5085380Z [ 2022-11-23T02:13:44.5085596Z T=std::vector> 2022-11-23T02:13:44.5085789Z ] 2022-11-23T02:13:44.5086219Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:13:44.5086608Z with 2022-11-23T02:13:44.5086760Z [ 2022-11-23T02:13:44.5086977Z T=std::vector> 2022-11-23T02:13:44.5087231Z ] 2022-11-23T02:13:44.5087679Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:13:44.5088092Z with 2022-11-23T02:13:44.5088247Z [ 2022-11-23T02:13:44.5088467Z T=std::vector> 2022-11-23T02:13:44.5088673Z ] 2022-11-23T02:13:44.5089096Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:13:44.5089480Z with 2022-11-23T02:13:44.5089620Z [ 2022-11-23T02:13:44.5089787Z T=c10::SymInt 2022-11-23T02:13:44.5089950Z ] 2022-11-23T02:13:44.5090366Z 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:13:44.5090742Z with 2022-11-23T02:13:44.5090882Z [ 2022-11-23T02:13:44.5091043Z T=c10::SymInt 2022-11-23T02:13:44.5091205Z ] 2022-11-23T02:13:44.5091644Z 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:13:44.5092392Z 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:13:44.5093197Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:13:44.5093575Z with 2022-11-23T02:13:44.5093776Z [ 2022-11-23T02:13:44.5093985Z T=std::vector> 2022-11-23T02:13:44.5094190Z ] 2022-11-23T02:13:44.5094626Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:13:44.5094983Z with 2022-11-23T02:13:44.5095136Z [ 2022-11-23T02:13:44.5095353Z T=c10::either 2022-11-23T02:13:44.5095564Z ] 2022-11-23T02:13:44.5095967Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:13:44.5096338Z with 2022-11-23T02:13:44.5096492Z [ 2022-11-23T02:13:44.5096711Z T=c10::either 2022-11-23T02:13:44.5096906Z ] 2022-11-23T02:13:44.5097340Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:13:44.5097739Z with 2022-11-23T02:13:44.5097889Z [ 2022-11-23T02:13:44.5098107Z T=c10::either 2022-11-23T02:13:44.5098310Z ] 2022-11-23T02:13:44.5098755Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:13:44.5099221Z with 2022-11-23T02:13:44.5099376Z [ 2022-11-23T02:13:44.5099594Z T=c10::either 2022-11-23T02:13:44.5099801Z ] 2022-11-23T02:13:44.5100243Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:13:44.5100975Z 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:13:44.5101666Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:13:44.5102035Z with 2022-11-23T02:13:44.5102188Z [ 2022-11-23T02:13:44.5102410Z T=c10::either 2022-11-23T02:13:44.5102618Z ] 2022-11-23T02:13:44.5103001Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:13:44.5103351Z with 2022-11-23T02:13:44.5103491Z [ 2022-11-23T02:13:44.5103668Z T=at::StepCallbacks 2022-11-23T02:13:44.5103838Z ] 2022-11-23T02:13:44.5104237Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:13:44.5104605Z with 2022-11-23T02:13:44.5104753Z [ 2022-11-23T02:13:44.5104913Z T=at::StepCallbacks 2022-11-23T02:13:44.5105083Z ] 2022-11-23T02:13:44.5105517Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:13:44.5105914Z with 2022-11-23T02:13:44.5106064Z [ 2022-11-23T02:13:44.5106225Z T=at::StepCallbacks 2022-11-23T02:13:44.5106442Z ] 2022-11-23T02:13:44.5106900Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:13:44.5107320Z with 2022-11-23T02:13:44.5107470Z [ 2022-11-23T02:13:44.5107644Z T=at::StepCallbacks 2022-11-23T02:13:44.5107804Z ] 2022-11-23T02:13:44.5108214Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:13:44.5108857Z 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:13:44.5109508Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:13:44.5109888Z with 2022-11-23T02:13:44.5110042Z [ 2022-11-23T02:13:44.5110216Z T=at::StepCallbacks 2022-11-23T02:13:44.5110374Z ] 2022-11-23T02:13:44.5110753Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:13:44.5111607Z with 2022-11-23T02:13:44.5111771Z [ 2022-11-23T02:13:44.5111943Z T=c10::DimVector 2022-11-23T02:13:44.5112111Z ] 2022-11-23T02:13:44.5112496Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:13:44.5112865Z with 2022-11-23T02:13:44.5113016Z [ 2022-11-23T02:13:44.5113184Z T=c10::DimVector 2022-11-23T02:13:44.5113423Z ] 2022-11-23T02:13:44.5113857Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:13:44.5114246Z with 2022-11-23T02:13:44.5114396Z [ 2022-11-23T02:13:44.5114567Z T=c10::DimVector 2022-11-23T02:13:44.5114729Z ] 2022-11-23T02:13:44.5115190Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:13:44.5115613Z with 2022-11-23T02:13:44.5115751Z [ 2022-11-23T02:13:44.5115922Z T=c10::DimVector 2022-11-23T02:13:44.5116085Z ] 2022-11-23T02:13:44.5116483Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:13:44.5117113Z 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:13:44.5117745Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:13:44.5118126Z with 2022-11-23T02:13:44.5118266Z [ 2022-11-23T02:13:44.5118433Z T=c10::DimVector 2022-11-23T02:13:44.5118598Z ] 2022-11-23T02:13:44.5118980Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:13:44.5119394Z with 2022-11-23T02:13:44.5119533Z [ 2022-11-23T02:13:44.5119719Z T=c10::impl::AnnotatedSchema 2022-11-23T02:13:44.5119902Z ] 2022-11-23T02:13:44.5120297Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:13:44.5120659Z with 2022-11-23T02:13:44.5120811Z [ 2022-11-23T02:13:44.5120985Z T=c10::impl::AnnotatedSchema 2022-11-23T02:13:44.5121164Z ] 2022-11-23T02:13:44.5121600Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:13:44.5122000Z with 2022-11-23T02:13:44.5122149Z [ 2022-11-23T02:13:44.5122337Z T=c10::impl::AnnotatedSchema 2022-11-23T02:13:44.5122505Z ] 2022-11-23T02:13:44.5122962Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:13:44.5123380Z with 2022-11-23T02:13:44.5123530Z [ 2022-11-23T02:13:44.5123762Z T=c10::impl::AnnotatedSchema 2022-11-23T02:13:44.5123944Z ] 2022-11-23T02:13:44.5124351Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:13:44.5125028Z 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:13:44.5125695Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:13:44.5126073Z with 2022-11-23T02:13:44.5126227Z [ 2022-11-23T02:13:44.5126413Z T=c10::impl::AnnotatedSchema 2022-11-23T02:13:44.5126599Z ] 2022-11-23T02:13:44.5126971Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:13:44.5127321Z with 2022-11-23T02:13:44.5127472Z [ 2022-11-23T02:13:44.5127697Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:13:44.5127912Z ] 2022-11-23T02:13:44.5128303Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:13:44.5128658Z with 2022-11-23T02:13:44.5128810Z [ 2022-11-23T02:13:44.5129034Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:13:44.5129242Z ] 2022-11-23T02:13:44.5129670Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:13:44.5130064Z with 2022-11-23T02:13:44.5130204Z [ 2022-11-23T02:13:44.5130425Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:13:44.5130635Z ] 2022-11-23T02:13:44.5131092Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:13:44.5131558Z with 2022-11-23T02:13:44.5131710Z [ 2022-11-23T02:13:44.5131918Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:13:44.5132127Z ] 2022-11-23T02:13:44.5132577Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:13:44.5133306Z 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:13:44.5134007Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:13:44.5134392Z with 2022-11-23T02:13:44.5134544Z [ 2022-11-23T02:13:44.5134769Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:13:44.5134968Z ] 2022-11-23T02:13:44.5135348Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:13:44.5135744Z with 2022-11-23T02:13:44.5135900Z [ 2022-11-23T02:13:44.5136101Z T=std::tuple 2022-11-23T02:13:44.5136283Z ] 2022-11-23T02:13:44.5136681Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:13:44.5137049Z with 2022-11-23T02:13:44.5137200Z [ 2022-11-23T02:13:44.5137397Z T=std::tuple 2022-11-23T02:13:44.5137587Z ] 2022-11-23T02:13:44.5138005Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:13:44.5138399Z with 2022-11-23T02:13:44.5138549Z [ 2022-11-23T02:13:44.5138748Z T=std::tuple 2022-11-23T02:13:44.5138941Z ] 2022-11-23T02:13:44.5139398Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:13:44.5139814Z with 2022-11-23T02:13:44.5139954Z [ 2022-11-23T02:13:44.5140155Z T=std::tuple 2022-11-23T02:13:44.5140345Z ] 2022-11-23T02:13:44.5140770Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:13:44.5141455Z 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:13:44.5142125Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:13:44.5142507Z with 2022-11-23T02:13:44.5142692Z [ 2022-11-23T02:13:44.5142892Z T=std::tuple 2022-11-23T02:13:44.5143086Z ] 2022-11-23T02:13:44.5143476Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:13:44.5143826Z with 2022-11-23T02:13:44.5143978Z [ 2022-11-23T02:13:44.5144148Z T=torch::jit::SourceRange 2022-11-23T02:13:44.5144328Z ] 2022-11-23T02:13:44.5144725Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:13:44.5145086Z with 2022-11-23T02:13:44.5145238Z [ 2022-11-23T02:13:44.5145404Z T=torch::jit::SourceRange 2022-11-23T02:13:44.5145578Z ] 2022-11-23T02:13:44.5146015Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:13:44.5146411Z with 2022-11-23T02:13:44.5146560Z [ 2022-11-23T02:13:44.5146736Z T=torch::jit::SourceRange 2022-11-23T02:13:44.5146899Z ] 2022-11-23T02:13:44.5147399Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:13:44.5147820Z with 2022-11-23T02:13:44.5147970Z [ 2022-11-23T02:13:44.5148147Z T=torch::jit::SourceRange 2022-11-23T02:13:44.5148319Z ] 2022-11-23T02:13:44.5148721Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:13:44.5149388Z 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:13:44.5150039Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:13:44.5150417Z with 2022-11-23T02:13:44.5150574Z [ 2022-11-23T02:13:44.5150752Z T=torch::jit::SourceRange 2022-11-23T02:13:44.5150927Z ] 2022-11-23T02:13:44.5151290Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:13:44.5151635Z with 2022-11-23T02:13:44.5151784Z [ 2022-11-23T02:13:44.5151981Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:13:44.5152172Z ] 2022-11-23T02:13:44.5152564Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:13:44.5152912Z with 2022-11-23T02:13:44.5153061Z [ 2022-11-23T02:13:44.5153347Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:13:44.5153547Z ] 2022-11-23T02:13:44.5153983Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:13:44.5154380Z with 2022-11-23T02:13:44.5154520Z [ 2022-11-23T02:13:44.5154723Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:13:44.5154968Z ] 2022-11-23T02:13:44.5155424Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:13:44.5155845Z with 2022-11-23T02:13:44.5155997Z [ 2022-11-23T02:13:44.5156179Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:13:44.5156367Z ] 2022-11-23T02:13:44.5156798Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:13:44.5157466Z 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:13:44.5158133Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:13:44.5158511Z with 2022-11-23T02:13:44.5158664Z [ 2022-11-23T02:13:44.5158850Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:13:44.5159041Z ] 2022-11-23T02:13:44.5159464Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:13:44.5159814Z with 2022-11-23T02:13:44.5159966Z [ 2022-11-23T02:13:44.5160159Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:13:44.5160333Z ] 2022-11-23T02:13:44.5160732Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:13:44.5161097Z with 2022-11-23T02:13:44.5161249Z [ 2022-11-23T02:13:44.5161446Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:13:44.5161621Z ] 2022-11-23T02:13:44.5162055Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:13:44.5162451Z with 2022-11-23T02:13:44.5162603Z [ 2022-11-23T02:13:44.5162799Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:13:44.5162986Z ] 2022-11-23T02:13:44.5163432Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:13:44.5163855Z with 2022-11-23T02:13:44.5164009Z [ 2022-11-23T02:13:44.5164202Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:13:44.5164392Z ] 2022-11-23T02:13:44.5164820Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:13:44.5165484Z 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:13:44.5166139Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:13:44.5166507Z with 2022-11-23T02:13:44.5166658Z [ 2022-11-23T02:13:44.5166902Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:13:44.5167092Z ] 2022-11-23T02:13:44.5167471Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:13:44.5167821Z with 2022-11-23T02:13:44.5167959Z [ 2022-11-23T02:13:44.5168137Z T=torch::jit::ScopePtr 2022-11-23T02:13:44.5168314Z ] 2022-11-23T02:13:44.5168713Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:13:44.5169073Z with 2022-11-23T02:13:44.5169212Z [ 2022-11-23T02:13:44.5169386Z T=torch::jit::ScopePtr 2022-11-23T02:13:44.5169556Z ] 2022-11-23T02:13:44.5169985Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:13:44.5170382Z with 2022-11-23T02:13:44.5170532Z [ 2022-11-23T02:13:44.5170694Z T=torch::jit::ScopePtr 2022-11-23T02:13:44.5170864Z ] 2022-11-23T02:13:44.5171319Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:13:44.5171783Z with 2022-11-23T02:13:44.5171936Z [ 2022-11-23T02:13:44.5172111Z T=torch::jit::ScopePtr 2022-11-23T02:13:44.5172269Z ] 2022-11-23T02:13:44.5172683Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:13:44.5173321Z 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:13:44.5173971Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:13:44.5174352Z with 2022-11-23T02:13:44.5174508Z [ 2022-11-23T02:13:44.5174685Z T=torch::jit::ScopePtr 2022-11-23T02:13:44.5174847Z ] 2022-11-23T02:13:44.5175228Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:13:44.5175580Z with 2022-11-23T02:13:44.5175734Z [ 2022-11-23T02:13:44.5175910Z T=at::ThreadLocalState 2022-11-23T02:13:44.5176085Z ] 2022-11-23T02:13:44.5176466Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:13:44.5176828Z with 2022-11-23T02:13:44.5176981Z [ 2022-11-23T02:13:44.5177156Z T=at::ThreadLocalState 2022-11-23T02:13:44.5177329Z ] 2022-11-23T02:13:44.5177747Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:13:44.5178146Z with 2022-11-23T02:13:44.5178297Z [ 2022-11-23T02:13:44.5178473Z T=at::ThreadLocalState 2022-11-23T02:13:44.5178647Z ] 2022-11-23T02:13:44.5179150Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:13:44.5179564Z with 2022-11-23T02:13:44.5179703Z [ 2022-11-23T02:13:44.5179879Z T=at::ThreadLocalState 2022-11-23T02:13:44.5180053Z ] 2022-11-23T02:13:44.5180471Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:13:44.5181127Z 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:13:44.5181793Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:13:44.5182182Z with 2022-11-23T02:13:44.5182323Z [ 2022-11-23T02:13:44.5182503Z T=at::ThreadLocalState 2022-11-23T02:13:44.5182678Z ] 2022-11-23T02:13:44.5183053Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:13:44.5183405Z with 2022-11-23T02:13:44.5183545Z [ 2022-11-23T02:13:44.5183788Z T=std::shared_ptr 2022-11-23T02:13:44.5183980Z ] 2022-11-23T02:13:44.5184377Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:13:44.5184738Z with 2022-11-23T02:13:44.5184891Z [ 2022-11-23T02:13:44.5185078Z T=std::shared_ptr 2022-11-23T02:13:44.5185263Z ] 2022-11-23T02:13:44.5185693Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:13:44.5186081Z with 2022-11-23T02:13:44.5186230Z [ 2022-11-23T02:13:44.5186425Z T=std::shared_ptr 2022-11-23T02:13:44.5186600Z ] 2022-11-23T02:13:44.5187056Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:13:44.5187482Z with 2022-11-23T02:13:44.5187633Z [ 2022-11-23T02:13:44.5187828Z T=std::shared_ptr 2022-11-23T02:13:44.5188011Z ] 2022-11-23T02:13:44.5188421Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:13:44.5189074Z 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:13:44.5189752Z 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:13:44.5190413Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:13:44.5190844Z with 2022-11-23T02:13:44.5191000Z [ 2022-11-23T02:13:44.5191197Z T=std::shared_ptr 2022-11-23T02:13:44.5191385Z ] 2022-11-23T02:13:44.5191752Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:13:44.5192102Z with 2022-11-23T02:13:44.5192255Z [ 2022-11-23T02:13:44.5192441Z T=torch::jit::GraphExecutor 2022-11-23T02:13:44.5192628Z ] 2022-11-23T02:13:44.5193025Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:13:44.5193454Z with 2022-11-23T02:13:44.5193607Z [ 2022-11-23T02:13:44.5193793Z T=torch::jit::GraphExecutor 2022-11-23T02:13:44.5193971Z ] 2022-11-23T02:13:44.5194480Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:13:44.5194883Z with 2022-11-23T02:13:44.5195023Z [ 2022-11-23T02:13:44.5195266Z T=torch::jit::GraphExecutor 2022-11-23T02:13:44.5195510Z ] 2022-11-23T02:13:44.5196046Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:13:44.5196474Z with 2022-11-23T02:13:44.5196633Z [ 2022-11-23T02:13:44.5196810Z T=torch::jit::GraphExecutor 2022-11-23T02:13:44.5196999Z ] 2022-11-23T02:13:44.5197426Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:13:44.5198070Z 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:13:44.5198742Z 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:13:44.5199416Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:13:44.5199799Z with 2022-11-23T02:13:44.5199953Z [ 2022-11-23T02:13:44.5200127Z T=torch::jit::GraphExecutor 2022-11-23T02:13:44.5200310Z ] 2022-11-23T02:13:44.5200696Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:13:44.5201042Z with 2022-11-23T02:13:44.5201195Z [ 2022-11-23T02:13:44.5201370Z T=torch::jit::Method 2022-11-23T02:13:44.5201526Z ] 2022-11-23T02:13:44.5201925Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:13:44.5202289Z with 2022-11-23T02:13:44.5202443Z [ 2022-11-23T02:13:44.5202616Z T=torch::jit::Method 2022-11-23T02:13:44.5202775Z ] 2022-11-23T02:13:44.5203268Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:13:44.5203730Z with 2022-11-23T02:13:44.5203886Z [ 2022-11-23T02:13:44.5204062Z T=torch::jit::Method 2022-11-23T02:13:44.5204283Z ] 2022-11-23T02:13:44.5204833Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:13:44.5205353Z with 2022-11-23T02:13:44.5205512Z [ 2022-11-23T02:13:44.5205711Z T=torch::jit::Method 2022-11-23T02:13:44.5205907Z ] 2022-11-23T02:13:44.5206325Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:13:44.5206972Z 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:13:44.5207609Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:13:44.5208046Z with 2022-11-23T02:13:44.5208198Z [ 2022-11-23T02:13:44.5208376Z T=torch::jit::Method 2022-11-23T02:13:44.5208559Z ] 2022-11-23T02:13:44.5208954Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:13:44.5209326Z with 2022-11-23T02:13:44.5209495Z [ 2022-11-23T02:13:44.5209711Z T=std::vector> 2022-11-23T02:13:44.5209923Z ] 2022-11-23T02:13:44.5210322Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:13:44.5210689Z with 2022-11-23T02:13:44.5210846Z [ 2022-11-23T02:13:44.5211072Z T=std::vector> 2022-11-23T02:13:44.5211271Z ] 2022-11-23T02:13:44.5211707Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:13:44.5212110Z with 2022-11-23T02:13:44.5212266Z [ 2022-11-23T02:13:44.5212492Z T=std::vector> 2022-11-23T02:13:44.5212703Z ] 2022-11-23T02:13:44.5213156Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:13:44.5213582Z with 2022-11-23T02:13:44.5213742Z [ 2022-11-23T02:13:44.5213966Z T=std::vector> 2022-11-23T02:13:44.5214179Z ] 2022-11-23T02:13:44.5214627Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:13:44.5215324Z 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:13:44.5216055Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:13:44.5216428Z with 2022-11-23T02:13:44.5216588Z [ 2022-11-23T02:13:44.5216813Z T=std::vector> 2022-11-23T02:13:44.5217028Z ] 2022-11-23T02:13:44.5217417Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:13:44.5217800Z with 2022-11-23T02:13:44.5217946Z [ 2022-11-23T02:13:44.5218196Z T=std::function 2022-11-23T02:13:44.5218428Z ] 2022-11-23T02:13:44.5218823Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:13:44.5219205Z with 2022-11-23T02:13:44.5219366Z [ 2022-11-23T02:13:44.5219614Z T=std::function 2022-11-23T02:13:44.5219837Z ] 2022-11-23T02:13:44.5220319Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:13:44.5220713Z with 2022-11-23T02:13:44.5220867Z [ 2022-11-23T02:13:44.5221114Z T=std::function 2022-11-23T02:13:44.5221349Z ] 2022-11-23T02:13:44.5221796Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:13:44.5222224Z with 2022-11-23T02:13:44.5222377Z [ 2022-11-23T02:13:44.5222623Z T=std::function 2022-11-23T02:13:44.5222851Z ] 2022-11-23T02:13:44.5223315Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:13:44.5224074Z 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:13:44.5224786Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:13:44.5225165Z with 2022-11-23T02:13:44.5225310Z [ 2022-11-23T02:13:44.5225559Z T=std::function 2022-11-23T02:13:44.5225798Z ] 2022-11-23T02:13:44.5226184Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:13:44.5226536Z with 2022-11-23T02:13:44.5226687Z [ 2022-11-23T02:13:44.5226969Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:13:44.5227300Z ] 2022-11-23T02:13:44.5227711Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:13:44.5228096Z with 2022-11-23T02:13:44.5228248Z [ 2022-11-23T02:13:44.5228519Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:13:44.5228774Z ] 2022-11-23T02:13:44.5229196Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:13:44.5229602Z with 2022-11-23T02:13:44.5229757Z [ 2022-11-23T02:13:44.5230028Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:13:44.5230280Z ] 2022-11-23T02:13:44.5230745Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:13:44.5231161Z with 2022-11-23T02:13:44.5231314Z [ 2022-11-23T02:13:44.5231588Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:13:44.5231843Z ] 2022-11-23T02:13:44.5232382Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:13:44.5233219Z 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:13:44.5234043Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:13:44.5234464Z with 2022-11-23T02:13:44.5234611Z [ 2022-11-23T02:13:44.5234887Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:13:44.5235161Z ] 2022-11-23T02:13:44.5235553Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:13:44.5235919Z with 2022-11-23T02:13:44.5236075Z [ 2022-11-23T02:13:44.5236317Z T=std::vector> 2022-11-23T02:13:44.5236513Z ] 2022-11-23T02:13:44.5236917Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:13:44.5237291Z with 2022-11-23T02:13:44.5237445Z [ 2022-11-23T02:13:44.5237656Z T=std::vector> 2022-11-23T02:13:44.5237858Z ] 2022-11-23T02:13:44.5238290Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:13:44.5238728Z with 2022-11-23T02:13:44.5238875Z [ 2022-11-23T02:13:44.5239104Z T=std::vector> 2022-11-23T02:13:44.5239307Z ] 2022-11-23T02:13:44.5239776Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:13:44.5240808Z with 2022-11-23T02:13:44.5240964Z [ 2022-11-23T02:13:44.5241164Z T=std::vector> 2022-11-23T02:13:44.5241364Z ] 2022-11-23T02:13:44.5241789Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:13:44.5242176Z with 2022-11-23T02:13:44.5242335Z [ 2022-11-23T02:13:44.5242482Z T=double 2022-11-23T02:13:44.5242644Z ] 2022-11-23T02:13:44.5243107Z 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:13:44.5243542Z with 2022-11-23T02:13:44.5243695Z [ 2022-11-23T02:13:44.5243849Z T=double 2022-11-23T02:13:44.5244000Z ] 2022-11-23T02:13:44.5244415Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:13:44.5244794Z with 2022-11-23T02:13:44.5244946Z [ 2022-11-23T02:13:44.5245160Z T=std::vector> 2022-11-23T02:13:44.5245419Z ] 2022-11-23T02:13:44.5245803Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:13:44.5246163Z with 2022-11-23T02:13:44.5246318Z [ 2022-11-23T02:13:44.5246519Z T=std::tuple 2022-11-23T02:13:44.5246713Z ] 2022-11-23T02:13:44.5247119Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:13:44.5247479Z with 2022-11-23T02:13:44.5247636Z [ 2022-11-23T02:13:44.5247837Z T=std::tuple 2022-11-23T02:13:44.5248025Z ] 2022-11-23T02:13:44.5248460Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:13:44.5248866Z with 2022-11-23T02:13:44.5249005Z [ 2022-11-23T02:13:44.5249200Z T=std::tuple 2022-11-23T02:13:44.5249384Z ] 2022-11-23T02:13:44.5249842Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:13:44.5250274Z with 2022-11-23T02:13:44.5250425Z [ 2022-11-23T02:13:44.5250610Z T=std::tuple 2022-11-23T02:13:44.5250798Z ] 2022-11-23T02:13:44.5251231Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:13:44.5251925Z 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:13:44.5252602Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:13:44.5253048Z with 2022-11-23T02:13:44.5253202Z [ 2022-11-23T02:13:44.5253388Z T=std::tuple 2022-11-23T02:13:44.5253575Z ] 2022-11-23T02:13:44.5253968Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:13:44.5254317Z with 2022-11-23T02:13:44.5254475Z [ 2022-11-23T02:13:44.5254693Z T=std::vector> 2022-11-23T02:13:44.5254887Z ] 2022-11-23T02:13:44.5255282Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:13:44.5255651Z with 2022-11-23T02:13:44.5255804Z [ 2022-11-23T02:13:44.5256021Z T=std::vector> 2022-11-23T02:13:44.5256227Z ] 2022-11-23T02:13:44.5256653Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:13:44.5257047Z with 2022-11-23T02:13:44.5257200Z [ 2022-11-23T02:13:44.5257465Z T=std::vector> 2022-11-23T02:13:44.5257672Z ] 2022-11-23T02:13:44.5258136Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:13:44.5258558Z with 2022-11-23T02:13:44.5258712Z [ 2022-11-23T02:13:44.5258930Z T=std::vector> 2022-11-23T02:13:44.5259136Z ] 2022-11-23T02:13:44.5259577Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:13:44.5260297Z 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:13:44.5260986Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:13:44.5261369Z with 2022-11-23T02:13:44.5261511Z [ 2022-11-23T02:13:44.5261728Z T=std::vector> 2022-11-23T02:13:44.5261935Z ] 2022-11-23T02:13:44.5262505Z [2/2] "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\bin\Hostx64\x64/link.exe" dangling_impl_extension.o /nologo /DLL c10.lib torch_cpu.lib torch.lib /LIBPATH:C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib torch_python.lib /LIBPATH:C:\Jenkins\Miniconda3\libs /out:dangling_impl_extension.pyd 2022-11-23T02:13:44.5263149Z Creating library dangling_impl_extension.lib and object dangling_impl_extension.exp 2022-11-23T02:13:44.5263461Z Loading extension module dangling_impl_extension... 2022-11-23T02:13:44.5263663Z ok (12.783s) 2022-11-23T02:13:44.5263885Z test_impl_only (__main__.TestDispatch) ... ok (0.341s) 2022-11-23T02:13:44.5264173Z test_multiple_def_alias_defaulting (__main__.TestDispatch) ... ok (0.005s) 2022-11-23T02:13:44.5264538Z test_multiple_def_alias_mismatch (__main__.TestDispatch) ... ok (0.004s) 2022-11-23T02:13:44.5264828Z test_multiple_def_error (__main__.TestDispatch) ... ok (0.003s) 2022-11-23T02:13:44.5265112Z test_multiple_fallback (__main__.TestDispatch) ... ok (0.008s) 2022-11-23T02:13:44.5265627Z test_overwrite_math (__main__.TestDispatch) ... [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\core\dispatch\OperatorEntry.cpp:159] Warning: Overriding a previously registered kernel for the same operator and the same dispatch key 2022-11-23T02:13:44.5266074Z operator: __test45643__::foo 2022-11-23T02:13:44.5266390Z no debug info 2022-11-23T02:13:44.5266578Z dispatch key: (catch all) 2022-11-23T02:13:44.5266777Z previous kernel: fn1 2022-11-23T02:13:44.5267000Z new kernel: fn2 (function registerKernel) 2022-11-23T02:13:44.5267437Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\core\dispatch\OperatorEntry.cpp:159] Warning: Overriding a previously registered kernel for the same operator and the same dispatch key 2022-11-23T02:13:44.5267850Z operator: __test45644__::foo 2022-11-23T02:13:44.5268035Z no debug info 2022-11-23T02:13:44.5268220Z dispatch key: (catch all) 2022-11-23T02:13:44.5268415Z previous kernel: fn1 2022-11-23T02:13:44.5268636Z new kernel: fn2 (function registerKernel) 2022-11-23T02:13:44.5268824Z ok (0.002s) 2022-11-23T02:13:44.5269065Z test_autogradother (__main__.TestPythonDispatcher) ... ok (0.001s) 2022-11-23T02:13:44.5269362Z test_basic (__main__.TestPythonDispatcher) ... ok (0.001s) 2022-11-23T02:13:44.5269725Z test_defaultbackend_autogradcpu (__main__.TestPythonDispatcher) ... ok (0.002s) 2022-11-23T02:13:44.5270064Z test_defaultbackend_math (__main__.TestPythonDispatcher) ... ok (0.000s) 2022-11-23T02:13:44.5270389Z test_duplicate_registrations (__main__.TestPythonDispatcher) ... ok (0.003s) 2022-11-23T02:13:44.5270701Z test_math_autogradcpu (__main__.TestPythonDispatcher) ... ok (0.000s) 2022-11-23T02:13:44.5271043Z test_quantized_structured_not_implemented (__main__.TestPythonDispatcher) ... ok (0.006s) 2022-11-23T02:13:44.5271241Z 2022-11-23T02:13:44.5271390Z ---------------------------------------------------------------------- 2022-11-23T02:13:44.5271636Z Ran 32 tests in 48.328s 2022-11-23T02:13:44.5271752Z 2022-11-23T02:13:44.5271814Z OK 2022-11-23T02:13:44.5271904Z 2022-11-23T02:13:44.5271988Z Generating XML reports... 2022-11-23T02:13:44.5272316Z Generated XML report: test-reports\python-unittest\test_dispatch\TEST-TestDispatch-20221123021255.xml 2022-11-23T02:13:44.5272792Z Generated XML report: test-reports\python-unittest\test_dispatch\TEST-TestPythonDispatcher-20221123021255.xml 2022-11-23T02:13:44.5273056Z 2022-11-23T02:13:44.5273454Z ##[endgroup] 2022-11-23T02:13:44.5273793Z FINISHED PRINTING LOG FILE of test_dispatch (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_dispatch_ysk0rj_1) 2022-11-23T02:13:44.5274042Z 2022-11-23T02:13:44.5274177Z Running test_fake_tensor ... [2022-11-23 02:13:44.489047] 2022-11-23T02:13:44.5274582Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_fake_tensor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:13:44.489631] 2022-11-23T02:13:48.1909421Z 2022-11-23T02:13:48.1909955Z Expand the folded group to see the log file of test_fake_tensor 2022-11-23T02:13:48.1910783Z ##[group]PRINTING LOG FILE of test_fake_tensor (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_fake_tensor_g3ilsak_) 2022-11-23T02:13:48.1911967Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:48.1912753Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:13:48.1913085Z 2022-11-23T02:13:48.1913161Z Running tests... 2022-11-23T02:13:48.1913534Z ---------------------------------------------------------------------- 2022-11-23T02:13:48.1913856Z Test results will be stored in test-reports\python-unittest\test_fake_tensor 2022-11-23T02:13:48.1914203Z test_aliased_const_write (__main__.FakeTensorConstHandling) ... ok (0.451s) 2022-11-23T02:13:48.1914543Z test_constant_invalidation (__main__.FakeTensorConstHandling) ... ok (0.003s) 2022-11-23T02:13:48.1914885Z test_fake_tensor_batch_norm_cpu (__main__.FakeTensorConstHandling) ... ok (0.024s) 2022-11-23T02:13:48.1915232Z test_fake_tensor_in_intlist_repro (__main__.FakeTensorConstHandling) ... ok (0.004s) 2022-11-23T02:13:48.1915558Z test_inplace_add (__main__.FakeTensorConstHandling) ... ok (0.001s) 2022-11-23T02:13:48.1915891Z test_inplace_view_invalidation (__main__.FakeTensorConstHandling) ... ok (0.002s) 2022-11-23T02:13:48.1916227Z test_shared_storage_invalidation (__main__.FakeTensorConstHandling) ... ok (0.003s) 2022-11-23T02:13:48.1916884Z test_shared_storages (__main__.FakeTensorConstHandling) ... 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:13:48.1917440Z warnings.warn(message, UserWarning) 2022-11-23T02:13:48.1917642Z ok (0.006s) 2022-11-23T02:13:48.1917878Z test_simple (__main__.FakeTensorConstHandling) ... ok (0.000s) 2022-11-23T02:13:48.1918270Z test_dead_key (__main__.FakeTensorConverterTest) ... ok (0.000s) 2022-11-23T02:13:48.1918579Z test_dead_weak_ref (__main__.FakeTensorConverterTest) ... ok (0.000s) 2022-11-23T02:13:48.1918954Z test_memoized_conversion_from_meta (__main__.FakeTensorConverterTest) ... ok (0.010s) 2022-11-23T02:13:48.1919346Z test_memoized_conversion_to_meta (__main__.FakeTensorConverterTest) ... ok (0.002s) 2022-11-23T02:13:48.1919681Z test_no_active_mode (__main__.FakeTensorConverterTest) ... ok (0.004s) 2022-11-23T02:13:48.1919989Z test_no_ref_cycle (__main__.FakeTensorConverterTest) ... ok (0.002s) 2022-11-23T02:13:48.1920308Z test_separate_mode_error (__main__.FakeTensorConverterTest) ... ok (0.003s) 2022-11-23T02:13:48.1920970Z test_separate_tensor_storages_non_view (__main__.FakeTensorConverterTest) ... 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:13:48.1921544Z warnings.warn(message, UserWarning) 2022-11-23T02:13:48.1921733Z ok (0.003s) 2022-11-23T02:13:48.1922000Z test_separate_tensor_storages_view (__main__.FakeTensorConverterTest) ... ok (0.002s) 2022-11-23T02:13:48.1922335Z test_like_ops (__main__.FakeTensorOperatorInvariants) ... ok (0.027s) 2022-11-23T02:13:48.1922680Z test_non_kwarg_only_device (__main__.FakeTensorOperatorInvariants) ... ok (0.096s) 2022-11-23T02:13:48.1923040Z test_sparse_new (__main__.FakeTensorOperatorInvariants) ... expected failure (0.005s) 2022-11-23T02:13:48.1923425Z test_tensor_constructors_all_have_kwarg_device (__main__.FakeTensorOperatorInvariants) ... ok (0.161s) 2022-11-23T02:13:48.1924125Z test_fake_tensor_prop_on_nn_module (__main__.FakeTensorPropTest) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\_symbolic_trace.py:564: UserWarning: Was not able to add assertion to guarantee correct input value to specialized function. It is up to the user to make sure that your inputs match the inputs you specialized the function with. 2022-11-23T02:13:48.1924671Z warnings.warn( 2022-11-23T02:13:48.1924882Z ok (0.023s) 2022-11-23T02:13:48.1925098Z test_basic (__main__.FakeTensorTest) ... ok (0.000s) 2022-11-23T02:13:48.1925430Z test_binary_op_type_promotion (__main__.FakeTensorTest) ... ok (0.006s) 2022-11-23T02:13:48.1925793Z test_constructor (__main__.FakeTensorTest) ... ok (0.000s) 2022-11-23T02:13:48.1926086Z test_cpu_fallback (__main__.FakeTensorTest) ... skip: requires cuda (0.000s) 2022-11-23T02:13:48.1926400Z test_cudnn_rnn (__main__.FakeTensorTest) ... skip: requires cuda (0.000s) 2022-11-23T02:13:48.1926694Z test_data_dependent_operator (__main__.FakeTensorTest) ... ok (0.010s) 2022-11-23T02:13:48.1927301Z test_deepcopy (__main__.FakeTensorTest) ... 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:13:48.1927831Z warnings.warn(message, UserWarning) 2022-11-23T02:13:48.1928033Z ok (0.007s) 2022-11-23T02:13:48.1928265Z test_fake_dispatch_keys (__main__.FakeTensorTest) ... ok (0.003s) 2022-11-23T02:13:48.1928584Z test_fake_grad_copy (__main__.FakeTensorTest) ... ok (0.002s) 2022-11-23T02:13:48.1928860Z test_fake_mode_error (__main__.FakeTensorTest) ... ok (0.002s) 2022-11-23T02:13:48.1929159Z test_fallback_memory_prop (__main__.FakeTensorTest) ... skip: requires cuda (0.001s) 2022-11-23T02:13:48.1929465Z test_from_numpy (__main__.FakeTensorTest) ... ok (0.003s) 2022-11-23T02:13:48.1929763Z test_index_cuda_with_cpu (__main__.FakeTensorTest) ... skip: requires cuda (0.001s) 2022-11-23T02:13:48.1930091Z test_like_constructor (__main__.FakeTensorTest) ... skip: requires cuda (0.001s) 2022-11-23T02:13:48.1930431Z test_mode (__main__.FakeTensorTest) ... ok (0.002s) 2022-11-23T02:13:48.1930694Z test_nan_to_num (__main__.FakeTensorTest) ... ok (0.009s) 2022-11-23T02:13:48.1931012Z test_new (__main__.FakeTensorTest) ... skip: requires cuda (0.001s) 2022-11-23T02:13:48.1931322Z test_non_kwarg_device (__main__.FakeTensorTest) ... skip: requires cuda (0.001s) 2022-11-23T02:13:48.1931675Z test_non_parameter_grad (__main__.FakeTensorTest) ... ok (0.001s) 2022-11-23T02:13:48.1931982Z test_normalize_device (__main__.FakeTensorTest) ... skip: requires cuda (0.000s) 2022-11-23T02:13:48.1932299Z test_parameter_instantiation (__main__.FakeTensorTest) ... ok (0.002s) 2022-11-23T02:13:48.1932596Z test_print_in_fake_mode (__main__.FakeTensorTest) ... ok (0.000s) 2022-11-23T02:13:48.1932875Z test_randperm (__main__.FakeTensorTest) ... ok (0.003s) 2022-11-23T02:13:48.1933144Z test_recursive_invocation (__main__.FakeTensorTest) ... ok (0.000s) 2022-11-23T02:13:48.1933432Z test_scalar_inputs (__main__.FakeTensorTest) ... ok (0.006s) 2022-11-23T02:13:48.1933723Z test_setitem (__main__.FakeTensorTest) ... skip: requires cuda (0.000s) 2022-11-23T02:13:48.1934042Z test_shape_take_not_device (__main__.FakeTensorTest) ... skip: requires cuda (0.000s) 2022-11-23T02:13:48.1934348Z test_throw (__main__.FakeTensorTest) ... skip: requires cuda (0.000s) 2022-11-23T02:13:48.1934651Z test_type_as (__main__.FakeTensorTest) ... skip: requires cuda (0.000s) 2022-11-23T02:13:48.1934948Z test_zero_dim (__main__.FakeTensorTest) ... skip: requires cuda (0.000s) 2022-11-23T02:13:48.1935113Z 2022-11-23T02:13:48.1935261Z ---------------------------------------------------------------------- 2022-11-23T02:13:48.1935506Z Ran 53 tests in 0.891s 2022-11-23T02:13:48.1935620Z 2022-11-23T02:13:48.1935706Z OK (skipped=13, expected failures=1) 2022-11-23T02:13:48.1935836Z 2022-11-23T02:13:48.1935921Z Generating XML reports... 2022-11-23T02:13:48.1936292Z Generated XML report: test-reports\python-unittest\test_fake_tensor\TEST-FakeTensorConstHandling-20221123021346.xml 2022-11-23T02:13:48.1936827Z Generated XML report: test-reports\python-unittest\test_fake_tensor\TEST-FakeTensorConverterTest-20221123021346.xml 2022-11-23T02:13:48.1937386Z Generated XML report: test-reports\python-unittest\test_fake_tensor\TEST-FakeTensorOperatorInvariants-20221123021346.xml 2022-11-23T02:13:48.1937951Z Generated XML report: test-reports\python-unittest\test_fake_tensor\TEST-FakeTensorPropTest-20221123021346.xml 2022-11-23T02:13:48.1938415Z Generated XML report: test-reports\python-unittest\test_fake_tensor\TEST-FakeTensorTest-20221123021346.xml 2022-11-23T02:13:48.1938651Z 2022-11-23T02:13:48.1938900Z ##[endgroup] 2022-11-23T02:13:48.1939240Z FINISHED PRINTING LOG FILE of test_fake_tensor (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_fake_tensor_g3ilsak_) 2022-11-23T02:13:48.1939494Z 2022-11-23T02:13:48.1939597Z Running test_fx ... [2022-11-23 02:13:48.191315] 2022-11-23T02:13:48.1939982Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_fx.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:13:48.191918] 2022-11-23T02:14:00.1259545Z 2022-11-23T02:14:00.1260247Z Expand the folded group to see the log file of test_fx 2022-11-23T02:14:00.1261062Z ##[group]PRINTING LOG FILE of test_fx (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_fx_2akbndam) 2022-11-23T02:14:00.1266016Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:00.1266932Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:14:00.1267133Z 2022-11-23T02:14:00.1267207Z Running tests... 2022-11-23T02:14:00.1268218Z ---------------------------------------------------------------------- 2022-11-23T02:14:00.1268661Z Test results will be stored in test-reports\python-unittest\test_fx 2022-11-23T02:14:00.1269098Z test_annotate (fx.test_gradual_type.AnnotationsTest) ... ok (0.014s) 2022-11-23T02:14:00.1269511Z test_annotations (fx.test_gradual_type.AnnotationsTest) 2022-11-23T02:14:00.1269909Z Test type annotations in the forward function. ... ok (0.004s) 2022-11-23T02:14:00.1270329Z test_broadcasting1 (fx.test_gradual_type.AnnotationsTest) ... ok (0.001s) 2022-11-23T02:14:00.1270785Z test_broadcasting2 (fx.test_gradual_type.AnnotationsTest) ... ok (0.002s) 2022-11-23T02:14:00.1271202Z test_broadcasting3 (fx.test_gradual_type.AnnotationsTest) ... ok (0.001s) 2022-11-23T02:14:00.1271621Z test_consistency (fx.test_gradual_type.AnnotationsTest) 2022-11-23T02:14:00.1271988Z Test the consistency relation. ... ok (0.001s) 2022-11-23T02:14:00.1272345Z test_precision (fx.test_gradual_type.AnnotationsTest) 2022-11-23T02:14:00.1272703Z Test the consistency relation. ... ok (0.001s) 2022-11-23T02:14:00.1273050Z test_banned_list (fx.test_cse_pass.TestCSEPass) ... ok (0.010s) 2022-11-23T02:14:00.1273319Z test_empty (fx.test_cse_pass.TestCSEPass) ... ok (0.010s) 2022-11-23T02:14:00.1273675Z test_immutable_list_multiple_entries (fx.test_cse_pass.TestCSEPass) ... ok (0.010s) 2022-11-23T02:14:00.1274096Z test_immutable_list_type (fx.test_cse_pass.TestCSEPass) ... ok (0.013s) 2022-11-23T02:14:00.1274403Z test_kwarg (fx.test_cse_pass.TestCSEPass) ... ok (0.008s) 2022-11-23T02:14:00.1274701Z test_nested_immutable_list_type (fx.test_cse_pass.TestCSEPass) ... ok (0.008s) 2022-11-23T02:14:00.1275010Z test_nochange (fx.test_cse_pass.TestCSEPass) ... ok (0.010s) 2022-11-23T02:14:00.1275281Z test_rand_like (fx.test_cse_pass.TestCSEPass) ... ok (0.006s) 2022-11-23T02:14:00.1275585Z test_rand_n (fx.test_cse_pass.TestCSEPass) ... ok (0.005s) 2022-11-23T02:14:00.1275966Z test_random (fx.test_cse_pass.TestCSEPass) ... ok (0.093s) 2022-11-23T02:14:00.1276294Z test_simple (fx.test_cse_pass.TestCSEPass) ... ok (0.010s) 2022-11-23T02:14:00.1276562Z test_simple_2 (fx.test_cse_pass.TestCSEPass) ... ok (0.010s) 2022-11-23T02:14:00.1276853Z test_simple_multiple_same_ops (fx.test_cse_pass.TestCSEPass) ... ok (0.010s) 2022-11-23T02:14:00.1277133Z test_two_args (fx.test_cse_pass.TestCSEPass) ... ok (0.023s) 2022-11-23T02:14:00.1277541Z test_two_args_default (fx.test_cse_pass.TestCSEPass) ... ok (0.016s) 2022-11-23T02:14:00.1277895Z test_correctness_CSEPass_MutationInput_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.009s) 2022-11-23T02:14:00.1278290Z test_correctness_CSEPass_MutationMetadata_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.007s) 2022-11-23T02:14:00.1278701Z test_correctness_CSEPass_MutationTorchTensorCall_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.009s) 2022-11-23T02:14:00.1279156Z test_correctness_CSEPass_Mutation_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.006s) 2022-11-23T02:14:00.1279575Z test_correctness_CSEPass_ReturnList_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.010s) 2022-11-23T02:14:00.1279930Z test_correctness_CSEPass_TakeList_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.010s) 2022-11-23T02:14:00.1280327Z test_correctness_factory_CSEPass_FactoryFunctionCall_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.000s) 2022-11-23T02:14:00.1280744Z test_correctness_factory_CSEPass_MutationFactory_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.018s) 2022-11-23T02:14:00.1281095Z test_check_inline_non_const (fx.test_fx_const_fold.TestConstFold) 2022-11-23T02:14:00.1281963Z Perform constant folding conversion and check that the non-const module is inlined ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\const_fold.py:248: UserWarning: Attempted to insert a get_attr Node with no underlying reference in the owning GraphModule! Call GraphModule.add_submodule to add the necessary submodule, GraphModule.add_parameter to add the necessary Parameter, or nn.Module.register_buffer to add the necessary buffer 2022-11-23T02:14:00.1282705Z new_node = root_const_gm.graph.get_attr(in_node.target) 2022-11-23T02:14:00.1282913Z ok (0.010s) 2022-11-23T02:14:00.1283158Z test_check_inline_non_const_mult_return (fx.test_fx_const_fold.TestConstFold) 2022-11-23T02:14:00.1283496Z Perform constant folding conversion and check that the non-const module is inlined ... ok (0.009s) 2022-11-23T02:14:00.1283851Z test_check_skip_folding_quant_dequant_pattern (fx.test_fx_const_fold.TestConstFold) 2022-11-23T02:14:00.1284193Z Set up skip_folding_quant_dequant function to skip quant/dequant pattern. ... ok (0.007s) 2022-11-23T02:14:00.1284527Z test_const_fold_basic_one_attr_name_collision (fx.test_fx_const_fold.TestConstFold) 2022-11-23T02:14:00.1284932Z Perform constant folding conversion, from original mod to split constant folding ... ok (0.006s) 2022-11-23T02:14:00.1285338Z test_const_fold_basic_one_attr_no_name_collision (fx.test_fx_const_fold.TestConstFold) 2022-11-23T02:14:00.1285684Z Perform constant folding conversion, from original mod to split constant folding ... ok (0.006s) 2022-11-23T02:14:00.1286032Z test_const_fold_basic_placeholder_reordered (fx.test_fx_const_fold.TestConstFold) 2022-11-23T02:14:00.1286372Z Test code path where placeholder comes after normal op node in FX ... ok (0.013s) 2022-11-23T02:14:00.1286686Z test_const_fold_basic_two_attr (fx.test_fx_const_fold.TestConstFold) 2022-11-23T02:14:00.1287009Z Perform constant folding conversion, from original mod to split constant ... ok (0.010s) 2022-11-23T02:14:00.1287344Z test_const_fold_basic_two_attr_three_input (fx.test_fx_const_fold.TestConstFold) 2022-11-23T02:14:00.1287681Z Perform constant folding conversion, from original mod to split constant ... ok (0.009s) 2022-11-23T02:14:00.1288023Z test_const_fold_has_inlined_call_module_node (fx.test_fx_const_fold.TestConstFold) ... ok (0.008s) 2022-11-23T02:14:00.1288526Z test_const_fold_module_attr (fx.test_fx_const_fold.TestConstFold) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\graph.py:973: UserWarning: Failed to fetch module mod! 2022-11-23T02:14:00.1288957Z warnings.warn(f"Failed to fetch module {module_path}!") 2022-11-23T02:14:00.1289168Z ok (0.010s) 2022-11-23T02:14:00.1289480Z test_const_fold_multi_const_folded_attrs (fx.test_fx_const_fold.TestConstFold) 2022-11-23T02:14:00.1289815Z Perform constant folding conversion, from original mod to split constant ... ok (0.008s) 2022-11-23T02:14:00.1290124Z test_const_fold_noop (fx.test_fx_const_fold.TestConstFold) 2022-11-23T02:14:00.1290416Z Check that a graph with no constant folding is handled correctly. ... ok (0.006s) 2022-11-23T02:14:00.1290785Z test_const_fold_submod_hierarchy (fx.test_fx_const_fold.TestConstFold) 2022-11-23T02:14:00.1291327Z Perform constant folding conversion, from original mod to split constant folding ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\graph.py:973: UserWarning: Failed to fetch module my_mod! 2022-11-23T02:14:00.1291783Z warnings.warn(f"Failed to fetch module {module_path}!") 2022-11-23T02:14:00.1291993Z ok (0.010s) 2022-11-23T02:14:00.1292241Z test_const_fold_tensor_meta (fx.test_fx_const_fold.TestConstFold) ... ok (0.010s) 2022-11-23T02:14:00.1292570Z test_const_fold_unused_placeholder (fx.test_fx_const_fold.TestConstFold) ... ok (0.014s) 2022-11-23T02:14:00.1292895Z test_dict_output (fx.test_fx_const_fold.TestConstFold) ... ok (0.008s) 2022-11-23T02:14:00.1293182Z test_fold_module (fx.test_fx_const_fold.TestConstFold) 2022-11-23T02:14:00.1293461Z Perform constant folding with a call_module node. ... ok (0.008s) 2022-11-23T02:14:00.1293744Z test_retain_node_meta (fx.test_fx_const_fold.TestConstFold) 2022-11-23T02:14:00.1294063Z Perform constant folding conversion, and validate that node meta is retained. ... ok (0.009s) 2022-11-23T02:14:00.1294438Z test_three_outputs (fx.test_fx_const_fold.TestConstFold) ... ok (0.006s) 2022-11-23T02:14:00.1294748Z test_two_outputs (fx.test_fx_const_fold.TestConstFold) ... ok (0.009s) 2022-11-23T02:14:00.1295117Z test_param_dim_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... ok (0.000s) 2022-11-23T02:14:00.1295749Z test_param_ndim_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... ok (0.010s) 2022-11-23T02:14:00.1296191Z test_param_nelement_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... ok (0.013s) 2022-11-23T02:14:00.1296685Z test_param_numel_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... ok (0.007s) 2022-11-23T02:14:00.1297159Z test_param_shape_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... ok (0.007s) 2022-11-23T02:14:00.1297590Z test_param_size_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... ok (0.007s) 2022-11-23T02:14:00.1297913Z test_dead_chain (fx.test_dce_pass.TestDCE) 2022-11-23T02:14:00.1298233Z Tests that a chain of two nodes in the graph are DCE'd correctly. ... graph(): 2022-11-23T02:14:00.1298503Z %x : [#users=2] = placeholder[target=x] 2022-11-23T02:14:00.1298784Z %add : [#users=1] = call_function[target=operator.add](args = (%x, 1), kwargs = {}) 2022-11-23T02:14:00.1299108Z %mul : [#users=0] = call_function[target=operator.mul](args = (%add, 7), kwargs = {}) 2022-11-23T02:14:00.1299379Z %attr_1 : [#users=1] = get_attr[target=attr_1] 2022-11-23T02:14:00.1299655Z %add_1 : [#users=1] = call_function[target=operator.add](args = (%x, %attr_1), kwargs = {}) 2022-11-23T02:14:00.1299899Z return add_1 2022-11-23T02:14:00.1300062Z ok (0.006s) 2022-11-23T02:14:00.1300268Z test_dead_getattr (fx.test_dce_pass.TestDCE) 2022-11-23T02:14:00.1300541Z Tests that a getatrr in the graph is DCE'd correctly. ... graph(): 2022-11-23T02:14:00.1300792Z %x : [#users=2] = placeholder[target=x] 2022-11-23T02:14:00.1301073Z %add : [#users=1] = call_function[target=operator.add](args = (%x, 1), kwargs = {}) 2022-11-23T02:14:00.1301346Z %attr_1 : [#users=1] = get_attr[target=attr_1] 2022-11-23T02:14:00.1301632Z %mul : [#users=0] = call_function[target=operator.mul](args = (%add, %attr_1), kwargs = {}) 2022-11-23T02:14:00.1301956Z %add_1 : [#users=1] = call_function[target=operator.add](args = (%x, 11), kwargs = {}) 2022-11-23T02:14:00.1302300Z return add_1 2022-11-23T02:14:00.1302454Z ok (0.003s) 2022-11-23T02:14:00.1302667Z test_dead_placeholder (fx.test_dce_pass.TestDCE) 2022-11-23T02:14:00.1303016Z Tests that a placeholder in the graph is not DCE'd, as that would change ... graph(): 2022-11-23T02:14:00.1303290Z %x : [#users=1] = placeholder[target=x] 2022-11-23T02:14:00.1303516Z %y : [#users=0] = placeholder[target=y] 2022-11-23T02:14:00.1303786Z %add : [#users=1] = call_function[target=operator.add](args = (%x, 7), kwargs = {}) 2022-11-23T02:14:00.1304008Z return add 2022-11-23T02:14:00.1304173Z ok (0.003s) 2022-11-23T02:14:00.1304403Z test_dead_placeholder_with_user (fx.test_dce_pass.TestDCE) 2022-11-23T02:14:00.1304713Z Tests that a placeholder in the graph is not DCE'd, as that would change ... graph(): 2022-11-23T02:14:00.1304986Z %x : [#users=1] = placeholder[target=x] 2022-11-23T02:14:00.1305199Z %y : [#users=1] = placeholder[target=y] 2022-11-23T02:14:00.1305472Z %add : [#users=0] = call_function[target=operator.add](args = (%y, 2), kwargs = {}) 2022-11-23T02:14:00.1305792Z %add_1 : [#users=1] = call_function[target=operator.add](args = (%x, 7), kwargs = {}) 2022-11-23T02:14:00.1306026Z return add_1 2022-11-23T02:14:00.1306188Z ok (0.003s) 2022-11-23T02:14:00.1306414Z test_keep_module_with_side_effects (fx.test_dce_pass.TestDCE) 2022-11-23T02:14:00.1306722Z Test that DCE doesn't remove a module if it's specified as having side effects. ... graph(): 2022-11-23T02:14:00.1307085Z %a : torch.Tensor [#users=2] = placeholder[target=a] 2022-11-23T02:14:00.1307366Z %relu : [#users=0] = call_module[target=relu](args = (%a,), kwargs = {}) 2022-11-23T02:14:00.1307669Z %mul : [#users=1] = call_function[target=operator.mul](args = (%a, 2), kwargs = {}) 2022-11-23T02:14:00.1307901Z return mul 2022-11-23T02:14:00.1308091Z ok (0.000s) 2022-11-23T02:14:00.1308304Z test_keep_torch_assert (fx.test_dce_pass.TestDCE) 2022-11-23T02:14:00.1308638Z Test that DCE doesn't remove torch._assert since it has side effects. ... graph(): 2022-11-23T02:14:00.1308938Z %a : torch.Tensor [#users=2] = placeholder[target=a] 2022-11-23T02:14:00.1309226Z %equal : [#users=1] = call_function[target=torch.equal](args = (%a, %a), kwargs = {}) 2022-11-23T02:14:00.1309565Z %_assert : [#users=0] = call_function[target=torch._assert](args = (%equal, a must equal a), kwargs = {}) 2022-11-23T02:14:00.1309903Z %mul : [#users=1] = call_function[target=operator.mul](args = (%a, 2), kwargs = {}) 2022-11-23T02:14:00.1310125Z return mul 2022-11-23T02:14:00.1310291Z ok (0.006s) 2022-11-23T02:14:00.1310487Z test_simple (fx.test_dce_pass.TestDCE) 2022-11-23T02:14:00.1310754Z Tests that a single node in the graph is DCE'd correctly. ... graph(): 2022-11-23T02:14:00.1311013Z %x : [#users=2] = placeholder[target=x] 2022-11-23T02:14:00.1311275Z %add : [#users=0] = call_function[target=operator.add](args = (%x, 1), kwargs = {}) 2022-11-23T02:14:00.1311550Z %attr_1 : [#users=1] = get_attr[target=attr_1] 2022-11-23T02:14:00.1311832Z %add_1 : [#users=1] = call_function[target=operator.add](args = (%x, %attr_1), kwargs = {}) 2022-11-23T02:14:00.1312072Z return add_1 2022-11-23T02:14:00.1312233Z ok (0.000s) 2022-11-23T02:14:00.1312441Z test_all_input_nodes (__main__.TestFX) ... ok (0.000s) 2022-11-23T02:14:00.1312688Z test_annotation_with_future (__main__.TestFX) ... ok (0.017s) 2022-11-23T02:14:00.1313326Z test_annotations_empty_tuple (__main__.TestFX) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\_check.py:181: UserWarning: The TorchScript type system doesn't support instance-level annotations on empty non-base types in `__init__`. Instead, either 1) use a type annotation in the class body, or 2) wrap the type in `torch.jit.Attribute`. 2022-11-23T02:14:00.1313990Z warnings.warn("The TorchScript type system doesn't support " 2022-11-23T02:14:00.1314333Z ok (0.038s) 2022-11-23T02:14:00.1314572Z test_annotations_with_forward_references (__main__.TestFX) ... ok (0.000s) 2022-11-23T02:14:00.1314924Z test_annotations_with_no_forward_references (__main__.TestFX) ... ok (0.000s) 2022-11-23T02:14:00.1315272Z test_annotations_with_non_torch_reference_and_internal_forward_references (__main__.TestFX) ... ok (0.010s) 2022-11-23T02:14:00.1315639Z test_annotations_with_non_torch_reference_and_no_internal_forward_references (__main__.TestFX) ... ok (0.000s) 2022-11-23T02:14:00.1315946Z test_args_kwargs (__main__.TestFX) ... ok (0.000s) 2022-11-23T02:14:00.1316202Z test_args_kwargs_no_self (__main__.TestFX) ... ok (0.011s) 2022-11-23T02:14:00.1316548Z test_assert (__main__.TestFX) ... skip: Python Windows bug? https://bugs.python.org/issue45108 (0.001s) 2022-11-23T02:14:00.1316888Z test_ast_rewriter_reassigns_submodules (__main__.TestFX) ... ok (0.005s) 2022-11-23T02:14:00.1317177Z test_ast_rewriter_rewrites_assert (__main__.TestFX) ... ok (0.005s) 2022-11-23T02:14:00.1317467Z test_ast_rewriter_rewrites_assert_with_message (__main__.TestFX) ... ok (0.005s) 2022-11-23T02:14:00.1317743Z test_ast_rewriter_wrap (__main__.TestFX) ... ok (0.004s) 2022-11-23T02:14:00.1318016Z test_ast_rewriter_wrap_fn_directly (__main__.TestFX) ... ok (0.004s) 2022-11-23T02:14:00.1318309Z test_ast_rewriter_wrap_with_submodule (__main__.TestFX) ... ok (0.004s) 2022-11-23T02:14:00.1318601Z test_ast_rewriter_wrapped_via_decorator (__main__.TestFX) ... ok (0.004s) 2022-11-23T02:14:00.1318925Z test_ast_rewriter_wrapped_via_decorator_and_transformed (__main__.TestFX) ... ok (0.004s) 2022-11-23T02:14:00.1319285Z test_autowrap_functions (__main__.TestFX) ... ok (0.109s) 2022-11-23T02:14:00.1319541Z test_concrete_arg_none_assert (__main__.TestFX) ... ok (0.007s) 2022-11-23T02:14:00.1319804Z test_construct_root_dict (__main__.TestFX) ... ok (0.005s) 2022-11-23T02:14:00.1320048Z test_copy_it (__main__.TestFX) ... ok (0.002s) 2022-11-23T02:14:00.1320336Z test_copy_no_remap (__main__.TestFX) ... ok (0.005s) 2022-11-23T02:14:00.1320571Z test_ctx_mgr (__main__.TestFX) ... ok (0.003s) 2022-11-23T02:14:00.1320794Z test_custom_codegen (__main__.TestFX) ... ok (0.035s) 2022-11-23T02:14:00.1321105Z test_custom_codegen_with_transformer (__main__.TestFX) ... ok (0.005s) 2022-11-23T02:14:00.1321376Z test_custom_import (__main__.TestFX) ... ok (0.002s) 2022-11-23T02:14:00.1321637Z test_custom_proxy_dynamic_value (__main__.TestFX) ... ok (0.004s) 2022-11-23T02:14:00.1321933Z test_custom_proxy_input_dependent_control_flow (__main__.TestFX) ... ok (0.003s) 2022-11-23T02:14:00.1322215Z test_custom_proxy_type (__main__.TestFX) ... ok (0.000s) 2022-11-23T02:14:00.1322463Z test_custom_proxy_type_literal (__main__.TestFX) ... ok (0.006s) 2022-11-23T02:14:00.1322787Z test_custom_traceback_not_raised_when_exception_source_is_submodule (__main__.TestFX) ... ok (0.622s) 2022-11-23T02:14:00.1323148Z test_custom_traceback_raised_when_exception_source_is_graphmodule (__main__.TestFX) ... ok (0.006s) 2022-11-23T02:14:00.1323474Z test_deepcopy_graph_with_tracer_cls (__main__.TestFX) ... ok (0.002s) 2022-11-23T02:14:00.1323773Z test_deepcopy_graphmodule_with_transform (__main__.TestFX) ... ok (0.005s) 2022-11-23T02:14:00.1324064Z test_deepcopy_recursion_depth (__main__.TestFX) ... ok (0.077s) 2022-11-23T02:14:00.1324331Z test_deepcopy_tracer (__main__.TestFX) ... ok (0.004s) 2022-11-23T02:14:00.1324587Z test_deepcopy_with_submods_params (__main__.TestFX) ... ok (0.004s) 2022-11-23T02:14:00.1324874Z test_delete_unused_submodules_leaf (__main__.TestFX) ... ok (0.003s) 2022-11-23T02:14:00.1325123Z test_dict (__main__.TestFX) ... ok (0.000s) 2022-11-23T02:14:00.1325359Z test_direct_param_use (__main__.TestFX) ... ok (0.000s) 2022-11-23T02:14:00.1325616Z test_disallow_override (__main__.TestFX) ... ok (0.000s) 2022-11-23T02:14:00.1325861Z test_ellipsis (__main__.TestFX) ... ok (0.012s) 2022-11-23T02:14:00.1326097Z test_empty_graph_codegen (__main__.TestFX) ... ok (0.002s) 2022-11-23T02:14:00.1326455Z test_erase_node_error (__main__.TestFX) ... ok (0.003s) 2022-11-23T02:14:00.1326714Z test_example_shape_prop (__main__.TestFX) ... ok (0.005s) 2022-11-23T02:14:00.1326982Z test_find_uses (__main__.TestFX) ... ok (0.002s) 2022-11-23T02:14:00.1327257Z test_fn_type_annotation_empty (__main__.TestFX) ... ok (0.025s) 2022-11-23T02:14:00.1327514Z test_fn_type_annotations (__main__.TestFX) ... ok (0.034s) 2022-11-23T02:14:00.1327759Z test_fx_and_or (__main__.TestFX) ... ok (0.000s) 2022-11-23T02:14:00.1327998Z test_fx_create_arg (__main__.TestFX) ... ok (0.006s) 2022-11-23T02:14:00.1328231Z test_fx_shifts (__main__.TestFX) ... ok (0.000s) 2022-11-23T02:14:00.1328468Z test_fx_stateless (__main__.TestFX) ... ok (0.010s) 2022-11-23T02:14:00.1328725Z test_get_torch_func_signature (__main__.TestFX) ... ok (0.135s) 2022-11-23T02:14:00.1329016Z test_getitem (__main__.TestFX) ... skip: Will be checked in test_getitem_subproc (0.001s) 2022-11-23T02:14:00.1329494Z test_getitem_subproc (__main__.TestFX) ... C:\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:00.1329919Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:14:00.1330319Z C:\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:00.1330722Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:14:00.1331495Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:00.1332145Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:14:00.1332343Z ok (3.821s) 2022-11-23T02:14:00.1332595Z test_graph_edit_with_proxy (__main__.TestFX) ... ok (0.004s) 2022-11-23T02:14:00.1332845Z test_graph_fns (__main__.TestFX) ... ok (0.004s) 2022-11-23T02:14:00.1333134Z test_graph_module (__main__.TestFX) ... ok (0.046s) 2022-11-23T02:14:00.1333420Z test_graph_module_init_buffer_param_copied_dict_init (__main__.TestFX) ... ok (0.004s) 2022-11-23T02:14:00.1333742Z test_graph_module_init_buffer_param_copied_mod_init (__main__.TestFX) ... ok (0.004s) 2022-11-23T02:14:00.1334051Z test_graph_module_replicate_for_dp (__main__.TestFX) ... ok (0.003s) 2022-11-23T02:14:00.1334311Z test_graph_unique_names (__main__.TestFX) ... ok (0.003s) 2022-11-23T02:14:00.1334573Z test_graph_unique_names_manual (__main__.TestFX) ... ok (0.002s) 2022-11-23T02:14:00.1334847Z test_immutable_dict_pytree_ops (__main__.TestFX) ... ok (0.001s) 2022-11-23T02:14:00.1345583Z test_immutable_list_pytree_ops (__main__.TestFX) ... ok (0.002s) 2022-11-23T02:14:00.1345998Z test_imul_code_print (__main__.TestFX) ... ok (0.002s) 2022-11-23T02:14:00.1346246Z test_inf_nan (__main__.TestFX) ... ok (0.003s) 2022-11-23T02:14:00.1346473Z test_inf_nan_kwds (__main__.TestFX) ... ok (0.002s) 2022-11-23T02:14:00.1346716Z test_inline_graph (__main__.TestFX) ... ok (0.003s) 2022-11-23T02:14:00.1346966Z test_insertion_point (__main__.TestFX) ... ok (0.006s) 2022-11-23T02:14:00.1347216Z test_interpreter (__main__.TestFX) ... ok (0.000s) 2022-11-23T02:14:00.1347488Z test_interpreter_default_args (__main__.TestFX) ... ok (0.000s) 2022-11-23T02:14:00.1347777Z test_interpreter_gc_values (__main__.TestFX) ... skip: no torchvision (0.010s) 2022-11-23T02:14:00.1348107Z test_interpreter_noop_resnet18 (__main__.TestFX) ... skip: no torchvision (0.001s) 2022-11-23T02:14:00.1348422Z test_interpreter_not_enough_args (__main__.TestFX) ... ok (0.003s) 2022-11-23T02:14:00.1348847Z test_interpreter_onthefly_swap (__main__.TestFX) ... ok (0.004s) 2022-11-23T02:14:00.1349127Z test_interpreter_partial_eval (__main__.TestFX) ... ok (0.005s) 2022-11-23T02:14:00.1349416Z test_interpreter_run_node_override (__main__.TestFX) ... ok (0.004s) 2022-11-23T02:14:00.1349694Z test_interpreter_star_args (__main__.TestFX) ... ok (0.003s) 2022-11-23T02:14:00.1349954Z test_interpreter_with_codegen (__main__.TestFX) ... ok (0.004s) 2022-11-23T02:14:00.1350204Z test_layout (__main__.TestFX) ... ok (0.003s) 2022-11-23T02:14:00.1350438Z test_leaf_module (__main__.TestFX) ... ok (0.003s) 2022-11-23T02:14:00.1350744Z test_matmul_tracing (__main__.TestFX) ... ok (0.005s) 2022-11-23T02:14:00.1351012Z test_module_deepcopy_edit_nodes (__main__.TestFX) ... ok (0.004s) 2022-11-23T02:14:00.1351320Z test_move_before (__main__.TestFX) ... ok (0.003s) 2022-11-23T02:14:00.1351558Z test_multi_insert_point (__main__.TestFX) ... ok (0.003s) 2022-11-23T02:14:00.1351823Z test_multiple_default_args (__main__.TestFX) ... ok (0.006s) 2022-11-23T02:14:00.1352089Z test_named_tuple_inlined (__main__.TestFX) ... ok (0.005s) 2022-11-23T02:14:00.1352361Z test_namedtuple_return_qualname (__main__.TestFX) ... ok (0.003s) 2022-11-23T02:14:00.1352640Z test_namedtuple_return_trace (__main__.TestFX) ... ok (0.003s) 2022-11-23T02:14:00.1352980Z test_native_callable (__main__.TestFX) ... skip: non-portable load_library call used in test (0.004s) 2022-11-23T02:14:00.1353275Z test_no_mutation (__main__.TestFX) ... ok (0.001s) 2022-11-23T02:14:00.1353515Z test_node_tagging (__main__.TestFX) ... ok (0.003s) 2022-11-23T02:14:00.1353838Z test_nonetype_annotation (__main__.TestFX) ... ok (0.003s) 2022-11-23T02:14:00.1354511Z test_partial_trace (__main__.TestFX) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\_symbolic_trace.py:564: UserWarning: Was not able to add assertion to guarantee correct input f to specialized function. It is up to the user to make sure that your inputs match the inputs you specialized the function with. 2022-11-23T02:14:00.1355029Z warnings.warn( 2022-11-23T02:14:00.1355144Z 2022-11-23T02:14:00.1355150Z 2022-11-23T02:14:00.1355155Z 2022-11-23T02:14:00.1355242Z def forward(self, x, y_1): 2022-11-23T02:14:00.1355438Z eq = y_1 == True; y_1 = None 2022-11-23T02:14:00.1355727Z _assert = torch._assert(eq, 'y has been specialized to have value True but got another value'); eq = None 2022-11-23T02:14:00.1355998Z mul = 2 * x; x = None 2022-11-23T02:14:00.1356168Z return mul 2022-11-23T02:14:00.1356323Z 2022-11-23T02:14:00.1356476Z ok (0.006s) 2022-11-23T02:14:00.1356738Z test_pickle_custom_import (__main__.TestFX) ... ok (0.005s) 2022-11-23T02:14:00.1357002Z test_pickle_graphmodule (__main__.TestFX) ... ok (0.006s) 2022-11-23T02:14:00.1357328Z test_pickle_nonetype_annotation (__main__.TestFX) ... ok (0.006s) 2022-11-23T02:14:00.1357608Z test_pickle_torch_custom_ops (__main__.TestFX) ... ok (0.000s) 2022-11-23T02:14:00.1358087Z test_prepend_self (__main__.TestFX) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\node.py:242: UserWarning: Trying to prepend a node to itself. This behavior has no effect on the graph. 2022-11-23T02:14:00.1358581Z warnings.warn("Trying to prepend a node to itself. This behavior has no effect on the graph.") 2022-11-23T02:14:00.1358839Z ok (0.010s) 2022-11-23T02:14:00.1359034Z test_pretty_print (__main__.TestFX) ... ok (0.000s) 2022-11-23T02:14:00.1359289Z test_pretty_print_graph (__main__.TestFX) ... ok (0.000s) 2022-11-23T02:14:00.1359548Z test_pretty_print_node (__main__.TestFX) ... ok (0.010s) 2022-11-23T02:14:00.1359806Z test_pretty_print_targets (__main__.TestFX) ... ok (0.004s) 2022-11-23T02:14:00.1360082Z test_profiler_ranges_side_effect (__main__.TestFX) ... ok (0.002s) 2022-11-23T02:14:00.1360335Z test_pytree (__main__.TestFX) ... ok (0.107s) 2022-11-23T02:14:00.1360564Z test_pytree_concrete (__main__.TestFX) ... ok (0.007s) 2022-11-23T02:14:00.1360900Z test_reassign_args_kwargs_uses (__main__.TestFX) ... ok (0.003s) 2022-11-23T02:14:00.1361173Z test_regular_and_default_args (__main__.TestFX) ... ok (0.006s) 2022-11-23T02:14:00.1361425Z test_remove_uses (__main__.TestFX) ... ok (0.002s) 2022-11-23T02:14:00.1361688Z test_remove_uses_with_custom_filter (__main__.TestFX) ... ok (0.002s) 2022-11-23T02:14:00.1361940Z test_replace_input (__main__.TestFX) ... ok (0.003s) 2022-11-23T02:14:00.1362212Z test_replace_uses (__main__.TestFX) ... skip: no torchvision (0.002s) 2022-11-23T02:14:00.1362471Z test_reserved_getattr (__main__.TestFX) 2022-11-23T02:14:00.1362809Z Ensure that we do not name any nodes with a reserved builtin like `getattr` ... ok (0.004s) 2022-11-23T02:14:00.1363132Z test_return_tuple (__main__.TestFX) ... ok (0.003s) 2022-11-23T02:14:00.1363394Z test_return_type_exists (__main__.TestFX) ... ok (0.026s) 2022-11-23T02:14:00.1363638Z test_script_method_trace (__main__.TestFX) ... ok (0.010s) 2022-11-23T02:14:00.1363903Z test_script_tensor_constant (__main__.TestFX) ... ok (0.021s) 2022-11-23T02:14:00.1364155Z test_sequential (__main__.TestFX) ... ok (0.006s) 2022-11-23T02:14:00.1364410Z test_shape_prop_aggregate (__main__.TestFX) ... ok (0.000s) 2022-11-23T02:14:00.1364672Z test_shape_prop_layout (__main__.TestFX) ... ok (0.039s) 2022-11-23T02:14:00.1364925Z test_shape_prop_layout_3d (__main__.TestFX) ... ok (0.526s) 2022-11-23T02:14:00.1365169Z test_single_default_arg (__main__.TestFX) ... ok (0.005s) 2022-11-23T02:14:00.1365414Z test_snake_case (__main__.TestFX) ... ok (0.005s) 2022-11-23T02:14:00.1365696Z test_sqrt (__main__.TestFX) ... ok (0.011s) 2022-11-23T02:14:00.1365932Z test_stack_traces (__main__.TestFX) ... ok (0.004s) 2022-11-23T02:14:00.1366201Z test_stack_traces_with_transformer (__main__.TestFX) ... ok (0.006s) 2022-11-23T02:14:00.1366478Z test_string_literal_return (__main__.TestFX) ... ok (0.003s) 2022-11-23T02:14:00.1366741Z test_submodule_manipulation_API (__main__.TestFX) ... ok (0.025s) 2022-11-23T02:14:00.1367020Z test_symbolic_trace_assert (__main__.TestFX) ... ok (0.015s) 2022-11-23T02:14:00.1367290Z test_symbolic_trace_sequential (__main__.TestFX) ... ok (0.005s) 2022-11-23T02:14:00.1367557Z test_tensor_attribute (__main__.TestFX) ... ok (0.005s) 2022-11-23T02:14:00.1367824Z test_tensor_attribute_coalseced (__main__.TestFX) ... ok (0.006s) 2022-11-23T02:14:00.1368087Z test_tensor_constant (__main__.TestFX) ... ok (0.000s) 2022-11-23T02:14:00.1368328Z test_throw_out_variant (__main__.TestFX) ... ok (0.014s) 2022-11-23T02:14:00.1368624Z test_torch_custom_ops (__main__.TestFX) ... ok (0.006s) 2022-11-23T02:14:00.1368876Z test_torch_fx_getattr (__main__.TestFX) ... ok (0.004s) 2022-11-23T02:14:00.1369535Z test_torch_fx_len (__main__.TestFX) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\_check.py:181: UserWarning: The TorchScript type system doesn't support instance-level annotations on empty non-base types in `__init__`. Instead, either 1) use a type annotation in the class body, or 2) wrap the type in `torch.jit.Attribute`. 2022-11-23T02:14:00.1370135Z warnings.warn("The TorchScript type system doesn't support " 2022-11-23T02:14:00.1370356Z ok (0.042s) 2022-11-23T02:14:00.1370577Z test_torch_op_overloads (__main__.TestFX) ... ok (0.004s) 2022-11-23T02:14:00.1370942Z test_torchbind_class_attribute_in_fx (__main__.TestFX) ... skip: torch.classes._TorchScriptTesting._StackString is registered, skipping (0.001s) 2022-11-23T02:14:00.1371431Z test_torchbind_class_attribute_in_fx_tensor_arg (__main__.TestFX) ... skip: torch.classes._TorchScriptTesting._ReLUClass is registered, skipping (0.002s) 2022-11-23T02:14:00.1371838Z test_trace_buffer_slice (__main__.TestFX) ... skip: Hotfix for SEV remediation (0.002s) 2022-11-23T02:14:00.1372131Z test_trace_dict_int_keys (__main__.TestFX) ... ok (0.003s) 2022-11-23T02:14:00.1372394Z test_trace_dict_proxy_keys (__main__.TestFX) ... ok (0.003s) 2022-11-23T02:14:00.1372818Z test_trace_fn_constant (__main__.TestFX) ... ok (0.002s) 2022-11-23T02:14:00.1373184Z test_trace_function (__main__.TestFX) ... ok (0.003s) 2022-11-23T02:14:00.1373586Z test_trace_multiple_funcs (__main__.TestFX) ... 1.14.0a0+git1cfd385 2022-11-23T02:14:00.1373904Z ok (0.008s) 2022-11-23T02:14:00.1374272Z test_tracing_graphmodules_as_leaf_submodules (__main__.TestFX) ... ok (0.017s) 2022-11-23T02:14:00.1374771Z test_transformer_multi_outputs (__main__.TestFX) ... ok (0.005s) 2022-11-23T02:14:00.1375198Z test_transformer_noop (__main__.TestFX) ... ok (0.005s) 2022-11-23T02:14:00.1375609Z test_transformer_op_swap (__main__.TestFX) ... ok (0.005s) 2022-11-23T02:14:00.1376008Z test_tuple_no_subscript (__main__.TestFX) ... ok (0.003s) 2022-11-23T02:14:00.1376392Z test_typename_print (__main__.TestFX) ... ok (0.003s) 2022-11-23T02:14:00.1376734Z test_unpack (__main__.TestFX) ... ok (0.000s) 2022-11-23T02:14:00.1377103Z test_unpack_dict_better_error (__main__.TestFX) ... ok (0.006s) 2022-11-23T02:14:00.1377493Z test_unpack_list_better_error (__main__.TestFX) ... ok (0.000s) 2022-11-23T02:14:00.1377843Z test_update_args_api (__main__.TestFX) ... ok (0.000s) 2022-11-23T02:14:00.1378164Z test_update_args_kwargs_yells_at_you (__main__.TestFX) ... ok (0.010s) 2022-11-23T02:14:00.1378440Z test_update_kwargs_api (__main__.TestFX) ... ok (0.000s) 2022-11-23T02:14:00.1378733Z test_user_friendly_call_provenance_with_function (__main__.TestFX) ... ok (0.020s) 2022-11-23T02:14:00.1379056Z test_user_friendly_call_provenance_with_module (__main__.TestFX) ... ok (0.020s) 2022-11-23T02:14:00.1379427Z test_wrap (__main__.TestFX) ... ok (0.010s) 2022-11-23T02:14:00.1379673Z test_wrap_decorated_function (__main__.TestFX) ... ok (0.000s) 2022-11-23T02:14:00.1379939Z test_wrap_fn_directly (__main__.TestFX) ... ok (0.000s) 2022-11-23T02:14:00.1380193Z test_wrap_with_submodule (__main__.TestFX) ... ok (0.010s) 2022-11-23T02:14:00.1380452Z test_wrapped_method (__main__.TestFX) ... ok (0.000s) 2022-11-23T02:14:00.1380705Z test_wrapped_retrace (__main__.TestFX) ... ok (0.010s) 2022-11-23T02:14:00.1381026Z test_wrapped_via_decorator (__main__.TestFX) ... ok (0.000s) 2022-11-23T02:14:00.1381309Z test_wrapped_via_decorator_and_transformed (__main__.TestFX) ... ok (0.011s) 2022-11-23T02:14:00.1381640Z test_wrong_target_type (__main__.TestFX) ... ok (0.002s) 2022-11-23T02:14:00.1381883Z test_wrong_topo (__main__.TestFX) ... ok (0.003s) 2022-11-23T02:14:00.1382174Z test_class_member_back_compat (__main__.TestFXAPIBackwardCompatibility) 2022-11-23T02:14:00.1382506Z Test backward compatibility for members of classes with ... ok (0.003s) 2022-11-23T02:14:00.1382827Z test_function_back_compat (__main__.TestFXAPIBackwardCompatibility) 2022-11-23T02:14:00.1383137Z Test backward compatibility for function signatures with ... ok (0.009s) 2022-11-23T02:14:00.1383477Z test_public_api_surface (__main__.TestFXAPIBackwardCompatibility) ... ok (0.003s) 2022-11-23T02:14:00.1383834Z test_nn_functional_adaptive_avg_pool1d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T02:14:00.1384185Z test_nn_functional_adaptive_avg_pool2d (__main__.TestFunctionalTracing) ... ok (0.004s) 2022-11-23T02:14:00.1384534Z test_nn_functional_adaptive_avg_pool3d (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T02:14:00.1384879Z test_nn_functional_adaptive_max_pool1d (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T02:14:00.1385229Z test_nn_functional_adaptive_max_pool1d_with_indices (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T02:14:00.1385590Z test_nn_functional_adaptive_max_pool2d (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T02:14:00.1385949Z test_nn_functional_adaptive_max_pool2d_with_indices (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T02:14:00.1386307Z test_nn_functional_adaptive_max_pool3d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T02:14:00.1386772Z test_nn_functional_adaptive_max_pool3d_with_indices (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T02:14:00.1387120Z test_nn_functional_affine_grid (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T02:14:00.1387500Z test_nn_functional_alpha_dropout (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T02:14:00.1387823Z test_nn_functional_avg_pool1d (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T02:14:00.1388148Z test_nn_functional_avg_pool2d (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T02:14:00.1388473Z test_nn_functional_avg_pool3d (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T02:14:00.1388792Z test_nn_functional_batch_norm (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T02:14:00.1389115Z test_nn_functional_bilinear (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T02:14:00.1389453Z test_nn_functional_binary_cross_entropy (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T02:14:00.1389808Z test_nn_functional_binary_cross_entropy_with_logits (__main__.TestFunctionalTracing) ... ok (0.012s) 2022-11-23T02:14:00.1390144Z test_nn_functional_celu (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T02:14:00.1390455Z test_nn_functional_celu_ (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T02:14:00.1390780Z test_nn_functional_channel_shuffle (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T02:14:00.1391107Z test_nn_functional_conv1d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T02:14:00.1391469Z test_nn_functional_conv2d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T02:14:00.1391781Z test_nn_functional_conv3d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T02:14:00.1392082Z test_nn_functional_conv_tbc (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T02:14:00.1392409Z test_nn_functional_conv_transpose1d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T02:14:00.1392798Z test_nn_functional_conv_transpose2d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T02:14:00.1393185Z test_nn_functional_conv_transpose3d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T02:14:00.1393532Z test_nn_functional_cosine_embedding_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T02:14:00.1393933Z test_nn_functional_cosine_similarity (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T02:14:00.1394268Z test_nn_functional_cross_entropy (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T02:14:00.1394599Z test_nn_functional_ctc_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T02:14:00.1394915Z test_nn_functional_dropout (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T02:14:00.1395237Z test_nn_functional_dropout1d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T02:14:00.1395563Z test_nn_functional_dropout2d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T02:14:00.1395891Z test_nn_functional_dropout3d (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T02:14:00.1396207Z test_nn_functional_elu (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T02:14:00.1396503Z test_nn_functional_elu_ (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T02:14:00.1396819Z test_nn_functional_embedding (__main__.TestFunctionalTracing) ... ok (0.006s) 2022-11-23T02:14:00.1397152Z test_nn_functional_embedding_bag (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T02:14:00.1397496Z test_nn_functional_feature_alpha_dropout (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T02:14:00.1397831Z test_nn_functional_fold (__main__.TestFunctionalTracing) ... ok (0.010s) 2022-11-23T02:14:00.1398163Z test_nn_functional_fractional_max_pool2d (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T02:14:00.1398569Z test_nn_functional_fractional_max_pool2d_with_indices (__main__.TestFunctionalTracing) ... ok (0.011s) 2022-11-23T02:14:00.1399043Z test_nn_functional_fractional_max_pool3d (__main__.TestFunctionalTracing) ... ok (0.004s) 2022-11-23T02:14:00.1399407Z test_nn_functional_fractional_max_pool3d_with_indices (__main__.TestFunctionalTracing) ... ok (0.004s) 2022-11-23T02:14:00.1399763Z test_nn_functional_gaussian_nll_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T02:14:00.1400089Z test_nn_functional_gelu (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T02:14:00.1400397Z test_nn_functional_glu (__main__.TestFunctionalTracing) ... ok (0.004s) 2022-11-23T02:14:00.1400717Z test_nn_functional_grid_sample (__main__.TestFunctionalTracing) ... ok (0.004s) 2022-11-23T02:14:00.1401032Z test_nn_functional_group_norm (__main__.TestFunctionalTracing) ... ok (0.004s) 2022-11-23T02:14:00.1401360Z test_nn_functional_gumbel_softmax (__main__.TestFunctionalTracing) ... ok (0.004s) 2022-11-23T02:14:00.1401693Z test_nn_functional_hardshrink (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T02:14:00.1402026Z test_nn_functional_hardsigmoid (__main__.TestFunctionalTracing) ... ok (0.004s) 2022-11-23T02:14:00.1402352Z test_nn_functional_hardswish (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T02:14:00.1402674Z test_nn_functional_hardtanh (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T02:14:00.1402985Z test_nn_functional_hardtanh_ (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T02:14:00.1403318Z test_nn_functional_hinge_embedding_loss (__main__.TestFunctionalTracing) ... ok (0.006s) 2022-11-23T02:14:00.1403702Z test_nn_functional_huber_loss (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T02:14:00.1404036Z test_nn_functional_instance_norm (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T02:14:00.1404414Z test_nn_functional_interpolate (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T02:14:00.1404778Z test_nn_functional_kl_div (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T02:14:00.1405085Z test_nn_functional_l1_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T02:14:00.1405403Z test_nn_functional_layer_norm (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T02:14:00.1405724Z test_nn_functional_leaky_relu (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T02:14:00.1406051Z test_nn_functional_leaky_relu_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T02:14:00.1406370Z test_nn_functional_linear (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T02:14:00.1406700Z test_nn_functional_local_response_norm (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T02:14:00.1407033Z test_nn_functional_log_softmax (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T02:14:00.1407345Z test_nn_functional_logsigmoid (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T02:14:00.1407665Z test_nn_functional_lp_pool1d (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T02:14:00.1407987Z test_nn_functional_lp_pool2d (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T02:14:00.1408323Z test_nn_functional_margin_ranking_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T02:14:00.1408657Z test_nn_functional_max_pool1d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T02:14:00.1408994Z test_nn_functional_max_pool1d_with_indices (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T02:14:00.1409319Z test_nn_functional_max_pool2d (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T02:14:00.1409656Z test_nn_functional_max_pool2d_with_indices (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T02:14:00.1410039Z test_nn_functional_max_pool3d (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T02:14:00.1410380Z test_nn_functional_max_pool3d_with_indices (__main__.TestFunctionalTracing) ... ok (0.006s) 2022-11-23T02:14:00.1410765Z test_nn_functional_max_unpool1d (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T02:14:00.1411739Z test_nn_functional_max_unpool2d (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T02:14:00.1412069Z test_nn_functional_max_unpool3d (__main__.TestFunctionalTracing) ... ok (0.010s) 2022-11-23T02:14:00.1412372Z test_nn_functional_mish (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T02:14:00.1412684Z test_nn_functional_mse_loss (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T02:14:00.1413028Z test_nn_functional_multi_head_attention_forward (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T02:14:00.1413383Z test_nn_functional_multi_margin_loss (__main__.TestFunctionalTracing) ... ok (0.010s) 2022-11-23T02:14:00.1413727Z test_nn_functional_multilabel_margin_loss (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T02:14:00.1414091Z test_nn_functional_multilabel_soft_margin_loss (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T02:14:00.1414434Z test_nn_functional_native_channel_shuffle (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T02:14:00.1414768Z test_nn_functional_nll_loss (__main__.TestFunctionalTracing) ... ok (0.010s) 2022-11-23T02:14:00.1415089Z test_nn_functional_normalize (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T02:14:00.1415411Z test_nn_functional_one_hot (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T02:14:00.1415722Z test_nn_functional_pad (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T02:14:00.1416111Z test_nn_functional_pairwise_distance (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T02:14:00.1416542Z test_nn_functional_pdist (__main__.TestFunctionalTracing) ... ok (0.011s) 2022-11-23T02:14:00.1416858Z test_nn_functional_pixel_shuffle (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T02:14:00.1417187Z test_nn_functional_pixel_unshuffle (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T02:14:00.1417522Z test_nn_functional_poisson_nll_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T02:14:00.1417849Z test_nn_functional_prelu (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T02:14:00.1418161Z test_nn_functional_relu (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T02:14:00.1418469Z test_nn_functional_relu6 (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T02:14:00.1418763Z test_nn_functional_relu_ (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T02:14:00.1419063Z test_nn_functional_rrelu (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T02:14:00.1419376Z test_nn_functional_rrelu_ (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T02:14:00.1419689Z test_nn_functional_selu (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T02:14:00.1419995Z test_nn_functional_selu_ (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T02:14:00.1420298Z test_nn_functional_silu (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T02:14:00.1420602Z test_nn_functional_smooth_l1_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T02:14:00.1420937Z test_nn_functional_soft_margin_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T02:14:00.1421266Z test_nn_functional_softmax (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T02:14:00.1421582Z test_nn_functional_softmin (__main__.TestFunctionalTracing) ... ok (0.004s) 2022-11-23T02:14:00.1421948Z test_nn_functional_softplus (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T02:14:00.1422275Z test_nn_functional_softshrink (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T02:14:00.1422652Z test_nn_functional_threshold (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T02:14:00.1422965Z test_nn_functional_threshold_ (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T02:14:00.1423296Z test_nn_functional_triplet_margin_loss (__main__.TestFunctionalTracing) ... ok (0.010s) 2022-11-23T02:14:00.1423662Z test_nn_functional_triplet_margin_with_distance_loss (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T02:14:00.1424058Z test_nn_functional_unfold (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T02:14:00.1424618Z test_nn_functional_upsample (__main__.TestFunctionalTracing) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:3738: UserWarning: nn.functional.upsample is deprecated. Use nn.functional.interpolate instead. 2022-11-23T02:14:00.1425213Z warnings.warn("nn.functional.upsample is deprecated. Use nn.functional.interpolate instead.") 2022-11-23T02:14:00.1425490Z ok (0.000s) 2022-11-23T02:14:00.1425978Z test_nn_functional_upsample_bilinear (__main__.TestFunctionalTracing) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:4074: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-11-23T02:14:00.1426582Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-11-23T02:14:00.1426870Z ok (0.012s) 2022-11-23T02:14:00.1427360Z test_nn_functional_upsample_nearest (__main__.TestFunctionalTracing) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:4018: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-11-23T02:14:00.1428003Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-11-23T02:14:00.1428325Z ok (0.003s) 2022-11-23T02:14:00.1428559Z test_pass_manager (fx.test_pass_infra.TestPassManager) 2022-11-23T02:14:00.1428893Z Tests that the pass manager runs the passes correctly. ... ok (0.004s) 2022-11-23T02:14:00.1429205Z test_pass_manager_bad_checks (fx.test_pass_infra.TestPassManager) 2022-11-23T02:14:00.1429539Z Checks that we error if we pass in a check function with the wrong parameters ... ok (0.001s) 2022-11-23T02:14:00.1429863Z test_pass_manager_checks (fx.test_pass_infra.TestPassManager) 2022-11-23T02:14:00.1430164Z Tests that users can add in check functions correctly ... ok (0.003s) 2022-11-23T02:14:00.1430461Z test_pass_manager_error (fx.test_pass_infra.TestPassManager) 2022-11-23T02:14:00.1430712Z Tests error catching + debug ... ok (0.003s) 2022-11-23T02:14:00.1430998Z test_this_before_that_pass_constraint (fx.test_pass_infra.TestPassManager) 2022-11-23T02:14:00.1431299Z Tests the construction of constraints ... ok (0.001s) 2022-11-23T02:14:00.1431584Z test_topological_sort (fx.test_pass_infra.TestPassManager) 2022-11-23T02:14:00.1431889Z Tests that passes are correctly ordered based on contraints. ... ok (0.003s) 2022-11-23T02:14:00.1432262Z test_matching_pattern_with_list_type_arg (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.008s) 2022-11-23T02:14:00.1432668Z test_replace_pattern_with_filters (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.013s) 2022-11-23T02:14:00.1433059Z test_subgraph_rewriter_annotations_int (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.003s) 2022-11-23T02:14:00.1433467Z test_subgraph_rewriter_call_method (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.006s) 2022-11-23T02:14:00.1434050Z test_subgraph_rewriter_correct_output_replacement (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.010s) 2022-11-23T02:14:00.1434531Z test_subgraph_rewriter_graph_argument_order (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.011s) 2022-11-23T02:14:00.1434997Z test_subgraph_rewriter_internal_pattern_nodes_cannot_have_users_that_are_not_matched (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.009s) 2022-11-23T02:14:00.1435451Z test_subgraph_rewriter_local_revert (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.012s) 2022-11-23T02:14:00.1435863Z test_subgraph_rewriter_multiple_pattern_match (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.011s) 2022-11-23T02:14:00.1436268Z test_subgraph_rewriter_nodes_with_kwargs (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.007s) 2022-11-23T02:14:00.1436745Z test_subgraph_rewriter_pattern_is_entire_graph (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.006s) 2022-11-23T02:14:00.1437217Z test_subgraph_rewriter_pattern_output_pattern_node_can_have_users_that_are_not_matched (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.010s) 2022-11-23T02:14:00.1437663Z test_subgraph_rewriter_placeholder_matching (fx.test_subgraph_rewriter.TestSubgraphRewriter) 2022-11-23T02:14:00.1438028Z This tests that a placeholder Node can be matched to a Node with ... ok (0.010s) 2022-11-23T02:14:00.1438400Z test_subgraph_rewriter_preserves_logic (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.000s) 2022-11-23T02:14:00.1438828Z test_subgraph_rewriter_replace_consecutive_submodules (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.018s) 2022-11-23T02:14:00.1439275Z test_subgraph_rewriter_replace_with_duplicated_outputs (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.009s) 2022-11-23T02:14:00.1439752Z test_subgraph_rewriter_replace_with_multiple_outputs (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.008s) 2022-11-23T02:14:00.1440242Z test_subgraph_rewriter_replaces_referenced_submodules (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.009s) 2022-11-23T02:14:00.1440676Z test_subgraph_rewriter_single_pattern_match (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.008s) 2022-11-23T02:14:00.1441092Z test_subgraph_rewriter_traced_as_callable (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.006s) 2022-11-23T02:14:00.1441562Z test_subgraph_rewriter_with_oneliner_pattern (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.011s) 2022-11-23T02:14:00.1441988Z test_subgraph_rewriter_with_overlapping_matches (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.008s) 2022-11-23T02:14:00.1442405Z test_subgraph_rewriter_with_unused_args (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.009s) 2022-11-23T02:14:00.1442765Z test_flatten_fully_static (fx.test_gradual_type.TypeCheckerTest) ... ok (0.013s) 2022-11-23T02:14:00.1443111Z test_resnet50 (fx.test_gradual_type.TypeCheckerTest) ... skip: no torchvision (0.002s) 2022-11-23T02:14:00.1443465Z test_symbolic_add_with_broadcast (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-11-23T02:14:00.1443817Z test_symbolic_add_with_broadcast_2 (fx.test_gradual_type.TypeCheckerTest) ... ok (0.000s) 2022-11-23T02:14:00.1444163Z test_type_check_add_false (fx.test_gradual_type.TypeCheckerTest) ... ok (0.008s) 2022-11-23T02:14:00.1444496Z test_type_check_add_true (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-11-23T02:14:00.1444840Z test_type_check_add_with_broadcast (fx.test_gradual_type.TypeCheckerTest) ... ok (0.004s) 2022-11-23T02:14:00.1445179Z test_type_check_add_with_scalar (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-11-23T02:14:00.1445567Z test_type_check_batch_norm_2D (fx.test_gradual_type.TypeCheckerTest) ... ok (0.005s) 2022-11-23T02:14:00.1445926Z test_type_check_batch_norm_2D_broadcast (fx.test_gradual_type.TypeCheckerTest) ... ok (0.008s) 2022-11-23T02:14:00.1446335Z test_type_check_batch_norm_2D_false (fx.test_gradual_type.TypeCheckerTest) ... ok (0.004s) 2022-11-23T02:14:00.1446687Z test_type_check_batch_norm_symbolic (fx.test_gradual_type.TypeCheckerTest) ... ok (0.005s) 2022-11-23T02:14:00.1447022Z test_type_check_conv2D (fx.test_gradual_type.TypeCheckerTest) ... ok (0.005s) 2022-11-23T02:14:00.1447337Z test_type_check_conv2D_2 (fx.test_gradual_type.TypeCheckerTest) ... ok (0.006s) 2022-11-23T02:14:00.1447681Z test_type_check_conv2D_2_fully_static (fx.test_gradual_type.TypeCheckerTest) ... ok (0.068s) 2022-11-23T02:14:00.1448042Z test_type_check_conv2D_maxpool2d_flatten (fx.test_gradual_type.TypeCheckerTest) ... ok (0.000s) 2022-11-23T02:14:00.1448392Z test_type_check_conv2D_types (fx.test_gradual_type.TypeCheckerTest) ... ok (0.087s) 2022-11-23T02:14:00.1448724Z test_type_check_flatten (fx.test_gradual_type.TypeCheckerTest) ... ok (0.004s) 2022-11-23T02:14:00.1449107Z test_type_check_flatten3 (fx.test_gradual_type.TypeCheckerTest) ... ok (0.004s) 2022-11-23T02:14:00.1449434Z test_type_check_flatten_2 (fx.test_gradual_type.TypeCheckerTest) ... ok (0.004s) 2022-11-23T02:14:00.1449761Z test_type_check_reshape_dyn_false (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-11-23T02:14:00.1450110Z test_type_check_reshape_dyn_true (fx.test_gradual_type.TypeCheckerTest) ... ok (0.004s) 2022-11-23T02:14:00.1450470Z test_type_check_reshape_dyn_true_param_false (fx.test_gradual_type.TypeCheckerTest) ... ok (0.004s) 2022-11-23T02:14:00.1450827Z test_type_check_reshape_false (fx.test_gradual_type.TypeCheckerTest) ... ok (0.004s) 2022-11-23T02:14:00.1451167Z test_type_check_reshape_true (fx.test_gradual_type.TypeCheckerTest) ... ok (0.004s) 2022-11-23T02:14:00.1451601Z test_type_check_symbolic_inferenceconv2D_maxpool2d_flatten (fx.test_gradual_type.TypeCheckerTest) ... ok (0.024s) 2022-11-23T02:14:00.1452031Z test_type_check_transpose_False (fx.test_gradual_type.TypeCheckerTest) ... ok (0.000s) 2022-11-23T02:14:00.1452366Z test_type_check_transpose_true (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-11-23T02:14:00.1452711Z test_type_maxpool2d_fully_static (fx.test_gradual_type.TypeCheckerTest) ... ok (0.026s) 2022-11-23T02:14:00.1453066Z test_type_typechecl_maxpool2d_3dinput (fx.test_gradual_type.TypeCheckerTest) ... ok (0.004s) 2022-11-23T02:14:00.1453418Z test_typecheck_basicblock (fx.test_gradual_type.TypeCheckerTest) ... ok (0.008s) 2022-11-23T02:14:00.1453606Z 2022-11-23T02:14:00.1453802Z ---------------------------------------------------------------------- 2022-11-23T02:14:00.1454053Z Ran 419 tests in 7.844s 2022-11-23T02:14:00.1454168Z 2022-11-23T02:14:00.1454229Z OK (skipped=10) 2022-11-23T02:14:00.1454338Z 2022-11-23T02:14:00.1454425Z Generating XML reports... 2022-11-23T02:14:00.1454790Z Generated XML report: test-reports\python-unittest\test_fx\TEST-fx.test_gradual_type.AnnotationsTest-20221123021351.xml 2022-11-23T02:14:00.1455276Z Generated XML report: test-reports\python-unittest\test_fx\TEST-fx.test_cse_pass.TestCSEPass-20221123021351.xml 2022-11-23T02:14:00.1455747Z Generated XML report: test-reports\python-unittest\test_fx\TEST-fx.test_common_passes.TestCommonPass-20221123021351.xml 2022-11-23T02:14:00.1456220Z Generated XML report: test-reports\python-unittest\test_fx\TEST-fx.test_fx_const_fold.TestConstFold-20221123021351.xml 2022-11-23T02:14:00.1456765Z Generated XML report: test-reports\python-unittest\test_fx\TEST-fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow-20221123021351.xml 2022-11-23T02:14:00.1457286Z Generated XML report: test-reports\python-unittest\test_fx\TEST-fx.test_dce_pass.TestDCE-20221123021351.xml 2022-11-23T02:14:00.1457733Z Generated XML report: test-reports\python-unittest\test_fx\TEST-TestFX-20221123021351.xml 2022-11-23T02:14:00.1458238Z Generated XML report: test-reports\python-unittest\test_fx\TEST-TestFXAPIBackwardCompatibility-20221123021351.xml 2022-11-23T02:14:00.1458738Z Generated XML report: test-reports\python-unittest\test_fx\TEST-TestFunctionalTracing-20221123021351.xml 2022-11-23T02:14:00.1459212Z Generated XML report: test-reports\python-unittest\test_fx\TEST-fx.test_pass_infra.TestPassManager-20221123021351.xml 2022-11-23T02:14:00.1459717Z Generated XML report: test-reports\python-unittest\test_fx\TEST-fx.test_subgraph_rewriter.TestSubgraphRewriter-20221123021351.xml 2022-11-23T02:14:00.1460232Z Generated XML report: test-reports\python-unittest\test_fx\TEST-fx.test_gradual_type.TypeCheckerTest-20221123021351.xml 2022-11-23T02:14:00.1460488Z 2022-11-23T02:14:00.1460810Z ##[endgroup] 2022-11-23T02:14:00.1461113Z FINISHED PRINTING LOG FILE of test_fx (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_fx_2akbndam) 2022-11-23T02:14:00.1461348Z 2022-11-23T02:14:00.1461458Z Running test_indexing ... [2022-11-23 02:14:00.127929] 2022-11-23T02:14:00.1461914Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_indexing.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:14:00.128514] 2022-11-23T02:14:03.1047400Z 2022-11-23T02:14:03.1047895Z Expand the folded group to see the log file of test_indexing 2022-11-23T02:14:03.1048622Z ##[group]PRINTING LOG FILE of test_indexing (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_indexing_jmlqes_w) 2022-11-23T02:14:03.1049468Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:03.1050122Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:14:03.1050266Z 2022-11-23T02:14:03.1050345Z Running tests... 2022-11-23T02:14:03.1050598Z ---------------------------------------------------------------------- 2022-11-23T02:14:03.1050769Z 2022-11-23T02:14:03.1050912Z ---------------------------------------------------------------------- 2022-11-23T02:14:03.1051148Z Ran 0 tests in 0.000s 2022-11-23T02:14:03.1051246Z 2022-11-23T02:14:03.1051310Z OK 2022-11-23T02:14:03.1051401Z 2022-11-23T02:14:03.1051488Z Generating XML reports... 2022-11-23T02:14:03.1051760Z Test results will be stored in test-reports\python-unittest\test_indexing 2022-11-23T02:14:03.1051941Z 2022-11-23T02:14:03.1052161Z ##[endgroup] 2022-11-23T02:14:03.1052667Z FINISHED PRINTING LOG FILE of test_indexing (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_indexing_jmlqes_w) 2022-11-23T02:14:03.1052922Z 2022-11-23T02:14:03.1053046Z Running test_jit_cuda_fuser ... [2022-11-23 02:14:03.096920] 2022-11-23T02:14:03.1057744Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_jit_cuda_fuser.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:14:03.096920] 2022-11-23T02:14:07.8928684Z 2022-11-23T02:14:07.8929162Z Expand the folded group to see the log file of test_jit_cuda_fuser 2022-11-23T02:14:07.8929870Z ##[group]PRINTING LOG FILE of test_jit_cuda_fuser (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_jit_cuda_fuser_whof055_) 2022-11-23T02:14:07.8931107Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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.8932013Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:14:07.8932212Z 2022-11-23T02:14:07.8932328Z Running tests... 2022-11-23T02:14:07.8932665Z ---------------------------------------------------------------------- 2022-11-23T02:14:07.8933127Z Test results will be stored in test-reports\python-unittest\test_jit_cuda_fuser 2022-11-23T02:14:07.8933529Z test__softmax_function (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-11-23T02:14:07.8933871Z test__softmax_function_half_to_float (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:14:07.8934199Z test_addcmul_ops (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-11-23T02:14:07.8934560Z test_alias_pass_fix (__main__.TestCudaFuser) ... skip: skipping this test since unsqueeze is disabled now (0.001s) 2022-11-23T02:14:07.8934902Z test_autocast_1 (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-11-23T02:14:07.8935202Z test_autocast_1_bfloat (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-11-23T02:14:07.8935506Z test_autocast_2 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:14:07.8935813Z test_autocast_2_bfloat (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-11-23T02:14:07.8936314Z test_backward_type (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-11-23T02:14:07.8936629Z test_batch_norm_half (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:14:07.8936971Z test_batch_norm_impl_index_correctness (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:14:07.8937314Z test_batch_norm_impl_index_inner_bcast (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:14:07.8937661Z test_bfloat (__main__.TestCudaFuser) ... skip: device does not support BFloat16 (0.001s) 2022-11-23T02:14:07.8937989Z test_binary_bitwise (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:14:07.8938302Z test_binary_ops (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:14:07.8938638Z test_binary_ops_channels_last_with_bcast (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-11-23T02:14:07.8939050Z test_binary_ops_complex (__main__.TestCudaFuser) ... skip: see issue https://github.com/csarofeen/pytorch/issues/1730 (0.000s) 2022-11-23T02:14:07.8939432Z test_binary_ops_permutation (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:14:07.8939739Z test_branches (__main__.TestCudaFuser) ... skip: requires CUDA (0.003s) 2022-11-23T02:14:07.8940050Z test_broadcasting_0 (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:14:07.8940359Z test_broadcasting_1 (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:14:07.8941305Z test_broadcasting_2 (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:14:07.8941633Z test_broadcasting_3 (__main__.TestCudaFuser) ... skip: requires CUDA (0.006s) 2022-11-23T02:14:07.8942003Z test_broadcasting_multiple_output (__main__.TestCudaFuser) ... skip: broadcast on branches can't be resolved yet (0.000s) 2022-11-23T02:14:07.8942439Z test_broadcasting_multiple_output_shape (__main__.TestCudaFuser) ... skip: Broadcast with different output not supported yet (0.000s) 2022-11-23T02:14:07.8942830Z test_broadcasting_partition_logic_0 (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:14:07.8943183Z test_broadcasting_partition_logic_1 (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:14:07.8943553Z test_build_shape_expression_native_dropout (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:14:07.8943897Z test_category_rule (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:14:07.8944229Z test_channels_last_with_broadcast (__main__.TestCudaFuser) ... skip: requires CUDA (0.010s) 2022-11-23T02:14:07.8944546Z test_chunk (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:14:07.8944829Z test_clamp (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:14:07.8945146Z test_clamp_reversed_bound (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:14:07.8945478Z test_clean_profile_ivalue (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:14:07.8945780Z test_const (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:14:07.8946097Z test_contiguous_on_broadcasted (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:14:07.8946421Z test_conv2d_bias (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:14:07.8946736Z test_conv2d_symbolic_shapes (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:14:07.8947039Z test_cpu_scalar (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:14:07.8947348Z test_cuda_fusion_guard (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:14:07.8947680Z test_cuda_fusion_guard_backward (__main__.TestCudaFuser) ... skip: requires NVFuser (0.000s) 2022-11-23T02:14:07.8948008Z test_device_constant (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:14:07.8948442Z test_disable_const_chunk_propagation_for_normalization (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:14:07.8948802Z test_disable_sibling_fuse (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:14:07.8949119Z test_dropout_inference_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:14:07.8949470Z test_dropout_train_nograd_fusion (__main__.TestCudaFuser) ... skip: not enough memory (0.000s) 2022-11-23T02:14:07.8949822Z test_dropout_train_nograd_prob_check (__main__.TestCudaFuser) ... skip: requires CUDA (0.010s) 2022-11-23T02:14:07.8950168Z test_dropout_training_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:14:07.8950510Z test_dropout_training_prob_check (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:14:07.8950836Z test_dynamic_size (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:14:07.8951141Z test_expand (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:14:07.8951445Z test_fix_shape_expression_bn (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:14:07.8951799Z test_flatten (__main__.TestCudaFuser) ... skip: skipping this test since flatten is disabled now (0.010s) 2022-11-23T02:14:07.8952123Z test_gelu (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:14:07.8952424Z test_grad_sum_to_size (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:14:07.8952809Z test_graph_for_with_missing_optimized_engine (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:14:07.8953144Z test_graph_rng (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:14:07.8953440Z test_half (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:14:07.8953731Z test_high_rank_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.010s) 2022-11-23T02:14:07.8954052Z test_inf_quick_patch (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-11-23T02:14:07.8954455Z test_inplace_removal (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:14:07.8954789Z test_input_output_passthrough (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:14:07.8955120Z test_int_tensor_input (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:14:07.8955436Z test_issue1445_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:14:07.8955724Z test_issue_1785 (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-11-23T02:14:07.8956036Z test_layer_norm_autodiff (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-11-23T02:14:07.8956363Z test_layer_norm_parser (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-11-23T02:14:07.8956699Z test_layer_norm_trivial_reduce_dim (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:14:07.8957022Z test_linear (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:14:07.8957338Z test_linear_symbolic_shapes (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:14:07.8957650Z test_multiple_device_pw (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:14:07.8957982Z test_native_batch_norm_backward (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-11-23T02:14:07.8958309Z test_native_layer_norm (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:14:07.8958632Z test_native_layer_norm_bfloat (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:14:07.8958961Z test_native_layer_norm_half (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:14:07.8959317Z test_nested_view (__main__.TestCudaFuser) ... skip: skipping this test since view is disabled now (0.001s) 2022-11-23T02:14:07.8959656Z test_no_tensor_input (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:14:07.8959998Z test_norm (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:14:07.8960294Z test_norm_bfloat (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:14:07.8960606Z test_norm_channels_last (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:14:07.8960914Z test_norm_half (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:14:07.8961267Z test_norm_half_layer (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:14:07.8961574Z test_norm_large (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:14:07.8961900Z test_normalization_partition (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-11-23T02:14:07.8962271Z test_nvfuser_comparison_callbacks_with_fallback (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:14:07.8962647Z test_nvfuser_comparison_callbacks_without_fallback (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:14:07.8963003Z test_overlapped_input (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:14:07.8963342Z test_permutation_preservation (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:14:07.8963703Z test_permutation_preservation_edge_case_0 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:14:07.8964083Z test_permutation_preservation_edge_case_1_broken (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:14:07.8964505Z test_permutation_preservation_edge_case_2 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:14:07.8964838Z test_permute (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:14:07.8965149Z test_pointwise_reference_tensor (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:14:07.8965472Z test_profile_ivalue (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-11-23T02:14:07.8965809Z test_profile_ivalue_multiple_profiles (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:14:07.8966174Z test_profiling_node (__main__.TestCudaFuser) ... skip: Skipped due to rand_like behavior change (0.000s) 2022-11-23T02:14:07.8966538Z test_pw_single_reduction_partition (__main__.TestCudaFuser) ... skip: requires CUDA (0.003s) 2022-11-23T02:14:07.8966873Z test_random_topo (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:14:07.8967180Z test_reduction (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:14:07.8967487Z test_reduction_dtypes_axis (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:14:07.8967819Z test_reduction_empty_axes (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:14:07.8968151Z test_reduction_multiple_output (__main__.TestCudaFuser) ... skip: requires CUDA (0.006s) 2022-11-23T02:14:07.8968484Z test_reduction_permutation (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:14:07.8968816Z test_reduction_sizes_op (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:14:07.8969150Z test_remove_output_used_only_in_dtype (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:14:07.8969452Z test_rsub (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:14:07.8969760Z test_scalar_cuda_tensor (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:14:07.8970073Z test_scalar_input (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:14:07.8970382Z test_scalar_tensor (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:14:07.8970702Z test_scalar_tensor_permuted (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:14:07.8971056Z test_scheduler_with_polymorphic_broadcast (__main__.TestCudaFuser) ... skip: requires CUDA (0.010s) 2022-11-23T02:14:07.8971453Z test_shape_expression (__main__.TestCudaFuser) ... skip: skipping this test since squeeze/unsqueeze is disabled now (0.000s) 2022-11-23T02:14:07.8971854Z test_sibling_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:14:07.8972184Z test_sibling_fusion_no_scalar_inputs (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:14:07.8972527Z test_single_reduction_broadcast (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:14:07.8972855Z test_singleton_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:14:07.8973169Z test_skip_parser (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:14:07.8973473Z test_softmax (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:14:07.8973781Z test_softmax_bfloat (__main__.TestCudaFuser) ... skip: requires CUDA (0.010s) 2022-11-23T02:14:07.8974077Z test_softmax_dtype (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:14:07.8974394Z test_softmax_half (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:14:07.8974704Z test_softplus_fuser (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:14:07.8975062Z test_squeeze (__main__.TestCudaFuser) ... skip: skipping this test since squeeze/unsqueeze is disabled now (0.000s) 2022-11-23T02:14:07.8975475Z test_squeeze_negative_dim (__main__.TestCudaFuser) ... skip: skipping this test since squeeze/unsqueeze is disabled now (0.000s) 2022-11-23T02:14:07.8975888Z test_squeeze_zero (__main__.TestCudaFuser) ... skip: skipping this test since squeeze/unsqueeze is disabled now (0.000s) 2022-11-23T02:14:07.8976286Z test_strict_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:14:07.8976579Z test_sum_to_one (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:14:07.8976880Z test_sum_to_size (__main__.TestCudaFuser) ... skip: requires CUDA (0.011s) 2022-11-23T02:14:07.8977183Z test_ternary_ops (__main__.TestCudaFuser) ... skip: requires CUDA (0.003s) 2022-11-23T02:14:07.8977521Z test_ternary_ops_integer_compatibility (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:14:07.8977872Z test_ternary_ops_type_promotion (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:14:07.8978189Z test_to_boolean (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:14:07.8978473Z test_to_copy (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:14:07.8978787Z test_to_dtype_bf16_to_bf16 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:14:07.8979108Z test_to_dtype_bf16_to_fp32 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:14:07.8979428Z test_to_dtype_fp16_to_fp16 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:14:07.8979743Z test_to_dtype_fp16_to_fp32 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:14:07.8980057Z test_to_dtype_fp32_to_bf16 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:14:07.8980357Z test_to_dtype_fp32_to_fp16 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:14:07.8980667Z test_transpose (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:14:07.8980978Z test_transpose_default (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:14:07.8981301Z test_trivial_reduction (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:14:07.8981609Z test_type_as_op (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:14:07.8981920Z test_type_inference (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:14:07.8982229Z test_unary_bitwise (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-11-23T02:14:07.8982518Z test_unary_ops (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-11-23T02:14:07.8982875Z test_unsqueeze (__main__.TestCudaFuser) ... skip: skipping this test since squeeze/unsqueeze is disabled now (0.001s) 2022-11-23T02:14:07.8983271Z test_variance (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-11-23T02:14:07.8983583Z test_variance_profiling (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:14:07.8983927Z test_view (__main__.TestCudaFuser) ... skip: skipping this test since view is disabled now (0.001s) 2022-11-23T02:14:07.8984264Z test_view_before_permute (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-11-23T02:14:07.8984636Z test_view_copy_graph_guard (__main__.TestCudaFuser) ... skip: skipping this test since reshape is disabled now (0.001s) 2022-11-23T02:14:07.8985035Z test_view_copy_graph_guard_double_fusion (__main__.TestCudaFuser) ... skip: skipping this test since view is disabled now (0.001s) 2022-11-23T02:14:07.8985412Z test_can_be_enabled_nvfuser (__main__.TestEnableDisableCudaFuser) ... ok (0.003s) 2022-11-23T02:14:07.8985784Z test_context_manager_test (__main__.TestEnableDisableCudaFuser) ... skip: requires CUDA (0.002s) 2022-11-23T02:14:07.8986152Z test_register_fuser (__main__.TestEnableDisableCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:14:07.8986498Z test_register_fuser_cpu (__main__.TestEnableDisableCudaFuser) ... ok (0.616s) 2022-11-23T02:14:07.8986837Z test_autodiff_fallback (jit.test_fuser_common.TestFuserCommon) ... ok (0.081s) 2022-11-23T02:14:07.8987021Z 2022-11-23T02:14:07.8987170Z ---------------------------------------------------------------------- 2022-11-23T02:14:07.8987403Z Ran 158 tests in 0.891s 2022-11-23T02:14:07.8987518Z 2022-11-23T02:14:07.8987637Z OK (skipped=155) 2022-11-23T02:14:07.8987753Z 2022-11-23T02:14:07.8987842Z Generating XML reports... 2022-11-23T02:14:07.8988226Z Generated XML report: test-reports\python-unittest\test_jit_cuda_fuser\TEST-TestEnableDisableCudaFuser-20221123021406.xml 2022-11-23T02:14:07.8988762Z Generated XML report: test-reports\python-unittest\test_jit_cuda_fuser\TEST-jit.test_fuser_common.TestFuserCommon-20221123021406.xml 2022-11-23T02:14:07.8989253Z Generated XML report: test-reports\python-unittest\test_jit_cuda_fuser\TEST-TestCudaFuser-20221123021406.xml 2022-11-23T02:14:07.8989493Z 2022-11-23T02:14:07.8989787Z ##[endgroup] 2022-11-23T02:14:07.8990137Z FINISHED PRINTING LOG FILE of test_jit_cuda_fuser (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_jit_cuda_fuser_whof055_) 2022-11-23T02:14:07.8990396Z 2022-11-23T02:14:07.8990511Z Running test_jit_disabled ... [2022-11-23 02:14:07.891003] 2022-11-23T02:14:07.8990919Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_jit_disabled.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:14:07.891003] 2022-11-23T02:14:11.1828613Z 2022-11-23T02:14:11.1829044Z Expand the folded group to see the log file of test_jit_disabled 2022-11-23T02:14:11.1829935Z ##[group]PRINTING LOG FILE of test_jit_disabled (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_jit_disabled_43c01kd9) 2022-11-23T02:14:11.1830789Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:11.1831438Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:14:11.1831582Z 2022-11-23T02:14:11.1831653Z Running tests... 2022-11-23T02:14:11.1831897Z ---------------------------------------------------------------------- 2022-11-23T02:14:11.1832226Z Test results will be stored in test-reports\python-unittest\test_jit_disabled 2022-11-23T02:14:11.1832532Z test_attribute (__main__.TestJitDisabled) ... ok (0.540s) 2022-11-23T02:14:11.1832816Z test_recursive_script (__main__.TestJitDisabled) ... ok (0.116s) 2022-11-23T02:14:11.1833312Z test_script_module_construction (__main__.TestJitDisabled) ... ok (0.109s) 2022-11-23T02:14:11.1833489Z 2022-11-23T02:14:11.1833634Z ---------------------------------------------------------------------- 2022-11-23T02:14:11.1833877Z Ran 3 tests in 0.765s 2022-11-23T02:14:11.1833979Z 2022-11-23T02:14:11.1834039Z OK 2022-11-23T02:14:11.1834131Z 2022-11-23T02:14:11.1834218Z Generating XML reports... 2022-11-23T02:14:11.1834646Z Generated XML report: test-reports\python-unittest\test_jit_disabled\TEST-TestJitDisabled-20221123021410.xml 2022-11-23T02:14:11.1834892Z 2022-11-23T02:14:11.1835126Z ##[endgroup] 2022-11-23T02:14:11.1835473Z FINISHED PRINTING LOG FILE of test_jit_disabled (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_jit_disabled_43c01kd9) 2022-11-23T02:14:11.1835731Z 2022-11-23T02:14:11.1835841Z Running test_linalg ... [2022-11-23 02:14:11.179176] 2022-11-23T02:14:11.1840029Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_linalg.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:14:11.179176] 2022-11-23T02:14:14.2067144Z 2022-11-23T02:14:14.2067799Z Expand the folded group to see the log file of test_linalg 2022-11-23T02:14:14.2068615Z ##[group]PRINTING LOG FILE of test_linalg (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_linalg_omx6wjtx) 2022-11-23T02:14:14.2069617Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:14.2070270Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:14:14.2070432Z 2022-11-23T02:14:14.2070507Z Running tests... 2022-11-23T02:14:14.2070766Z ---------------------------------------------------------------------- 2022-11-23T02:14:14.2070949Z 2022-11-23T02:14:14.2071092Z ---------------------------------------------------------------------- 2022-11-23T02:14:14.2071330Z Ran 0 tests in 0.000s 2022-11-23T02:14:14.2071446Z 2022-11-23T02:14:14.2071504Z OK 2022-11-23T02:14:14.2071595Z 2022-11-23T02:14:14.2071684Z Generating XML reports... 2022-11-23T02:14:14.2071945Z Test results will be stored in test-reports\python-unittest\test_linalg 2022-11-23T02:14:14.2072127Z 2022-11-23T02:14:14.2072353Z ##[endgroup] 2022-11-23T02:14:14.2072687Z FINISHED PRINTING LOG FILE of test_linalg (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_linalg_omx6wjtx) 2022-11-23T02:14:14.2072933Z 2022-11-23T02:14:14.2073059Z Running test_mobile_optimizer ... [2022-11-23 02:14:14.201867] 2022-11-23T02:14:14.2078139Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_mobile_optimizer.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:14:14.207476] 2022-11-23T02:14:18.4261613Z 2022-11-23T02:14:18.4262330Z Expand the folded group to see the log file of test_mobile_optimizer 2022-11-23T02:14:18.4263151Z ##[group]PRINTING LOG FILE of test_mobile_optimizer (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_mobile_optimizer_ws90r8tt) 2022-11-23T02:14:18.4264075Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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.4264732Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:14:18.4264879Z 2022-11-23T02:14:18.4264953Z Running tests... 2022-11-23T02:14:18.4265209Z ---------------------------------------------------------------------- 2022-11-23T02:14:18.4265545Z Test results will be stored in test-reports\python-unittest\test_mobile_optimizer 2022-11-23T02:14:18.4266082Z test_clone_module_with_class (__main__.TestOptimizer) ... ok (1.069s) 2022-11-23T02:14:18.4266707Z test_generate_mobile_module_lints (__main__.TestOptimizer) ... 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:14:18.4267264Z warnings.warn(message, UserWarning) 2022-11-23T02:14:18.4267453Z ok (0.036s) 2022-11-23T02:14:18.4267698Z test_hoist_conv_packed_params (__main__.TestOptimizer) ... ok (0.000s) 2022-11-23T02:14:18.4268039Z test_mobilenet_optimize_for_mobile (__main__.TestOptimizer) ... skip: Needs torchvision (0.010s) 2022-11-23T02:14:18.4268360Z test_optimize_for_mobile (__main__.TestOptimizer) ... ok (0.431s) 2022-11-23T02:14:18.4268718Z test_preserve_bundled_inputs_methods (__main__.TestOptimizer) ... ok (0.082s) 2022-11-23T02:14:18.4269039Z test_quantized_conv_no_asan_failures (__main__.TestOptimizer) ... ok (0.002s) 2022-11-23T02:14:18.4269262Z 2022-11-23T02:14:18.4269412Z ---------------------------------------------------------------------- 2022-11-23T02:14:18.4269648Z Ran 7 tests in 1.641s 2022-11-23T02:14:18.4269764Z 2022-11-23T02:14:18.4269836Z OK (skipped=1) 2022-11-23T02:14:18.4269945Z 2022-11-23T02:14:18.4270033Z Generating XML reports... 2022-11-23T02:14:18.4270473Z Generated XML report: test-reports\python-unittest\test_mobile_optimizer\TEST-TestOptimizer-20221123021416.xml 2022-11-23T02:14:18.4270731Z 2022-11-23T02:14:18.4270968Z ##[endgroup] 2022-11-23T02:14:18.4271313Z FINISHED PRINTING LOG FILE of test_mobile_optimizer (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_mobile_optimizer_ws90r8tt) 2022-11-23T02:14:18.4271585Z 2022-11-23T02:14:18.4271701Z Running test_modules ... [2022-11-23 02:14:18.426323] 2022-11-23T02:14:18.4273278Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_modules.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:14:18.426912] 2022-11-23T02:14:22.1606908Z 2022-11-23T02:14:22.1607619Z Expand the folded group to see the log file of test_modules 2022-11-23T02:14:22.1608338Z ##[group]PRINTING LOG FILE of test_modules (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_modules_anzs19ya) 2022-11-23T02:14:22.1609167Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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.1609827Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:14:22.1609990Z 2022-11-23T02:14:22.1610080Z Running tests... 2022-11-23T02:14:22.1610340Z ---------------------------------------------------------------------- 2022-11-23T02:14:22.1610514Z 2022-11-23T02:14:22.1610657Z ---------------------------------------------------------------------- 2022-11-23T02:14:22.1610896Z Ran 0 tests in 0.000s 2022-11-23T02:14:22.1611009Z 2022-11-23T02:14:22.1611070Z OK 2022-11-23T02:14:22.1611163Z 2022-11-23T02:14:22.1611239Z Generating XML reports... 2022-11-23T02:14:22.1611511Z Test results will be stored in test-reports\python-unittest\test_modules 2022-11-23T02:14:22.1611693Z 2022-11-23T02:14:22.1611911Z ##[endgroup] 2022-11-23T02:14:22.1612244Z FINISHED PRINTING LOG FILE of test_modules (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_modules_anzs19ya) 2022-11-23T02:14:22.1612489Z 2022-11-23T02:14:22.1612616Z Running test_multiprocessing ... [2022-11-23 02:14:22.159530] 2022-11-23T02:14:22.1617502Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_multiprocessing.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:14:22.159530] 2022-11-23T02:14:43.5821078Z 2022-11-23T02:14:43.5821522Z Expand the folded group to see the log file of test_multiprocessing 2022-11-23T02:14:43.5822267Z ##[group]PRINTING LOG FILE of test_multiprocessing (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_multiprocessing_0_8f2gpe) 2022-11-23T02:14:43.5823307Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:43.5824012Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:14:43.5825889Z 2022-11-23T02:14:43.5826188Z Running tests... 2022-11-23T02:14:43.5826516Z ---------------------------------------------------------------------- 2022-11-23T02:14:43.5826877Z Test results will be stored in test-reports\python-unittest\test_multiprocessing 2022-11-23T02:14:43.5827280Z test_autograd_errors (__main__.TestMultiprocessing) ... skip: Test needs to use fork multiprocessing (0.000s) 2022-11-23T02:14:43.5827824Z test_autograd_fine_with_spawn (__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:14:43.5828441Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:14:43.5828869Z C:\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:43.5829330Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:14:43.5830104Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:43.5830905Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:14:43.5831302Z C:\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:43.5831695Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:14:43.5832146Z C:\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:43.5832665Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:14:43.5833219Z C:\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:43.5833611Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:14:43.5834011Z C:\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:43.5834413Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:14:43.5835225Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:43.5836022Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:14:43.5836696Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:43.5837443Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:14:43.5837649Z ok (2.711s) 2022-11-23T02:14:43.5837949Z test_cuda_bad_call (__main__.TestMultiprocessing) ... skip: not applicable to Windows (only fails with fork) (0.001s) 2022-11-23T02:14:43.5838349Z test_cuda_ipc_deadlock (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-11-23T02:14:43.5838712Z test_cuda_memory_allocation (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-11-23T02:14:43.5839098Z test_cuda_parameter_sharing (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-11-23T02:14:43.5839470Z test_cuda_send_many (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.002s) 2022-11-23T02:14:43.5839824Z test_cuda_simple (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-11-23T02:14:43.5840186Z test_cuda_small_tensors (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-11-23T02:14:43.5840556Z test_cuda_variable_sharing (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.002s) 2022-11-23T02:14:43.5840942Z test_empty_shared (__main__.TestMultiprocessing) ... ok (0.000s) 2022-11-23T02:14:43.5841335Z test_empty_tensor_sharing (__main__.TestMultiprocessing) ... ok (0.003s) 2022-11-23T02:14:43.5841693Z test_empty_tensor_sharing_cuda (__main__.TestMultiprocessing) ... skip: CUDA not available (0.000s) 2022-11-23T02:14:43.5842052Z test_event (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.000s) 2022-11-23T02:14:43.5842413Z test_event_handle_exporter (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.000s) 2022-11-23T02:14:43.5842791Z test_event_handle_importer (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.006s) 2022-11-23T02:14:43.5843160Z test_event_handle_multi_gpu (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.000s) 2022-11-23T02:14:43.5843530Z test_event_multiprocess (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.000s) 2022-11-23T02:14:43.5844181Z test_fd_pool (__main__.TestMultiprocessing) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/69660 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.000s) 2022-11-23T02:14:43.5845104Z test_fd_preserve_sharing (__main__.TestMultiprocessing) ... 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:14:43.5845649Z warnings.warn(message, UserWarning) 2022-11-23T02:14:43.5845853Z ok (0.094s) 2022-11-23T02:14:43.5846416Z test_fd_sharing (__main__.TestMultiprocessing) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/68831 for platform(s) win, linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-11-23T02:14:43.5847128Z test_fs (__main__.TestMultiprocessing) ... skip: don't not how to check if shm files exist (0.001s) 2022-11-23T02:14:43.5847463Z test_fs_is_shared (__main__.TestMultiprocessing) ... ok (0.002s) 2022-11-23T02:14:43.5848069Z test_fs_pool (__main__.TestMultiprocessing) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/69659 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.000s) 2022-11-23T02:14:43.5848714Z test_fs_preserve_sharing (__main__.TestMultiprocessing) ... ok (0.089s) 2022-11-23T02:14:43.5849358Z test_fs_sharing (__main__.TestMultiprocessing) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/67002 for platform(s) windows, mac, linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-11-23T02:14:43.5850122Z test_inherit_tensor (__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:14:43.5850569Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:14:43.5850979Z C:\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:43.5851377Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:14:43.5852139Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:43.5852852Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:14:43.5853097Z test_inherit_tensor: SubProcess too slow 2022-11-23T02:14:43.5853344Z ok (2.004s) 2022-11-23T02:14:43.5853788Z test_integer_parameter_serialization_cpu (__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:14:43.5854259Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:14:43.5854666Z C:\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:43.5855065Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:14:43.5855789Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:43.5856435Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:14:43.5856645Z ok (2.387s) 2022-11-23T02:14:43.5856950Z test_integer_parameter_serialization_cuda (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.010s) 2022-11-23T02:14:43.5857301Z test_is_shared (__main__.TestMultiprocessing) ... ok (0.002s) 2022-11-23T02:14:43.5857627Z test_is_shared_cuda (__main__.TestMultiprocessing) ... skip: CUDA not available (0.000s) 2022-11-23T02:14:43.5858135Z test_leaf_variable_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:14:43.5858625Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:14:43.5859072Z C:\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:43.5859485Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:14:43.5860259Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:43.5860903Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:14:43.5861295Z C:\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:43.5861688Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:14:43.5862092Z C:\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:43.5862491Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:14:43.5863206Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:43.5863848Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:14:43.5864055Z ok (4.262s) 2022-11-23T02:14:43.5864433Z test_mixed_types_cuda_sharing (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-11-23T02:14:43.5864793Z test_non_leaf_variable_sharing (__main__.TestMultiprocessing) ... ok (0.002s) 2022-11-23T02:14:43.5865575Z test_parameter_sharing (__main__.TestMultiprocessing) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\hooks.py:59: UserWarning: backward hook .hook at 0x0000018709DA0B80> on tensor will not be serialized. If this is expected, you can decorate the function with @torch.utils.hooks.unserializable_hook to suppress this warning 2022-11-23T02:14:43.5866240Z warnings.warn("backward hook {} on tensor will not be " 2022-11-23T02:14:43.5866643Z C:\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:43.5867032Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:14:43.5867429Z C:\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:43.5867832Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:14:43.5868549Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:43.5869193Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:14:43.5869401Z ok (2.402s) 2022-11-23T02:14:43.5870056Z test_variable_sharing (__main__.TestMultiprocessing) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\hooks.py:59: UserWarning: backward hook .hook at 0x000001870857C5E0> on tensor will not be serialized. If this is expected, you can decorate the function with @torch.utils.hooks.unserializable_hook to suppress this warning 2022-11-23T02:14:43.5870778Z warnings.warn("backward hook {} on tensor will not be " 2022-11-23T02:14:43.5871235Z C:\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:43.5872262Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:14:43.5872660Z C:\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:43.5873070Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:14:43.5873784Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:43.5874428Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:14:43.5874815Z C:\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:43.5875209Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:14:43.5875617Z C:\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:43.5876095Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:14:43.5876974Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:43.5877632Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:14:43.5877826Z ok (4.807s) 2022-11-23T02:14:43.5878132Z test_wrong_cuda_fork (__main__.TestMultiprocessing) ... skip: not applicable to Windows (only fails with fork) (0.000s) 2022-11-23T02:14:43.5878354Z 2022-11-23T02:14:43.5878504Z ---------------------------------------------------------------------- 2022-11-23T02:14:43.5878752Z Ran 37 tests in 18.797s 2022-11-23T02:14:43.5878869Z 2022-11-23T02:14:43.5878943Z OK (skipped=24) 2022-11-23T02:14:43.5879052Z 2022-11-23T02:14:43.5879143Z Generating XML reports... 2022-11-23T02:14:43.5879503Z Generated XML report: test-reports\python-unittest\test_multiprocessing\TEST-TestMultiprocessing-20221123021424.xml 2022-11-23T02:14:43.5879768Z 2022-11-23T02:14:43.5880067Z ##[endgroup] 2022-11-23T02:14:43.5880432Z FINISHED PRINTING LOG FILE of test_multiprocessing (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_multiprocessing_0_8f2gpe) 2022-11-23T02:14:43.5880702Z 2022-11-23T02:14:43.5880855Z Running test_multiprocessing_spawn ... [2022-11-23 02:14:43.583537] 2022-11-23T02:14:43.5881295Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_multiprocessing_spawn.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:14:43.584122] 2022-11-23T02:15:08.8280403Z 2022-11-23T02:15:08.8280849Z Expand the folded group to see the log file of test_multiprocessing_spawn 2022-11-23T02:15:08.8281615Z ##[group]PRINTING LOG FILE of test_multiprocessing_spawn (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_multiprocessing_spawn_irw6tatf) 2022-11-23T02:15:08.8283251Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:08.8283949Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:15:08.8284262Z 2022-11-23T02:15:08.8284594Z Running tests... 2022-11-23T02:15:08.8284939Z ---------------------------------------------------------------------- 2022-11-23T02:15:08.8285315Z Test results will be stored in test-reports\python-unittest\test_multiprocessing_spawn 2022-11-23T02:15:08.8285672Z test_errors_pickleable (__main__.ErrorTest) ... ok (0.436s) 2022-11-23T02:15:08.8285998Z test_exception_all (__main__.ForkTest) ... skip: Fork is only available on Unix (0.000s) 2022-11-23T02:15:08.8286985Z test_exception_single (__main__.ForkTest) ... skip: Fork is only available on Unix (0.000s) 2022-11-23T02:15:08.8287368Z test_first_argument_index (__main__.ForkTest) ... skip: Fork is only available on Unix (0.000s) 2022-11-23T02:15:08.8287697Z test_success (__main__.ForkTest) ... skip: Fork is only available on Unix (0.000s) 2022-11-23T02:15:08.8288048Z test_success_first_then_exception (__main__.ForkTest) ... skip: Fork is only available on Unix (0.000s) 2022-11-23T02:15:08.8288418Z test_success_non_blocking (__main__.ForkTest) ... skip: Fork is only available on Unix (0.000s) 2022-11-23T02:15:08.8288765Z test_terminate_exit (__main__.ForkTest) ... skip: Fork is only available on Unix (0.000s) 2022-11-23T02:15:08.8289148Z test_terminate_signal (__main__.ForkTest) ... skip: Fork is only available on Unix (0.000s) 2022-11-23T02:15:08.8289783Z test_exception_all (__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:15:08.8290619Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:15:08.8291135Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:15:08.8291531Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:15:08.8292249Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:08.8292962Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:15:08.8293334Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:15:08.8293717Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:15:08.8294122Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:15:08.8294529Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:15:08.8295242Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:08.8295886Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:15:08.8296094Z ok (2.583s) 2022-11-23T02:15:08.8296494Z test_exception_raises (__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:15:08.8296907Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:15:08.8297311Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:15:08.8297814Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:15:08.8298520Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:08.8299149Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:15:08.8299355Z ok (2.460s) 2022-11-23T02:15:08.8299751Z test_exception_single (__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:15:08.8300178Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:15:08.8300567Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:15:08.8300973Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:15:08.8301685Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:08.8302369Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:15:08.8302759Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:15:08.8303148Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:15:08.8303549Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:15:08.8303947Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:15:08.8304662Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:08.8305307Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:15:08.8305676Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:15:08.8306058Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:15:08.8306465Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:15:08.8306867Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:15:08.8307317Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:15:08.8307695Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:15:08.8308091Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:15:08.8308485Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:15:08.8309189Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:08.8309871Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:15:08.8310522Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:08.8311169Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:15:08.8311374Z ok (4.973s) 2022-11-23T02:15:08.8311770Z test_first_argument_index (__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:15:08.8312199Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:15:08.8312604Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:15:08.8313003Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:15:08.8313409Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:15:08.8313776Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:15:08.8314224Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:15:08.8314629Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:15:08.8315336Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:08.8315984Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:15:08.8316654Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:08.8317370Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:15:08.8317577Z ok (2.493s) 2022-11-23T02:15:08.8317797Z test_signal_raises (__main__.SpawnTest) ... ok (0.006s) 2022-11-23T02:15:08.8318377Z test_success (__main__.SpawnTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/72298 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.000s) 2022-11-23T02:15:08.8319114Z test_success_first_then_exception (__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:15:08.8319555Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:15:08.8319961Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:15:08.8320364Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:15:08.8320784Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:15:08.8321221Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:15:08.8321624Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:15:08.8322025Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:15:08.8322723Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:08.8323364Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:15:08.8324029Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:08.8324657Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:15:08.8324865Z ok (2.585s) 2022-11-23T02:15:08.8325303Z test_success_non_blocking (__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:15:08.8325737Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:15:08.8326142Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:15:08.8326548Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:15:08.8326947Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:15:08.8327329Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:15:08.8327726Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:15:08.8328126Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:15:08.8328843Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:08.8329480Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:15:08.8330141Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:08.8330780Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:15:08.8330985Z ok (2.488s) 2022-11-23T02:15:08.8331364Z test_terminate_exit (__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:15:08.8331791Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:15:08.8332194Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:15:08.8332653Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:15:08.8333371Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:08.8334006Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:15:08.8334392Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:15:08.8334776Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:15:08.8335178Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:15:08.8335564Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:15:08.8336875Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:08.8337529Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:15:08.8337736Z ok (2.517s) 2022-11-23T02:15:08.8338131Z test_terminate_signal (__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:15:08.8338567Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:15:08.8338969Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:15:08.8339375Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:15:08.8340078Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:08.8340712Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:15:08.8341088Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:15:08.8341479Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:15:08.8341880Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:15:08.8342281Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:15:08.8342990Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:08.8343622Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:15:08.8343828Z ok (2.197s) 2022-11-23T02:15:08.8343934Z 2022-11-23T02:15:08.8344071Z ---------------------------------------------------------------------- 2022-11-23T02:15:08.8344371Z Ran 19 tests in 22.750s 2022-11-23T02:15:08.8344488Z 2022-11-23T02:15:08.8344561Z OK (skipped=9) 2022-11-23T02:15:08.8344669Z 2022-11-23T02:15:08.8344757Z Generating XML reports... 2022-11-23T02:15:08.8345108Z Generated XML report: test-reports\python-unittest\test_multiprocessing_spawn\TEST-ErrorTest-20221123021445.xml 2022-11-23T02:15:08.8345575Z Generated XML report: test-reports\python-unittest\test_multiprocessing_spawn\TEST-SpawnTest-20221123021445.xml 2022-11-23T02:15:08.8346033Z Generated XML report: test-reports\python-unittest\test_multiprocessing_spawn\TEST-ForkTest-20221123021445.xml 2022-11-23T02:15:08.8346275Z 2022-11-23T02:15:08.8346586Z ##[endgroup] 2022-11-23T02:15:08.8346962Z FINISHED PRINTING LOG FILE of test_multiprocessing_spawn (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_multiprocessing_spawn_irw6tatf) 2022-11-23T02:15:08.8347246Z 2022-11-23T02:15:08.8347375Z Running test_namedtuple_return_api ... [2022-11-23 02:15:08.828560] 2022-11-23T02:15:08.8347810Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_namedtuple_return_api.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:15:08.828560] 2022-11-23T02:15:13.3768068Z 2022-11-23T02:15:13.3768518Z Expand the folded group to see the log file of test_namedtuple_return_api 2022-11-23T02:15:13.3769289Z ##[group]PRINTING LOG FILE of test_namedtuple_return_api (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_namedtuple_return_api_y8ugqxiy) 2022-11-23T02:15:13.3770629Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:13.3771319Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:15:13.3771475Z 2022-11-23T02:15:13.3771551Z Running tests... 2022-11-23T02:15:13.3771805Z ---------------------------------------------------------------------- 2022-11-23T02:15:13.3772152Z Test results will be stored in test-reports\python-unittest\test_namedtuple_return_api 2022-11-23T02:15:13.3772494Z test_import_return_types (__main__.TestNamedTupleAPI) ... ok (0.407s) 2022-11-23T02:15:13.3773027Z test_namedtuple_return (__main__.TestNamedTupleAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_namedtuple_return_api.py:149: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-11-23T02:15:13.3773551Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-11-23T02:15:13.3773794Z Q, R = torch.qr(A, some) 2022-11-23T02:15:13.3773986Z should be replaced with 2022-11-23T02:15:13.3774400Z Q, R = torch.linalg.qr(A, 'reduced' if some else 'complete') (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:2458.) 2022-11-23T02:15:13.3774792Z ret1 = func(a, *op.input) 2022-11-23T02:15:13.3775207Z C:\actions-runner\_work\pytorch\pytorch\test\test_namedtuple_return_api.py:155: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-11-23T02:15:13.3775668Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-11-23T02:15:13.3775921Z Q, R = torch.qr(A, some) 2022-11-23T02:15:13.3776098Z should be replaced with 2022-11-23T02:15:13.3776547Z Q, R = torch.linalg.qr(A, 'reduced' if some else 'complete') (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:2470.) 2022-11-23T02:15:13.3776985Z ret2 = func(a, *op.input, out=tuple(ret1)) 2022-11-23T02:15:13.3777431Z C:\actions-runner\_work\pytorch\pytorch\test\test_namedtuple_return_api.py:149: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-11-23T02:15:13.3778069Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-11-23T02:15:13.3778400Z L, _ = torch.symeig(A, upper=upper) 2022-11-23T02:15:13.3778610Z should be replaced with 2022-11-23T02:15:13.3778842Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-11-23T02:15:13.3779058Z and 2022-11-23T02:15:13.3779252Z L, V = torch.symeig(A, eigenvectors=True) 2022-11-23T02:15:13.3779466Z should be replaced with 2022-11-23T02:15:13.3779875Z L, V = torch.linalg.eigh(A, UPLO='U' if upper else 'L') (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:2909.) 2022-11-23T02:15:13.3780246Z ret1 = func(a, *op.input) 2022-11-23T02:15:13.3780672Z C:\actions-runner\_work\pytorch\pytorch\test\test_namedtuple_return_api.py:155: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-11-23T02:15:13.3781206Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-11-23T02:15:13.3781529Z L, _ = torch.symeig(A, upper=upper) 2022-11-23T02:15:13.3781734Z should be replaced with 2022-11-23T02:15:13.3781976Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-11-23T02:15:13.3782175Z and 2022-11-23T02:15:13.3782363Z L, V = torch.symeig(A, eigenvectors=True) 2022-11-23T02:15:13.3782617Z should be replaced with 2022-11-23T02:15:13.3783113Z L, V = torch.linalg.eigh(A, UPLO='U' if upper else 'L') (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:2927.) 2022-11-23T02:15:13.3783527Z ret2 = func(a, *op.input, out=tuple(ret1)) 2022-11-23T02:15:13.3784002Z C:\actions-runner\_work\pytorch\pytorch\test\test_namedtuple_return_api.py:149: UserWarning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-11-23T02:15:13.3784535Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-11-23T02:15:13.3784835Z X = torch.triangular_solve(B, A).solution 2022-11-23T02:15:13.3785049Z should be replaced with 2022-11-23T02:15:13.3785445Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:2224.) 2022-11-23T02:15:13.3785818Z ret1 = func(a, *op.input) 2022-11-23T02:15:13.3786277Z C:\actions-runner\_work\pytorch\pytorch\test\test_namedtuple_return_api.py:149: UserWarning: torch.lu is deprecated in favor of torch.linalg.lu_factor / torch.linalg.lu_factor_ex and will be removed in a future PyTorch release. 2022-11-23T02:15:13.3786716Z LU, pivots = torch.lu(A, compute_pivots) 2022-11-23T02:15:13.3786949Z should be replaced with 2022-11-23T02:15:13.3787179Z LU, pivots = torch.linalg.lu_factor(A, compute_pivots) 2022-11-23T02:15:13.3787388Z and 2022-11-23T02:15:13.3787604Z LU, pivots, info = torch.lu(A, compute_pivots, get_infos=True) 2022-11-23T02:15:13.3787839Z should be replaced with 2022-11-23T02:15:13.3788254Z LU, pivots, info = torch.linalg.lu_factor_ex(A, compute_pivots) (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:2028.) 2022-11-23T02:15:13.3788680Z ret1 = func(a, *op.input) 2022-11-23T02:15:13.3788848Z ok (0.019s) 2022-11-23T02:15:13.3789130Z test_native_functions_yaml (__main__.TestNamedTupleAPI) ... ok (1.556s) 2022-11-23T02:15:13.3789306Z 2022-11-23T02:15:13.3789454Z ---------------------------------------------------------------------- 2022-11-23T02:15:13.3789696Z Ran 3 tests in 2.000s 2022-11-23T02:15:13.3789811Z 2022-11-23T02:15:13.3789870Z OK 2022-11-23T02:15:13.3789961Z 2022-11-23T02:15:13.3790048Z Generating XML reports... 2022-11-23T02:15:13.3790464Z Generated XML report: test-reports\python-unittest\test_namedtuple_return_api\TEST-TestNamedTupleAPI-20221123021511.xml 2022-11-23T02:15:13.3790730Z 2022-11-23T02:15:13.3790997Z ##[endgroup] 2022-11-23T02:15:13.3791371Z FINISHED PRINTING LOG FILE of test_namedtuple_return_api (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_namedtuple_return_api_y8ugqxiy) 2022-11-23T02:15:13.3791649Z 2022-11-23T02:15:13.3791753Z Running test_nn ... [2022-11-23 02:15:13.377089] 2022-11-23T02:15:13.3792140Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_nn.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:15:13.377691] 2022-11-23T02:16:08.2282981Z 2022-11-23T02:16:08.2283435Z Expand the folded group to see the log file of test_nn 2022-11-23T02:16:08.2284253Z ##[group]PRINTING LOG FILE of test_nn (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_nn_3yth5frs) 2022-11-23T02:16:08.2308574Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:08.2309391Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:08.2309545Z 2022-11-23T02:16:08.2310109Z Running tests... 2022-11-23T02:16:08.2310470Z ---------------------------------------------------------------------- 2022-11-23T02:16:08.2311021Z Test results will be stored in test-reports\python-unittest\test_nn 2022-11-23T02:16:08.2311361Z test_add_relu (__main__.TestAddRelu) ... ok (0.000s) 2022-11-23T02:16:08.2311828Z test_add_relu_broadcasting (__main__.TestAddRelu) ... ok (0.000s) 2022-11-23T02:16:08.2312324Z test_constant_pad_nd (__main__.TestConstantPadNd) ... ok (0.000s) 2022-11-23T02:16:08.2312808Z test_preserves_memory_format (__main__.TestConstantPadNd) ... ok (0.011s) 2022-11-23T02:16:08.2313353Z test_pickle_softsign (__main__.TestFunctionalPickle) ... ok (0.001s) 2022-11-23T02:16:08.2313887Z test_fuse_module_eval_numerics (__main__.TestFusionEval) ... ok (0.422s) 2022-11-23T02:16:08.2314450Z test_fuse_conv_bn_requires_grad (__main__.TestFusionUtils) ... ok (0.004s) 2022-11-23T02:16:08.2314967Z test_fuse_linear_bn_requires_grad (__main__.TestFusionUtils) ... ok (0.003s) 2022-11-23T02:16:08.2315841Z test_global_and_local_hooks_order (__main__.TestModuleGlobalHooks) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py:1319: UserWarning: Using a non-full backward hook when the forward contains multiple autograd Nodes is deprecated and will be removed in future versions. This hook will be missing some grad_input. Please use register_full_backward_hook to get the documented behavior. 2022-11-23T02:16:08.2316661Z warnings.warn("Using a non-full backward hook when the forward contains multiple autograd Nodes " 2022-11-23T02:16:08.2317002Z ok (0.005s) 2022-11-23T02:16:08.2317380Z test_module_backward_global_hook_writeable (__main__.TestModuleGlobalHooks) ... ok (0.003s) 2022-11-23T02:16:08.2317804Z test_module_forward_forward_hook_removable (__main__.TestModuleGlobalHooks) 2022-11-23T02:16:08.2318214Z This test is to test when multiple forward hook functions can be registered ... ok (0.004s) 2022-11-23T02:16:08.2318580Z test_module_forward_preforward_hook_removable (__main__.TestModuleGlobalHooks) 2022-11-23T02:16:08.2319010Z This test is to test when multiple pre-forward hook functions can be ... ok (0.003s) 2022-11-23T02:16:08.2319607Z test_module_global_forward_preforward_hook_writeable (__main__.TestModuleGlobalHooks) ... ok (0.004s) 2022-11-23T02:16:08.2320146Z test_module_global_hook_invalid_outputs (__main__.TestModuleGlobalHooks) ... ok (0.003s) 2022-11-23T02:16:08.2320607Z test_module_global_hooks (__main__.TestModuleGlobalHooks) ... ok (0.010s) 2022-11-23T02:16:08.2321206Z test_AdaptiveAvgPool1d (__main__.TestNN) ... ok (0.037s) 2022-11-23T02:16:08.2321651Z test_AdaptiveAvgPool1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2322091Z test_AdaptiveAvgPool1d_no_batch_dim (__main__.TestNN) ... ok (0.014s) 2022-11-23T02:16:08.2322563Z test_AdaptiveAvgPool1d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2323033Z test_AdaptiveAvgPool1d_one_output (__main__.TestNN) ... ok (0.009s) 2022-11-23T02:16:08.2323528Z test_AdaptiveAvgPool1d_one_output_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2323881Z test_AdaptiveAvgPool2d_no_batch_dim (__main__.TestNN) ... ok (0.022s) 2022-11-23T02:16:08.2324309Z test_AdaptiveAvgPool2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2324663Z test_AdaptiveAvgPool2d_single (__main__.TestNN) ... ok (0.014s) 2022-11-23T02:16:08.2325068Z test_AdaptiveAvgPool2d_single_1x1output (__main__.TestNN) ... ok (0.013s) 2022-11-23T02:16:08.2325861Z test_AdaptiveAvgPool2d_single_1x1output_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2326379Z test_AdaptiveAvgPool2d_single_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2326832Z test_AdaptiveAvgPool2d_tuple (__main__.TestNN) ... ok (0.013s) 2022-11-23T02:16:08.2327288Z test_AdaptiveAvgPool2d_tuple_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2327871Z test_AdaptiveAvgPool2d_tuple_none (__main__.TestNN) ... ok (0.021s) 2022-11-23T02:16:08.2328358Z test_AdaptiveAvgPool2d_tuple_none_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2328794Z test_AdaptiveAvgPool3d_last_dim (__main__.TestNN) ... ok (0.013s) 2022-11-23T02:16:08.2329272Z test_AdaptiveAvgPool3d_last_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2329671Z test_AdaptiveAvgPool3d_no_batch_dim (__main__.TestNN) ... ok (0.018s) 2022-11-23T02:16:08.2330072Z test_AdaptiveAvgPool3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2330412Z test_AdaptiveAvgPool3d_single (__main__.TestNN) ... ok (0.015s) 2022-11-23T02:16:08.2330792Z test_AdaptiveAvgPool3d_single_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2331131Z test_AdaptiveAvgPool3d_tuple (__main__.TestNN) ... ok (0.016s) 2022-11-23T02:16:08.2331456Z test_AdaptiveAvgPool3d_tuple_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2331805Z test_AdaptiveAvgPool3d_tuple_none (__main__.TestNN) ... ok (0.013s) 2022-11-23T02:16:08.2332160Z test_AdaptiveAvgPool3d_tuple_none_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.003s) 2022-11-23T02:16:08.2332497Z test_AdaptiveLogSoftmax (__main__.TestNN) ... ok (0.101s) 2022-11-23T02:16:08.2332838Z test_AdaptiveLogSoftmax_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2333169Z test_AdaptiveMaxPool1d (__main__.TestNN) ... ok (0.016s) 2022-11-23T02:16:08.2333473Z test_AdaptiveMaxPool1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2333815Z test_AdaptiveMaxPool1d_no_batch_dim (__main__.TestNN) ... ok (0.021s) 2022-11-23T02:16:08.2334169Z test_AdaptiveMaxPool1d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2334522Z test_AdaptiveMaxPool2d_no_batch_dim (__main__.TestNN) ... ok (0.014s) 2022-11-23T02:16:08.2334871Z test_AdaptiveMaxPool2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2335211Z test_AdaptiveMaxPool2d_single (__main__.TestNN) ... ok (0.014s) 2022-11-23T02:16:08.2335596Z test_AdaptiveMaxPool2d_single_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2336030Z test_AdaptiveMaxPool2d_tuple (__main__.TestNN) ... ok (0.011s) 2022-11-23T02:16:08.2336370Z test_AdaptiveMaxPool2d_tuple_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2336828Z test_AdaptiveMaxPool2d_tuple_none (__main__.TestNN) ... ok (0.016s) 2022-11-23T02:16:08.2337291Z test_AdaptiveMaxPool2d_tuple_none_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2337754Z test_AdaptiveMaxPool3d_no_batch_dim (__main__.TestNN) ... ok (0.016s) 2022-11-23T02:16:08.2338225Z test_AdaptiveMaxPool3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2338654Z test_AdaptiveMaxPool3d_single (__main__.TestNN) ... ok (0.012s) 2022-11-23T02:16:08.2339109Z test_AdaptiveMaxPool3d_single_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.003s) 2022-11-23T02:16:08.2339592Z test_AdaptiveMaxPool3d_single_nonatomic (__main__.TestNN) ... ok (0.019s) 2022-11-23T02:16:08.2340087Z test_AdaptiveMaxPool3d_single_nonatomic_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2340546Z test_AdaptiveMaxPool3d_tuple (__main__.TestNN) ... ok (0.015s) 2022-11-23T02:16:08.2341000Z test_AdaptiveMaxPool3d_tuple_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2341445Z test_AdaptiveMaxPool3d_tuple_nonatomic (__main__.TestNN) ... ok (0.013s) 2022-11-23T02:16:08.2341836Z test_AdaptiveMaxPool3d_tuple_nonatomic_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2342251Z test_AdaptiveMaxPool3d_tuple_none (__main__.TestNN) ... ok (0.017s) 2022-11-23T02:16:08.2342737Z test_AdaptiveMaxPool3d_tuple_none_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2343162Z test_AvgPool1d (__main__.TestNN) ... ok (0.013s) 2022-11-23T02:16:08.2343560Z test_AvgPool1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2344006Z test_AvgPool1d_no_batch_dim (__main__.TestNN) ... ok (0.012s) 2022-11-23T02:16:08.2344413Z test_AvgPool1d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2344844Z test_AvgPool1d_stride (__main__.TestNN) ... ok (0.018s) 2022-11-23T02:16:08.2345260Z test_AvgPool1d_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2345677Z test_AvgPool1d_stride_pad (__main__.TestNN) ... ok (0.013s) 2022-11-23T02:16:08.2346106Z test_AvgPool1d_stride_pad_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2346504Z test_AvgPool2d (__main__.TestNN) ... ok (0.018s) 2022-11-23T02:16:08.2346906Z test_AvgPool2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2347267Z test_AvgPool2d_divisor (__main__.TestNN) ... ok (0.009s) 2022-11-23T02:16:08.2347582Z test_AvgPool2d_divisor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2347953Z test_AvgPool2d_divisor_stride (__main__.TestNN) ... ok (0.016s) 2022-11-23T02:16:08.2348327Z test_AvgPool2d_divisor_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2348778Z test_AvgPool2d_divisor_stride_pad (__main__.TestNN) ... ok (0.016s) 2022-11-23T02:16:08.2373885Z test_AvgPool2d_divisor_stride_pad_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2374504Z test_AvgPool2d_divisor_stride_pad_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:16:08.2375016Z test_AvgPool2d_divisor_stride_pad_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2375524Z test_AvgPool2d_divisor_stride_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:16:08.2375995Z test_AvgPool2d_divisor_stride_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2376661Z test_AvgPool2d_divisor_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:16:08.2377148Z test_AvgPool2d_divisor_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2377606Z test_AvgPool2d_no_batch_dim (__main__.TestNN) ... ok (0.013s) 2022-11-23T02:16:08.2378050Z test_AvgPool2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2378364Z test_AvgPool2d_stride (__main__.TestNN) ... ok (0.011s) 2022-11-23T02:16:08.2378709Z test_AvgPool2d_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2379025Z test_AvgPool2d_stride_pad (__main__.TestNN) ... ok (0.016s) 2022-11-23T02:16:08.2379421Z test_AvgPool2d_stride_pad_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2379765Z test_AvgPool3d (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:16:08.2380117Z test_AvgPool3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2380430Z test_AvgPool3d_divisor (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:16:08.2380758Z test_AvgPool3d_divisor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.011s) 2022-11-23T02:16:08.2381061Z test_AvgPool3d_divisor_stride (__main__.TestNN) ... ok (0.013s) 2022-11-23T02:16:08.2381396Z test_AvgPool3d_divisor_stride1_pad0_gpu_input (__main__.TestNN) ... ok (0.016s) 2022-11-23T02:16:08.2381949Z test_AvgPool3d_divisor_stride1_pad0_gpu_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2382494Z test_AvgPool3d_divisor_stride1_pad0_gpu_input_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:16:08.2383052Z test_AvgPool3d_divisor_stride1_pad0_gpu_input_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2383594Z test_AvgPool3d_divisor_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2383981Z test_AvgPool3d_divisor_stride_pad (__main__.TestNN) ... ok (0.016s) 2022-11-23T02:16:08.2384301Z test_AvgPool3d_divisor_stride_pad_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2384700Z test_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output (__main__.TestNN) ... ok (0.009s) 2022-11-23T02:16:08.2385084Z test_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.010s) 2022-11-23T02:16:08.2385481Z test_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output_with_long_tensor (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:16:08.2385896Z test_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2386284Z test_AvgPool3d_divisor_stride_pad_gpu_general_output (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:16:08.2386669Z test_AvgPool3d_divisor_stride_pad_gpu_general_output_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.010s) 2022-11-23T02:16:08.2387044Z test_AvgPool3d_divisor_stride_pad_gpu_general_output_with_long_tensor (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:16:08.2387456Z test_AvgPool3d_divisor_stride_pad_gpu_general_output_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2387846Z test_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:16:08.2388231Z test_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2388626Z test_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap_with_long_tensor (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:16:08.2389043Z test_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2389493Z test_AvgPool3d_divisor_stride_pad_with_long_tensor (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:16:08.2389917Z test_AvgPool3d_divisor_stride_pad_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2390302Z test_AvgPool3d_divisor_stride_with_long_tensor (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:16:08.2390669Z test_AvgPool3d_divisor_stride_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.010s) 2022-11-23T02:16:08.2391020Z test_AvgPool3d_divisor_with_long_tensor (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:16:08.2391376Z test_AvgPool3d_divisor_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2391703Z test_AvgPool3d_no_batch_dim (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:16:08.2392029Z test_AvgPool3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2392325Z test_AvgPool3d_stride (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:16:08.2392619Z test_AvgPool3d_stride1_pad0_gpu_input (__main__.TestNN) ... ok (0.021s) 2022-11-23T02:16:08.2392970Z test_AvgPool3d_stride1_pad0_gpu_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2393337Z test_AvgPool3d_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2393646Z test_AvgPool3d_stride_pad (__main__.TestNN) ... ok (0.014s) 2022-11-23T02:16:08.2393966Z test_AvgPool3d_stride_pad_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2394361Z test_AvgPool3d_stride_pad_gpu_fixedkw_output (__main__.TestNN) ... ok (0.014s) 2022-11-23T02:16:08.2394709Z test_AvgPool3d_stride_pad_gpu_fixedkw_output_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2395068Z test_AvgPool3d_stride_pad_gpu_general_output (__main__.TestNN) ... ok (0.013s) 2022-11-23T02:16:08.2395433Z test_AvgPool3d_stride_pad_gpu_general_output_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2395842Z test_AvgPool3d_stride_pad_gpu_input_nooverlap (__main__.TestNN) ... ok (0.014s) 2022-11-23T02:16:08.2396248Z test_AvgPool3d_stride_pad_gpu_input_nooverlap_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2396566Z test_BCELoss (__main__.TestNN) ... ok (0.008s) 2022-11-23T02:16:08.2396846Z test_BCELoss_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2397188Z test_BCELoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2397520Z test_BCELoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2397854Z test_BCELoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2398160Z test_BCELoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:16:08.2398500Z test_BCELoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2398871Z test_BCELoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2399217Z test_BCELoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2399608Z test_BCELoss_no_batch_dim_none (__main__.TestNN) ... ok (0.011s) 2022-11-23T02:16:08.2399945Z test_BCELoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2400316Z test_BCELoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2400685Z test_BCELoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2401006Z test_BCELoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.007s) 2022-11-23T02:16:08.2401437Z test_BCELoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2401790Z test_BCELoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2402198Z test_BCELoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2402513Z test_BCELoss_no_reduce (__main__.TestNN) ... ok (0.014s) 2022-11-23T02:16:08.2402823Z test_BCELoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.003s) 2022-11-23T02:16:08.2403137Z test_BCELoss_no_reduce_scalar (__main__.TestNN) ... ok (0.003s) 2022-11-23T02:16:08.2403463Z test_BCELoss_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.006s) 2022-11-23T02:16:08.2403783Z test_BCELoss_scalar_weights (__main__.TestNN) ... ok (0.007s) 2022-11-23T02:16:08.2404096Z test_BCELoss_scalar_weights_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2404470Z test_BCELoss_scalar_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2404841Z test_BCELoss_scalar_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2405209Z test_BCELoss_scalar_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2405527Z test_BCELoss_weights (__main__.TestNN) ... ok (0.007s) 2022-11-23T02:16:08.2405845Z test_BCELoss_weights_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2406230Z test_BCELoss_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2406584Z test_BCELoss_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2406934Z test_BCELoss_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2407296Z test_BCELoss_weights_no_reduce (__main__.TestNN) ... ok (0.014s) 2022-11-23T02:16:08.2407626Z test_BCELoss_weights_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2407999Z test_BCELoss_weights_no_reduce_scalar (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:16:08.2408349Z test_BCELoss_weights_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2408662Z test_BCEWithLogitsLoss (__main__.TestNN) ... ok (0.014s) 2022-11-23T02:16:08.2408990Z test_BCEWithLogitsLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2409352Z test_BCEWithLogitsLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2409715Z test_BCEWithLogitsLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2410283Z test_BCEWithLogitsLoss_legacy_enum (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\_reduction.py:42: UserWarning: size_average and reduce args will be deprecated, please use reduction='none' instead. 2022-11-23T02:16:08.2410777Z warnings.warn(warning.format(ret)) 2022-11-23T02:16:08.2411222Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\_reduction.py:42: UserWarning: size_average and reduce args will be deprecated, please use reduction='none' instead. 2022-11-23T02:16:08.2411623Z warnings.warn(warning.format(ret)) 2022-11-23T02:16:08.2411837Z ok (0.014s) 2022-11-23T02:16:08.2412131Z test_BCEWithLogitsLoss_legacy_enum_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2412482Z test_BCEWithLogitsLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.007s) 2022-11-23T02:16:08.2412850Z test_BCEWithLogitsLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2413293Z test_BCEWithLogitsLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2413791Z test_BCEWithLogitsLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2414130Z test_BCEWithLogitsLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.004s) 2022-11-23T02:16:08.2414501Z test_BCEWithLogitsLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.003s) 2022-11-23T02:16:08.2414902Z test_BCEWithLogitsLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2415304Z test_BCEWithLogitsLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2415658Z test_BCEWithLogitsLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:16:08.2416026Z test_BCEWithLogitsLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2416426Z test_BCEWithLogitsLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2416804Z test_BCEWithLogitsLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2417150Z test_BCEWithLogitsLoss_no_reduce (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:16:08.2417499Z test_BCEWithLogitsLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2417845Z test_BCEWithLogitsLoss_no_reduce_scalar (__main__.TestNN) ... ok (0.014s) 2022-11-23T02:16:08.2418255Z test_BCEWithLogitsLoss_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2418610Z test_BCEWithLogitsLoss_scalar_weights (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:16:08.2419020Z test_BCEWithLogitsLoss_scalar_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2419410Z test_BCEWithLogitsLoss_scalar_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2419846Z test_BCEWithLogitsLoss_scalar_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2420194Z test_BCEWithLogitsLoss_weights (__main__.TestNN) ... ok (0.007s) 2022-11-23T02:16:08.2420545Z test_BCEWithLogitsLoss_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2420931Z test_BCEWithLogitsLoss_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2421317Z test_BCEWithLogitsLoss_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2421650Z test_BatchNorm1d_3d_input (__main__.TestNN) ... ok (0.026s) 2022-11-23T02:16:08.2421950Z test_BatchNorm1d_3d_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2422271Z test_BatchNorm1d_3d_input_eval (__main__.TestNN) ... ok (0.026s) 2022-11-23T02:16:08.2422605Z test_BatchNorm1d_3d_input_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2422938Z test_BatchNorm1d_3d_input_not_affine (__main__.TestNN) ... ok (0.017s) 2022-11-23T02:16:08.2423279Z test_BatchNorm1d_3d_input_not_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2423624Z test_BatchNorm1d_3d_input_not_affine_eval (__main__.TestNN) ... ok (0.014s) 2022-11-23T02:16:08.2423962Z test_BatchNorm1d_3d_input_not_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2424290Z test_BatchNorm1d_affine (__main__.TestNN) ... ok (0.026s) 2022-11-23T02:16:08.2424604Z test_BatchNorm1d_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2424966Z test_BatchNorm1d_affine_eval (__main__.TestNN) ... ok (0.033s) 2022-11-23T02:16:08.2425356Z test_BatchNorm1d_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2425688Z test_BatchNorm1d_affine_simple_average (__main__.TestNN) ... ok (0.019s) 2022-11-23T02:16:08.2426088Z test_BatchNorm1d_affine_simple_average_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.010s) 2022-11-23T02:16:08.2426426Z test_BatchNorm1d_affine_simple_average_eval (__main__.TestNN) ... ok (0.023s) 2022-11-23T02:16:08.2426790Z test_BatchNorm1d_affine_simple_average_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2427127Z test_BatchNorm1d_not_affine (__main__.TestNN) ... ok (0.015s) 2022-11-23T02:16:08.2427455Z test_BatchNorm1d_not_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2427783Z test_BatchNorm1d_not_affine_eval (__main__.TestNN) ... ok (0.014s) 2022-11-23T02:16:08.2428118Z test_BatchNorm1d_not_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2428434Z test_BatchNorm1d_not_tracking_stats (__main__.TestNN) ... ok (0.019s) 2022-11-23T02:16:08.2428777Z test_BatchNorm1d_not_tracking_stats_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2429116Z test_BatchNorm1d_not_tracking_stats_eval (__main__.TestNN) ... ok (0.032s) 2022-11-23T02:16:08.2429470Z test_BatchNorm1d_not_tracking_stats_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2429801Z test_BatchNorm1d_zero_batch (__main__.TestNN) ... ok (0.012s) 2022-11-23T02:16:08.2430183Z test_BatchNorm1d_zero_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2430511Z test_BatchNorm1d_zero_batch_eval (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:16:08.2430830Z test_BatchNorm1d_zero_batch_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2431143Z test_BatchNorm2d (__main__.TestNN) ... ok (0.032s) 2022-11-23T02:16:08.2431481Z test_BatchNorm2d_2d_simple_average (__main__.TestNN) ... ok (0.034s) 2022-11-23T02:16:08.2431825Z test_BatchNorm2d_2d_simple_average_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2432211Z test_BatchNorm2d_2d_simple_average_eval (__main__.TestNN) ... ok (0.024s) 2022-11-23T02:16:08.2432565Z test_BatchNorm2d_2d_simple_average_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2432903Z test_BatchNorm2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2433212Z test_BatchNorm2d_eval (__main__.TestNN) ... ok (0.032s) 2022-11-23T02:16:08.2433525Z test_BatchNorm2d_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2433838Z test_BatchNorm2d_momentum (__main__.TestNN) ... ok (0.026s) 2022-11-23T02:16:08.2434161Z test_BatchNorm2d_momentum_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.003s) 2022-11-23T02:16:08.2434485Z test_BatchNorm2d_momentum_eval (__main__.TestNN) ... ok (0.032s) 2022-11-23T02:16:08.2434815Z test_BatchNorm2d_momentum_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2435123Z test_BatchNorm2d_not_affine (__main__.TestNN) ... ok (0.019s) 2022-11-23T02:16:08.2435446Z test_BatchNorm2d_not_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2435768Z test_BatchNorm2d_not_affine_eval (__main__.TestNN) ... ok (0.020s) 2022-11-23T02:16:08.2436104Z test_BatchNorm2d_not_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2436435Z test_BatchNorm2d_not_tracking_stats (__main__.TestNN) ... ok (0.028s) 2022-11-23T02:16:08.2436777Z test_BatchNorm2d_not_tracking_stats_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2437104Z test_BatchNorm2d_not_tracking_stats_eval (__main__.TestNN) ... ok (0.028s) 2022-11-23T02:16:08.2438219Z test_BatchNorm2d_not_tracking_stats_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.006s) 2022-11-23T02:16:08.2438559Z test_BatchNorm2d_zero_batch (__main__.TestNN) ... ok (0.013s) 2022-11-23T02:16:08.2438974Z test_BatchNorm2d_zero_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2439305Z test_BatchNorm2d_zero_batch_eval (__main__.TestNN) ... ok (0.015s) 2022-11-23T02:16:08.2439726Z test_BatchNorm2d_zero_batch_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2440054Z test_BatchNorm3d (__main__.TestNN) ... ok (0.035s) 2022-11-23T02:16:08.2440323Z test_BatchNorm3d_3d_simple_average (__main__.TestNN) ... ok (0.027s) 2022-11-23T02:16:08.2440718Z test_BatchNorm3d_3d_simple_average_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2441062Z test_BatchNorm3d_3d_simple_average_eval (__main__.TestNN) ... ok (0.026s) 2022-11-23T02:16:08.2441419Z test_BatchNorm3d_3d_simple_average_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2441777Z test_BatchNorm3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.010s) 2022-11-23T02:16:08.2442085Z test_BatchNorm3d_eval (__main__.TestNN) ... ok (0.026s) 2022-11-23T02:16:08.2442377Z test_BatchNorm3d_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2442689Z test_BatchNorm3d_momentum (__main__.TestNN) ... ok (0.028s) 2022-11-23T02:16:08.2443102Z test_BatchNorm3d_momentum_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2443480Z test_BatchNorm3d_momentum_eval (__main__.TestNN) ... ok (0.033s) 2022-11-23T02:16:08.2443822Z test_BatchNorm3d_momentum_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2444195Z test_BatchNorm3d_not_affine (__main__.TestNN) ... ok (0.020s) 2022-11-23T02:16:08.2444508Z test_BatchNorm3d_not_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2444877Z test_BatchNorm3d_not_affine_eval (__main__.TestNN) ... ok (0.013s) 2022-11-23T02:16:08.2445299Z test_BatchNorm3d_not_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2445807Z test_BatchNorm3d_not_tracking_stats (__main__.TestNN) ... ok (0.037s) 2022-11-23T02:16:08.2446323Z test_BatchNorm3d_not_tracking_stats_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2446879Z test_BatchNorm3d_not_tracking_stats_eval (__main__.TestNN) ... ok (0.038s) 2022-11-23T02:16:08.2447449Z test_BatchNorm3d_not_tracking_stats_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2447910Z test_BatchNorm3d_zero_batch (__main__.TestNN) ... ok (0.013s) 2022-11-23T02:16:08.2448318Z test_BatchNorm3d_zero_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2448815Z test_BatchNorm3d_zero_batch_eval (__main__.TestNN) ... ok (0.012s) 2022-11-23T02:16:08.2449340Z test_BatchNorm3d_zero_batch_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2449847Z test_CELU (__main__.TestNN) ... ok (0.016s) 2022-11-23T02:16:08.2450320Z test_CELU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2450787Z test_CELU_no_batch_dim (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:16:08.2451282Z test_CELU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2451741Z test_CELU_scalar (__main__.TestNN) ... ok (0.014s) 2022-11-23T02:16:08.2452227Z test_CELU_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2452654Z test_CTCLoss_2d_int_target_lengths_intlists (__main__.TestNN) ... ok (0.026s) 2022-11-23T02:16:08.2453022Z test_CTCLoss_2d_int_target_lengths_intlists_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2454069Z test_CTCLoss_2d_int_target_lengths_intlists_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2454428Z test_CTCLoss_2d_int_target_lengths_intlists_sum_reduction (__main__.TestNN) ... ok (0.022s) 2022-11-23T02:16:08.2454827Z test_CTCLoss_2d_int_target_lengths_intlists_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2455259Z test_CTCLoss_2d_int_target_lengths_intlists_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2455684Z test_CTCLoss_2d_int_target_lengths_tensors (__main__.TestNN) ... ok (0.027s) 2022-11-23T02:16:08.2456055Z test_CTCLoss_2d_int_target_lengths_tensors_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2456494Z test_CTCLoss_2d_int_target_lengths_tensors_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2456868Z test_CTCLoss_2d_int_target_lengths_tensors_sum_reduction (__main__.TestNN) ... ok (0.016s) 2022-11-23T02:16:08.2457240Z test_CTCLoss_2d_int_target_lengths_tensors_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.004s) 2022-11-23T02:16:08.2457664Z test_CTCLoss_2d_int_target_lengths_tensors_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2458020Z test_CTCLoss_2d_lengths_tensors (__main__.TestNN) ... ok (0.019s) 2022-11-23T02:16:08.2458442Z test_CTCLoss_2d_lengths_tensors_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2458821Z test_CTCLoss_2d_lengths_tensors_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2459168Z test_CTCLoss_2d_lengths_tensors_sum_reduction (__main__.TestNN) ... ok (0.018s) 2022-11-23T02:16:08.2459574Z test_CTCLoss_2d_lengths_tensors_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2460049Z test_CTCLoss_2d_lengths_tensors_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2460403Z test_CTCLoss_critical_target_len (__main__.TestNN) ... skip: CUDA not available (0.006s) 2022-11-23T02:16:08.2460722Z test_CTCLoss_lengthchecks_cpu (__main__.TestNN) ... ok (0.688s) 2022-11-23T02:16:08.2461100Z test_CTCLoss_lengthchecks_cuda (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-11-23T02:16:08.2461476Z test_CTCLoss_lengths_intlists (__main__.TestNN) ... ok (0.025s) 2022-11-23T02:16:08.2461867Z test_CTCLoss_lengths_intlists_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2462240Z test_CTCLoss_lengths_intlists_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2462609Z test_CTCLoss_lengths_intlists_sum_reduction (__main__.TestNN) ... ok (0.029s) 2022-11-23T02:16:08.2462984Z test_CTCLoss_lengths_intlists_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2463389Z test_CTCLoss_lengths_intlists_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2463727Z test_CTCLoss_lengths_tensors (__main__.TestNN) ... ok (0.019s) 2022-11-23T02:16:08.2464062Z test_CTCLoss_lengths_tensors_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2464432Z test_CTCLoss_lengths_tensors_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2464774Z test_CTCLoss_lengths_tensors_sum_reduction (__main__.TestNN) ... ok (0.019s) 2022-11-23T02:16:08.2465188Z test_CTCLoss_lengths_tensors_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2466064Z test_CTCLoss_lengths_tensors_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2466430Z test_CTCLoss_long_targets (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-11-23T02:16:08.2466731Z test_CTCLoss_typechecks (__main__.TestNN) ... ok (0.003s) 2022-11-23T02:16:08.2467045Z test_CTCLoss_zero_infinity (__main__.TestNN) ... skip: CUDA not available (0.002s) 2022-11-23T02:16:08.2467351Z test_ConstantPad1d (__main__.TestNN) ... ok (0.008s) 2022-11-23T02:16:08.2467672Z test_ConstantPad1d_batch (__main__.TestNN) ... ok (0.017s) 2022-11-23T02:16:08.2468050Z test_ConstantPad1d_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2468371Z test_ConstantPad1d_complex (__main__.TestNN) ... ok (0.020s) 2022-11-23T02:16:08.2468744Z test_ConstantPad1d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2469095Z test_ConstantPad1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2469401Z test_ConstantPad2d (__main__.TestNN) ... ok (0.014s) 2022-11-23T02:16:08.2469678Z test_ConstantPad2d_complex (__main__.TestNN) ... ok (0.021s) 2022-11-23T02:16:08.2469984Z test_ConstantPad2d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.003s) 2022-11-23T02:16:08.2470331Z test_ConstantPad2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2470650Z test_ConstantPad2d_no_batch_dim (__main__.TestNN) ... ok (0.016s) 2022-11-23T02:16:08.2471062Z test_ConstantPad2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2471379Z test_ConstantPad3d (__main__.TestNN) ... ok (0.012s) 2022-11-23T02:16:08.2471657Z test_ConstantPad3d_complex (__main__.TestNN) ... ok (0.026s) 2022-11-23T02:16:08.2471966Z test_ConstantPad3d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2472320Z test_ConstantPad3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2472635Z test_ConstantPad3d_no_batch_dim (__main__.TestNN) ... ok (0.023s) 2022-11-23T02:16:08.2472972Z test_ConstantPad3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2473272Z test_Conv1d (__main__.TestNN) ... ok (0.031s) 2022-11-23T02:16:08.2473546Z test_Conv1d_circular_stride2_pad2 (__main__.TestNN) ... ok (0.029s) 2022-11-23T02:16:08.2473873Z test_Conv1d_circular_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2474252Z test_Conv1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.010s) 2022-11-23T02:16:08.2474591Z test_Conv1d_dilated (__main__.TestNN) ... ok (0.024s) 2022-11-23T02:16:08.2474897Z test_Conv1d_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.006s) 2022-11-23T02:16:08.2475192Z test_Conv1d_groups (__main__.TestNN) ... ok (0.078s) 2022-11-23T02:16:08.2475493Z test_Conv1d_groups_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2475786Z test_Conv1d_pad1 (__main__.TestNN) ... ok (0.032s) 2022-11-23T02:16:08.2476063Z test_Conv1d_pad1_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2476357Z test_Conv1d_pad1size1 (__main__.TestNN) ... ok (0.025s) 2022-11-23T02:16:08.2476665Z test_Conv1d_pad1size1_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2476960Z test_Conv1d_pad2 (__main__.TestNN) ... ok (0.031s) 2022-11-23T02:16:08.2477256Z test_Conv1d_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2477554Z test_Conv1d_pad2size1 (__main__.TestNN) ... ok (0.027s) 2022-11-23T02:16:08.2477839Z test_Conv1d_pad2size1_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2478142Z test_Conv1d_pad_same (__main__.TestNN) ... ok (0.028s) 2022-11-23T02:16:08.2479252Z test_Conv1d_pad_same2 (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\conv.py:309: UserWarning: Using padding='same' with even kernel lengths and odd dilation may require a zero-padded copy of the input be created (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Convolution.cpp:996.) 2022-11-23T02:16:08.2480032Z return F.conv1d(input, weight, bias, self.stride, 2022-11-23T02:16:08.2480255Z ok (0.033s) 2022-11-23T02:16:08.2480567Z test_Conv1d_pad_same2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2480905Z test_Conv1d_pad_same_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2481198Z test_Conv1d_pad_same_dilated (__main__.TestNN) ... ok (0.034s) 2022-11-23T02:16:08.2481520Z test_Conv1d_pad_same_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2481835Z test_Conv1d_pad_valid (__main__.TestNN) ... ok (0.028s) 2022-11-23T02:16:08.2482138Z test_Conv1d_pad_valid_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2482451Z test_Conv1d_reflect_stride2_pad2 (__main__.TestNN) ... ok (0.028s) 2022-11-23T02:16:08.2482783Z test_Conv1d_reflect_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2483091Z test_Conv1d_replicate_stride2_pad2 (__main__.TestNN) ... ok (0.025s) 2022-11-23T02:16:08.2483431Z test_Conv1d_replicate_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2483810Z test_Conv1d_stride (__main__.TestNN) ... ok (0.036s) 2022-11-23T02:16:08.2484115Z test_Conv1d_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2484421Z test_Conv1d_zero_batch (__main__.TestNN) ... ok (0.021s) 2022-11-23T02:16:08.2484728Z test_Conv1d_zero_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2485045Z test_Conv1d_zeros_stride2_pad2 (__main__.TestNN) ... ok (0.025s) 2022-11-23T02:16:08.2485352Z test_Conv1d_zeros_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2485649Z test_Conv2d (__main__.TestNN) ... ok (0.029s) 2022-11-23T02:16:08.2485966Z test_Conv2d_circular_stride2_pad2 (__main__.TestNN) ... ok (0.042s) 2022-11-23T02:16:08.2486340Z test_Conv2d_circular_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2486689Z test_Conv2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2486983Z test_Conv2d_depthwise (__main__.TestNN) ... ok (0.035s) 2022-11-23T02:16:08.2487276Z test_Conv2d_depthwise_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2487592Z test_Conv2d_depthwise_dilated (__main__.TestNN) ... ok (0.042s) 2022-11-23T02:16:08.2487920Z test_Conv2d_depthwise_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2488245Z test_Conv2d_depthwise_padded (__main__.TestNN) ... ok (0.049s) 2022-11-23T02:16:08.2488571Z test_Conv2d_depthwise_padded_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2488892Z test_Conv2d_depthwise_strided (__main__.TestNN) ... ok (0.037s) 2022-11-23T02:16:08.2489201Z test_Conv2d_depthwise_strided_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2489545Z test_Conv2d_depthwise_with_multiplier (__main__.TestNN) ... ok (0.042s) 2022-11-23T02:16:08.2489892Z test_Conv2d_depthwise_with_multiplier_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2490208Z test_Conv2d_dilated (__main__.TestNN) ... ok (0.032s) 2022-11-23T02:16:08.2490511Z test_Conv2d_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2491236Z test_Conv2d_dilated_with_long_tensor (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:16:08.2491578Z test_Conv2d_dilated_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2491923Z test_Conv2d_groups (__main__.TestNN) ... ok (0.040s) 2022-11-23T02:16:08.2492225Z test_Conv2d_groups_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2492572Z test_Conv2d_groups_thnn (__main__.TestNN) ... ok (0.030s) 2022-11-23T02:16:08.2492881Z test_Conv2d_groups_thnn_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.006s) 2022-11-23T02:16:08.2493204Z test_Conv2d_groups_thnn_with_long_tensor (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:16:08.2493556Z test_Conv2d_groups_thnn_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2493871Z test_Conv2d_groups_with_long_tensor (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:16:08.2494206Z test_Conv2d_groups_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2494517Z test_Conv2d_no_bias (__main__.TestNN) ... ok (0.030s) 2022-11-23T02:16:08.2494812Z test_Conv2d_no_bias_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2495121Z test_Conv2d_no_bias_with_long_tensor (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:16:08.2495454Z test_Conv2d_no_bias_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2495766Z test_Conv2d_pad_same (__main__.TestNN) ... ok (0.044s) 2022-11-23T02:16:08.2496105Z test_Conv2d_pad_same_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2496419Z test_Conv2d_pad_same_dilated (__main__.TestNN) ... ok (0.023s) 2022-11-23T02:16:08.2496742Z test_Conv2d_pad_same_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2497050Z test_Conv2d_pad_valid (__main__.TestNN) ... ok (0.034s) 2022-11-23T02:16:08.2497355Z test_Conv2d_pad_valid_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.003s) 2022-11-23T02:16:08.2497653Z test_Conv2d_padding (__main__.TestNN) ... ok (0.033s) 2022-11-23T02:16:08.2497990Z test_Conv2d_padding_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2498309Z test_Conv2d_padding_with_long_tensor (__main__.TestNN) ... ok (0.003s) 2022-11-23T02:16:08.2498692Z test_Conv2d_padding_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2499027Z test_Conv2d_reflect_stride2_pad2 (__main__.TestNN) ... ok (0.026s) 2022-11-23T02:16:08.2499358Z test_Conv2d_reflect_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2499685Z test_Conv2d_replicate_stride2_pad2 (__main__.TestNN) ... ok (0.034s) 2022-11-23T02:16:08.2500005Z test_Conv2d_replicate_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2500316Z test_Conv2d_strided (__main__.TestNN) ... ok (0.027s) 2022-11-23T02:16:08.2500618Z test_Conv2d_strided_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2500932Z test_Conv2d_strided_with_long_tensor (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:16:08.2501270Z test_Conv2d_strided_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.003s) 2022-11-23T02:16:08.2501589Z test_Conv2d_with_long_tensor (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:16:08.2501909Z test_Conv2d_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2502202Z test_Conv2d_zero_batch (__main__.TestNN) ... ok (0.016s) 2022-11-23T02:16:08.2502510Z test_Conv2d_zero_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.011s) 2022-11-23T02:16:08.2502831Z test_Conv2d_zero_batch_with_long_tensor (__main__.TestNN) ... ok (0.003s) 2022-11-23T02:16:08.2503579Z test_Conv2d_zero_batch_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2505151Z test_Conv2d_zeros_stride2_pad2 (__main__.TestNN) ... ok (0.025s) 2022-11-23T02:16:08.2505475Z test_Conv2d_zeros_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2505752Z test_Conv3d (__main__.TestNN) ... ok (0.039s) 2022-11-23T02:16:08.2506010Z test_Conv3d_1x1x1_no_bias (__main__.TestNN) ... ok (0.022s) 2022-11-23T02:16:08.2506314Z test_Conv3d_1x1x1_no_bias_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2506635Z test_Conv3d_1x1x1_no_bias_with_long_tensor (__main__.TestNN) ... ok (0.003s) 2022-11-23T02:16:08.2506971Z test_Conv3d_1x1x1_no_bias_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2507285Z test_Conv3d_circular_stride2_pad2 (__main__.TestNN) ... ok (0.063s) 2022-11-23T02:16:08.2507614Z test_Conv3d_circular_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2507931Z test_Conv3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2508204Z test_Conv3d_dilated (__main__.TestNN) ... ok (0.028s) 2022-11-23T02:16:08.2508497Z test_Conv3d_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2508799Z test_Conv3d_dilated_strided (__main__.TestNN) ... ok (0.039s) 2022-11-23T02:16:08.2509113Z test_Conv3d_dilated_strided_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2509864Z test_Conv3d_groups (__main__.TestNN) ... ok (0.027s) 2022-11-23T02:16:08.2510200Z test_Conv3d_groups_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2510514Z test_Conv3d_groups_with_long_tensor (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:16:08.2510900Z test_Conv3d_groups_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2511209Z test_Conv3d_no_bias (__main__.TestNN) ... ok (0.031s) 2022-11-23T02:16:08.2511504Z test_Conv3d_no_bias_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2511811Z test_Conv3d_no_bias_with_long_tensor (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:16:08.2512122Z test_Conv3d_no_bias_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2512423Z test_Conv3d_pad_same (__main__.TestNN) ... ok (0.054s) 2022-11-23T02:16:08.2512720Z test_Conv3d_pad_same_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2513020Z test_Conv3d_pad_same_dilated (__main__.TestNN) ... ok (0.051s) 2022-11-23T02:16:08.2513336Z test_Conv3d_pad_same_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2513639Z test_Conv3d_pad_valid (__main__.TestNN) ... ok (0.032s) 2022-11-23T02:16:08.2513937Z test_Conv3d_pad_valid_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2514235Z test_Conv3d_replicate_stride2_pad2 (__main__.TestNN) ... ok (0.039s) 2022-11-23T02:16:08.2514570Z test_Conv3d_replicate_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2514872Z test_Conv3d_stride (__main__.TestNN) ... ok (0.034s) 2022-11-23T02:16:08.2515164Z test_Conv3d_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2515466Z test_Conv3d_stride_padding (__main__.TestNN) ... ok (0.034s) 2022-11-23T02:16:08.2515778Z test_Conv3d_stride_padding_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2516087Z test_Conv3d_stride_padding_with_long_tensor (__main__.TestNN) ... ok (0.003s) 2022-11-23T02:16:08.2516483Z test_Conv3d_stride_padding_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2517273Z test_Conv3d_stride_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:16:08.2517612Z test_Conv3d_stride_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2517927Z test_Conv3d_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:16:08.2518242Z test_Conv3d_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2518549Z test_Conv3d_zero_batch (__main__.TestNN) ... ok (0.017s) 2022-11-23T02:16:08.2518839Z test_Conv3d_zero_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.006s) 2022-11-23T02:16:08.2519158Z test_Conv3d_zero_batch_with_long_tensor (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:16:08.2519501Z test_Conv3d_zero_batch_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2519895Z test_Conv3d_zeros_stride2_pad2 (__main__.TestNN) ... ok (0.035s) 2022-11-23T02:16:08.2520220Z test_Conv3d_zeros_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2520534Z test_ConvTranspose1d (__main__.TestNN) ... ok (0.021s) 2022-11-23T02:16:08.2520826Z test_ConvTranspose1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.010s) 2022-11-23T02:16:08.2521147Z test_ConvTranspose1d_dilated (__main__.TestNN) ... ok (0.026s) 2022-11-23T02:16:08.2521480Z test_ConvTranspose1d_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2522190Z test_ConvTranspose1d_groups (__main__.TestNN) ... ok (0.027s) 2022-11-23T02:16:08.2522577Z test_ConvTranspose1d_groups_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2522901Z test_ConvTranspose1d_no_bias (__main__.TestNN) ... ok (0.031s) 2022-11-23T02:16:08.2523247Z test_ConvTranspose1d_no_bias_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2523565Z test_ConvTranspose2d (__main__.TestNN) ... ok (0.029s) 2022-11-23T02:16:08.2523877Z test_ConvTranspose2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2524193Z test_ConvTranspose2d_dilated (__main__.TestNN) ... ok (0.015s) 2022-11-23T02:16:08.2524520Z test_ConvTranspose2d_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2524864Z test_ConvTranspose2d_dilated_with_long_tensor (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:16:08.2525232Z test_ConvTranspose2d_dilated_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2525555Z test_ConvTranspose2d_groups (__main__.TestNN) ... ok (0.034s) 2022-11-23T02:16:08.2525881Z test_ConvTranspose2d_groups_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2526222Z test_ConvTranspose2d_groups_with_long_tensor (__main__.TestNN) ... ok (0.003s) 2022-11-23T02:16:08.2526588Z test_ConvTranspose2d_groups_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2526919Z test_ConvTranspose2d_no_bias (__main__.TestNN) ... ok (0.023s) 2022-11-23T02:16:08.2527240Z test_ConvTranspose2d_no_bias_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.006s) 2022-11-23T02:16:08.2527558Z test_ConvTranspose2d_no_bias_with_long_tensor (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:16:08.2527917Z test_ConvTranspose2d_no_bias_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2528262Z test_ConvTranspose2d_with_long_tensor (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:16:08.2528606Z test_ConvTranspose2d_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.010s) 2022-11-23T02:16:08.2528974Z test_ConvTranspose3d (__main__.TestNN) ... ok (0.031s) 2022-11-23T02:16:08.2529279Z test_ConvTranspose3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2530021Z test_ConvTranspose3d_dilated (__main__.TestNN) ... ok (0.031s) 2022-11-23T02:16:08.2530331Z test_ConvTranspose3d_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2530651Z test_CosineEmbeddingLoss (__main__.TestNN) ... ok (0.028s) 2022-11-23T02:16:08.2530987Z test_CosineEmbeddingLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2531364Z test_CosineEmbeddingLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2531736Z test_CosineEmbeddingLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2532072Z test_CosineEmbeddingLoss_margin (__main__.TestNN) ... ok (0.029s) 2022-11-23T02:16:08.2532407Z test_CosineEmbeddingLoss_margin_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2532792Z test_CosineEmbeddingLoss_margin_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2533182Z test_CosineEmbeddingLoss_margin_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2533537Z test_CosineEmbeddingLoss_margin_sum_reduction (__main__.TestNN) ... ok (0.017s) 2022-11-23T02:16:08.2533915Z test_CosineEmbeddingLoss_margin_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.006s) 2022-11-23T02:16:08.2534327Z test_CosineEmbeddingLoss_margin_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2535146Z test_CosineEmbeddingLoss_margin_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2535527Z test_CosineEmbeddingLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.026s) 2022-11-23T02:16:08.2535928Z test_CosineEmbeddingLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2536341Z test_CosineEmbeddingLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2536743Z test_CosineEmbeddingLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2537098Z test_CosineEmbeddingLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.018s) 2022-11-23T02:16:08.2537464Z test_CosineEmbeddingLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2537866Z test_CosineEmbeddingLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2538264Z test_CosineEmbeddingLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2538605Z test_CosineEmbeddingLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.016s) 2022-11-23T02:16:08.2538972Z test_CosineEmbeddingLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2539372Z test_CosineEmbeddingLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2539767Z test_CosineEmbeddingLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2540121Z test_CosineEmbeddingLoss_sum_reduction (__main__.TestNN) ... ok (0.028s) 2022-11-23T02:16:08.2540483Z test_CosineEmbeddingLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2540882Z test_CosineEmbeddingLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2541306Z test_CosineEmbeddingLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2541638Z test_CrossEntropyLoss (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:16:08.2542322Z test_CrossEntropyLoss_2d (__main__.TestNN) ... ok (0.007s) 2022-11-23T02:16:08.2542655Z test_CrossEntropyLoss_2d_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2543023Z test_CrossEntropyLoss_2d_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2543388Z test_CrossEntropyLoss_2d_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.003s) 2022-11-23T02:16:08.2543721Z test_CrossEntropyLoss_2d_ignore_index (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:16:08.2544061Z test_CrossEntropyLoss_2d_ignore_index_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2544453Z test_CrossEntropyLoss_2d_ignore_index_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2544839Z test_CrossEntropyLoss_2d_ignore_index_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2545201Z test_CrossEntropyLoss_2d_indices_target_smoothing (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:16:08.2545588Z test_CrossEntropyLoss_2d_indices_target_smoothing_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2546008Z test_CrossEntropyLoss_2d_indices_target_smoothing_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.011s) 2022-11-23T02:16:08.2546421Z test_CrossEntropyLoss_2d_indices_target_smoothing_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2547176Z test_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index (__main__.TestNN) ... ok (0.011s) 2022-11-23T02:16:08.2547639Z test_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2548085Z test_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2548533Z test_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2548931Z test_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction (__main__.TestNN) ... ok (0.008s) 2022-11-23T02:16:08.2549340Z test_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2549788Z test_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2550232Z test_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2550627Z test_CrossEntropyLoss_2d_indices_target_smoothing_weight (__main__.TestNN) ... ok (0.009s) 2022-11-23T02:16:08.2551008Z test_CrossEntropyLoss_2d_indices_target_smoothing_weight_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2551443Z test_CrossEntropyLoss_2d_indices_target_smoothing_weight_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2551870Z test_CrossEntropyLoss_2d_indices_target_smoothing_weight_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2552231Z test_CrossEntropyLoss_2d_prob_target (__main__.TestNN) ... ok (0.005s) 2022-11-23T02:16:08.2552587Z test_CrossEntropyLoss_2d_prob_target_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2552997Z test_CrossEntropyLoss_2d_prob_target_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.003s) 2022-11-23T02:16:08.2553421Z test_CrossEntropyLoss_2d_prob_target_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2553806Z test_CrossEntropyLoss_2d_prob_target_smoothing (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:16:08.2554554Z test_CrossEntropyLoss_2d_prob_target_smoothing_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2554966Z test_CrossEntropyLoss_2d_prob_target_smoothing_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2555375Z test_CrossEntropyLoss_2d_prob_target_smoothing_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2555761Z test_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:16:08.2556175Z test_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2556619Z test_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2557060Z test_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2557431Z test_CrossEntropyLoss_2d_prob_target_smoothing_weight (__main__.TestNN) ... ok (0.007s) 2022-11-23T02:16:08.2557825Z test_CrossEntropyLoss_2d_prob_target_smoothing_weight_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2558252Z test_CrossEntropyLoss_2d_prob_target_smoothing_weight_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2559017Z test_CrossEntropyLoss_2d_prob_target_smoothing_weight_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2559462Z test_CrossEntropyLoss_2d_prob_target_sum_reduction (__main__.TestNN) ... ok (0.005s) 2022-11-23T02:16:08.2559948Z test_CrossEntropyLoss_2d_prob_target_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2560410Z test_CrossEntropyLoss_2d_prob_target_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2560818Z test_CrossEntropyLoss_2d_prob_target_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2561190Z test_CrossEntropyLoss_2d_prob_target_weights (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:16:08.2561565Z test_CrossEntropyLoss_2d_prob_target_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2561978Z test_CrossEntropyLoss_2d_prob_target_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2562386Z test_CrossEntropyLoss_2d_prob_target_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2562763Z test_CrossEntropyLoss_2d_prob_target_weights_sum_reduction (__main__.TestNN) ... ok (0.005s) 2022-11-23T02:16:08.2563164Z test_CrossEntropyLoss_2d_prob_target_weights_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2563596Z test_CrossEntropyLoss_2d_prob_target_weights_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2564011Z test_CrossEntropyLoss_2d_prob_target_weights_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.003s) 2022-11-23T02:16:08.2564382Z test_CrossEntropyLoss_2d_sum_reduction (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:16:08.2564741Z test_CrossEntropyLoss_2d_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2565135Z test_CrossEntropyLoss_2d_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2565525Z test_CrossEntropyLoss_2d_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2565910Z test_CrossEntropyLoss_2d_weights (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:16:08.2566880Z test_CrossEntropyLoss_2d_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2567248Z test_CrossEntropyLoss_2d_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2567629Z test_CrossEntropyLoss_2d_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2567990Z test_CrossEntropyLoss_3d_indices_target_smoothing (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:16:08.2568387Z test_CrossEntropyLoss_3d_indices_target_smoothing_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2568807Z test_CrossEntropyLoss_3d_indices_target_smoothing_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2569223Z test_CrossEntropyLoss_3d_indices_target_smoothing_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2569611Z test_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:16:08.2570024Z test_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2570450Z test_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2570890Z test_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2571665Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:16:08.2572141Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2572635Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2573080Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2573497Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index (__main__.TestNN) ... ok (0.017s) 2022-11-23T02:16:08.2573937Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2574395Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2574868Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2575248Z test_CrossEntropyLoss_3d_prob_target (__main__.TestNN) ... ok (0.008s) 2022-11-23T02:16:08.2575611Z test_CrossEntropyLoss_3d_prob_target_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2576000Z test_CrossEntropyLoss_3d_prob_target_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2576389Z test_CrossEntropyLoss_3d_prob_target_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2576743Z test_CrossEntropyLoss_3d_prob_target_smoothing (__main__.TestNN) ... ok (0.007s) 2022-11-23T02:16:08.2577121Z test_CrossEntropyLoss_3d_prob_target_smoothing_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2577513Z test_CrossEntropyLoss_3d_prob_target_smoothing_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2577962Z test_CrossEntropyLoss_3d_prob_target_smoothing_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2578348Z test_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:16:08.2579171Z test_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2579614Z test_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2580054Z test_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2580443Z test_CrossEntropyLoss_3d_prob_target_sum_reduction (__main__.TestNN) ... ok (0.007s) 2022-11-23T02:16:08.2580812Z test_CrossEntropyLoss_3d_prob_target_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2581229Z test_CrossEntropyLoss_3d_prob_target_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2581649Z test_CrossEntropyLoss_3d_prob_target_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2582018Z test_CrossEntropyLoss_3d_prob_target_weights (__main__.TestNN) ... ok (0.007s) 2022-11-23T02:16:08.2582394Z test_CrossEntropyLoss_3d_prob_target_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2582801Z test_CrossEntropyLoss_3d_prob_target_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2583533Z test_CrossEntropyLoss_3d_prob_target_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2583923Z test_CrossEntropyLoss_3d_prob_target_weights_sum_reduction (__main__.TestNN) ... ok (0.007s) 2022-11-23T02:16:08.2584360Z test_CrossEntropyLoss_3d_prob_target_weights_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2584830Z test_CrossEntropyLoss_3d_prob_target_weights_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2585271Z test_CrossEntropyLoss_3d_prob_target_weights_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2585634Z test_CrossEntropyLoss_4d_prob_target (__main__.TestNN) ... ok (0.007s) 2022-11-23T02:16:08.2585986Z test_CrossEntropyLoss_4d_prob_target_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2586375Z test_CrossEntropyLoss_4d_prob_target_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2586764Z test_CrossEntropyLoss_4d_prob_target_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2587123Z test_CrossEntropyLoss_4d_prob_target_sum_reduction (__main__.TestNN) ... ok (0.008s) 2022-11-23T02:16:08.2587487Z test_CrossEntropyLoss_4d_prob_target_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2587902Z test_CrossEntropyLoss_4d_prob_target_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2588313Z test_CrossEntropyLoss_4d_prob_target_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2588679Z test_CrossEntropyLoss_4d_prob_target_weights (__main__.TestNN) ... ok (0.009s) 2022-11-23T02:16:08.2589049Z test_CrossEntropyLoss_4d_prob_target_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2589454Z test_CrossEntropyLoss_4d_prob_target_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2589860Z test_CrossEntropyLoss_4d_prob_target_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2590264Z test_CrossEntropyLoss_4d_prob_target_weights_sum_reduction (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:16:08.2591060Z test_CrossEntropyLoss_4d_prob_target_weights_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.003s) 2022-11-23T02:16:08.2591496Z test_CrossEntropyLoss_4d_prob_target_weights_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2591927Z test_CrossEntropyLoss_4d_prob_target_weights_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2592326Z test_CrossEntropyLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.006s) 2022-11-23T02:16:08.2592687Z test_CrossEntropyLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2593046Z test_CrossEntropyLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2593369Z test_CrossEntropyLoss_dim_is_3 (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:16:08.2593694Z test_CrossEntropyLoss_dim_is_3_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2594069Z test_CrossEntropyLoss_dim_is_3_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2594437Z test_CrossEntropyLoss_dim_is_3_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2594777Z test_CrossEntropyLoss_dim_is_3_sum_reduction (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:16:08.2595145Z test_CrossEntropyLoss_dim_is_3_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2595902Z test_CrossEntropyLoss_dim_is_3_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2596313Z test_CrossEntropyLoss_dim_is_3_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2596646Z test_CrossEntropyLoss_higher_dim (__main__.TestNN) ... ok (0.011s) 2022-11-23T02:16:08.2596999Z test_CrossEntropyLoss_higher_dim_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2597386Z test_CrossEntropyLoss_higher_dim_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2597766Z test_CrossEntropyLoss_higher_dim_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2598123Z test_CrossEntropyLoss_higher_dim_sum_reduction (__main__.TestNN) ... ok (0.008s) 2022-11-23T02:16:08.2598504Z test_CrossEntropyLoss_higher_dim_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2598916Z test_CrossEntropyLoss_higher_dim_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2599309Z test_CrossEntropyLoss_higher_dim_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2599727Z test_CrossEntropyLoss_weights (__main__.TestNN) ... ok (0.005s) 2022-11-23T02:16:08.2600073Z test_CrossEntropyLoss_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2600455Z test_CrossEntropyLoss_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2600832Z test_CrossEntropyLoss_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2601151Z test_CrossMapLRN2d (__main__.TestNN) ... ok (0.013s) 2022-11-23T02:16:08.2601506Z test_CrossMapLRN2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.003s) 2022-11-23T02:16:08.2601772Z test_ELU (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:16:08.2602088Z test_ELU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2602371Z test_ELU_no_batch_dim (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:16:08.2602666Z test_ELU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.010s) 2022-11-23T02:16:08.2603310Z test_ELU_scalar (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:16:08.2603603Z test_ELU_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2603871Z test_Embedding (__main__.TestNN) ... ok (0.012s) 2022-11-23T02:16:08.2604151Z test_EmbeddingBag_discontiguous (__main__.TestNN) ... ok (0.020s) 2022-11-23T02:16:08.2604489Z test_EmbeddingBag_discontiguous_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2604809Z test_EmbeddingBag_max (__main__.TestNN) ... ok (0.012s) 2022-11-23T02:16:08.2605116Z test_EmbeddingBag_max_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2605434Z test_EmbeddingBag_max_padding_idx (__main__.TestNN) ... ok (0.012s) 2022-11-23T02:16:08.2605751Z test_EmbeddingBag_max_padding_idx_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2606067Z test_EmbeddingBag_mean (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:16:08.2606376Z test_EmbeddingBag_mean_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.010s) 2022-11-23T02:16:08.2606694Z test_EmbeddingBag_mean_padding_idx (__main__.TestNN) ... ok (0.013s) 2022-11-23T02:16:08.2607032Z test_EmbeddingBag_mean_padding_idx_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2607353Z test_EmbeddingBag_sparse (__main__.TestNN) ... ok (0.017s) 2022-11-23T02:16:08.2607650Z test_EmbeddingBag_sparse_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2608326Z test_EmbeddingBag_sum (__main__.TestNN) ... ok (0.008s) 2022-11-23T02:16:08.2608645Z test_EmbeddingBag_sum_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.006s) 2022-11-23T02:16:08.2608963Z test_EmbeddingBag_sum_padding_idx (__main__.TestNN) ... ok (0.013s) 2022-11-23T02:16:08.2609301Z test_EmbeddingBag_sum_padding_idx_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2609652Z test_Embedding_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2609960Z test_Embedding_discontiguous (__main__.TestNN) ... ok (0.022s) 2022-11-23T02:16:08.2610270Z test_Embedding_discontiguous_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2610580Z test_Embedding_sparse (__main__.TestNN) ... ok (0.009s) 2022-11-23T02:16:08.2610890Z test_Embedding_sparse_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2611173Z test_Flatten (__main__.TestNN) ... ok (0.023s) 2022-11-23T02:16:08.2611451Z test_Flatten_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2611740Z test_Flatten_no_batch_dim (__main__.TestNN) ... ok (0.015s) 2022-11-23T02:16:08.2612029Z test_Flatten_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2612314Z test_Fold (__main__.TestNN) ... ok (0.009s) 2022-11-23T02:16:08.2612586Z test_Fold_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.003s) 2022-11-23T02:16:08.2612868Z test_Fold_int_input (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:16:08.2613163Z test_Fold_int_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2613463Z test_Fold_no_batch_dim_input (__main__.TestNN) ... ok (0.016s) 2022-11-23T02:16:08.2613760Z test_Fold_no_batch_dim_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2614073Z test_Fold_no_batch_dim_int_input (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:16:08.2614393Z test_Fold_no_batch_dim_int_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2614714Z test_FractionalMaxPool2d_ratio (__main__.TestNN) ... ok (0.014s) 2022-11-23T02:16:08.2615054Z test_FractionalMaxPool2d_ratio_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2615755Z test_FractionalMaxPool2d_ratio_no_batch_dim (__main__.TestNN) ... ok (0.012s) 2022-11-23T02:16:08.2616103Z test_FractionalMaxPool2d_ratio_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2616483Z test_FractionalMaxPool2d_ratio_no_batch_dim_no_random_samples (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:16:08.2616887Z test_FractionalMaxPool2d_ratio_no_batch_dim_no_random_samples_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2617267Z test_FractionalMaxPool2d_ratio_return_indices (__main__.TestNN) ... ok (0.013s) 2022-11-23T02:16:08.2617696Z test_FractionalMaxPool2d_ratio_return_indices_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2618046Z test_FractionalMaxPool2d_size (__main__.TestNN) ... ok (0.012s) 2022-11-23T02:16:08.2618430Z test_FractionalMaxPool2d_size_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.003s) 2022-11-23T02:16:08.2618762Z test_FractionalMaxPool2d_size_no_batch_dim (__main__.TestNN) ... ok (0.022s) 2022-11-23T02:16:08.2619125Z test_FractionalMaxPool2d_size_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2619501Z test_FractionalMaxPool2d_size_no_batch_dim_no_random_samples (__main__.TestNN) ... ok (0.017s) 2022-11-23T02:16:08.2619906Z test_FractionalMaxPool2d_size_no_batch_dim_no_random_samples_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2620334Z test_FractionalMaxPool3d_asymsize (__main__.TestNN) ... ok (0.017s) 2022-11-23T02:16:08.2620685Z test_FractionalMaxPool3d_asymsize_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2621017Z test_FractionalMaxPool3d_ratio (__main__.TestNN) ... ok (0.017s) 2022-11-23T02:16:08.2621340Z test_FractionalMaxPool3d_ratio_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2621696Z test_FractionalMaxPool3d_ratio_no_batch_dim (__main__.TestNN) ... ok (0.015s) 2022-11-23T02:16:08.2622062Z test_FractionalMaxPool3d_ratio_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2622438Z test_FractionalMaxPool3d_ratio_no_batch_dim_no_random_samples (__main__.TestNN) ... ok (0.018s) 2022-11-23T02:16:08.2622841Z test_FractionalMaxPool3d_ratio_no_batch_dim_no_random_samples_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2623220Z test_FractionalMaxPool3d_ratio_return_indices (__main__.TestNN) ... ok (0.015s) 2022-11-23T02:16:08.2623592Z test_FractionalMaxPool3d_ratio_return_indices_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2623918Z test_FractionalMaxPool3d_size (__main__.TestNN) ... ok (0.018s) 2022-11-23T02:16:08.2624251Z test_FractionalMaxPool3d_size_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2624596Z test_FractionalMaxPool3d_size_no_batch_dim (__main__.TestNN) ... ok (0.011s) 2022-11-23T02:16:08.2624957Z test_FractionalMaxPool3d_size_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2625328Z test_FractionalMaxPool3d_size_no_batch_dim_no_random_samples (__main__.TestNN) ... ok (0.020s) 2022-11-23T02:16:08.2625719Z test_FractionalMaxPool3d_size_no_batch_dim_no_random_samples_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2626042Z test_GELU (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:16:08.2626302Z test_GELU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2626585Z test_GELU_no_batch_dim (__main__.TestNN) ... ok (0.021s) 2022-11-23T02:16:08.2626886Z test_GELU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2627170Z test_GELU_scalar (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:16:08.2627879Z test_GELU_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2628153Z test_GLU (__main__.TestNN) ... ok (0.013s) 2022-11-23T02:16:08.2628411Z test_GLU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2628679Z test_GLU_dim (__main__.TestNN) ... ok (0.009s) 2022-11-23T02:16:08.2628961Z test_GLU_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2629243Z test_GLU_no_batch_dim (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:16:08.2629542Z test_GLU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2629842Z test_GroupNorm_1d_affine (__main__.TestNN) ... ok (0.031s) 2022-11-23T02:16:08.2630102Z test_GroupNorm_1d_affine_GN (__main__.TestNN) ... ok (0.035s) 2022-11-23T02:16:08.2630418Z test_GroupNorm_1d_affine_GN_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.003s) 2022-11-23T02:16:08.2630735Z test_GroupNorm_1d_affine_GN_eval (__main__.TestNN) ... ok (0.025s) 2022-11-23T02:16:08.2631061Z test_GroupNorm_1d_affine_GN_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.006s) 2022-11-23T02:16:08.2631408Z test_GroupNorm_1d_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2631716Z test_GroupNorm_1d_affine_eval (__main__.TestNN) ... ok (0.038s) 2022-11-23T02:16:08.2632021Z test_GroupNorm_1d_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2632428Z test_GroupNorm_1d_affine_large_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2632797Z test_GroupNorm_1d_affine_large_batch_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.006s) 2022-11-23T02:16:08.2633127Z test_GroupNorm_1d_no_affine_IN (__main__.TestNN) ... ok (0.020s) 2022-11-23T02:16:08.2633452Z test_GroupNorm_1d_no_affine_IN_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2633776Z test_GroupNorm_1d_no_affine_IN_eval (__main__.TestNN) ... ok (0.017s) 2022-11-23T02:16:08.2634108Z test_GroupNorm_1d_no_affine_IN_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2634411Z test_GroupNorm_1d_no_affine_LN (__main__.TestNN) ... ok (0.014s) 2022-11-23T02:16:08.2634733Z test_GroupNorm_1d_no_affine_LN_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2635058Z test_GroupNorm_1d_no_affine_LN_eval (__main__.TestNN) ... ok (0.021s) 2022-11-23T02:16:08.2635394Z test_GroupNorm_1d_no_affine_LN_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2635705Z test_GroupNorm_2d_affine (__main__.TestNN) ... ok (0.032s) 2022-11-23T02:16:08.2636009Z test_GroupNorm_2d_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2636319Z test_GroupNorm_2d_affine_eval (__main__.TestNN) ... ok (0.031s) 2022-11-23T02:16:08.2636622Z test_GroupNorm_2d_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2636988Z test_GroupNorm_2d_affine_large_feature_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2637368Z test_GroupNorm_2d_affine_large_feature_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2637694Z test_GroupNorm_2d_no_affine_IN (__main__.TestNN) ... ok (0.020s) 2022-11-23T02:16:08.2638017Z test_GroupNorm_2d_no_affine_IN_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2638337Z test_GroupNorm_2d_no_affine_IN_eval (__main__.TestNN) ... ok (0.019s) 2022-11-23T02:16:08.2638653Z test_GroupNorm_2d_no_affine_IN_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2638968Z test_GroupNorm_2d_no_affine_LN (__main__.TestNN) ... ok (0.026s) 2022-11-23T02:16:08.2639438Z test_GroupNorm_2d_no_affine_LN_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2639848Z test_GroupNorm_2d_no_affine_LN_eval (__main__.TestNN) ... ok (0.018s) 2022-11-23T02:16:08.2640178Z test_GroupNorm_2d_no_affine_LN_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2640552Z test_GroupNorm_2d_no_affine_large_feature_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2640937Z test_GroupNorm_2d_no_affine_large_feature_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2641238Z test_Hardshrink (__main__.TestNN) ... ok (0.009s) 2022-11-23T02:16:08.2641533Z test_Hardshrink_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.006s) 2022-11-23T02:16:08.2641843Z test_Hardshrink_no_batch_dim (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:16:08.2642163Z test_Hardshrink_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2642471Z test_Hardshrink_scalar (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:16:08.2642781Z test_Hardshrink_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.011s) 2022-11-23T02:16:08.2643075Z test_Hardsigmoid_no_batch_dim (__main__.TestNN) ... ok (0.008s) 2022-11-23T02:16:08.2643397Z test_Hardsigmoid_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2643708Z test_Hardswish_no_batch_dim (__main__.TestNN) ... ok (0.007s) 2022-11-23T02:16:08.2644073Z test_Hardswish_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2644366Z test_Hardtanh (__main__.TestNN) ... ok (0.013s) 2022-11-23T02:16:08.2644650Z test_Hardtanh_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2644948Z test_Hardtanh_no_batch_dim (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:16:08.2645242Z test_Hardtanh_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2645542Z test_Hardtanh_scalar (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:16:08.2645843Z test_Hardtanh_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2646152Z test_HingeEmbeddingLoss (__main__.TestNN) ... ok (0.017s) 2022-11-23T02:16:08.2646481Z test_HingeEmbeddingLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2646851Z test_HingeEmbeddingLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2647198Z test_HingeEmbeddingLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2647525Z test_HingeEmbeddingLoss_margin (__main__.TestNN) ... ok (0.007s) 2022-11-23T02:16:08.2647871Z test_HingeEmbeddingLoss_margin_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2648255Z test_HingeEmbeddingLoss_margin_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2648636Z test_HingeEmbeddingLoss_margin_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2649042Z test_HingeEmbeddingLoss_margin_no_reduce (__main__.TestNN) ... ok (0.009s) 2022-11-23T02:16:08.2649404Z test_HingeEmbeddingLoss_margin_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2649790Z test_HingeEmbeddingLoss_margin_sum_reduction (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:16:08.2650171Z test_HingeEmbeddingLoss_margin_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2650585Z test_HingeEmbeddingLoss_margin_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2650998Z test_HingeEmbeddingLoss_margin_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.003s) 2022-11-23T02:16:08.2651416Z test_HingeEmbeddingLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:16:08.2651781Z test_HingeEmbeddingLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2652181Z test_HingeEmbeddingLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2652564Z test_HingeEmbeddingLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2652923Z test_HingeEmbeddingLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:16:08.2653286Z test_HingeEmbeddingLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2653689Z test_HingeEmbeddingLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2654083Z test_HingeEmbeddingLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2654440Z test_HingeEmbeddingLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:16:08.2654801Z test_HingeEmbeddingLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2655175Z test_HingeEmbeddingLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2655566Z test_HingeEmbeddingLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2655962Z test_HingeEmbeddingLoss_no_reduce (__main__.TestNN) ... ok (0.012s) 2022-11-23T02:16:08.2656310Z test_HingeEmbeddingLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2656650Z test_HingeEmbeddingLoss_scalar_margin (__main__.TestNN) ... ok (0.007s) 2022-11-23T02:16:08.2657013Z test_HingeEmbeddingLoss_scalar_margin_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2657412Z test_HingeEmbeddingLoss_scalar_margin_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2657788Z test_HingeEmbeddingLoss_scalar_margin_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2658158Z test_HingeEmbeddingLoss_scalar_margin_sum_reduction (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:16:08.2658554Z test_HingeEmbeddingLoss_scalar_margin_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2658978Z test_HingeEmbeddingLoss_scalar_margin_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2659401Z test_HingeEmbeddingLoss_scalar_margin_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2659764Z test_HingeEmbeddingLoss_sum_reduction (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:16:08.2660127Z test_HingeEmbeddingLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2660523Z test_HingeEmbeddingLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2660900Z test_HingeEmbeddingLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2661212Z test_HuberLoss (__main__.TestNN) ... ok (0.005s) 2022-11-23T02:16:08.2661512Z test_HuberLoss_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.006s) 2022-11-23T02:16:08.2661851Z test_HuberLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2662190Z test_HuberLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2662522Z test_HuberLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2662854Z test_HuberLoss_delta (__main__.TestNN) ... ok (0.099s) 2022-11-23T02:16:08.2663156Z test_HuberLoss_delta_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2663467Z test_HuberLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.005s) 2022-11-23T02:16:08.2663801Z test_HuberLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2664172Z test_HuberLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2664542Z test_HuberLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2664865Z test_HuberLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.003s) 2022-11-23T02:16:08.2665186Z test_HuberLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2665556Z test_HuberLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.003s) 2022-11-23T02:16:08.2665927Z test_HuberLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2666246Z test_HuberLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:16:08.2666576Z test_HuberLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2666942Z test_HuberLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2667347Z test_HuberLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2667651Z test_HuberLoss_sum_reduction (__main__.TestNN) ... ok (0.013s) 2022-11-23T02:16:08.2667983Z test_HuberLoss_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2668350Z test_HuberLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2668721Z test_HuberLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2669086Z test_HuberLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2669394Z test_InstanceNorm1d (__main__.TestNN) ... ok (0.016s) 2022-11-23T02:16:08.2669703Z test_InstanceNorm1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2669991Z test_InstanceNorm1d_eval (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:16:08.2670311Z test_InstanceNorm1d_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2670633Z test_InstanceNorm1d_no_batch_dim (__main__.TestNN) ... ok (0.025s) 2022-11-23T02:16:08.2670963Z test_InstanceNorm1d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2671292Z test_InstanceNorm1d_no_batch_dim_eval (__main__.TestNN) ... ok (0.017s) 2022-11-23T02:16:08.2671631Z test_InstanceNorm1d_no_batch_dim_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2671949Z test_InstanceNorm1d_tracking_stats (__main__.TestNN) ... ok (0.019s) 2022-11-23T02:16:08.2672281Z test_InstanceNorm1d_tracking_stats_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2672620Z test_InstanceNorm1d_tracking_stats_eval (__main__.TestNN) ... ok (0.014s) 2022-11-23T02:16:08.2672971Z test_InstanceNorm1d_tracking_stats_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.006s) 2022-11-23T02:16:08.2673317Z test_InstanceNorm1d_tracking_stats_no_batch_dim (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:16:08.2673677Z test_InstanceNorm1d_tracking_stats_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.010s) 2022-11-23T02:16:08.2674037Z test_InstanceNorm1d_tracking_stats_no_batch_dim_eval (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:16:08.2674436Z test_InstanceNorm1d_tracking_stats_no_batch_dim_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2674766Z test_InstanceNorm2d (__main__.TestNN) ... ok (0.027s) 2022-11-23T02:16:08.2675066Z test_InstanceNorm2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2675371Z test_InstanceNorm2d_eval (__main__.TestNN) ... ok (0.021s) 2022-11-23T02:16:08.2675685Z test_InstanceNorm2d_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2676000Z test_InstanceNorm2d_no_batch_dim (__main__.TestNN) ... ok (0.019s) 2022-11-23T02:16:08.2676316Z test_InstanceNorm2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2676644Z test_InstanceNorm2d_no_batch_dim_eval (__main__.TestNN) ... ok (0.019s) 2022-11-23T02:16:08.2676983Z test_InstanceNorm2d_no_batch_dim_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2677322Z test_InstanceNorm2d_tracking_stats (__main__.TestNN) ... ok (0.014s) 2022-11-23T02:16:08.2677663Z test_InstanceNorm2d_tracking_stats_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.006s) 2022-11-23T02:16:08.2678000Z test_InstanceNorm2d_tracking_stats_eval (__main__.TestNN) ... ok (0.017s) 2022-11-23T02:16:08.2678351Z test_InstanceNorm2d_tracking_stats_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2678723Z test_InstanceNorm2d_tracking_stats_no_batch_dim (__main__.TestNN) ... ok (0.019s) 2022-11-23T02:16:08.2679082Z test_InstanceNorm2d_tracking_stats_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2679443Z test_InstanceNorm2d_tracking_stats_no_batch_dim_eval (__main__.TestNN) ... ok (0.014s) 2022-11-23T02:16:08.2679921Z test_InstanceNorm2d_tracking_stats_no_batch_dim_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2680254Z test_InstanceNorm3d (__main__.TestNN) ... ok (0.025s) 2022-11-23T02:16:08.2680558Z test_InstanceNorm3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2680864Z test_InstanceNorm3d_eval (__main__.TestNN) ... ok (0.017s) 2022-11-23T02:16:08.2681155Z test_InstanceNorm3d_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2681471Z test_InstanceNorm3d_no_batch_dim (__main__.TestNN) ... ok (0.017s) 2022-11-23T02:16:08.2681806Z test_InstanceNorm3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2682137Z test_InstanceNorm3d_no_batch_dim_eval (__main__.TestNN) ... ok (0.018s) 2022-11-23T02:16:08.2682476Z test_InstanceNorm3d_no_batch_dim_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2682808Z test_InstanceNorm3d_tracking_stats (__main__.TestNN) ... ok (0.018s) 2022-11-23T02:16:08.2683131Z test_InstanceNorm3d_tracking_stats_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2683464Z test_InstanceNorm3d_tracking_stats_eval (__main__.TestNN) ... ok (0.020s) 2022-11-23T02:16:08.2683811Z test_InstanceNorm3d_tracking_stats_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2684156Z test_InstanceNorm3d_tracking_stats_no_batch_dim (__main__.TestNN) ... ok (0.022s) 2022-11-23T02:16:08.2684518Z test_InstanceNorm3d_tracking_stats_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2684874Z test_InstanceNorm3d_tracking_stats_no_batch_dim_eval (__main__.TestNN) ... ok (0.018s) 2022-11-23T02:16:08.2685242Z test_InstanceNorm3d_tracking_stats_no_batch_dim_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2685966Z test_KLDivLoss (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:2920: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-11-23T02:16:08.2686616Z warnings.warn( 2022-11-23T02:16:08.2687181Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:2920: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-11-23T02:16:08.2687713Z warnings.warn( 2022-11-23T02:16:08.2688292Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:2920: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-11-23T02:16:08.2688811Z warnings.warn( 2022-11-23T02:16:08.2688991Z ok (0.007s) 2022-11-23T02:16:08.2689223Z test_KLDivLoss_batch_mean (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:16:08.2689515Z test_KLDivLoss_batch_mean_log_target (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:16:08.2689821Z test_KLDivLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2690212Z test_KLDivLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2690551Z test_KLDivLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2691248Z test_KLDivLoss_log_target (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:2920: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-11-23T02:16:08.2691827Z warnings.warn( 2022-11-23T02:16:08.2692400Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:2920: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-11-23T02:16:08.2692935Z warnings.warn( 2022-11-23T02:16:08.2693113Z ok (0.006s) 2022-11-23T02:16:08.2693393Z test_KLDivLoss_log_target_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2693743Z test_KLDivLoss_log_target_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2694106Z test_KLDivLoss_log_target_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2694439Z test_KLDivLoss_log_target_sum_reduction (__main__.TestNN) ... ok (0.003s) 2022-11-23T02:16:08.2694797Z test_KLDivLoss_log_target_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.003s) 2022-11-23T02:16:08.2695193Z test_KLDivLoss_log_target_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2695584Z test_KLDivLoss_log_target_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2695913Z test_KLDivLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.007s) 2022-11-23T02:16:08.2696235Z test_KLDivLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2696605Z test_KLDivLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2697017Z test_KLDivLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2697339Z test_KLDivLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.005s) 2022-11-23T02:16:08.2697671Z test_KLDivLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2698040Z test_KLDivLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2698406Z test_KLDivLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2698710Z test_KLDivLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.005s) 2022-11-23T02:16:08.2699042Z test_KLDivLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2699414Z test_KLDivLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2699781Z test_KLDivLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2700097Z test_KLDivLoss_no_reduce (__main__.TestNN) ... ok (0.014s) 2022-11-23T02:16:08.2700406Z test_KLDivLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2700708Z test_KLDivLoss_no_reduce_log_target (__main__.TestNN) ... ok (0.009s) 2022-11-23T02:16:08.2701042Z test_KLDivLoss_no_reduce_log_target_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.010s) 2022-11-23T02:16:08.2701408Z test_KLDivLoss_no_reduce_scalar (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:16:08.2701739Z test_KLDivLoss_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2702077Z test_KLDivLoss_no_reduce_scalar_log_target (__main__.TestNN) ... ok (0.011s) 2022-11-23T02:16:08.2702435Z test_KLDivLoss_no_reduce_scalar_log_target_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2703150Z test_KLDivLoss_scalar (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:2920: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-11-23T02:16:08.2703711Z warnings.warn( 2022-11-23T02:16:08.2704293Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:2920: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-11-23T02:16:08.2704808Z warnings.warn( 2022-11-23T02:16:08.2705448Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:2920: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-11-23T02:16:08.2706024Z warnings.warn( 2022-11-23T02:16:08.2706206Z ok (0.007s) 2022-11-23T02:16:08.2706483Z test_KLDivLoss_scalar_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2706847Z test_KLDivLoss_scalar_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2707205Z test_KLDivLoss_scalar_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2707918Z test_KLDivLoss_scalar_log_target (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:2920: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-11-23T02:16:08.2708542Z warnings.warn( 2022-11-23T02:16:08.2709095Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:2920: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-11-23T02:16:08.2709623Z warnings.warn( 2022-11-23T02:16:08.2709801Z ok (0.006s) 2022-11-23T02:16:08.2710090Z test_KLDivLoss_scalar_log_target_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2710474Z test_KLDivLoss_scalar_log_target_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2710857Z test_KLDivLoss_scalar_log_target_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2711204Z test_KLDivLoss_scalar_log_target_sum_reduction (__main__.TestNN) ... ok (0.005s) 2022-11-23T02:16:08.2711562Z test_KLDivLoss_scalar_log_target_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2711973Z test_KLDivLoss_scalar_log_target_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2712420Z test_KLDivLoss_scalar_log_target_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2712770Z test_KLDivLoss_scalar_sum_reduction (__main__.TestNN) ... ok (0.003s) 2022-11-23T02:16:08.2713120Z test_KLDivLoss_scalar_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2713502Z test_KLDivLoss_scalar_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.006s) 2022-11-23T02:16:08.2713885Z test_KLDivLoss_scalar_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2714195Z test_KLDivLoss_sum_reduction (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:16:08.2714527Z test_KLDivLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.011s) 2022-11-23T02:16:08.2714898Z test_KLDivLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2715268Z test_KLDivLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2715605Z test_KLDivLoss_with_log_target_no_reduce (__main__.TestNN) ... ok (0.017s) 2022-11-23T02:16:08.2715951Z test_KLDivLoss_with_log_target_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2716286Z test_KLDivLoss_with_target_no_reduce (__main__.TestNN) ... ok (0.018s) 2022-11-23T02:16:08.2716610Z test_KLDivLoss_with_target_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2716907Z test_L1Loss (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:16:08.2717195Z test_L1Loss_cuda_cdouble (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2717520Z test_L1Loss_cuda_cfloat (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2717851Z test_L1Loss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.010s) 2022-11-23T02:16:08.2718176Z test_L1Loss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2718504Z test_L1Loss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2718785Z test_L1Loss_no_batch_dim_mean (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:16:08.2719107Z test_L1Loss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2719511Z test_L1Loss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.010s) 2022-11-23T02:16:08.2719936Z test_L1Loss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2720249Z test_L1Loss_no_batch_dim_none (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:16:08.2720573Z test_L1Loss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2720914Z test_L1Loss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2721273Z test_L1Loss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2721402Z test_L1Loss_no_batch_dim_sum (__main__.TestNN) ... ok (0.014s) 2022-11-23T02:16:08.2721577Z test_L1Loss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2721753Z test_L1Loss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2721925Z test_L1Loss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2722044Z test_L1Loss_no_reduce (__main__.TestNN) ... ok (0.012s) 2022-11-23T02:16:08.2722177Z test_L1Loss_no_reduce_complex (__main__.TestNN) ... ok (0.025s) 2022-11-23T02:16:08.2722348Z test_L1Loss_no_reduce_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2722556Z test_L1Loss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2722686Z test_L1Loss_no_reduce_scalar (__main__.TestNN) ... ok (0.014s) 2022-11-23T02:16:08.2722854Z test_L1Loss_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2722970Z test_L1Loss_scalar (__main__.TestNN) ... ok (0.008s) 2022-11-23T02:16:08.2723138Z test_L1Loss_scalar_cuda_cdouble (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2723308Z test_L1Loss_scalar_cuda_cfloat (__main__.TestNN) ... skip: Excluded from CUDA tests (0.006s) 2022-11-23T02:16:08.2723471Z test_L1Loss_scalar_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2723633Z test_L1Loss_scalar_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2723778Z test_L1Loss_scalar_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2723890Z test_LPPool1d (__main__.TestNN) ... ok (0.027s) 2022-11-23T02:16:08.2724044Z test_LPPool1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2724173Z test_LPPool1d_no_batch_dim (__main__.TestNN) ... ok (0.020s) 2022-11-23T02:16:08.2724340Z test_LPPool1d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2724464Z test_LPPool1d_norm (__main__.TestNN) ... ok (0.028s) 2022-11-23T02:16:08.2724623Z test_LPPool1d_norm_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2724735Z test_LPPool2d (__main__.TestNN) ... ok (0.022s) 2022-11-23T02:16:08.2724887Z test_LPPool2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.004s) 2022-11-23T02:16:08.2725003Z test_LPPool2d_norm (__main__.TestNN) ... ok (0.021s) 2022-11-23T02:16:08.2725162Z test_LPPool2d_norm_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2725273Z test_LSTM_cell (__main__.TestNN) ... ok (0.008s) 2022-11-23T02:16:08.2725410Z test_LSTM_cell_forward_hidden_size (__main__.TestNN) ... ok (0.004s) 2022-11-23T02:16:08.2725547Z test_LSTM_cell_forward_input_size (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:16:08.2725690Z test_LayerNorm_1d_elementwise_affine (__main__.TestNN) ... ok (0.020s) 2022-11-23T02:16:08.2725918Z test_LayerNorm_1d_elementwise_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.011s) 2022-11-23T02:16:08.2726065Z test_LayerNorm_1d_elementwise_affine_eval (__main__.TestNN) ... ok (0.032s) 2022-11-23T02:16:08.2726236Z test_LayerNorm_1d_elementwise_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2726384Z test_LayerNorm_1d_empty_elementwise_affine (__main__.TestNN) ... ok (0.022s) 2022-11-23T02:16:08.2726573Z test_LayerNorm_1d_empty_elementwise_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2726731Z test_LayerNorm_1d_empty_elementwise_affine_eval (__main__.TestNN) ... ok (0.030s) 2022-11-23T02:16:08.2726925Z test_LayerNorm_1d_empty_elementwise_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2727069Z test_LayerNorm_1d_no_elementwise_affine (__main__.TestNN) ... ok (0.012s) 2022-11-23T02:16:08.2727258Z test_LayerNorm_1d_no_elementwise_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2727408Z test_LayerNorm_1d_no_elementwise_affine_eval (__main__.TestNN) ... ok (0.021s) 2022-11-23T02:16:08.2727598Z test_LayerNorm_1d_no_elementwise_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2727741Z test_LayerNorm_3d_elementwise_affine (__main__.TestNN) ... ok (0.022s) 2022-11-23T02:16:08.2727924Z test_LayerNorm_3d_elementwise_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.003s) 2022-11-23T02:16:08.2728115Z test_LayerNorm_3d_elementwise_affine_eval (__main__.TestNN) ... ok (0.027s) 2022-11-23T02:16:08.2728303Z test_LayerNorm_3d_elementwise_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2728444Z test_LayerNorm_3d_no_affine_large_feature (__main__.TestNN) ... ok (1.433s) 2022-11-23T02:16:08.2728631Z test_LayerNorm_3d_no_affine_large_feature_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2728785Z test_LayerNorm_3d_no_affine_large_feature_eval (__main__.TestNN) ... ok (1.359s) 2022-11-23T02:16:08.2728973Z test_LayerNorm_3d_no_affine_large_feature_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2729118Z test_LayerNorm_3d_no_elementwise_affine (__main__.TestNN) ... ok (0.021s) 2022-11-23T02:16:08.2729301Z test_LayerNorm_3d_no_elementwise_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2729452Z test_LayerNorm_3d_no_elementwise_affine_eval (__main__.TestNN) ... ok (0.014s) 2022-11-23T02:16:08.2729640Z test_LayerNorm_3d_no_elementwise_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2729736Z test_LeakyReLU (__main__.TestNN) ... ok (0.013s) 2022-11-23T02:16:08.2729886Z test_LeakyReLU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2730020Z test_LeakyReLU_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-11-23T02:16:08.2730189Z test_LeakyReLU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2730313Z test_LeakyReLU_with_negval (__main__.TestNN) ... ok (0.013s) 2022-11-23T02:16:08.2730476Z test_LeakyReLU_with_negval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2730614Z test_LeakyReLU_with_negval_scalar (__main__.TestNN) ... ok (0.008s) 2022-11-23T02:16:08.2730794Z test_LeakyReLU_with_negval_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2730929Z test_LeakyReLU_with_zero_negval (__main__.TestNN) ... ok (0.016s) 2022-11-23T02:16:08.2731112Z test_LeakyReLU_with_zero_negval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2731226Z test_Linear (__main__.TestNN) ... ok (0.023s) 2022-11-23T02:16:08.2731427Z test_Linear_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2731554Z test_Linear_no_batch_dim (__main__.TestNN) ... ok (0.025s) 2022-11-23T02:16:08.2731719Z test_Linear_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2731838Z test_Linear_no_bias (__main__.TestNN) ... ok (0.022s) 2022-11-23T02:16:08.2731999Z test_Linear_no_bias_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2732135Z test_LocalResponseNorm_1d (__main__.TestNN) ... ok (0.024s) 2022-11-23T02:16:08.2732290Z test_LocalResponseNorm_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2732445Z test_LocalResponseNorm_2d_uneven_pad (__main__.TestNN) ... ok (0.021s) 2022-11-23T02:16:08.2732626Z test_LocalResponseNorm_2d_uneven_pad_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2732773Z test_LocalResponseNorm_3d_custom_params (__main__.TestNN) ... ok (0.019s) 2022-11-23T02:16:08.2732970Z test_LocalResponseNorm_3d_custom_params_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2733087Z test_LogSigmoid (__main__.TestNN) ... ok (0.025s) 2022-11-23T02:16:08.2733245Z test_LogSigmoid_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2733374Z test_LogSigmoid_no_batch_dim (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:16:08.2733545Z test_LogSigmoid_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2733711Z test_LogSigmoid_scalar (__main__.TestNN) ... ok (0.009s) 2022-11-23T02:16:08.2733880Z test_LogSigmoid_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2733994Z test_LogSoftmax (__main__.TestNN) ... ok (0.011s) 2022-11-23T02:16:08.2734148Z test_LogSoftmax_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2734283Z test_LogSoftmax_multiparam (__main__.TestNN) ... ok (0.021s) 2022-11-23T02:16:08.2734456Z test_LogSoftmax_multiparam_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2734597Z test_LogSoftmax_multiparam_scalar (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:16:08.2734781Z test_LogSoftmax_multiparam_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2734893Z test_LogSoftmax_no_batch_dim (__main__.TestNN) ... ok (0.014s) 2022-11-23T02:16:08.2735067Z test_LogSoftmax_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2735178Z test_MSELoss (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:16:08.2735340Z test_MSELoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.006s) 2022-11-23T02:16:08.2735496Z test_MSELoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2735648Z test_MSELoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2735783Z test_MSELoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:16:08.2735964Z test_MSELoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2736143Z test_MSELoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2736322Z test_MSELoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.010s) 2022-11-23T02:16:08.2736457Z test_MSELoss_no_batch_dim_none (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:16:08.2736635Z test_MSELoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2736811Z test_MSELoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2736987Z test_MSELoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2737164Z test_MSELoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:16:08.2737340Z test_MSELoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2737516Z test_MSELoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2737692Z test_MSELoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2737819Z test_MSELoss_no_reduce (__main__.TestNN) ... ok (0.019s) 2022-11-23T02:16:08.2737982Z test_MSELoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2738096Z test_MSELoss_no_reduce_scalar (__main__.TestNN) ... ok (0.009s) 2022-11-23T02:16:08.2738269Z test_MSELoss_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2738390Z test_MSELoss_prec (__main__.TestNN) ... ok (0.017s) 2022-11-23T02:16:08.2738560Z test_MSELoss_prec_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2738727Z test_MSELoss_prec_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2738892Z test_MSELoss_prec_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.006s) 2022-11-23T02:16:08.2739056Z test_MSELoss_prec_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2739179Z test_MSELoss_scalar (__main__.TestNN) ... ok (0.012s) 2022-11-23T02:16:08.2739397Z test_MSELoss_scalar_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2739570Z test_MSELoss_scalar_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2739737Z test_MSELoss_scalar_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2739904Z test_MSELoss_scalar_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2740045Z test_MSELoss_scalar_sum_reduction (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:16:08.2740234Z test_MSELoss_scalar_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2740419Z test_MSELoss_scalar_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2740605Z test_MSELoss_scalar_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2740793Z test_MSELoss_scalar_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2740929Z test_MSELoss_sum_reduction (__main__.TestNN) ... ok (0.012s) 2022-11-23T02:16:08.2741106Z test_MSELoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2741266Z test_MSELoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2741443Z test_MSELoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2741577Z test_MarginRankingLoss (__main__.TestNN) ... ok (0.009s) 2022-11-23T02:16:08.2741756Z test_MarginRankingLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2741935Z test_MarginRankingLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2742114Z test_MarginRankingLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2742254Z test_MarginRankingLoss_margin (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:16:08.2742441Z test_MarginRankingLoss_margin_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2742628Z test_MarginRankingLoss_margin_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.010s) 2022-11-23T02:16:08.2742854Z test_MarginRankingLoss_margin_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2743013Z test_MarginRankingLoss_margin_sum_reduction (__main__.TestNN) ... ok (0.011s) 2022-11-23T02:16:08.2743214Z test_MarginRankingLoss_margin_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2743415Z test_MarginRankingLoss_margin_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2743618Z test_MarginRankingLoss_margin_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2743775Z test_MarginRankingLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.011s) 2022-11-23T02:16:08.2743972Z test_MarginRankingLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2744170Z test_MarginRankingLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2744363Z test_MarginRankingLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2744516Z test_MarginRankingLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:16:08.2744714Z test_MarginRankingLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.006s) 2022-11-23T02:16:08.2744961Z test_MarginRankingLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2745152Z test_MarginRankingLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2745279Z test_MarginRankingLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.013s) 2022-11-23T02:16:08.2745476Z test_MarginRankingLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2745671Z test_MarginRankingLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2745862Z test_MarginRankingLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2746013Z test_MarginRankingLoss_sum_reduction (__main__.TestNN) ... ok (0.011s) 2022-11-23T02:16:08.2746209Z test_MarginRankingLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2746407Z test_MarginRankingLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2746601Z test_MarginRankingLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2746718Z test_MaxPool1d (__main__.TestNN) ... ok (0.013s) 2022-11-23T02:16:08.2746875Z test_MaxPool1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2747014Z test_MaxPool1d_return_indices (__main__.TestNN) ... ok (0.009s) 2022-11-23T02:16:08.2747189Z test_MaxPool1d_return_indices_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2747314Z test_MaxPool1d_stride (__main__.TestNN) ... ok (0.020s) 2022-11-23T02:16:08.2747478Z test_MaxPool1d_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2747607Z test_MaxPool2d_3d_input (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:16:08.2747773Z test_MaxPool2d_3d_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2747899Z test_MaxPool2d_4d_input (__main__.TestNN) ... ok (0.020s) 2022-11-23T02:16:08.2748063Z test_MaxPool2d_4d_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2748196Z test_MaxPool2d_return_indices (__main__.TestNN) ... ok (0.018s) 2022-11-23T02:16:08.2748353Z test_MaxPool2d_return_indices_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2748513Z test_MaxPool3d (__main__.TestNN) ... ok (0.017s) 2022-11-23T02:16:08.2748670Z test_MaxPool3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2748808Z test_MaxPool3d_return_indices (__main__.TestNN) ... ok (0.011s) 2022-11-23T02:16:08.2748985Z test_MaxPool3d_return_indices_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2749111Z test_MaxPool3d_stride (__main__.TestNN) ... ok (0.014s) 2022-11-23T02:16:08.2749275Z test_MaxPool3d_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2749409Z test_MaxPool3d_stride_padding (__main__.TestNN) ... ok (0.016s) 2022-11-23T02:16:08.2749585Z test_MaxPool3d_stride_padding_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2749711Z test_MaxUnpool1d_net (__main__.TestNN) ... ok (0.014s) 2022-11-23T02:16:08.2749877Z test_MaxUnpool1d_net_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2750016Z test_MaxUnpool1d_net_no_batch_dim (__main__.TestNN) ... ok (0.019s) 2022-11-23T02:16:08.2750195Z test_MaxUnpool1d_net_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2750316Z test_MaxUnpool2d_net (__main__.TestNN) ... ok (0.018s) 2022-11-23T02:16:08.2750479Z test_MaxUnpool2d_net_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2750656Z test_MaxUnpool2d_net_no_batch_dim (__main__.TestNN) ... ok (0.015s) 2022-11-23T02:16:08.2750841Z test_MaxUnpool2d_net_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2750944Z test_MaxUnpool3d_net (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:16:08.2751106Z test_MaxUnpool3d_net_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2751247Z test_MaxUnpool3d_net_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-11-23T02:16:08.2751424Z test_MaxUnpool3d_net_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2751531Z test_Mish (__main__.TestNN) ... ok (0.022s) 2022-11-23T02:16:08.2751680Z test_Mish_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2751803Z test_Mish_no_batch_dim (__main__.TestNN) ... ok (0.012s) 2022-11-23T02:16:08.2751968Z test_Mish_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2752089Z test_Mish_scalar (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:16:08.2752247Z test_Mish_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2752365Z test_ModuleDict (__main__.TestNN) ... ok (0.009s) 2022-11-23T02:16:08.2752480Z test_ModuleList (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:16:08.2752618Z test_MultiLabelMarginLoss (__main__.TestNN) ... ok (0.020s) 2022-11-23T02:16:08.2752775Z test_MultiLabelMarginLoss_0d_no_reduce (__main__.TestNN) ... ok (0.013s) 2022-11-23T02:16:08.2752969Z test_MultiLabelMarginLoss_0d_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2753109Z test_MultiLabelMarginLoss_1d (__main__.TestNN) ... ok (0.009s) 2022-11-23T02:16:08.2753303Z test_MultiLabelMarginLoss_1d_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2753472Z test_MultiLabelMarginLoss_1d_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2753662Z test_MultiLabelMarginLoss_1d_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2753846Z test_MultiLabelMarginLoss_1d_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2753999Z test_MultiLabelMarginLoss_1d_no_reduce (__main__.TestNN) ... ok (0.009s) 2022-11-23T02:16:08.2754232Z test_MultiLabelMarginLoss_1d_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2754386Z test_MultiLabelMarginLoss_1d_sum_reduction (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:16:08.2754591Z test_MultiLabelMarginLoss_1d_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.003s) 2022-11-23T02:16:08.2754793Z test_MultiLabelMarginLoss_1d_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2754996Z test_MultiLabelMarginLoss_1d_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2755196Z test_MultiLabelMarginLoss_1d_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2755383Z test_MultiLabelMarginLoss_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2755565Z test_MultiLabelMarginLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.006s) 2022-11-23T02:16:08.2755750Z test_MultiLabelMarginLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2755928Z test_MultiLabelMarginLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2756077Z test_MultiLabelMarginLoss_index_neg (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:16:08.2756260Z test_MultiLabelMarginLoss_index_neg_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2756462Z test_MultiLabelMarginLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:16:08.2756665Z test_MultiLabelMarginLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2756868Z test_MultiLabelMarginLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2757071Z test_MultiLabelMarginLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.010s) 2022-11-23T02:16:08.2757229Z test_MultiLabelMarginLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:16:08.2757423Z test_MultiLabelMarginLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2757605Z test_MultiLabelMarginLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2757804Z test_MultiLabelMarginLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2757956Z test_MultiLabelMarginLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:16:08.2758156Z test_MultiLabelMarginLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2758356Z test_MultiLabelMarginLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2758554Z test_MultiLabelMarginLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2758703Z test_MultiLabelMarginLoss_no_reduce (__main__.TestNN) ... ok (0.046s) 2022-11-23T02:16:08.2758893Z test_MultiLabelMarginLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2759047Z test_MultiLabelMarginLoss_sum_reduction (__main__.TestNN) ... ok (0.020s) 2022-11-23T02:16:08.2759249Z test_MultiLabelMarginLoss_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2759447Z test_MultiLabelMarginLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2759722Z test_MultiLabelMarginLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2759913Z test_MultiLabelMarginLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2760113Z test_MultiLabelSoftMarginLoss (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:16:08.2760309Z test_MultiLabelSoftMarginLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2760502Z test_MultiLabelSoftMarginLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2760691Z test_MultiLabelSoftMarginLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.010s) 2022-11-23T02:16:08.2760858Z test_MultiLabelSoftMarginLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:16:08.2761070Z test_MultiLabelSoftMarginLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2761282Z test_MultiLabelSoftMarginLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2761490Z test_MultiLabelSoftMarginLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2761658Z test_MultiLabelSoftMarginLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.008s) 2022-11-23T02:16:08.2761858Z test_MultiLabelSoftMarginLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2762043Z test_MultiLabelSoftMarginLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2762278Z test_MultiLabelSoftMarginLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2762442Z test_MultiLabelSoftMarginLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.008s) 2022-11-23T02:16:08.2762642Z test_MultiLabelSoftMarginLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2762839Z test_MultiLabelSoftMarginLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2763041Z test_MultiLabelSoftMarginLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2763195Z test_MultiLabelSoftMarginLoss_no_reduce (__main__.TestNN) ... ok (0.008s) 2022-11-23T02:16:08.2763386Z test_MultiLabelSoftMarginLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2763537Z test_MultiLabelSoftMarginLoss_weights (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:16:08.2763734Z test_MultiLabelSoftMarginLoss_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2763928Z test_MultiLabelSoftMarginLoss_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2764118Z test_MultiLabelSoftMarginLoss_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2764283Z test_MultiLabelSoftMarginLoss_weights_no_reduce (__main__.TestNN) ... ok (0.020s) 2022-11-23T02:16:08.2764480Z test_MultiLabelSoftMarginLoss_weights_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2764644Z test_MultiLabelSoftMarginLoss_weights_sum_reduction (__main__.TestNN) ... ok (0.005s) 2022-11-23T02:16:08.2764856Z test_MultiLabelSoftMarginLoss_weights_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2765068Z test_MultiLabelSoftMarginLoss_weights_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2765274Z test_MultiLabelSoftMarginLoss_weights_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2765394Z test_MultiMarginLoss (__main__.TestNN) ... ok (0.009s) 2022-11-23T02:16:08.2765518Z test_MultiMarginLoss_1d (__main__.TestNN) ... ok (0.004s) 2022-11-23T02:16:08.2765731Z test_MultiMarginLoss_1d_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2765899Z test_MultiMarginLoss_1d_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2766055Z test_MultiMarginLoss_1d_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.003s) 2022-11-23T02:16:08.2766190Z test_MultiMarginLoss_1d_no_reduce (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:16:08.2766363Z test_MultiMarginLoss_1d_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2766504Z test_MultiMarginLoss_1d_sum_reduction (__main__.TestNN) ... ok (0.004s) 2022-11-23T02:16:08.2766688Z test_MultiMarginLoss_1d_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2766871Z test_MultiMarginLoss_1d_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2767058Z test_MultiMarginLoss_1d_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2767227Z test_MultiMarginLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2767395Z test_MultiMarginLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.003s) 2022-11-23T02:16:08.2767560Z test_MultiMarginLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2767691Z test_MultiMarginLoss_margin (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:16:08.2767905Z test_MultiMarginLoss_margin_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2768082Z test_MultiMarginLoss_margin_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2768254Z test_MultiMarginLoss_margin_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2768397Z test_MultiMarginLoss_margin_no_reduce (__main__.TestNN) ... ok (0.020s) 2022-11-23T02:16:08.2768576Z test_MultiMarginLoss_margin_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2768723Z test_MultiMarginLoss_margin_sum_reduction (__main__.TestNN) ... ok (0.008s) 2022-11-23T02:16:08.2768912Z test_MultiMarginLoss_margin_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2769100Z test_MultiMarginLoss_margin_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2769289Z test_MultiMarginLoss_margin_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2769423Z test_MultiMarginLoss_no_reduce (__main__.TestNN) ... ok (0.011s) 2022-11-23T02:16:08.2769579Z test_MultiMarginLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.003s) 2022-11-23T02:16:08.2769702Z test_MultiMarginLoss_p (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:16:08.2769871Z test_MultiMarginLoss_p_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2770040Z test_MultiMarginLoss_p_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2770205Z test_MultiMarginLoss_p_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2770340Z test_MultiMarginLoss_p_no_reduce (__main__.TestNN) ... ok (0.018s) 2022-11-23T02:16:08.2770515Z test_MultiMarginLoss_p_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2770654Z test_MultiMarginLoss_p_sum_reduction (__main__.TestNN) ... ok (0.008s) 2022-11-23T02:16:08.2770842Z test_MultiMarginLoss_p_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2771027Z test_MultiMarginLoss_p_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2771720Z test_MultiMarginLoss_p_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2771859Z test_MultiMarginLoss_sum_reduction (__main__.TestNN) ... ok (0.007s) 2022-11-23T02:16:08.2772041Z test_MultiMarginLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2772227Z test_MultiMarginLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2772412Z test_MultiMarginLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2772542Z test_MultiMarginLoss_weights (__main__.TestNN) ... ok (0.005s) 2022-11-23T02:16:08.2772722Z test_MultiMarginLoss_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2772899Z test_MultiMarginLoss_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.006s) 2022-11-23T02:16:08.2773076Z test_MultiMarginLoss_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2773217Z test_MultiMarginLoss_weights_no_reduce (__main__.TestNN) ... ok (0.014s) 2022-11-23T02:16:08.2773385Z test_MultiMarginLoss_weights_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2773532Z test_MultiMarginLoss_weights_sum_reduction (__main__.TestNN) ... ok (0.008s) 2022-11-23T02:16:08.2773772Z test_MultiMarginLoss_weights_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2773967Z test_MultiMarginLoss_weights_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2774155Z test_MultiMarginLoss_weights_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2774263Z test_NLLLoss (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:16:08.2774385Z test_NLLLoss2d_no_reduce (__main__.TestNN) ... ok (0.013s) 2022-11-23T02:16:08.2774544Z test_NLLLoss2d_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.003s) 2022-11-23T02:16:08.2774680Z test_NLLLoss2d_no_reduce_ignore_index (__main__.TestNN) ... ok (0.017s) 2022-11-23T02:16:08.2774856Z test_NLLLoss2d_no_reduce_ignore_index_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2774989Z test_NLLLoss2d_no_reduce_weights (__main__.TestNN) ... ok (0.018s) 2022-11-23T02:16:08.2775161Z test_NLLLoss2d_no_reduce_weights_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2775281Z test_NLLLossNd_no_reduce (__main__.TestNN) ... ok (0.035s) 2022-11-23T02:16:08.2775441Z test_NLLLossNd_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2775579Z test_NLLLossNd_no_reduce_ignore_index (__main__.TestNN) ... ok (0.029s) 2022-11-23T02:16:08.2775755Z test_NLLLossNd_no_reduce_ignore_index_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2775884Z test_NLLLossNd_no_reduce_weights (__main__.TestNN) ... ok (0.037s) 2022-11-23T02:16:08.2776057Z test_NLLLossNd_no_reduce_weights_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2776164Z test_NLLLoss_2d (__main__.TestNN) ... ok (0.009s) 2022-11-23T02:16:08.2776311Z test_NLLLoss_2d_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2776469Z test_NLLLoss_2d_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2776621Z test_NLLLoss_2d_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.006s) 2022-11-23T02:16:08.2776772Z test_NLLLoss_2d_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2776897Z test_NLLLoss_2d_ignore_index (__main__.TestNN) ... ok (0.014s) 2022-11-23T02:16:08.2777113Z test_NLLLoss_2d_ignore_index_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2777284Z test_NLLLoss_2d_ignore_index_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2777456Z test_NLLLoss_2d_ignore_index_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2777625Z test_NLLLoss_2d_ignore_index_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2777752Z test_NLLLoss_2d_sum_reduction (__main__.TestNN) ... ok (0.008s) 2022-11-23T02:16:08.2777928Z test_NLLLoss_2d_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2778100Z test_NLLLoss_2d_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2778270Z test_NLLLoss_2d_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2778440Z test_NLLLoss_2d_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2778559Z test_NLLLoss_2d_weights (__main__.TestNN) ... ok (0.008s) 2022-11-23T02:16:08.2778726Z test_NLLLoss_2d_weights_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2778892Z test_NLLLoss_2d_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2779098Z test_NLLLoss_2d_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2779263Z test_NLLLoss_2d_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2779417Z test_NLLLoss_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2779558Z test_NLLLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.003s) 2022-11-23T02:16:08.2779710Z test_NLLLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2779861Z test_NLLLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2779974Z test_NLLLoss_dim_is_3 (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:16:08.2780138Z test_NLLLoss_dim_is_3_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2780296Z test_NLLLoss_dim_is_3_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2780458Z test_NLLLoss_dim_is_3_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2780615Z test_NLLLoss_dim_is_3_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2780749Z test_NLLLoss_dim_is_3_sum_reduction (__main__.TestNN) ... ok (0.014s) 2022-11-23T02:16:08.2780931Z test_NLLLoss_dim_is_3_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2781110Z test_NLLLoss_dim_is_3_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2781287Z test_NLLLoss_dim_is_3_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2781458Z test_NLLLoss_dim_is_3_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2781582Z test_NLLLoss_higher_dim (__main__.TestNN) ... ok (0.022s) 2022-11-23T02:16:08.2781753Z test_NLLLoss_higher_dim_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2781919Z test_NLLLoss_higher_dim_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2782083Z test_NLLLoss_higher_dim_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2782247Z test_NLLLoss_higher_dim_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2782432Z test_NLLLoss_higher_dim_sum_reduction (__main__.TestNN) ... ok (0.017s) 2022-11-23T02:16:08.2782616Z test_NLLLoss_higher_dim_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2782785Z test_NLLLoss_higher_dim_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2782966Z test_NLLLoss_higher_dim_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2783148Z test_NLLLoss_higher_dim_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2783269Z test_NLLLoss_ignore_index (__main__.TestNN) ... ok (0.014s) 2022-11-23T02:16:08.2783440Z test_NLLLoss_ignore_index_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2783611Z test_NLLLoss_ignore_index_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2783778Z test_NLLLoss_ignore_index_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2783945Z test_NLLLoss_ignore_index_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2784072Z test_NLLLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.005s) 2022-11-23T02:16:08.2784244Z test_NLLLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2784457Z test_NLLLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2784628Z test_NLLLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2784754Z test_NLLLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.005s) 2022-11-23T02:16:08.2784922Z test_NLLLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2785097Z test_NLLLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2785266Z test_NLLLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2785390Z test_NLLLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.007s) 2022-11-23T02:16:08.2785555Z test_NLLLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2785723Z test_NLLLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2785890Z test_NLLLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2786009Z test_NLLLoss_no_reduce (__main__.TestNN) ... ok (0.014s) 2022-11-23T02:16:08.2786152Z test_NLLLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2786285Z test_NLLLoss_no_reduce_ignore_index (__main__.TestNN) ... ok (0.015s) 2022-11-23T02:16:08.2786458Z test_NLLLoss_no_reduce_ignore_index_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2786584Z test_NLLLoss_no_reduce_weights (__main__.TestNN) ... ok (0.012s) 2022-11-23T02:16:08.2786752Z test_NLLLoss_no_reduce_weights_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2786898Z test_NLLLoss_no_reduce_weights_ignore_index (__main__.TestNN) ... ok (0.009s) 2022-11-23T02:16:08.2787080Z test_NLLLoss_no_reduce_weights_ignore_index_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2787229Z test_NLLLoss_no_reduce_weights_ignore_index_neg (__main__.TestNN) ... ok (0.017s) 2022-11-23T02:16:08.2787414Z test_NLLLoss_no_reduce_weights_ignore_index_neg_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2787580Z test_NLLLoss_sum_reduction (__main__.TestNN) ... ok (0.008s) 2022-11-23T02:16:08.2787753Z test_NLLLoss_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2787922Z test_NLLLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2788090Z test_NLLLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2788258Z test_NLLLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2788377Z test_NLLLoss_weights (__main__.TestNN) ... ok (0.008s) 2022-11-23T02:16:08.2788544Z test_NLLLoss_weights_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2788705Z test_NLLLoss_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2788868Z test_NLLLoss_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2789028Z test_NLLLoss_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2789149Z test_NLLLoss_weights_ignore_index (__main__.TestNN) ... ok (0.005s) 2022-11-23T02:16:08.2789327Z test_NLLLoss_weights_ignore_index_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2789504Z test_NLLLoss_weights_ignore_index_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2789718Z test_NLLLoss_weights_ignore_index_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.006s) 2022-11-23T02:16:08.2789894Z test_NLLLoss_weights_ignore_index_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2790030Z test_NLLLoss_weights_ignore_index_neg (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:16:08.2790216Z test_NLLLoss_weights_ignore_index_neg_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.011s) 2022-11-23T02:16:08.2790398Z test_NLLLoss_weights_ignore_index_neg_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2790579Z test_NLLLoss_weights_ignore_index_neg_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2790759Z test_NLLLoss_weights_ignore_index_neg_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2790865Z test_PReLU_1d (__main__.TestNN) ... ok (0.019s) 2022-11-23T02:16:08.2791014Z test_PReLU_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2791138Z test_PReLU_1d_multiparam (__main__.TestNN) ... ok (0.013s) 2022-11-23T02:16:08.2791300Z test_PReLU_1d_multiparam_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.006s) 2022-11-23T02:16:08.2791405Z test_PReLU_2d (__main__.TestNN) ... ok (0.020s) 2022-11-23T02:16:08.2791552Z test_PReLU_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2791676Z test_PReLU_2d_multiparam (__main__.TestNN) ... ok (0.020s) 2022-11-23T02:16:08.2791838Z test_PReLU_2d_multiparam_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2791945Z test_PReLU_3d (__main__.TestNN) ... ok (0.021s) 2022-11-23T02:16:08.2792077Z test_PReLU_3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2792195Z test_PReLU_3d_multiparam (__main__.TestNN) ... ok (0.022s) 2022-11-23T02:16:08.2792357Z test_PReLU_3d_multiparam_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2792498Z test_PReLU_backward_requires_grad_false (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:16:08.2792616Z test_PReLU_no_batch_dim (__main__.TestNN) ... ok (0.016s) 2022-11-23T02:16:08.2792774Z test_PReLU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2792930Z test_PReLU_scalar (__main__.TestNN) ... ok (0.016s) 2022-11-23T02:16:08.2793082Z test_PReLU_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2793210Z test_Padding122112_3dcircular (__main__.TestNN) ... ok (0.026s) 2022-11-23T02:16:08.2793380Z test_Padding122112_3dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2793505Z test_Padding1221_2dcircular (__main__.TestNN) ... ok (0.018s) 2022-11-23T02:16:08.2793672Z test_Padding1221_2dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2793796Z test_Padding12_1dcircular (__main__.TestNN) ... ok (0.012s) 2022-11-23T02:16:08.2793959Z test_Padding12_1dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2794084Z test_Padding2322_2dcircular (__main__.TestNN) ... ok (0.015s) 2022-11-23T02:16:08.2794249Z test_Padding2322_2dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2794374Z test_Padding31_1dcircular (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:16:08.2794536Z test_Padding31_1dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.010s) 2022-11-23T02:16:08.2794648Z test_Padding322112_3dcircular (__main__.TestNN) ... ok (0.022s) 2022-11-23T02:16:08.2794812Z test_Padding322112_3dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2794936Z test_Padding332122_3dcircular (__main__.TestNN) ... ok (0.022s) 2022-11-23T02:16:08.2795143Z test_Padding332122_3dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2795268Z test_Padding3331_2dcircular (__main__.TestNN) ... ok (0.017s) 2022-11-23T02:16:08.2795431Z test_Padding3331_2dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2795556Z test_Padding33_1dcircular (__main__.TestNN) ... ok (0.013s) 2022-11-23T02:16:08.2795723Z test_Padding33_1dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2795849Z test_PairwiseDistance (__main__.TestNN) ... ok (0.017s) 2022-11-23T02:16:08.2795993Z test_PairwiseDistance_broadcast_lhs (__main__.TestNN) ... ok (0.016s) 2022-11-23T02:16:08.2796177Z test_PairwiseDistance_broadcast_lhs_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2796318Z test_PairwiseDistance_broadcast_rhs (__main__.TestNN) ... ok (0.020s) 2022-11-23T02:16:08.2796504Z test_PairwiseDistance_broadcast_rhs_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2796667Z test_PairwiseDistance_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2796806Z test_PairwiseDistance_no_batch_dim (__main__.TestNN) ... ok (0.021s) 2022-11-23T02:16:08.2796985Z test_PairwiseDistance_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2797137Z test_PairwiseDistance_with_non_default_args (__main__.TestNN) ... ok (0.031s) 2022-11-23T02:16:08.2797327Z test_PairwiseDistance_with_non_default_args_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2797432Z test_ParameterDict (__main__.TestNN) ... ok (0.020s) 2022-11-23T02:16:08.2797569Z test_ParameterDict_replication (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:16:08.2797683Z test_ParameterList (__main__.TestNN) ... ok (0.012s) 2022-11-23T02:16:08.2797808Z test_ParameterList_meta (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:16:08.2797948Z test_ParameterList_replication (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:16:08.2798065Z test_PixelShuffle (__main__.TestNN) ... ok (0.014s) 2022-11-23T02:16:08.2798225Z test_PixelShuffle_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2798346Z test_PixelUnshuffle (__main__.TestNN) ... ok (0.013s) 2022-11-23T02:16:08.2798547Z test_PixelUnshuffle_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2798677Z test_PoissonNLLLoss_full_loss (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:16:08.2798858Z test_PoissonNLLLoss_full_loss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2799036Z test_PoissonNLLLoss_full_loss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2799212Z test_PoissonNLLLoss_full_loss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2799362Z test_PoissonNLLLoss_full_loss_no_log_input (__main__.TestNN) ... ok (0.017s) 2022-11-23T02:16:08.2799640Z test_PoissonNLLLoss_full_loss_no_log_input_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2799834Z test_PoissonNLLLoss_full_loss_no_log_input_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2800023Z test_PoissonNLLLoss_full_loss_no_log_input_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2800164Z test_PoissonNLLLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.005s) 2022-11-23T02:16:08.2800336Z test_PoissonNLLLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2800519Z test_PoissonNLLLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2801285Z test_PoissonNLLLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2801434Z test_PoissonNLLLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.005s) 2022-11-23T02:16:08.2801620Z test_PoissonNLLLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2801804Z test_PoissonNLLLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2801990Z test_PoissonNLLLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2802131Z test_PoissonNLLLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.005s) 2022-11-23T02:16:08.2802313Z test_PoissonNLLLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2802496Z test_PoissonNLLLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2802678Z test_PoissonNLLLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2802816Z test_PoissonNLLLoss_no_full_loss (__main__.TestNN) ... ok (0.003s) 2022-11-23T02:16:08.2802995Z test_PoissonNLLLoss_no_full_loss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2803174Z test_PoissonNLLLoss_no_full_loss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.006s) 2022-11-23T02:16:08.2803354Z test_PoissonNLLLoss_no_full_loss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2803504Z test_PoissonNLLLoss_no_full_loss_no_log_input (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:16:08.2803696Z test_PoissonNLLLoss_no_full_loss_no_log_input_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2803886Z test_PoissonNLLLoss_no_full_loss_no_log_input_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.010s) 2022-11-23T02:16:08.2804076Z test_PoissonNLLLoss_no_full_loss_no_log_input_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2804208Z test_PoissonNLLLoss_no_reduce (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:16:08.2804381Z test_PoissonNLLLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2804533Z test_RNN_cell (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:16:08.2804653Z test_RNN_cell_forward_hidden_size (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:16:08.2804788Z test_RNN_cell_forward_input_size (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:16:08.2804925Z test_RNN_cell_forward_zero_hidden_size (__main__.TestNN) ... ok (0.011s) 2022-11-23T02:16:08.2805051Z test_RNN_cell_no_broadcasting (__main__.TestNN) ... ok (0.008s) 2022-11-23T02:16:08.2805192Z test_RNN_change_dropout (__main__.TestNN) ... skip: needs cudnn >= 5.1 (0.002s) 2022-11-23T02:16:08.2805343Z test_RNN_cpu_vs_cudnn_no_dropout (__main__.TestNN) ... skip: needs cudnn (0.001s) 2022-11-23T02:16:08.2805495Z test_RNN_cpu_vs_cudnn_with_dropout (__main__.TestNN) ... skip: needs cudnn >= 5.1 (0.001s) 2022-11-23T02:16:08.2805635Z test_RNN_cudnn_weight_norm (__main__.TestNN) ... skip: needs cudnn (0.001s) 2022-11-23T02:16:08.2805765Z test_RNN_dropout (__main__.TestNN) ... skip: needs cudnn >= 5.1 (0.002s) 2022-11-23T02:16:08.2805906Z test_RNN_dropout_state (__main__.TestNN) ... skip: needs cudnn >= 5.1 (0.002s) 2022-11-23T02:16:08.2806027Z test_RNN_input_size_zero (__main__.TestNN) ... ok (0.005s) 2022-11-23T02:16:08.2806146Z test_RNN_nonlinearity (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:16:08.2806247Z test_RReLU (__main__.TestNN) ... ok (0.011s) 2022-11-23T02:16:08.2806391Z test_RReLU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2806510Z test_RReLU_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-11-23T02:16:08.2807084Z test_RReLU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2807215Z test_RReLU_with_up_down (__main__.TestNN) ... ok (0.017s) 2022-11-23T02:16:08.2807356Z test_RReLU_with_up_down_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2807533Z test_RReLU_with_up_down_scalar (__main__.TestNN) ... ok (0.009s) 2022-11-23T02:16:08.2807705Z test_RReLU_with_up_down_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2807804Z test_ReLU (__main__.TestNN) ... ok (0.014s) 2022-11-23T02:16:08.2807906Z test_ReLU6 (__main__.TestNN) ... ok (0.011s) 2022-11-23T02:16:08.2808047Z test_ReLU6_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2808164Z test_ReLU6_no_batch_dim (__main__.TestNN) ... ok (0.011s) 2022-11-23T02:16:08.2808319Z test_ReLU6_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2808434Z test_ReLU6_scalar (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:16:08.2808585Z test_ReLU6_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2808727Z test_ReLU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2808845Z test_ReLU_no_batch_dim (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:16:08.2808997Z test_ReLU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2809108Z test_ReLU_scalar (__main__.TestNN) ... ok (0.009s) 2022-11-23T02:16:08.2809259Z test_ReLU_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.003s) 2022-11-23T02:16:08.2809382Z test_ReflectionPad1d (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:16:08.2809497Z test_ReflectionPad1d_batch (__main__.TestNN) ... ok (0.017s) 2022-11-23T02:16:08.2809671Z test_ReflectionPad1d_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2809811Z test_ReflectionPad1d_complex (__main__.TestNN) ... ok (0.019s) 2022-11-23T02:16:08.2809988Z test_ReflectionPad1d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2810153Z test_ReflectionPad1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2810281Z test_ReflectionPad2d (__main__.TestNN) ... ok (0.013s) 2022-11-23T02:16:08.2810471Z test_ReflectionPad2d_complex (__main__.TestNN) ... ok (0.026s) 2022-11-23T02:16:08.2810649Z test_ReflectionPad2d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2810812Z test_ReflectionPad2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2810990Z test_ReflectionPad2d_no_batch_dim (__main__.TestNN) ... ok (0.015s) 2022-11-23T02:16:08.2811186Z test_ReflectionPad2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2811325Z test_ReflectionPad3d (__main__.TestNN) ... ok (0.015s) 2022-11-23T02:16:08.2811474Z test_ReflectionPad3d_complex (__main__.TestNN) ... ok (0.046s) 2022-11-23T02:16:08.2811663Z test_ReflectionPad3d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.003s) 2022-11-23T02:16:08.2811837Z test_ReflectionPad3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2811988Z test_ReflectionPad3d_no_batch_dim (__main__.TestNN) ... ok (0.021s) 2022-11-23T02:16:08.2812183Z test_ReflectionPad3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2812324Z test_ReplicationPad1d (__main__.TestNN) ... ok (0.013s) 2022-11-23T02:16:08.2812442Z test_ReplicationPad1d_batch (__main__.TestNN) ... ok (0.014s) 2022-11-23T02:16:08.2812629Z test_ReplicationPad1d_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2812783Z test_ReplicationPad1d_complex (__main__.TestNN) ... ok (0.013s) 2022-11-23T02:16:08.2813382Z test_ReplicationPad1d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2813584Z test_ReplicationPad1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2813773Z test_ReplicationPad2d (__main__.TestNN) ... ok (0.020s) 2022-11-23T02:16:08.2813932Z test_ReplicationPad2d_complex (__main__.TestNN) ... ok (0.021s) 2022-11-23T02:16:08.2814130Z test_ReplicationPad2d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2814314Z test_ReplicationPad2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2828600Z test_ReplicationPad2d_no_batch_dim (__main__.TestNN) ... ok (0.015s) 2022-11-23T02:16:08.2828892Z test_ReplicationPad2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2829021Z test_ReplicationPad3d (__main__.TestNN) ... ok (0.016s) 2022-11-23T02:16:08.2829162Z test_ReplicationPad3d_complex (__main__.TestNN) ... ok (0.021s) 2022-11-23T02:16:08.2829340Z test_ReplicationPad3d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2829509Z test_ReplicationPad3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2829646Z test_ReplicationPad3d_no_batch_dim (__main__.TestNN) ... ok (0.023s) 2022-11-23T02:16:08.2829833Z test_ReplicationPad3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2829935Z test_SELU (__main__.TestNN) ... ok (0.012s) 2022-11-23T02:16:08.2830067Z test_SELU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2830185Z test_SELU_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-11-23T02:16:08.2830341Z test_SELU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.003s) 2022-11-23T02:16:08.2830453Z test_SELU_scalar (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:16:08.2830604Z test_SELU_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2830712Z test_Sequential_add (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:16:08.2830832Z test_Sequential_append (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:16:08.2830949Z test_Sequential_delitem (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:16:08.2831202Z test_Sequential_extend (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:16:08.2831323Z test_Sequential_getitem (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:16:08.2831436Z test_Sequential_iadd (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:16:08.2831605Z test_Sequential_imul (__main__.TestNN) ... ok (0.011s) 2022-11-23T02:16:08.2831725Z test_Sequential_insert (__main__.TestNN) ... ok (0.004s) 2022-11-23T02:16:08.2831854Z test_Sequential_insert_fail_case (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:16:08.2831963Z test_Sequential_mul (__main__.TestNN) ... ok (0.003s) 2022-11-23T02:16:08.2832066Z test_Sequential_pop (__main__.TestNN) ... ok (0.003s) 2022-11-23T02:16:08.2832187Z test_Sequential_rmul (__main__.TestNN) ... ok (0.004s) 2022-11-23T02:16:08.2832333Z test_Sequential_setitem (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:16:08.2832459Z test_Sequential_setitem_named (__main__.TestNN) ... ok (0.003s) 2022-11-23T02:16:08.2832555Z test_SiLU (__main__.TestNN) ... ok (0.015s) 2022-11-23T02:16:08.2832694Z test_SiLU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2832810Z test_SiLU_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-11-23T02:16:08.2832961Z test_SiLU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2833063Z test_SiLU_scalar (__main__.TestNN) ... ok (0.011s) 2022-11-23T02:16:08.2833216Z test_SiLU_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2833316Z test_Sigmoid (__main__.TestNN) ... ok (0.015s) 2022-11-23T02:16:08.2833933Z test_Sigmoid_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2834061Z test_Sigmoid_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-11-23T02:16:08.2834219Z test_Sigmoid_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2834330Z test_Sigmoid_scalar (__main__.TestNN) ... ok (0.008s) 2022-11-23T02:16:08.2834486Z test_Sigmoid_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2834589Z test_SmoothL1Loss (__main__.TestNN) ... ok (0.011s) 2022-11-23T02:16:08.2834708Z test_SmoothL1Loss_beta (__main__.TestNN) ... ok (0.012s) 2022-11-23T02:16:08.2834865Z test_SmoothL1Loss_beta_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2835019Z test_SmoothL1Loss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2835180Z test_SmoothL1Loss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2835337Z test_SmoothL1Loss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2835471Z test_SmoothL1Loss_no_batch_dim_mean (__main__.TestNN) ... ok (0.005s) 2022-11-23T02:16:08.2835654Z test_SmoothL1Loss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2835837Z test_SmoothL1Loss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2836014Z test_SmoothL1Loss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2836148Z test_SmoothL1Loss_no_batch_dim_none (__main__.TestNN) ... ok (0.005s) 2022-11-23T02:16:08.2836323Z test_SmoothL1Loss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2836501Z test_SmoothL1Loss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2836676Z test_SmoothL1Loss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2836808Z test_SmoothL1Loss_no_batch_dim_sum (__main__.TestNN) ... ok (0.003s) 2022-11-23T02:16:08.2836985Z test_SmoothL1Loss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2837211Z test_SmoothL1Loss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.006s) 2022-11-23T02:16:08.2837386Z test_SmoothL1Loss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2837514Z test_SmoothL1Loss_no_reduce (__main__.TestNN) ... ok (0.012s) 2022-11-23T02:16:08.2837728Z test_SmoothL1Loss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2837851Z test_SmoothL1Loss_no_reduce_scalar (__main__.TestNN) ... ok (0.008s) 2022-11-23T02:16:08.2838028Z test_SmoothL1Loss_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2838152Z test_SmoothL1Loss_scalar (__main__.TestNN) ... ok (0.007s) 2022-11-23T02:16:08.2838336Z test_SmoothL1Loss_scalar_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2838536Z test_SmoothL1Loss_scalar_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.004s) 2022-11-23T02:16:08.2838703Z test_SmoothL1Loss_scalar_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2838843Z test_SmoothL1Loss_scalar_sum_reduction (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:16:08.2839026Z test_SmoothL1Loss_scalar_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.009s) 2022-11-23T02:16:08.2839214Z test_SmoothL1Loss_scalar_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2839837Z test_SmoothL1Loss_scalar_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2839983Z test_SmoothL1Loss_sum_reduction (__main__.TestNN) ... ok (0.009s) 2022-11-23T02:16:08.2840163Z test_SmoothL1Loss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2840346Z test_SmoothL1Loss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2840522Z test_SmoothL1Loss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2840645Z test_SmoothL1Loss_zero_beta (__main__.TestNN) ... ok (0.011s) 2022-11-23T02:16:08.2840809Z test_SmoothL1Loss_zero_beta_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2840929Z test_SoftMarginLoss (__main__.TestNN) ... ok (0.007s) 2022-11-23T02:16:08.2841097Z test_SoftMarginLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2841265Z test_SoftMarginLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2841428Z test_SoftMarginLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2841555Z test_SoftMarginLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.007s) 2022-11-23T02:16:08.2841742Z test_SoftMarginLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2841928Z test_SoftMarginLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2842111Z test_SoftMarginLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2842249Z test_SoftMarginLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.007s) 2022-11-23T02:16:08.2842433Z test_SoftMarginLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2842614Z test_SoftMarginLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2842793Z test_SoftMarginLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2842929Z test_SoftMarginLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:16:08.2843165Z test_SoftMarginLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2843346Z test_SoftMarginLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2843525Z test_SoftMarginLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2843655Z test_SoftMarginLoss_no_reduce (__main__.TestNN) ... ok (0.014s) 2022-11-23T02:16:08.2843872Z test_SoftMarginLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2844010Z test_SoftMarginLoss_sum_reduction (__main__.TestNN) ... ok (0.008s) 2022-11-23T02:16:08.2844192Z test_SoftMarginLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2844372Z test_SoftMarginLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2844597Z test_SoftMarginLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2844704Z test_Softmax (__main__.TestNN) ... ok (0.019s) 2022-11-23T02:16:08.2844811Z test_Softmax2d (__main__.TestNN) ... ok (0.016s) 2022-11-23T02:16:08.2844948Z test_Softmax2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2845074Z test_Softmax2d_no_batch_dim (__main__.TestNN) ... ok (0.013s) 2022-11-23T02:16:08.2845578Z test_Softmax2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.003s) 2022-11-23T02:16:08.2845735Z test_Softmax_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2845859Z test_Softmax_no_batch_dim (__main__.TestNN) ... ok (0.014s) 2022-11-23T02:16:08.2846019Z test_Softmax_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2846137Z test_Softmax_scalar (__main__.TestNN) ... ok (0.012s) 2022-11-23T02:16:08.2846293Z test_Softmax_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2846400Z test_Softmin (__main__.TestNN) ... ok (0.015s) 2022-11-23T02:16:08.2846543Z test_Softmin_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2846662Z test_Softmin_multidim (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:16:08.2846817Z test_Softmin_multidim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2846939Z test_Softmin_no_batch_dim (__main__.TestNN) ... ok (0.024s) 2022-11-23T02:16:08.2847098Z test_Softmin_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2847212Z test_Softmin_scalar (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:16:08.2847370Z test_Softmin_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2847477Z test_Softplus (__main__.TestNN) ... ok (0.014s) 2022-11-23T02:16:08.2847579Z test_Softplus_beta (__main__.TestNN) ... ok (0.013s) 2022-11-23T02:16:08.2847730Z test_Softplus_beta_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2847856Z test_Softplus_beta_threshold (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:16:08.2848022Z test_Softplus_beta_threshold_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2848156Z test_Softplus_beta_threshold_scalar (__main__.TestNN) ... ok (0.011s) 2022-11-23T02:16:08.2848332Z test_Softplus_beta_threshold_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2848478Z test_Softplus_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2848600Z test_Softplus_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-11-23T02:16:08.2848761Z test_Softplus_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2848916Z test_Softshrink (__main__.TestNN) ... ok (0.011s) 2022-11-23T02:16:08.2849066Z test_Softshrink_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2849183Z test_Softshrink_lambda (__main__.TestNN) ... ok (0.009s) 2022-11-23T02:16:08.2849342Z test_Softshrink_lambda_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2849471Z test_Softshrink_lambda_scalar (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:16:08.2849639Z test_Softshrink_lambda_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2849762Z test_Softshrink_no_batch_dim (__main__.TestNN) ... ok (0.016s) 2022-11-23T02:16:08.2849927Z test_Softshrink_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2850081Z test_Softsign (__main__.TestNN) ... ok (0.018s) 2022-11-23T02:16:08.2850218Z test_Softsign_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2850341Z test_Softsign_no_batch_dim (__main__.TestNN) ... ok (0.012s) 2022-11-23T02:16:08.2850504Z test_Softsign_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2850621Z test_Softsign_scalar (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:16:08.2850774Z test_Softsign_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2850876Z test_Tanh (__main__.TestNN) ... ok (0.023s) 2022-11-23T02:16:08.2851392Z test_Tanh_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2851519Z test_Tanh_no_batch_dim (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:16:08.2851675Z test_Tanh_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2851785Z test_Tanh_scalar (__main__.TestNN) ... ok (0.009s) 2022-11-23T02:16:08.2851935Z test_Tanh_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2852047Z test_Tanhshrink (__main__.TestNN) ... ok (0.015s) 2022-11-23T02:16:08.2852197Z test_Tanhshrink_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2852324Z test_Tanhshrink_no_batch_dim (__main__.TestNN) ... ok (0.011s) 2022-11-23T02:16:08.2852492Z test_Tanhshrink_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2852611Z test_Tanhshrink_scalar (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:16:08.2852759Z test_Tanhshrink_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2852883Z test_Threshold_large_value (__main__.TestNN) ... ok (0.009s) 2022-11-23T02:16:08.2853046Z test_Threshold_large_value_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2853168Z test_Threshold_no_batch_dim (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:16:08.2853331Z test_Threshold_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2853461Z test_Threshold_threshold_value (__main__.TestNN) ... ok (0.022s) 2022-11-23T02:16:08.2853628Z test_Threshold_threshold_value_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2853766Z test_Threshold_threshold_value_scalar (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:16:08.2853941Z test_Threshold_threshold_value_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2854104Z test_TransformerDecoderLayer_gelu_activation (__main__.TestNN) ... ok (0.087s) 2022-11-23T02:16:08.2854304Z test_TransformerDecoderLayer_gelu_activation_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2854465Z test_TransformerDecoderLayer_relu_activation (__main__.TestNN) ... ok (0.087s) 2022-11-23T02:16:08.2854663Z test_TransformerDecoderLayer_relu_activation_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2854867Z test_TransformerEncoderLayer_gelu_activation (__main__.TestNN) ... ok (0.055s) 2022-11-23T02:16:08.2855064Z test_TransformerEncoderLayer_gelu_activation_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2855222Z test_TransformerEncoderLayer_relu_activation (__main__.TestNN) ... ok (0.231s) 2022-11-23T02:16:08.2855419Z test_TransformerEncoderLayer_relu_activation_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2855541Z test_Transformer_cell (__main__.TestNN) ... ok (1.069s) 2022-11-23T02:16:08.2855677Z test_Transformer_multilayer_coder (__main__.TestNN) ... ok (0.544s) 2022-11-23T02:16:08.2855842Z test_Transformer_multilayer_coder_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2855989Z test_TripletMarginLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:16:08.2856186Z test_TripletMarginLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2856422Z test_TripletMarginLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.010s) 2022-11-23T02:16:08.2856613Z test_TripletMarginLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2856757Z test_TripletMarginLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:16:08.2857325Z test_TripletMarginLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2857524Z test_TripletMarginLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2857710Z test_TripletMarginLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2857855Z test_TripletMarginLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.018s) 2022-11-23T02:16:08.2858048Z test_TripletMarginLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2858233Z test_TripletMarginLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2858418Z test_TripletMarginLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2858543Z test_Unflatten_no_batch_dim (__main__.TestNN) ... ok (0.012s) 2022-11-23T02:16:08.2858710Z test_Unflatten_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2858814Z test_Unfold (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:16:08.2858962Z test_Unfold_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2859081Z test_Unfold_int_input (__main__.TestNN) ... ok (0.012s) 2022-11-23T02:16:08.2859234Z test_Unfold_int_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2859346Z test_ZeroPad2d (__main__.TestNN) ... ok (0.013s) 2022-11-23T02:16:08.2859454Z test_ZeroPad2d_complex (__main__.TestNN) ... ok (0.020s) 2022-11-23T02:16:08.2859617Z test_ZeroPad2d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.003s) 2022-11-23T02:16:08.2859768Z test_ZeroPad2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2859896Z test_ZeroPad2d_negative_dims (__main__.TestNN) ... ok (0.016s) 2022-11-23T02:16:08.2860065Z test_ZeroPad2d_negative_dims_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2860189Z test_ZeroPad2d_no_batch_dim (__main__.TestNN) ... ok (0.014s) 2022-11-23T02:16:08.2860355Z test_ZeroPad2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2860481Z test_adaptive_log_softmax (__main__.TestNN) ... ok (0.024s) 2022-11-23T02:16:08.2860635Z test_add_module (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:16:08.2860777Z test_add_module_raises_error_if_attr_exists (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:16:08.2860886Z test_affine_grid (__main__.TestNN) ... ok (0.012s) 2022-11-23T02:16:08.2860996Z test_affine_grid_3d (__main__.TestNN) ... ok (0.011s) 2022-11-23T02:16:08.2861124Z test_affine_grid_error_checking (__main__.TestNN) ... ok (0.007s) 2022-11-23T02:16:08.2861232Z test_assignment (__main__.TestNN) ... ok (0.009s) 2022-11-23T02:16:08.2861361Z test_backward_hooks_interaction (__main__.TestNN) ... ok (0.003s) 2022-11-23T02:16:08.2861522Z test_batchnorm_buffer_update_when_stats_are_not_tracked (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:16:08.2861660Z test_batchnorm_cudnn_half (__main__.TestNN) ... skip: CUDA unavailable (0.002s) 2022-11-23T02:16:08.2861808Z test_batchnorm_cudnn_nhwc (__main__.TestNN) ... skip: CUDA unavailable (0.003s) 2022-11-23T02:16:08.2861928Z test_batchnorm_nhwc_cpu (__main__.TestNN) ... ok (0.016s) 2022-11-23T02:16:08.2862081Z test_batchnorm_nhwc_cuda (__main__.TestNN) ... skip: CUDA not available (0.010s) 2022-11-23T02:16:08.2862207Z test_batchnorm_non_contig_cpu (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:16:08.2862423Z test_batchnorm_nonaffine_cuda_half_input (__main__.TestNN) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:08.2862587Z test_batchnorm_raises_error_if_bias_is_not_same_size_as_input (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:16:08.2862753Z test_batchnorm_raises_error_if_less_than_one_value_per_channel (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:16:08.2863305Z test_batchnorm_raises_error_if_running_mean_is_not_same_size_as_input (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:16:08.2863491Z test_batchnorm_raises_error_if_running_var_is_not_same_size_as_input (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:16:08.2863674Z test_batchnorm_raises_error_if_running_var_or_running_mean_have_forward_grad (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:16:08.2863846Z test_batchnorm_raises_error_if_weight_is_not_same_size_as_input (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:16:08.2863981Z test_bce_loss_always_nonnegative (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:16:08.2864109Z test_bce_loss_broadcasts_weights (__main__.TestNN) ... ok (0.011s) 2022-11-23T02:16:08.2864233Z test_bce_loss_input_range (__main__.TestNN) ... ok (0.004s) 2022-11-23T02:16:08.2864356Z test_bce_loss_size_mismatch (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:16:08.2864501Z test_bce_with_logits_broadcasts_pos_weights (__main__.TestNN) ... ok (0.004s) 2022-11-23T02:16:08.2864642Z test_bce_with_logits_broadcasts_weights (__main__.TestNN) ... ok (0.003s) 2022-11-23T02:16:08.2864806Z test_bce_with_logits_gives_same_result_as_sigmoid_and_bce_loss (__main__.TestNN) ... ok (0.005s) 2022-11-23T02:16:08.2864982Z test_bce_with_logits_gives_same_result_as_sigmoid_and_bce_loss_large_tensors_with_grad (__main__.TestNN) ... ok (0.097s) 2022-11-23T02:16:08.2865130Z test_bce_with_logits_has_correct_forward_grad (__main__.TestNN) ... ok (0.015s) 2022-11-23T02:16:08.2865271Z test_bce_with_logits_has_correct_grad_at_zero (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:16:08.2865432Z test_bce_with_logits_ones_in_pos_weights_are_the_same_as_none (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:16:08.2865605Z test_bce_with_logits_raises_if_target_and_input_are_different_size (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:16:08.2865731Z test_bce_with_logits_stability (__main__.TestNN) ... ok (0.003s) 2022-11-23T02:16:08.2865893Z test_bce_with_logits_with_pos_weight_has_correct_grad_at_zero (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:16:08.2865998Z test_bilinear (__main__.TestNN) ... ok (0.007s) 2022-11-23T02:16:08.2866126Z test_bilinear_broadcasting (__main__.TestNN) ... ok (0.003s) 2022-11-23T02:16:08.2866241Z test_bilinear_no_bias (__main__.TestNN) ... ok (0.048s) 2022-11-23T02:16:08.2866367Z test_bilinear_non_contiguous (__main__.TestNN) ... ok (0.005s) 2022-11-23T02:16:08.2866591Z test_broadcast_double_backwards_gpu (__main__.TestNN) ... skip: multi-GPU not supported (0.001s) 2022-11-23T02:16:08.2866749Z test_broadcast_no_grad (__main__.TestNN) ... skip: multi-GPU not supported (0.001s) 2022-11-23T02:16:08.2866921Z test_broadcast_not_requiring_grad (__main__.TestNN) ... skip: multi-GPU not supported (0.000s) 2022-11-23T02:16:08.2867045Z test_buffer_not_persistent (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:16:08.2867177Z test_buffer_not_persistent_assign (__main__.TestNN) ... ok (0.003s) 2022-11-23T02:16:08.2867304Z test_buffer_not_persistent_del (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:16:08.2867432Z test_buffer_not_persistent_load (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:16:08.2867556Z test_buffer_not_persistent_overwrite (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:16:08.2867682Z test_buffers_and_named_buffers (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:16:08.2867799Z test_caching_parametrization (__main__.TestNN) 2022-11-23T02:16:08.2867933Z Test the caching system of a parametrization ... ok (0.000s) 2022-11-23T02:16:08.2868108Z test_caching_parametrization_with_transfer_parametrizations_and_params (__main__.TestNN) 2022-11-23T02:16:08.2868325Z Test that transferring parametrizations doesn't cause issues with caching ... ok (0.000s) 2022-11-23T02:16:08.2869270Z test_call_supports_python_dict_output (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py:1284: UserWarning: Using non-full backward hooks on a Module that does not return a single Tensor or a tuple of Tensors is deprecated and will be removed in future versions. This hook will be missing some of the grad_output. Please use register_full_backward_hook to get the documented behavior. 2022-11-23T02:16:08.2869445Z warnings.warn("Using non-full backward hooks on a Module that does not return a " 2022-11-23T02:16:08.2869515Z ok (0.010s) 2022-11-23T02:16:08.2869636Z test_channel_shuffle (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:16:08.2869771Z test_channel_shuffle_return_self (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:16:08.2869879Z test_children (__main__.TestNN) ... ok (0.003s) 2022-11-23T02:16:08.2869994Z test_clip_grad_norm (__main__.TestNN) ... ok (0.009s) 2022-11-23T02:16:08.2870113Z test_clip_grad_value (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:16:08.2870229Z test_compute_nparams_to_prune (__main__.TestNN) 2022-11-23T02:16:08.2870380Z Test that requested pruning `amount` gets translated into the ... ok (0.000s) 2022-11-23T02:16:08.2870496Z test_container_copy (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:16:08.2870648Z test_convert_sync_batchnorm (__main__.TestNN) ... skip: CUDA not available (0.000s) 2022-11-23T02:16:08.2870778Z test_cosine_embedding_loss_invalid_shape (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:16:08.2870920Z test_cosine_embedding_loss_margin_no_reduce (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:16:08.2871059Z test_cosine_embedding_loss_no_reduce (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:16:08.2871200Z test_cosine_embedding_loss_with_diff_type (__main__.TestNN) ... ok (0.075s) 2022-11-23T02:16:08.2871319Z test_cosine_similarity (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:16:08.2871438Z test_cross_entropy_loss (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:16:08.2871573Z test_cross_entropy_loss_precision (__main__.TestNN) ... ok (4.461s) 2022-11-23T02:16:08.2871703Z test_cross_entropy_loss_zero_div (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:16:08.2871886Z test_cudnn_rnn_dropout_states_device (__main__.TestNN) ... skip: CUDNN or multi-gpu not available (0.000s) 2022-11-23T02:16:08.2872038Z test_cudnn_weight_format (__main__.TestNN) ... skip: CUDNN not available (0.003s) 2022-11-23T02:16:08.2872185Z test_cudnn_weight_tying (__main__.TestNN) ... skip: CUDNN not available (0.000s) 2022-11-23T02:16:08.2872342Z test_custom_from_mask_pruning (__main__.TestNN) 2022-11-23T02:16:08.2872482Z Test that the CustomFromMask is capable of receiving ... ok (0.006s) 2022-11-23T02:16:08.2872607Z test_deepcopy_after_parametrization (__main__.TestNN) 2022-11-23T02:16:08.2872778Z Test that we are able to create a deepcopy of the module when it's parametrized. ... ok (0.010s) 2022-11-23T02:16:08.2872877Z test_dir (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:16:08.2872981Z test_dir_digit (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:16:08.2873091Z test_elu_inplace_gradgrad (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:16:08.2873212Z test_elu_inplace_on_view (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:16:08.2873335Z test_error_RNN_seq_len_zero (__main__.TestNN) ... ok (0.011s) 2022-11-23T02:16:08.2873492Z test_errors_parametrized_tensor_parametrization (__main__.TestNN) ... ok (0.007s) 2022-11-23T02:16:08.2873653Z test_errors_unparametrized_tensor_parametrization (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:16:08.2873763Z test_extra_state (__main__.TestNN) ... ok (0.003s) 2022-11-23T02:16:08.2873900Z test_extra_state_missing_get_extra_state (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:16:08.2874038Z test_extra_state_missing_set_extra_state (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:16:08.2874204Z test_extra_state_non_dict (__main__.TestNN) ... ok (0.003s) 2022-11-23T02:16:08.2875040Z test_fb_fc_packed (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:5090: UserWarning: fbgemm_pack_gemm_matrix_fp16 is deprecated and will be removed in a future PyTorch release. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\QuantizedLinear.cpp:382.) 2022-11-23T02:16:08.2875187Z packed_w_tensor = torch.fbgemm_pack_gemm_matrix_fp16(w_tensor) 2022-11-23T02:16:08.2875625Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:5091: UserWarning: fbgemm_linear_fp16_weight_fp32_activation is deprecated and will be removed in a future PyTorch release. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\QuantizedLinear.cpp:417.) 2022-11-23T02:16:08.2875789Z actual_output = torch.fbgemm_linear_fp16_weight(x_tensor, packed_w_tensor, b_tensor) 2022-11-23T02:16:08.2875857Z ok (0.005s) 2022-11-23T02:16:08.2875963Z test_flatten (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:16:08.2876081Z test_fold_invalid_arg (__main__.TestNN) ... ok (0.007s) 2022-11-23T02:16:08.2876203Z test_gaussian_nll_loss_args (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:16:08.2876342Z test_gaussian_nll_loss_broadcasting (__main__.TestNN) ... ok (0.005s) 2022-11-23T02:16:08.2876451Z test_get_buffer (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:16:08.2876567Z test_get_buffer_from_submodules (__main__.TestNN) ... ok (0.003s) 2022-11-23T02:16:08.2876714Z test_getattr_with_property (__main__.TestNN) ... expected failure (0.002s) 2022-11-23T02:16:08.2876810Z test_global_pruning (__main__.TestNN) 2022-11-23T02:16:08.2876973Z Test that global l1 unstructured pruning over 2 parameters removes ... ok (0.003s) 2022-11-23T02:16:08.2877097Z test_global_pruning_importance_scores (__main__.TestNN) 2022-11-23T02:16:08.2877255Z Test that global l1 unstructured pruning over 2 parameters removes ... ok (0.005s) 2022-11-23T02:16:08.2877367Z test_grid_sample (__main__.TestNN) ... ok (1.268s) 2022-11-23T02:16:08.2877480Z test_grid_sample_3d (__main__.TestNN) ... ok (0.113s) 2022-11-23T02:16:08.2877971Z test_grid_sample_error_checking (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:4231: UserWarning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. 2022-11-23T02:16:08.2878047Z warnings.warn( 2022-11-23T02:16:08.2878111Z ok (0.007s) 2022-11-23T02:16:08.2878230Z test_hardtanh_backward (__main__.TestNN) ... ok (0.146s) 2022-11-23T02:16:08.2878715Z test_hardtanh_inplace_gradgrad (__main__.TestNN) ... ok (0.007s) 2022-11-23T02:16:08.2878834Z test_hook_backward_size (__main__.TestNN) ... ok (0.005s) 2022-11-23T02:16:08.2879172Z test_hook_backward_writeable (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:1969: UserWarning: nn.functional.sigmoid is deprecated. Use torch.sigmoid instead. 2022-11-23T02:16:08.2879347Z warnings.warn("nn.functional.sigmoid is deprecated. Use torch.sigmoid instead.") 2022-11-23T02:16:08.2879910Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py:1319: UserWarning: Using a non-full backward hook when the forward contains multiple autograd Nodes is deprecated and will be removed in future versions. This hook will be missing some grad_input. Please use register_full_backward_hook to get the documented behavior. 2022-11-23T02:16:08.2880141Z warnings.warn("Using a non-full backward hook when the forward contains multiple autograd Nodes " 2022-11-23T02:16:08.2880212Z ok (0.004s) 2022-11-23T02:16:08.2880342Z test_hook_buffer_registration (__main__.TestNN) ... ok (0.003s) 2022-11-23T02:16:08.2880437Z test_hook_cpp (__main__.TestNN) ... ok (0.004s) 2022-11-23T02:16:08.2880594Z test_hook_extra_input (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:16:08.2880736Z test_hook_forward_preforward_writable (__main__.TestNN) ... ok (0.003s) 2022-11-23T02:16:08.2880848Z test_hook_inplace (__main__.TestNN) ... ok (0.007s) 2022-11-23T02:16:08.2880969Z test_hook_invalid_outputs (__main__.TestNN) ... ok (0.003s) 2022-11-23T02:16:08.2881433Z test_hook_last_arg_requires_grad (__main__.TestNN) ... ok (0.001s) 2022-11-23T02:16:08.2881563Z test_hook_no_requires_grad (__main__.TestNN) ... ok (0.003s) 2022-11-23T02:16:08.2881684Z test_hook_non_full_warning (__main__.TestNN) ... ok (0.015s) 2022-11-23T02:16:08.2881821Z test_hook_parameter_registration (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:16:08.2881943Z test_hook_requires_grad (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:16:08.2882077Z test_hook_submodule_registration (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:16:08.2882587Z test_hooks (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py:1319: UserWarning: Using a non-full backward hook when the forward contains multiple autograd Nodes is deprecated and will be removed in future versions. This hook will be missing some grad_input. Please use register_full_backward_hook to get the documented behavior. 2022-11-23T02:16:08.2882774Z warnings.warn("Using a non-full backward hook when the forward contains multiple autograd Nodes " 2022-11-23T02:16:08.2882842Z ok (0.010s) 2022-11-23T02:16:08.2882968Z test_huber_loss_invalid_delta (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:16:08.2883070Z test_identity_pruning (__main__.TestNN) 2022-11-23T02:16:08.2883213Z Test that a mask of 1s does not change forward or backward. ... ok (0.000s) 2022-11-23T02:16:08.2883343Z test_initialization_parametrization (__main__.TestNN) 2022-11-23T02:16:08.2883487Z Test that it is possible to initialize a parametrization when it ... ok (0.010s) 2022-11-23T02:16:08.2883599Z test_inplace_thnn (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:16:08.2883711Z test_interpolate (__main__.TestNN) ... ok (0.167s) 2022-11-23T02:16:08.2883838Z test_interpolate_bicubic_2d (__main__.TestNN) ... ok (0.012s) 2022-11-23T02:16:08.2884007Z test_interpolate_bicubic_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2884144Z test_interpolate_bicubic_2d_zero_dim (__main__.TestNN) ... ok (0.011s) 2022-11-23T02:16:08.2884322Z test_interpolate_bicubic_2d_zero_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2884453Z test_interpolate_bicubic_scale_2d (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:16:08.2884626Z test_interpolate_bicubic_scale_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2884823Z test_interpolate_bicubic_scale_tuple_shared_2d (__main__.TestNN) ... ok (0.021s) 2022-11-23T02:16:08.2885012Z test_interpolate_bicubic_scale_tuple_shared_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2885160Z test_interpolate_bicubic_scale_tuple_skewed_2d (__main__.TestNN) ... ok (0.011s) 2022-11-23T02:16:08.2885325Z test_interpolate_bicubic_scale_tuple_skewed_2d_align_corners (__main__.TestNN) ... ok (0.011s) 2022-11-23T02:16:08.2885530Z test_interpolate_bicubic_scale_tuple_skewed_2d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2885721Z test_interpolate_bicubic_scale_tuple_skewed_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2885900Z test_interpolate_bicubic_tuple_2d (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:16:08.2886053Z test_interpolate_bicubic_tuple_2d_align_corners (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:16:08.2886247Z test_interpolate_bicubic_tuple_2d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2886459Z test_interpolate_bicubic_tuple_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2886576Z test_interpolate_bilinear_2d (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:16:08.2886742Z test_interpolate_bilinear_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2887205Z test_interpolate_bilinear_2d_zero_dim (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:16:08.2887389Z test_interpolate_bilinear_2d_zero_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2887522Z test_interpolate_bilinear_scale_2d (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:16:08.2887696Z test_interpolate_bilinear_scale_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2887851Z test_interpolate_bilinear_scale_tuple_shared_2d (__main__.TestNN) ... ok (0.019s) 2022-11-23T02:16:08.2888043Z test_interpolate_bilinear_scale_tuple_shared_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2888194Z test_interpolate_bilinear_scale_tuple_skewed_2d (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:16:08.2888360Z test_interpolate_bilinear_scale_tuple_skewed_2d_align_corners (__main__.TestNN) ... ok (0.009s) 2022-11-23T02:16:08.2888570Z test_interpolate_bilinear_scale_tuple_skewed_2d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2888758Z test_interpolate_bilinear_scale_tuple_skewed_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2888894Z test_interpolate_bilinear_tuple_2d (__main__.TestNN) ... ok (0.011s) 2022-11-23T02:16:08.2889045Z test_interpolate_bilinear_tuple_2d_align_corners (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:16:08.2889239Z test_interpolate_bilinear_tuple_2d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2889412Z test_interpolate_bilinear_tuple_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2889578Z test_interpolate_illegal_memory_access (__main__.TestNN) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:08.2889705Z test_interpolate_linear_1d (__main__.TestNN) ... ok (0.012s) 2022-11-23T02:16:08.2889848Z test_interpolate_linear_1d_align_corners (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:16:08.2890032Z test_interpolate_linear_1d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2890184Z test_interpolate_linear_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2890319Z test_interpolate_linear_1d_zero_dim (__main__.TestNN) ... ok (0.009s) 2022-11-23T02:16:08.2890543Z test_interpolate_linear_1d_zero_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2890675Z test_interpolate_linear_scale_1d (__main__.TestNN) ... ok (0.009s) 2022-11-23T02:16:08.2890824Z test_interpolate_linear_scale_1d_align_corners (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:16:08.2891010Z test_interpolate_linear_scale_1d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2891179Z test_interpolate_linear_scale_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2891314Z test_interpolate_linear_tuple_1d (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:16:08.2891484Z test_interpolate_linear_tuple_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2891651Z test_interpolate_nearest_1d (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:16:08.2891818Z test_interpolate_nearest_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2891957Z test_interpolate_nearest_1d_zero_dim (__main__.TestNN) ... ok (0.018s) 2022-11-23T02:16:08.2892173Z test_interpolate_nearest_1d_zero_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2892302Z test_interpolate_nearest_2d (__main__.TestNN) ... ok (0.011s) 2022-11-23T02:16:08.2892465Z test_interpolate_nearest_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2892612Z test_interpolate_nearest_2d_launch_configs (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:16:08.2893132Z test_interpolate_nearest_2d_launch_configs_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2893278Z test_interpolate_nearest_2d_zero_dim (__main__.TestNN) ... ok (0.009s) 2022-11-23T02:16:08.2893457Z test_interpolate_nearest_2d_zero_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2893570Z test_interpolate_nearest_3d (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:16:08.2893738Z test_interpolate_nearest_3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2893874Z test_interpolate_nearest_3d_zero_dim (__main__.TestNN) ... ok (0.019s) 2022-11-23T02:16:08.2894046Z test_interpolate_nearest_3d_zero_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2894179Z test_interpolate_nearest_scale_1d (__main__.TestNN) ... ok (0.011s) 2022-11-23T02:16:08.2894354Z test_interpolate_nearest_scale_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2894487Z test_interpolate_nearest_scale_2d (__main__.TestNN) ... ok (0.012s) 2022-11-23T02:16:08.2894656Z test_interpolate_nearest_scale_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2894789Z test_interpolate_nearest_scale_3d (__main__.TestNN) ... ok (0.019s) 2022-11-23T02:16:08.2894964Z test_interpolate_nearest_scale_3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2895098Z test_interpolate_nearest_tuple_1d (__main__.TestNN) ... ok (0.011s) 2022-11-23T02:16:08.2895271Z test_interpolate_nearest_tuple_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2895401Z test_interpolate_nearest_tuple_2d (__main__.TestNN) ... ok (0.015s) 2022-11-23T02:16:08.2895570Z test_interpolate_nearest_tuple_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2895701Z test_interpolate_nearest_tuple_3d (__main__.TestNN) ... ok (0.013s) 2022-11-23T02:16:08.2895873Z test_interpolate_nearest_tuple_3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2895999Z test_interpolate_trilinear_3d (__main__.TestNN) ... ok (0.020s) 2022-11-23T02:16:08.2896165Z test_interpolate_trilinear_3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2896352Z test_interpolate_trilinear_3d_zero_dim (__main__.TestNN) ... ok (0.012s) 2022-11-23T02:16:08.2896517Z test_interpolate_trilinear_3d_zero_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2896652Z test_interpolate_trilinear_scale_3d (__main__.TestNN) ... ok (0.016s) 2022-11-23T02:16:08.2896806Z test_interpolate_trilinear_scale_3d_align_corners (__main__.TestNN) ... ok (0.016s) 2022-11-23T02:16:08.2896998Z test_interpolate_trilinear_scale_3d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2897176Z test_interpolate_trilinear_scale_3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.003s) 2022-11-23T02:16:08.2897311Z test_interpolate_trilinear_tuple_3d (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:16:08.2897463Z test_interpolate_trilinear_tuple_3d_align_corners (__main__.TestNN) ... ok (0.019s) 2022-11-23T02:16:08.2897702Z test_interpolate_trilinear_tuple_3d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2897884Z test_interpolate_trilinear_tuple_3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2898009Z test_kl_div_log_softmax_target (__main__.TestNN) ... ok (0.003s) 2022-11-23T02:16:08.2898886Z test_kl_div_with_diff_type (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:2920: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-11-23T02:16:08.2898972Z warnings.warn( 2022-11-23T02:16:08.2899038Z ok (0.004s) 2022-11-23T02:16:08.2899175Z test_kl_div_with_diff_type_log_target (__main__.TestNN) ... ok (0.004s) 2022-11-23T02:16:08.2899292Z test_l1_loss_correct (__main__.TestNN) ... ok (12.560s) 2022-11-23T02:16:08.2899409Z test_l1_unstructured_pruning (__main__.TestNN) 2022-11-23T02:16:08.2899562Z Test that l1 unstructured pruning actually removes the lowest ... ok (0.002s) 2022-11-23T02:16:08.2899707Z test_l1_unstructured_pruning_with_importance_scores (__main__.TestNN) 2022-11-23T02:16:08.2899858Z Test that l1 unstructured pruning actually removes the lowest ... ok (0.003s) 2022-11-23T02:16:08.2900005Z test_layer_norm_grads_with_create_graph_flag (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:16:08.2900143Z test_linear_autograd_device_cpu_bias_weightCOO (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:16:08.2900767Z test_linear_autograd_device_cpu_bias_weightCSC (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:9899: UserWarning: Sparse CSC tensor support is in beta state. If you miss a functionality in the sparse tensor support, please submit a feature request to https://github.com/pytorch/pytorch/issues. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\SparseCsrTensorImpl.cpp:56.) 2022-11-23T02:16:08.2900926Z module.weight = nn.Parameter(module.weight.to_sparse_csc()) 2022-11-23T02:16:08.2900979Z ok (0.010s) 2022-11-23T02:16:08.2901129Z test_linear_autograd_device_cpu_bias_weightCSR (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:16:08.2901288Z test_linear_autograd_device_cpu_bias_weightStrided (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:16:08.2901441Z test_linear_autograd_device_cpu_nobias_weightCOO (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:16:08.2901595Z test_linear_autograd_device_cpu_nobias_weightCSC (__main__.TestNN) ... ok (0.007s) 2022-11-23T02:16:08.2901745Z test_linear_autograd_device_cpu_nobias_weightCSR (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:16:08.2901904Z test_linear_autograd_device_cpu_nobias_weightStrided (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:16:08.2902027Z test_linear_broadcasting (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:16:08.2902137Z test_ln_structured_pruning (__main__.TestNN) 2022-11-23T02:16:08.2902311Z Check Ln structured pruning by hand. ... ok (0.004s) 2022-11-23T02:16:08.2902444Z test_ln_structured_pruning_importance_scores (__main__.TestNN) 2022-11-23T02:16:08.2902561Z Check Ln structured pruning by hand. ... ok (0.004s) 2022-11-23T02:16:08.2902674Z test_load_state_dict (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:16:08.2902791Z test_load_state_dict_BC (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:16:08.2902913Z test_load_state_dict_child (__main__.TestNN) ... ok (0.155s) 2022-11-23T02:16:08.2903026Z test_load_state_dict_custom (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:16:08.2903150Z test_load_state_dict_invalid (__main__.TestNN) ... ok (0.003s) 2022-11-23T02:16:08.2903276Z test_load_state_dict_ref_cycle (__main__.TestNN) ... ok (0.183s) 2022-11-23T02:16:08.2903406Z test_load_state_dict_type (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:16:08.2903558Z test_log_softmax_cpu (__main__.TestNN) ... ok (0.015s) 2022-11-23T02:16:08.2903675Z test_log_softmax_dim0 (__main__.TestNN) ... ok (0.013s) 2022-11-23T02:16:08.2903831Z test_log_softmax_dim0_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2903987Z test_log_softmax_dim3 (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:16:08.2904144Z test_log_softmax_dim3_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2904263Z test_log_softmax_lastdim (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:16:08.2904424Z test_log_softmax_lastdim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2904896Z test_log_softmax_scalar (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:16:08.2905063Z test_log_softmax_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2905185Z test_log_softmax_spatial (__main__.TestNN) ... ok (0.016s) 2022-11-23T02:16:08.2905345Z test_log_softmax_spatial_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2905479Z test_log_softmax_spatial_special (__main__.TestNN) ... ok (0.016s) 2022-11-23T02:16:08.2905651Z test_log_softmax_spatial_special_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2906082Z test_loss_equal_input_target_shape (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:6136: UserWarning: Using a target size (torch.Size([5, 3])) that is different to the input size (torch.Size([3, 5])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T02:16:08.2906190Z 'mse_loss': lambda x, y: F.mse_loss(x, y), 2022-11-23T02:16:08.2906563Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:6137: UserWarning: Using a target size (torch.Size([5, 3])) that is different to the input size (torch.Size([3, 5])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T02:16:08.2906665Z 'l1_loss': lambda x, y: F.l1_loss(x, y), 2022-11-23T02:16:08.2907007Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:6138: UserWarning: Using a target size (torch.Size([5, 3])) that is different to the input size (torch.Size([3, 5])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T02:16:08.2907125Z 'smooth_l1_loss': lambda x, y: F.smooth_l1_loss(x, y), 2022-11-23T02:16:08.2907479Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:6139: UserWarning: Using a target size (torch.Size([5, 3])) that is different to the input size (torch.Size([3, 5])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T02:16:08.2907592Z 'huber_loss': lambda x, y: F.huber_loss(x, y), 2022-11-23T02:16:08.2908059Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:2920: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-11-23T02:16:08.2908180Z warnings.warn( 2022-11-23T02:16:08.2908245Z ok (0.005s) 2022-11-23T02:16:08.2908388Z test_margin_ranking_loss_margin_no_reduce (__main__.TestNN) ... ok (0.005s) 2022-11-23T02:16:08.2908522Z test_margin_ranking_loss_no_reduce (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:16:08.2908648Z test_module_apply_inplace_op (__main__.TestNN) ... ok (0.005s) 2022-11-23T02:16:08.2908770Z test_module_backcompat (__main__.TestNN) ... ok (0.031s) 2022-11-23T02:16:08.2908891Z test_module_to_argparse (__main__.TestNN) ... ok (0.003s) 2022-11-23T02:16:08.2908995Z test_modules (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:16:08.2909117Z test_mse_loss_size_warning (__main__.TestNN) ... ok (0.001s) 2022-11-23T02:16:08.2909274Z test_multihead_attention_average_attn_weights_False (__main__.TestNN) ... ok (2.916s) 2022-11-23T02:16:08.2909476Z test_multihead_attention_average_attn_weights_True (__main__.TestNN) ... ok (2.855s) 2022-11-23T02:16:08.2909610Z test_multihead_attn_3d_attn_mask (__main__.TestNN) ... ok (0.008s) 2022-11-23T02:16:08.2909754Z test_multihead_attn_fast_path_invalid_shape (__main__.TestNN) ... ok (0.007s) 2022-11-23T02:16:08.2909924Z test_multihead_attn_invalid_shape (__main__.TestNN) ... ok (0.003s) 2022-11-23T02:16:08.2910462Z test_multihead_attn_nested_tensor_outside_fast_path (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:5598: UserWarning: The PyTorch API of nested tensors is in prototype stage and will change in the near future. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\NestedTensorImpl.cpp:179.) 2022-11-23T02:16:08.2910594Z nt = torch.nested.nested_tensor([torch.randn(4, 4)]) 2022-11-23T02:16:08.2910659Z ok (0.003s) 2022-11-23T02:16:08.2910770Z test_multihead_attn_no_bias (__main__.TestNN) ... ok (0.003s) 2022-11-23T02:16:08.2910925Z test_multimarginloss_1d_input_0d_target_no_reduce (__main__.TestNN) ... ok (0.009s) 2022-11-23T02:16:08.2911118Z test_multimarginloss_1d_input_0d_target_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:16:08.2911259Z test_multiple_inputs_parametrization (__main__.TestNN) ... ok (0.012s) 2022-11-23T02:16:08.2911385Z test_multiple_pruning_calls (__main__.TestNN) ... ok (0.004s) 2022-11-23T02:16:08.2911496Z test_named_children (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:16:08.2911612Z test_named_modules (__main__.TestNN) ... ok (0.005s) 2022-11-23T02:16:08.2911757Z test_named_parameters_remove_duplicate (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:16:08.2911881Z test_nested_tensor_from_mask (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:16:08.2912013Z test_nested_tensor_from_mask_error (__main__.TestNN) ... ok (0.004s) 2022-11-23T02:16:08.2912133Z test_new_spectral_norm (__main__.TestNN) ... ok (0.050s) 2022-11-23T02:16:08.2912254Z test_new_spectral_norm_dim (__main__.TestNN) ... ok (0.004s) 2022-11-23T02:16:08.2912382Z test_new_spectral_norm_forward (__main__.TestNN) ... ok (0.005s) 2022-11-23T02:16:08.2912517Z test_new_spectral_norm_load_state_dict (__main__.TestNN) ... ok (0.014s) 2022-11-23T02:16:08.2912622Z test_no_grad (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:16:08.2912743Z test_non_leaf_parameters (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:16:08.2912838Z test_normalize (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:16:08.2912958Z test_orthogonal_errors (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:16:08.2913093Z test_orthogonal_parametrization (__main__.TestNN) ... ok (0.240s) 2022-11-23T02:16:08.2913241Z test_overwrite_module_params_on_conversion (__main__.TestNN) ... ok (0.018s) 2022-11-23T02:16:08.2913405Z test_pack_sequence_batch_sizes_throw (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-11-23T02:16:08.2913565Z test_pad_scalar_error (__main__.TestNN) ... ok (0.003s) 2022-11-23T02:16:08.2913678Z test_padding_list (__main__.TestNN) ... ok (0.007s) 2022-11-23T02:16:08.2913794Z test_pairwise_distance (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:16:08.2913918Z test_parameter_assignment (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:16:08.2914048Z test_parameterlistdict_pickle (__main__.TestNN) ... ok (0.011s) 2022-11-23T02:16:08.2914197Z test_parameterlistdict_setting_attributes (__main__.TestNN) ... ok (0.003s) 2022-11-23T02:16:08.2914339Z test_parameters_and_named_parameters (__main__.TestNN) ... ok (0.004s) 2022-11-23T02:16:08.2914460Z test_parameters_to_vector (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:16:08.2914590Z test_parametrization_same_training_mode (__main__.TestNN) 2022-11-23T02:16:08.2914743Z Test training mode updated on parametrization registration ... ok (0.002s) 2022-11-23T02:16:08.2914845Z test_parse_to (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:16:08.2914987Z test_partial_flat_weights (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-11-23T02:16:08.2915089Z test_pdist (__main__.TestNN) ... ok (0.023s) 2022-11-23T02:16:08.2915262Z test_pdist_cpu_gradgrad_unimplemented (__main__.TestNN) ... expected failure (0.005s) 2022-11-23T02:16:08.2915462Z test_pdist_cuda_gradgrad_unimplemented (__main__.TestNN) ... expected failure (0.061s) 2022-11-23T02:16:08.2915578Z test_pdist_empty_col (__main__.TestNN) ... ok (0.003s) 2022-11-23T02:16:08.2915692Z test_pdist_empty_row (__main__.TestNN) ... ok (0.003s) 2022-11-23T02:16:08.2915890Z test_pdist_large (__main__.TestNN) ... ok (0.016s) 2022-11-23T02:16:08.2915988Z test_pdist_zeros (__main__.TestNN) 2022-11-23T02:16:08.2916112Z Test that grad is still valid when dist is 0 ... ok (0.011s) 2022-11-23T02:16:08.2916234Z test_pixel_shuffle_nhwc_cpu (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:16:08.2916361Z test_pixel_shuffle_unshuffle (__main__.TestNN) ... ok (0.473s) 2022-11-23T02:16:08.2916788Z test_pointwise_loss_broadcast (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8751: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T02:16:08.2916913Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-11-23T02:16:08.2917284Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8751: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T02:16:08.2917405Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-11-23T02:16:08.2917773Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8751: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T02:16:08.2917896Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-11-23T02:16:08.2918265Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8751: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T02:16:08.2918386Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-11-23T02:16:08.2918753Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8751: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T02:16:08.2918874Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-11-23T02:16:08.2919276Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8751: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T02:16:08.2919396Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-11-23T02:16:08.2919840Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8751: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T02:16:08.2919963Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-11-23T02:16:08.2920314Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8752: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T02:16:08.2920437Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-11-23T02:16:08.2920793Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8752: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T02:16:08.2920912Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-11-23T02:16:08.2921370Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8752: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T02:16:08.2921491Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-11-23T02:16:08.2921895Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8752: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T02:16:08.2922015Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-11-23T02:16:08.2922373Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8752: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T02:16:08.2922490Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-11-23T02:16:08.2922845Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8752: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T02:16:08.2922949Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-11-23T02:16:08.2923304Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8752: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T02:16:08.2923419Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-11-23T02:16:08.2923780Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8753: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T02:16:08.2923919Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-11-23T02:16:08.2924271Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8753: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T02:16:08.2924453Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-11-23T02:16:08.2924812Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8753: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T02:16:08.2924946Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-11-23T02:16:08.2925299Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8753: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T02:16:08.2925435Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-11-23T02:16:08.2925792Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8753: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T02:16:08.2925922Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-11-23T02:16:08.2926315Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8753: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T02:16:08.2926451Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-11-23T02:16:08.2926807Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8753: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T02:16:08.2926939Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-11-23T02:16:08.2927334Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8754: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T02:16:08.2927469Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-11-23T02:16:08.2927860Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8754: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T02:16:08.2927990Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-11-23T02:16:08.2928348Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8754: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T02:16:08.2928475Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-11-23T02:16:08.2928827Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8754: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T02:16:08.2928951Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-11-23T02:16:08.2929305Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8754: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T02:16:08.2929479Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-11-23T02:16:08.2929834Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8754: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T02:16:08.2929960Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-11-23T02:16:08.2930313Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8754: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T02:16:08.2930440Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-11-23T02:16:08.2930506Z ok (0.034s) 2022-11-23T02:16:08.2930658Z test_pointwise_loss_target_grad_none_reduction (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:16:08.2930797Z test_poisson_nll_loss_reduction_modes (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:16:08.2930935Z test_projections_errors_on_gru_and_rnn (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:16:08.2931068Z test_projections_lstm_args_check (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:16:08.2931281Z test_projections_lstm_check_device (__main__.TestNN) ... skip: multi-GPU not supported (0.001s) 2022-11-23T02:16:08.2931428Z test_projections_lstm_initial_hidden_state (__main__.TestNN) ... ok (0.025s) 2022-11-23T02:16:08.2931530Z test_prune (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:16:08.2931656Z test_prune_importance_scores (__main__.TestNN) ... ok (0.003s) 2022-11-23T02:16:08.2931798Z test_prune_importance_scores_mimic_default (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:16:08.2931912Z test_pruning_container (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:16:08.2932032Z test_pruning_container_compute_mask (__main__.TestNN) 2022-11-23T02:16:08.2932180Z Test `compute_mask` of pruning container with a known `t` and ... ok (0.000s) 2022-11-23T02:16:08.2932293Z test_pruning_id_consistency (__main__.TestNN) 2022-11-23T02:16:08.2932447Z Test that pruning doesn't change the id of the parameters, which ... ok (0.000s) 2022-11-23T02:16:08.2932548Z test_pruning_rollback (__main__.TestNN) 2022-11-23T02:16:08.2932702Z Test that if something fails when the we try to compute the mask, ... ok (0.000s) 2022-11-23T02:16:08.2932839Z test_pruning_serialization_model (__main__.TestNN) ... ok (0.025s) 2022-11-23T02:16:08.2933019Z test_pruning_serialization_state_dict (__main__.TestNN) ... ok (0.013s) 2022-11-23T02:16:08.2933135Z test_random_pruning (__main__.TestNN) ... ok (0.004s) 2022-11-23T02:16:08.2933240Z test_random_pruning_0perc (__main__.TestNN) 2022-11-23T02:16:08.2933385Z Test that a mask of 1s does not change forward or backward. ... ok (0.003s) 2022-11-23T02:16:08.2933533Z test_random_pruning_forward (__main__.TestNN) 2022-11-23T02:16:08.2933646Z check forward with mask (by hand). ... ok (0.000s) 2022-11-23T02:16:08.2933755Z test_random_pruning_new_weight (__main__.TestNN) 2022-11-23T02:16:08.2933883Z Test that module.name now contains a pruned version of ... ok (0.003s) 2022-11-23T02:16:08.2933988Z test_random_pruning_orig (__main__.TestNN) 2022-11-23T02:16:08.2934127Z Test that original tensor is correctly stored in 'orig' ... ok (0.006s) 2022-11-23T02:16:08.2934257Z test_random_pruning_pickle (__main__.TestNN) ... ok (0.005s) 2022-11-23T02:16:08.2934363Z test_random_pruning_sizes (__main__.TestNN) 2022-11-23T02:16:08.2934516Z Test that the new parameters and buffers created by the pruning ... ok (0.004s) 2022-11-23T02:16:08.2934656Z test_random_structured_pruning_amount (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:16:08.2934845Z test_register_and_remove_buffer_parametrization (__main__.TestNN) 2022-11-23T02:16:08.2935007Z Test that it is possible to add and remove parametrizations on buffers ... ok (0.004s) 2022-11-23T02:16:08.2935143Z test_register_and_remove_nested_parametrization (__main__.TestNN) 2022-11-23T02:16:08.2935282Z Test that it is possible to nest the parametrizations ... ok (0.004s) 2022-11-23T02:16:08.2935412Z test_register_and_remove_parametrization (__main__.TestNN) 2022-11-23T02:16:08.2935554Z Test that it is possible to add a few parametrizations ... ok (0.022s) 2022-11-23T02:16:08.2935715Z test_register_buffer_allows_overwriting_with_same_name (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:16:08.2935868Z test_register_buffer_raises_error_if_attr_exists (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:16:08.2936023Z test_register_buffer_raises_error_if_name_is_not_string (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:16:08.2936173Z test_register_buffer_raises_error_if_not_tensor (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:16:08.2936326Z test_register_parameter_allows_overwriting_with_same_name (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:16:08.2936480Z test_register_parameter_raises_error_if_attr_exists (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:16:08.2936645Z test_register_parameter_raises_error_if_name_is_not_string (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:16:08.2936769Z test_relu_inplace_on_view (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:16:08.2936866Z test_remove_pruning (__main__.TestNN) 2022-11-23T02:16:08.2937058Z `prune.remove` removes the hook and the reparametrization ... ok (0.000s) 2022-11-23T02:16:08.2937174Z test_remove_pruning_exception (__main__.TestNN) 2022-11-23T02:16:08.2937320Z Removing from an unpruned tensor throws an assertion error ... ok (0.000s) 2022-11-23T02:16:08.2937428Z test_remove_pruning_forward (__main__.TestNN) 2022-11-23T02:16:08.2937576Z Remove pruning and check forward is unchanged from previous ... ok (0.010s) 2022-11-23T02:16:08.2937678Z test_repr (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:16:08.2937789Z test_requires_grad_ (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:16:08.2937898Z test_rnn_args_check (__main__.TestNN) ... ok (0.008s) 2022-11-23T02:16:08.2938055Z test_rnn_check_device (__main__.TestNN) ... skip: multi-GPU not supported (0.001s) 2022-11-23T02:16:08.2938181Z test_rnn_initial_hidden_state (__main__.TestNN) ... ok (0.021s) 2022-11-23T02:16:08.2938291Z test_rnn_pruning (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:16:08.2938396Z test_rnn_weight_norm (__main__.TestNN) ... ok (0.003s) 2022-11-23T02:16:08.2938522Z test_serialization_parametrization (__main__.TestNN) 2022-11-23T02:16:08.2938684Z Test that it is possible to serialize a parametrized model via state_dict ... ok (0.016s) 2022-11-23T02:16:08.2939158Z test_share_memory (__main__.TestNN) ... 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:16:08.2939267Z warnings.warn(message, UserWarning) 2022-11-23T02:16:08.2939331Z ok (0.000s) 2022-11-23T02:16:08.2939467Z test_smoothl1loss_intergral_target (__main__.TestNN) ... ok (0.014s) 2022-11-23T02:16:08.2939654Z test_smoothl1loss_negative_beta_not_supported (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:16:08.2939768Z test_softmax_cpu (__main__.TestNN) ... ok (0.013s) 2022-11-23T02:16:08.2939898Z test_softmax_functional_dim0 (__main__.TestNN) ... ok (0.012s) 2022-11-23T02:16:08.2940064Z test_softmax_functional_dim0_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2940188Z test_softmax_functional_dim3 (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:16:08.2940354Z test_softmax_functional_dim3_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2940531Z test_softmax_functional_scalar (__main__.TestNN) ... ok (0.012s) 2022-11-23T02:16:08.2940701Z test_softmax_functional_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2940816Z test_softmax_lastdim (__main__.TestNN) ... ok (0.014s) 2022-11-23T02:16:08.2940970Z test_softmax_lastdim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2941093Z test_softmax_lastdim_dtype (__main__.TestNN) ... ok (0.011s) 2022-11-23T02:16:08.2941244Z test_softmax_lastdim_dtype_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2941359Z test_softmax_spatial (__main__.TestNN) ... ok (0.009s) 2022-11-23T02:16:08.2941514Z test_softmax_spatial_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2941639Z test_softmax_spatial_dtype (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:16:08.2941797Z test_softmax_spatial_dtype_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:08.2941925Z test_softmax_spatial_special (__main__.TestNN) ... ok (0.023s) 2022-11-23T02:16:08.2942089Z test_softmax_spatial_special_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:16:08.2942192Z test_softmin (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:16:08.2942672Z test_spectral_norm (__main__.TestNN) ... 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:16:08.2942776Z warnings.warn(message, UserWarning) 2022-11-23T02:16:08.2942841Z ok (0.038s) 2022-11-23T02:16:08.2942960Z test_spectral_norm_dim (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:16:08.2943083Z test_spectral_norm_forward (__main__.TestNN) ... ok (0.003s) 2022-11-23T02:16:08.2943217Z test_spectral_norm_load_state_dict (__main__.TestNN) ... ok (0.022s) 2022-11-23T02:16:08.2943338Z test_spectral_norm_pickle (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:16:08.2943443Z test_state_dict (__main__.TestNN) ... ok (0.004s) 2022-11-23T02:16:08.2943602Z test_sync_batchnorm_accuracy_cuda (__main__.TestNN) ... skip: CUDA not available (0.002s) 2022-11-23T02:16:08.2943763Z test_sync_batchnorm_backward_elemt (__main__.TestNN) ... skip: CUDA not available (0.000s) 2022-11-23T02:16:08.2943871Z test_threshold_bfloat16 (__main__.TestNN) ... ok (0.003s) 2022-11-23T02:16:08.2943983Z test_threshold_int (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:16:08.2944080Z test_to (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:16:08.2944211Z test_train_errors_for_invalid_mode (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:16:08.2944346Z test_transfer_parametrizations_and_params (__main__.TestNN) 2022-11-23T02:16:08.2944524Z Test that all parametrizations and their associated parameters are transferred. ... ok (0.000s) 2022-11-23T02:16:08.2944681Z test_transfer_parametrizations_and_params_many_to_one (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:16:08.2944833Z test_transfer_parametrizations_and_params_right_inverse (__main__.TestNN) 2022-11-23T02:16:08.2945014Z Test that all parametrizations and their associated parameters are transferred. ... ok (0.000s) 2022-11-23T02:16:08.2945210Z test_transfer_parametrizations_and_params_single_param (__main__.TestNN) 2022-11-23T02:16:08.2945390Z Test that all parametrizations and their associated parameters are transferred. ... ok (0.010s) 2022-11-23T02:16:08.2945518Z test_transformer_args_check (__main__.TestNN) ... ok (0.275s) 2022-11-23T02:16:08.2945651Z test_transformer_layer_args_check (__main__.TestNN) ... ok (0.025s) 2022-11-23T02:16:08.2945817Z test_transformerdecoder (__main__.TestNN) ... ok (0.164s) 2022-11-23T02:16:08.2945955Z test_transformerdecoderlayer (__main__.TestNN) ... ok (0.037s) 2022-11-23T02:16:08.2946141Z test_transformerdecoderlayer_gelu (__main__.TestNN) ... ok (0.031s) 2022-11-23T02:16:08.2946249Z test_triplet_margin_loss (__main__.TestNN) ... ok (0.012s) 2022-11-23T02:16:08.2946385Z test_triplet_margin_loss_no_reduce (__main__.TestNN) ... ok (0.005s) 2022-11-23T02:16:08.2946510Z test_triplet_margin_loss_swap (__main__.TestNN) ... ok (0.007s) 2022-11-23T02:16:08.2946646Z test_triplet_margin_loss_swap_no_reduce (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:16:08.2946745Z test_type (__main__.TestNN) ... ok (0.004s) 2022-11-23T02:16:08.2946867Z test_type_before_parametrizations (__main__.TestNN) 2022-11-23T02:16:08.2947032Z Test that type_before_parametrizations always retrieves original type ... ok (0.002s) 2022-11-23T02:16:08.2947581Z test_unflatten (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py:1093: UserWarning: Named tensors and all their associated APIs are an experimental feature and subject to change. Please do not use them for anything important until they are released as stable. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10/core/TensorImpl.h:1787.) 2022-11-23T02:16:08.2947700Z return super(Tensor, self).refine_names(names) 2022-11-23T02:16:08.2947765Z ok (0.003s) 2022-11-23T02:16:08.2947889Z test_unflatten_invalid_arg (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:16:08.2948008Z test_unfold_invalid_arg (__main__.TestNN) ... ok (0.003s) 2022-11-23T02:16:08.2948138Z test_unstructured_pruning_same_magnitude (__main__.TestNN) 2022-11-23T02:16:08.2948330Z Since it may happen that the tensor to prune has entries with the ... ok (0.002s) 2022-11-23T02:16:08.2948489Z test_upsamplingBilinear2d_spatial_invariance (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:16:08.2948616Z test_upsamplingLinear1d (__main__.TestNN) ... ok (0.012s) 2022-11-23T02:16:08.2948767Z test_upsamplingLinear1d_spatial_invariance (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:16:08.2948900Z test_upsamplingTrilinear3d (__main__.TestNN) ... ok (0.070s) 2022-11-23T02:16:08.2949046Z test_upsamplingTrilinear3d_spatial_invariance (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:16:08.2949167Z test_upsampling_bfloat16 (__main__.TestNN) ... ok (0.035s) 2022-11-23T02:16:08.2949311Z test_upsampling_not_recompute_scale_factor (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:16:08.2949435Z test_upsampling_small_scale (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:16:08.2949547Z test_validate_pruning_amount (__main__.TestNN) 2022-11-23T02:16:08.2949690Z Tests the second util function that validates the pruning ... ok (0.000s) 2022-11-23T02:16:08.2949811Z test_validate_pruning_amount_init (__main__.TestNN) 2022-11-23T02:16:08.2949952Z Test the first util function that validates the pruning ... ok (0.000s) 2022-11-23T02:16:08.2950075Z test_vector_to_parameters (__main__.TestNN) ... ok (0.011s) 2022-11-23T02:16:08.2950185Z test_weight_norm (__main__.TestNN) ... ok (0.008s) 2022-11-23T02:16:08.2950306Z test_weight_norm_pickle (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:16:08.2950411Z test_zero_grad (__main__.TestNN) ... ok (0.004s) 2022-11-23T02:16:08.2950546Z test_calculate_gain_leaky_relu (__main__.TestNNInit) ... ok (0.001s) 2022-11-23T02:16:08.2950707Z test_calculate_gain_leaky_relu_only_accepts_numbers (__main__.TestNNInit) ... ok (0.001s) 2022-11-23T02:16:08.2950835Z test_calculate_gain_linear (__main__.TestNNInit) ... ok (0.001s) 2022-11-23T02:16:08.2950967Z test_calculate_gain_nonlinear (__main__.TestNNInit) ... ok (0.002s) 2022-11-23T02:16:08.2951124Z test_calculate_gain_only_accepts_valid_nonlinearities (__main__.TestNNInit) ... ok (0.001s) 2022-11-23T02:16:08.2951281Z test_constant (__main__.TestNNInit) ... ok (0.002s) 2022-11-23T02:16:08.2951403Z test_deprecation (__main__.TestNNInit) ... ok (0.005s) 2022-11-23T02:16:08.2951522Z test_dirac_identity (__main__.TestNNInit) ... ok (0.010s) 2022-11-23T02:16:08.2951662Z test_dirac_only_works_on_3_4_5d_inputs (__main__.TestNNInit) ... ok (0.002s) 2022-11-23T02:16:08.2951837Z test_dirac_properties (__main__.TestNNInit) ... ok (0.003s) 2022-11-23T02:16:08.2951982Z test_eye (__main__.TestNNInit) ... ok (0.001s) 2022-11-23T02:16:08.2952117Z test_eye_only_works_on_2d_inputs (__main__.TestNNInit) ... ok (0.001s) 2022-11-23T02:16:08.2952238Z test_kaiming_normal (__main__.TestNNInit) ... ok (0.368s) 2022-11-23T02:16:08.2952399Z test_kaiming_normal_errors_on_inputs_smaller_than_2d (__main__.TestNNInit) ... ok (0.002s) 2022-11-23T02:16:08.2952552Z test_kaiming_normal_warning_on_0element_tensor (__main__.TestNNInit) ... ok (0.003s) 2022-11-23T02:16:08.2952676Z test_kaiming_uniform (__main__.TestNNInit) ... ok (0.278s) 2022-11-23T02:16:08.2952837Z test_kaiming_uniform_errors_on_inputs_smaller_than_2d (__main__.TestNNInit) ... ok (0.006s) 2022-11-23T02:16:08.2952992Z test_kaiming_uniform_warning_on_0element_tensor (__main__.TestNNInit) ... ok (0.000s) 2022-11-23T02:16:08.2953099Z test_normal (__main__.TestNNInit) ... ok (1.260s) 2022-11-23T02:16:08.2953220Z test_ones_and_zeros (__main__.TestNNInit) ... ok (0.003s) 2022-11-23T02:16:08.2953324Z test_orthogonal (__main__.TestNNInit) ... ok (0.003s) 2022-11-23T02:16:08.2953449Z test_sparse_default_std (__main__.TestNNInit) ... ok (0.006s) 2022-11-23T02:16:08.2953586Z test_sparse_only_works_on_2d_inputs (__main__.TestNNInit) ... ok (0.000s) 2022-11-23T02:16:08.2953777Z test_trunc_normal (__main__.TestNNInit) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T02:16:08.2953934Z test_uniform (__main__.TestNNInit) ... ok (1.164s) 2022-11-23T02:16:08.2954055Z test_xavier_normal (__main__.TestNNInit) ... ok (0.695s) 2022-11-23T02:16:08.2954211Z test_xavier_normal_errors_on_inputs_smaller_than_2d (__main__.TestNNInit) ... ok (0.002s) 2022-11-23T02:16:08.2954331Z test_xavier_uniform (__main__.TestNNInit) ... ok (0.106s) 2022-11-23T02:16:08.2954488Z test_xavier_uniform_errors_on_inputs_smaller_than_2d (__main__.TestNNInit) ... ok (0.000s) 2022-11-23T02:16:08.2954644Z test_load_state_dict_module_pre_hook (__main__.TestStateDictHooks) ... ok (0.006s) 2022-11-23T02:16:08.2954792Z test_load_state_dict_post_hook (__main__.TestStateDictHooks) ... ok (0.000s) 2022-11-23T02:16:08.2955020Z test_load_state_dict_post_hook_backward_compatibility (__main__.TestStateDictHooks) ... skip: Tempfile permission issue on windows (0.000s) 2022-11-23T02:16:08.2955165Z test_load_state_dict_pre_hook (__main__.TestStateDictHooks) ... ok (0.000s) 2022-11-23T02:16:08.2955306Z test_no_extra_ref_to_module (__main__.TestStateDictHooks) ... ok (0.010s) 2022-11-23T02:16:08.2955437Z test_pickled_hook (__main__.TestStateDictHooks) ... ok (0.000s) 2022-11-23T02:16:08.2955447Z 2022-11-23T02:16:08.2955596Z ---------------------------------------------------------------------- 2022-11-23T02:16:08.2955676Z Ran 2189 tests in 50.437s 2022-11-23T02:16:08.2955682Z 2022-11-23T02:16:08.2955781Z OK (skipped=1113, expected failures=3) 2022-11-23T02:16:08.2955788Z 2022-11-23T02:16:08.2955874Z Generating XML reports... 2022-11-23T02:16:08.2956068Z Generated XML report: test-reports\python-unittest\test_nn\TEST-TestAddRelu-20221123021516.xml 2022-11-23T02:16:08.2956292Z Generated XML report: test-reports\python-unittest\test_nn\TEST-TestConstantPadNd-20221123021516.xml 2022-11-23T02:16:08.2956519Z Generated XML report: test-reports\python-unittest\test_nn\TEST-TestFunctionalPickle-20221123021516.xml 2022-11-23T02:16:08.2956724Z Generated XML report: test-reports\python-unittest\test_nn\TEST-TestFusionEval-20221123021516.xml 2022-11-23T02:16:08.2956939Z Generated XML report: test-reports\python-unittest\test_nn\TEST-TestFusionUtils-20221123021516.xml 2022-11-23T02:16:08.2957167Z Generated XML report: test-reports\python-unittest\test_nn\TEST-TestModuleGlobalHooks-20221123021516.xml 2022-11-23T02:16:08.2957395Z Generated XML report: test-reports\python-unittest\test_nn\TEST-TestNN-20221123021516.xml 2022-11-23T02:16:08.2957639Z Generated XML report: test-reports\python-unittest\test_nn\TEST-TestNNInit-20221123021516.xml 2022-11-23T02:16:08.2957858Z Generated XML report: test-reports\python-unittest\test_nn\TEST-TestStateDictHooks-20221123021516.xml 2022-11-23T02:16:08.2957864Z 2022-11-23T02:16:08.2958278Z ##[endgroup] 2022-11-23T02:16:08.2958498Z FINISHED PRINTING LOG FILE of test_nn (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_nn_3yth5frs) 2022-11-23T02:16:08.2958505Z 2022-11-23T02:16:08.2958608Z Running test_ops ... [2022-11-23 02:16:08.239016] 2022-11-23T02:16:10.7383142Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:10.7383859Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:10.7384197Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:16:10.7646740Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:10.7647635Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:10.7647979Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:16:10.9117195Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_ops.py', '-v', '--use-pytest', '-vv', '-rfEX', '-x', '--reruns=2', '--shard-id=0', '--num-shards=2', '-k=not _linalg_cholesky_', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:16:10.901885] 2022-11-23T02:16:10.9118294Z Ignoring disabled issues: [] 2022-11-23T02:16:10.9298612Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_ops.py', '-v', '--use-pytest', '-vv', '-rfEX', '-x', '--reruns=2', '--shard-id=1', '--num-shards=2', '-k=not _linalg_cholesky_', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:16:10.922170] 2022-11-23T02:16:10.9299846Z Ignoring disabled issues: [] 2022-11-23T02:16:15.1344707Z 2022-11-23T02:16:15.1345241Z Expand the folded group to see the log file of test_ops 2022-11-23T02:16:15.1345997Z ##[group]PRINTING LOG FILE of test_ops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_5hthhvk9) 2022-11-23T02:16:15.1346852Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:15.1347516Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:15.1348035Z 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:16:15.1348569Z warnings.warn("Couldn't import torchvision. Some of our tests use it, try " 2022-11-23T02:16:15.1348980Z Test results will be stored in test-reports\python-pytest\test_ops\test_ops-2573a78cd76dc9f0.xml 2022-11-23T02:16:15.1349308Z ============================= test session starts ============================= 2022-11-23T02:16:15.1349666Z platform win32 -- Python 3.9.12, pytest-7.1.3, pluggy-1.0.0 -- C:\Jenkins\Miniconda3\python.exe 2022-11-23T02:16:15.1350117Z cachedir: .pytest_cache 2022-11-23T02:16:15.1350457Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-11-23T02:16:15.1350856Z rootdir: C:\actions-runner\_work\pytorch\pytorch, configfile: pytest.ini 2022-11-23T02:16:15.1351260Z 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:16:15.1351579Z collecting ... collected 0 items 2022-11-23T02:16:15.1351793Z Running 0 items in this shard: 2022-11-23T02:16:15.1351925Z 2022-11-23T02:16:15.1352027Z ============================== warnings summary =============================== 2022-11-23T02:16:15.1352342Z ..\..\..\..\..\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130 2022-11-23T02:16:15.1352819Z C:\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130: PytestAssertRewriteWarning: Module already imported so cannot be rewritten: hypothesis 2022-11-23T02:16:15.1353209Z self._mark_plugins_for_rewrite(hook) 2022-11-23T02:16:15.1353344Z 2022-11-23T02:16:15.1353525Z -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2022-11-23T02:16:15.1353975Z - generated xml file: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_ops\test_ops-2573a78cd76dc9f0.xml - 2022-11-23T02:16:15.1354351Z ============================= 1 warning in 0.05s ============================== 2022-11-23T02:16:15.1354750Z 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:16:15.1354980Z 2022-11-23T02:16:15.1355217Z ##[endgroup] 2022-11-23T02:16:15.1355582Z FINISHED PRINTING LOG FILE of test_ops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_5hthhvk9) 2022-11-23T02:16:15.1355816Z 2022-11-23T02:16:15.2080631Z 2022-11-23T02:16:15.2081178Z Expand the folded group to see the log file of test_ops 2022-11-23T02:16:15.2081907Z ##[group]PRINTING LOG FILE of test_ops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_e2i9hby4) 2022-11-23T02:16:15.2082731Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:15.2083392Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:15.2083907Z 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:16:15.2084428Z warnings.warn("Couldn't import torchvision. Some of our tests use it, try " 2022-11-23T02:16:15.2084797Z Test results will be stored in test-reports\python-pytest\test_ops\test_ops-8b534278b6ad0c93.xml 2022-11-23T02:16:15.2085118Z ============================= test session starts ============================= 2022-11-23T02:16:15.2085429Z platform win32 -- Python 3.9.12, pytest-7.1.3, pluggy-1.0.0 -- C:\Jenkins\Miniconda3\python.exe 2022-11-23T02:16:15.2085703Z cachedir: .pytest_cache 2022-11-23T02:16:15.2086025Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-11-23T02:16:15.2086419Z rootdir: C:\actions-runner\_work\pytorch\pytorch, configfile: pytest.ini 2022-11-23T02:16:15.2086814Z 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:16:15.2087128Z collecting ... collected 0 items 2022-11-23T02:16:15.2087338Z Running 0 items in this shard: 2022-11-23T02:16:15.2088170Z 2022-11-23T02:16:15.2088291Z ============================== warnings summary =============================== 2022-11-23T02:16:15.2088589Z ..\..\..\..\..\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130 2022-11-23T02:16:15.2089070Z C:\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130: PytestAssertRewriteWarning: Module already imported so cannot be rewritten: hypothesis 2022-11-23T02:16:15.2089465Z self._mark_plugins_for_rewrite(hook) 2022-11-23T02:16:15.2089602Z 2022-11-23T02:16:15.2089787Z -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2022-11-23T02:16:15.2090236Z - generated xml file: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_ops\test_ops-8b534278b6ad0c93.xml - 2022-11-23T02:16:15.2090611Z ============================= 1 warning in 0.05s ============================== 2022-11-23T02:16:15.2090923Z 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:16:15.2091125Z 2022-11-23T02:16:15.2091358Z ##[endgroup] 2022-11-23T02:16:15.2091679Z FINISHED PRINTING LOG FILE of test_ops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_e2i9hby4) 2022-11-23T02:16:15.2091915Z 2022-11-23T02:16:15.5767730Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_ops.py', '-v', '--use-pytest', '-vv', '-rfEX', '-x', '--reruns=2', '-k=_linalg_cholesky_', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:16:15.576225] 2022-11-23T02:16:19.6093733Z 2022-11-23T02:16:19.6095126Z Expand the folded group to see the log file of test_ops 2022-11-23T02:16:19.6096176Z ##[group]PRINTING LOG FILE of test_ops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_ahb4kdxh) 2022-11-23T02:16:19.6096998Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:19.6097660Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:19.6098181Z 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:16:19.6098717Z warnings.warn("Couldn't import torchvision. Some of our tests use it, try " 2022-11-23T02:16:19.6099089Z Test results will be stored in test-reports\python-pytest\test_ops\test_ops-6f1c09a10ead10b3.xml 2022-11-23T02:16:19.6099403Z ============================= test session starts ============================= 2022-11-23T02:16:19.6099716Z platform win32 -- Python 3.9.12, pytest-7.1.3, pluggy-1.0.0 -- C:\Jenkins\Miniconda3\python.exe 2022-11-23T02:16:19.6100056Z cachedir: .pytest_cache 2022-11-23T02:16:19.6100399Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-11-23T02:16:19.6100849Z rootdir: C:\actions-runner\_work\pytorch\pytorch, configfile: pytest.ini 2022-11-23T02:16:19.6101249Z 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:16:19.6101559Z collecting ... collected 0 items 2022-11-23T02:16:19.6101772Z Running 0 items in this shard: 2022-11-23T02:16:19.6101900Z 2022-11-23T02:16:19.6102022Z ============================== warnings summary =============================== 2022-11-23T02:16:19.6102331Z ..\..\..\..\..\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130 2022-11-23T02:16:19.6102807Z C:\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130: PytestAssertRewriteWarning: Module already imported so cannot be rewritten: hypothesis 2022-11-23T02:16:19.6103298Z self._mark_plugins_for_rewrite(hook) 2022-11-23T02:16:19.6103433Z 2022-11-23T02:16:19.6103616Z -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2022-11-23T02:16:19.6104056Z - generated xml file: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_ops\test_ops-6f1c09a10ead10b3.xml - 2022-11-23T02:16:19.6104433Z ============================= 1 warning in 0.03s ============================== 2022-11-23T02:16:19.6104749Z 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:16:19.6104949Z 2022-11-23T02:16:19.6105195Z ##[endgroup] 2022-11-23T02:16:19.6105519Z FINISHED PRINTING LOG FILE of test_ops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_ahb4kdxh) 2022-11-23T02:16:19.6105758Z 2022-11-23T02:16:19.6105941Z Running test_ops_fwd_gradients ... [2022-11-23 02:16:19.610044] 2022-11-23T02:16:22.0584305Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:22.0585121Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:22.0585464Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:16:22.0957124Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:22.0957858Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:22.0958205Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:16:22.2372680Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_ops_fwd_gradients.py', '-v', '--use-pytest', '-vv', '-rfEX', '-x', '--reruns=2', '--shard-id=0', '--num-shards=2', '-k=not _linalg_cholesky_', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:16:22.234874] 2022-11-23T02:16:22.2373636Z Ignoring disabled issues: [] 2022-11-23T02:16:22.2625186Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_ops_fwd_gradients.py', '-v', '--use-pytest', '-vv', '-rfEX', '-x', '--reruns=2', '--shard-id=1', '--num-shards=2', '-k=not _linalg_cholesky_', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:16:22.262148] 2022-11-23T02:16:22.2626110Z Ignoring disabled issues: [] 2022-11-23T02:16:26.2397745Z 2022-11-23T02:16:26.2398251Z Expand the folded group to see the log file of test_ops_fwd_gradients 2022-11-23T02:16:26.2399277Z ##[group]PRINTING LOG FILE of test_ops_fwd_gradients (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_fwd_gradients_4o4lv9bu) 2022-11-23T02:16:26.2400148Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:26.2400868Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:26.2401243Z Test results will be stored in test-reports\python-pytest\test_ops_fwd_gradients\test_ops_fwd_gradients-f266d2893e3e5c9a.xml 2022-11-23T02:16:26.2401609Z ============================= test session starts ============================= 2022-11-23T02:16:26.2402119Z platform win32 -- Python 3.9.12, pytest-7.1.3, pluggy-1.0.0 -- C:\Jenkins\Miniconda3\python.exe 2022-11-23T02:16:26.2402382Z cachedir: .pytest_cache 2022-11-23T02:16:26.2402723Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-11-23T02:16:26.2403121Z rootdir: C:\actions-runner\_work\pytorch\pytorch, configfile: pytest.ini 2022-11-23T02:16:26.2403525Z 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:16:26.2403845Z collecting ... collected 0 items 2022-11-23T02:16:26.2404060Z Running 0 items in this shard: 2022-11-23T02:16:26.2404173Z 2022-11-23T02:16:26.2404346Z ============================== warnings summary =============================== 2022-11-23T02:16:26.2404660Z ..\..\..\..\..\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130 2022-11-23T02:16:26.2405140Z C:\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130: PytestAssertRewriteWarning: Module already imported so cannot be rewritten: hypothesis 2022-11-23T02:16:26.2405577Z self._mark_plugins_for_rewrite(hook) 2022-11-23T02:16:26.2405712Z 2022-11-23T02:16:26.2405892Z -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2022-11-23T02:16:26.2406379Z - generated xml file: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_ops_fwd_gradients\test_ops_fwd_gradients-f266d2893e3e5c9a.xml - 2022-11-23T02:16:26.2406890Z ============================= 1 warning in 0.02s ============================== 2022-11-23T02:16:26.2407191Z 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:16:26.2407390Z 2022-11-23T02:16:26.2407635Z ##[endgroup] 2022-11-23T02:16:26.2407994Z FINISHED PRINTING LOG FILE of test_ops_fwd_gradients (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_fwd_gradients_4o4lv9bu) 2022-11-23T02:16:26.2408269Z 2022-11-23T02:16:26.3270115Z 2022-11-23T02:16:26.3270696Z Expand the folded group to see the log file of test_ops_fwd_gradients 2022-11-23T02:16:26.3271494Z ##[group]PRINTING LOG FILE of test_ops_fwd_gradients (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_fwd_gradients_ssg03d3p) 2022-11-23T02:16:26.3272362Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:26.3273024Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:26.3273407Z Test results will be stored in test-reports\python-pytest\test_ops_fwd_gradients\test_ops_fwd_gradients-6ead9c8066d4fa5c.xml 2022-11-23T02:16:26.3273782Z ============================= test session starts ============================= 2022-11-23T02:16:26.3274099Z platform win32 -- Python 3.9.12, pytest-7.1.3, pluggy-1.0.0 -- C:\Jenkins\Miniconda3\python.exe 2022-11-23T02:16:26.3274364Z cachedir: .pytest_cache 2022-11-23T02:16:26.3274706Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-11-23T02:16:26.3275103Z rootdir: C:\actions-runner\_work\pytorch\pytorch, configfile: pytest.ini 2022-11-23T02:16:26.3275507Z 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:16:26.3275826Z collecting ... collected 0 items 2022-11-23T02:16:26.3276038Z Running 0 items in this shard: 2022-11-23T02:16:26.3276166Z 2022-11-23T02:16:26.3276272Z ============================== warnings summary =============================== 2022-11-23T02:16:26.3276587Z ..\..\..\..\..\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130 2022-11-23T02:16:26.3277245Z C:\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130: PytestAssertRewriteWarning: Module already imported so cannot be rewritten: hypothesis 2022-11-23T02:16:26.3277641Z self._mark_plugins_for_rewrite(hook) 2022-11-23T02:16:26.3277782Z 2022-11-23T02:16:26.3277965Z -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2022-11-23T02:16:26.3278458Z - generated xml file: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_ops_fwd_gradients\test_ops_fwd_gradients-6ead9c8066d4fa5c.xml - 2022-11-23T02:16:26.3278879Z ============================= 1 warning in 0.02s ============================== 2022-11-23T02:16:26.3279178Z 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:16:26.3279382Z 2022-11-23T02:16:26.3279615Z ##[endgroup] 2022-11-23T02:16:26.3279976Z FINISHED PRINTING LOG FILE of test_ops_fwd_gradients (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_fwd_gradients_ssg03d3p) 2022-11-23T02:16:26.3280252Z 2022-11-23T02:16:26.6930224Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_ops_fwd_gradients.py', '-v', '--use-pytest', '-vv', '-rfEX', '-x', '--reruns=2', '-k=_linalg_cholesky_', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:16:26.692682] 2022-11-23T02:16:30.6579621Z 2022-11-23T02:16:30.6580152Z Expand the folded group to see the log file of test_ops_fwd_gradients 2022-11-23T02:16:30.6581107Z ##[group]PRINTING LOG FILE of test_ops_fwd_gradients (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_fwd_gradients_s107d2ld) 2022-11-23T02:16:30.6581956Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:30.6582618Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:30.6582980Z Test results will be stored in test-reports\python-pytest\test_ops_fwd_gradients\test_ops_fwd_gradients-4cd3e6fd7f92c7e1.xml 2022-11-23T02:16:30.6583342Z ============================= test session starts ============================= 2022-11-23T02:16:30.6583659Z platform win32 -- Python 3.9.12, pytest-7.1.3, pluggy-1.0.0 -- C:\Jenkins\Miniconda3\python.exe 2022-11-23T02:16:30.6583934Z cachedir: .pytest_cache 2022-11-23T02:16:30.6584326Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-11-23T02:16:30.6584759Z rootdir: C:\actions-runner\_work\pytorch\pytorch, configfile: pytest.ini 2022-11-23T02:16:30.6585146Z 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:16:30.6585463Z collecting ... collected 0 items 2022-11-23T02:16:30.6585673Z Running 0 items in this shard: 2022-11-23T02:16:30.6585799Z 2022-11-23T02:16:30.6585916Z ============================== warnings summary =============================== 2022-11-23T02:16:30.6586222Z ..\..\..\..\..\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130 2022-11-23T02:16:30.6586703Z C:\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130: PytestAssertRewriteWarning: Module already imported so cannot be rewritten: hypothesis 2022-11-23T02:16:30.6587086Z self._mark_plugins_for_rewrite(hook) 2022-11-23T02:16:30.6587221Z 2022-11-23T02:16:30.6587390Z -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2022-11-23T02:16:30.6587879Z - generated xml file: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_ops_fwd_gradients\test_ops_fwd_gradients-4cd3e6fd7f92c7e1.xml - 2022-11-23T02:16:30.6588396Z ============================= 1 warning in 0.02s ============================== 2022-11-23T02:16:30.6588705Z 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:16:30.6588902Z 2022-11-23T02:16:30.6589130Z ##[endgroup] 2022-11-23T02:16:30.6589486Z FINISHED PRINTING LOG FILE of test_ops_fwd_gradients (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_fwd_gradients_s107d2ld) 2022-11-23T02:16:30.6589754Z 2022-11-23T02:16:30.6589914Z Running test_ops_gradients ... [2022-11-23 02:16:30.658451] 2022-11-23T02:16:33.1282960Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:33.1283696Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:33.1284017Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:16:33.1334289Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:33.1334988Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:33.1335333Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:16:33.2985247Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_ops_gradients.py', '-v', '--use-pytest', '-vv', '-rfEX', '-x', '--reruns=2', '--shard-id=0', '--num-shards=2', '-k=not _linalg_cholesky_', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:16:33.297948] 2022-11-23T02:16:33.2985952Z Ignoring disabled issues: [] 2022-11-23T02:16:33.2989783Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_ops_gradients.py', '-v', '--use-pytest', '-vv', '-rfEX', '-x', '--reruns=2', '--shard-id=1', '--num-shards=2', '-k=not _linalg_cholesky_', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:16:33.298556] 2022-11-23T02:16:33.2993169Z Ignoring disabled issues: [] 2022-11-23T02:16:37.4256756Z 2022-11-23T02:16:37.4257248Z Expand the folded group to see the log file of test_ops_gradients 2022-11-23T02:16:37.4258072Z ##[group]PRINTING LOG FILE of test_ops_gradients (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_gradients_ioco9w82) 2022-11-23T02:16:37.4258914Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:37.4259581Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:37.4259931Z Test results will be stored in test-reports\python-pytest\test_ops_gradients\test_ops_gradients-360057281afdff89.xml 2022-11-23T02:16:37.4260284Z ============================= test session starts ============================= 2022-11-23T02:16:37.4260602Z platform win32 -- Python 3.9.12, pytest-7.1.3, pluggy-1.0.0 -- C:\Jenkins\Miniconda3\python.exe 2022-11-23T02:16:37.4260872Z cachedir: .pytest_cache 2022-11-23T02:16:37.4261211Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-11-23T02:16:37.4261793Z rootdir: C:\actions-runner\_work\pytorch\pytorch, configfile: pytest.ini 2022-11-23T02:16:37.4262177Z 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:16:37.4262491Z collecting ... collected 0 items 2022-11-23T02:16:37.4262705Z Running 0 items in this shard: 2022-11-23T02:16:37.4262831Z 2022-11-23T02:16:37.4262948Z ============================== warnings summary =============================== 2022-11-23T02:16:37.4263257Z ..\..\..\..\..\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130 2022-11-23T02:16:37.4263735Z C:\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130: PytestAssertRewriteWarning: Module already imported so cannot be rewritten: hypothesis 2022-11-23T02:16:37.4264121Z self._mark_plugins_for_rewrite(hook) 2022-11-23T02:16:37.4264255Z 2022-11-23T02:16:37.4264422Z -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2022-11-23T02:16:37.4264897Z - generated xml file: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_ops_gradients\test_ops_gradients-360057281afdff89.xml - 2022-11-23T02:16:37.4265296Z ============================= 1 warning in 0.02s ============================== 2022-11-23T02:16:37.4265607Z 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:16:37.4265806Z 2022-11-23T02:16:37.4266044Z ##[endgroup] 2022-11-23T02:16:37.4267010Z FINISHED PRINTING LOG FILE of test_ops_gradients (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_gradients_ioco9w82) 2022-11-23T02:16:37.4267283Z 2022-11-23T02:16:37.4433185Z 2022-11-23T02:16:37.4433770Z Expand the folded group to see the log file of test_ops_gradients 2022-11-23T02:16:37.4434661Z ##[group]PRINTING LOG FILE of test_ops_gradients (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_gradients_uhpavgfn) 2022-11-23T02:16:37.4435647Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:37.4436331Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:37.4436688Z Test results will be stored in test-reports\python-pytest\test_ops_gradients\test_ops_gradients-ecbd00a4e211ac8c.xml 2022-11-23T02:16:37.4437058Z ============================= test session starts ============================= 2022-11-23T02:16:37.4437377Z platform win32 -- Python 3.9.12, pytest-7.1.3, pluggy-1.0.0 -- C:\Jenkins\Miniconda3\python.exe 2022-11-23T02:16:37.4437650Z cachedir: .pytest_cache 2022-11-23T02:16:37.4437987Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-11-23T02:16:37.4438385Z rootdir: C:\actions-runner\_work\pytorch\pytorch, configfile: pytest.ini 2022-11-23T02:16:37.4438772Z 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:16:37.4439087Z collecting ... collected 0 items 2022-11-23T02:16:37.4439303Z Running 0 items in this shard: 2022-11-23T02:16:37.4439431Z 2022-11-23T02:16:37.4439550Z ============================== warnings summary =============================== 2022-11-23T02:16:37.4439860Z ..\..\..\..\..\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130 2022-11-23T02:16:37.4440382Z C:\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130: PytestAssertRewriteWarning: Module already imported so cannot be rewritten: hypothesis 2022-11-23T02:16:37.4440773Z self._mark_plugins_for_rewrite(hook) 2022-11-23T02:16:37.4440993Z 2022-11-23T02:16:37.4441203Z -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2022-11-23T02:16:37.4441882Z - generated xml file: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_ops_gradients\test_ops_gradients-ecbd00a4e211ac8c.xml - 2022-11-23T02:16:37.4442299Z ============================= 1 warning in 0.01s ============================== 2022-11-23T02:16:37.4442611Z 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:16:37.4442808Z 2022-11-23T02:16:37.4443043Z ##[endgroup] 2022-11-23T02:16:37.4443393Z FINISHED PRINTING LOG FILE of test_ops_gradients (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_gradients_uhpavgfn) 2022-11-23T02:16:37.4443658Z 2022-11-23T02:16:37.8340596Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_ops_gradients.py', '-v', '--use-pytest', '-vv', '-rfEX', '-x', '--reruns=2', '-k=_linalg_cholesky_', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:16:37.833396] 2022-11-23T02:16:41.7164931Z 2022-11-23T02:16:41.7165836Z Expand the folded group to see the log file of test_ops_gradients 2022-11-23T02:16:41.7166674Z ##[group]PRINTING LOG FILE of test_ops_gradients (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_gradients_3_a9u91t) 2022-11-23T02:16:41.7167693Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:41.7168364Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:41.7168736Z Test results will be stored in test-reports\python-pytest\test_ops_gradients\test_ops_gradients-ba4cc613ad0d432c.xml 2022-11-23T02:16:41.7169104Z ============================= test session starts ============================= 2022-11-23T02:16:41.7169446Z platform win32 -- Python 3.9.12, pytest-7.1.3, pluggy-1.0.0 -- C:\Jenkins\Miniconda3\python.exe 2022-11-23T02:16:41.7169710Z cachedir: .pytest_cache 2022-11-23T02:16:41.7170048Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-11-23T02:16:41.7170443Z rootdir: C:\actions-runner\_work\pytorch\pytorch, configfile: pytest.ini 2022-11-23T02:16:41.7170846Z 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:16:41.7171168Z collecting ... collected 0 items 2022-11-23T02:16:41.7171383Z Running 0 items in this shard: 2022-11-23T02:16:41.7171509Z 2022-11-23T02:16:41.7171613Z ============================== warnings summary =============================== 2022-11-23T02:16:41.7171924Z ..\..\..\..\..\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130 2022-11-23T02:16:41.7172464Z C:\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130: PytestAssertRewriteWarning: Module already imported so cannot be rewritten: hypothesis 2022-11-23T02:16:41.7172901Z self._mark_plugins_for_rewrite(hook) 2022-11-23T02:16:41.7173036Z 2022-11-23T02:16:41.7173216Z -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2022-11-23T02:16:41.7173704Z - generated xml file: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_ops_gradients\test_ops_gradients-ba4cc613ad0d432c.xml - 2022-11-23T02:16:41.7174115Z ============================= 1 warning in 0.02s ============================== 2022-11-23T02:16:41.7174414Z 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:16:41.7174615Z 2022-11-23T02:16:41.7174856Z ##[endgroup] 2022-11-23T02:16:41.7175204Z FINISHED PRINTING LOG FILE of test_ops_gradients (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_gradients_3_a9u91t) 2022-11-23T02:16:41.7175568Z 2022-11-23T02:16:41.7175684Z Running test_ops_jit ... [2022-11-23 02:16:41.717196] 2022-11-23T02:16:44.1886007Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:44.1886728Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:44.1887066Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:16:44.2149255Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:44.2149989Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:44.2150321Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:16:44.3496153Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_ops_jit.py', '-v', '--use-pytest', '-vv', '-rfEX', '-x', '--reruns=2', '--shard-id=0', '--num-shards=2', '-k=not _linalg_cholesky_', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:16:44.342243] 2022-11-23T02:16:44.3496830Z Ignoring disabled issues: [] 2022-11-23T02:16:44.3809834Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_ops_jit.py', '-v', '--use-pytest', '-vv', '-rfEX', '-x', '--reruns=2', '--shard-id=1', '--num-shards=2', '-k=not _linalg_cholesky_', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:16:44.380769] 2022-11-23T02:16:44.3810801Z Ignoring disabled issues: [] 2022-11-23T02:16:48.4314778Z 2022-11-23T02:16:48.4315369Z Expand the folded group to see the log file of test_ops_jit 2022-11-23T02:16:48.4316155Z ##[group]PRINTING LOG FILE of test_ops_jit (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_jit_1y1481yf) 2022-11-23T02:16:48.4316971Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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.4317625Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:48.4317958Z Test results will be stored in test-reports\python-pytest\test_ops_jit\test_ops_jit-705d89da088acf12.xml 2022-11-23T02:16:48.4318353Z ============================= test session starts ============================= 2022-11-23T02:16:48.4318672Z platform win32 -- Python 3.9.12, pytest-7.1.3, pluggy-1.0.0 -- C:\Jenkins\Miniconda3\python.exe 2022-11-23T02:16:48.4318994Z cachedir: .pytest_cache 2022-11-23T02:16:48.4319337Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-11-23T02:16:48.4319734Z rootdir: C:\actions-runner\_work\pytorch\pytorch, configfile: pytest.ini 2022-11-23T02:16:48.4320124Z 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:16:48.4320444Z collecting ... collected 0 items 2022-11-23T02:16:48.4320658Z Running 0 items in this shard: 2022-11-23T02:16:48.4320781Z 2022-11-23T02:16:48.4320897Z ============================== warnings summary =============================== 2022-11-23T02:16:48.4321458Z ..\..\..\..\..\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130 2022-11-23T02:16:48.4321939Z C:\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130: PytestAssertRewriteWarning: Module already imported so cannot be rewritten: hypothesis 2022-11-23T02:16:48.4322327Z self._mark_plugins_for_rewrite(hook) 2022-11-23T02:16:48.4322448Z 2022-11-23T02:16:48.4322624Z -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2022-11-23T02:16:48.4323080Z - generated xml file: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_ops_jit\test_ops_jit-705d89da088acf12.xml - 2022-11-23T02:16:48.4323470Z ============================= 1 warning in 0.01s ============================== 2022-11-23T02:16:48.4323785Z 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:16:48.4323984Z 2022-11-23T02:16:48.4324270Z ##[endgroup] 2022-11-23T02:16:48.4324602Z FINISHED PRINTING LOG FILE of test_ops_jit (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_jit_1y1481yf) 2022-11-23T02:16:48.4324898Z 2022-11-23T02:16:48.5002532Z 2022-11-23T02:16:48.5003015Z Expand the folded group to see the log file of test_ops_jit 2022-11-23T02:16:48.5003794Z ##[group]PRINTING LOG FILE of test_ops_jit (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_jit_vxtryy95) 2022-11-23T02:16:48.5004886Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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.5005609Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:48.5005956Z Test results will be stored in test-reports\python-pytest\test_ops_jit\test_ops_jit-39c814c21b4c84ff.xml 2022-11-23T02:16:48.5006307Z ============================= test session starts ============================= 2022-11-23T02:16:48.5006624Z platform win32 -- Python 3.9.12, pytest-7.1.3, pluggy-1.0.0 -- C:\Jenkins\Miniconda3\python.exe 2022-11-23T02:16:48.5006899Z cachedir: .pytest_cache 2022-11-23T02:16:48.5007238Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-11-23T02:16:48.5007627Z rootdir: C:\actions-runner\_work\pytorch\pytorch, configfile: pytest.ini 2022-11-23T02:16:48.5008027Z 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:16:48.5008342Z collecting ... collected 0 items 2022-11-23T02:16:48.5008553Z Running 0 items in this shard: 2022-11-23T02:16:48.5008677Z 2022-11-23T02:16:48.5008796Z ============================== warnings summary =============================== 2022-11-23T02:16:48.5009113Z ..\..\..\..\..\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130 2022-11-23T02:16:48.5009590Z C:\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130: PytestAssertRewriteWarning: Module already imported so cannot be rewritten: hypothesis 2022-11-23T02:16:48.5009964Z self._mark_plugins_for_rewrite(hook) 2022-11-23T02:16:48.5010098Z 2022-11-23T02:16:48.5010278Z -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2022-11-23T02:16:48.5010784Z - generated xml file: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_ops_jit\test_ops_jit-39c814c21b4c84ff.xml - 2022-11-23T02:16:48.5011216Z ============================= 1 warning in 0.02s ============================== 2022-11-23T02:16:48.5011528Z 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:16:48.5011726Z 2022-11-23T02:16:48.5011960Z ##[endgroup] 2022-11-23T02:16:48.5012278Z FINISHED PRINTING LOG FILE of test_ops_jit (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_jit_vxtryy95) 2022-11-23T02:16:48.5012628Z 2022-11-23T02:16:48.9392839Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_ops_jit.py', '-v', '--use-pytest', '-vv', '-rfEX', '-x', '--reruns=2', '-k=_linalg_cholesky_', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:16:48.938409] 2022-11-23T02:16:52.8675020Z 2022-11-23T02:16:52.8675631Z Expand the folded group to see the log file of test_ops_jit 2022-11-23T02:16:52.8676785Z ##[group]PRINTING LOG FILE of test_ops_jit (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_jit_qsh2xut8) 2022-11-23T02:16:52.8680028Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:52.8681097Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:52.8681586Z Test results will be stored in test-reports\python-pytest\test_ops_jit\test_ops_jit-195dfd603839153a.xml 2022-11-23T02:16:52.8682138Z ============================= test session starts ============================= 2022-11-23T02:16:52.8682557Z platform win32 -- Python 3.9.12, pytest-7.1.3, pluggy-1.0.0 -- C:\Jenkins\Miniconda3\python.exe 2022-11-23T02:16:52.8682842Z cachedir: .pytest_cache 2022-11-23T02:16:52.8683382Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-11-23T02:16:52.8683789Z rootdir: C:\actions-runner\_work\pytorch\pytorch, configfile: pytest.ini 2022-11-23T02:16:52.8684189Z 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:16:52.8684501Z collecting ... collected 0 items 2022-11-23T02:16:52.8684717Z Running 0 items in this shard: 2022-11-23T02:16:52.8684846Z 2022-11-23T02:16:52.8684965Z ============================== warnings summary =============================== 2022-11-23T02:16:52.8685273Z ..\..\..\..\..\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130 2022-11-23T02:16:52.8685746Z C:\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130: PytestAssertRewriteWarning: Module already imported so cannot be rewritten: hypothesis 2022-11-23T02:16:52.8686132Z self._mark_plugins_for_rewrite(hook) 2022-11-23T02:16:52.8686267Z 2022-11-23T02:16:52.8686439Z -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2022-11-23T02:16:52.8686895Z - generated xml file: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_ops_jit\test_ops_jit-195dfd603839153a.xml - 2022-11-23T02:16:52.8687272Z ============================= 1 warning in 0.02s ============================== 2022-11-23T02:16:52.8687584Z 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:16:52.8687780Z 2022-11-23T02:16:52.8688072Z ##[endgroup] 2022-11-23T02:16:52.8688403Z FINISHED PRINTING LOG FILE of test_ops_jit (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_jit_qsh2xut8) 2022-11-23T02:16:52.8688648Z 2022-11-23T02:16:52.8688770Z Running test_overrides ... [2022-11-23 02:16:52.867932] 2022-11-23T02:16:52.8691068Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_overrides.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:16:52.867932] 2022-11-23T02:16:57.9222509Z 2022-11-23T02:16:57.9222930Z Expand the folded group to see the log file of test_overrides 2022-11-23T02:16:57.9223771Z ##[group]PRINTING LOG FILE of test_overrides (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_overrides_h_si9uvu) 2022-11-23T02:16:57.9234731Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:57.9235438Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:57.9235604Z 2022-11-23T02:16:57.9235678Z Running tests... 2022-11-23T02:16:57.9235975Z ---------------------------------------------------------------------- 2022-11-23T02:16:57.9236303Z Test results will be stored in test-reports\python-unittest\test_overrides 2022-11-23T02:16:57.9236623Z test_broadcast_all (__main__.TestBroadcastAllOverride) ... ok (0.438s) 2022-11-23T02:16:57.9236981Z test_parameter_does_not_prevent_dispatch (__main__.TestDisabledTorchFunction) ... ok (0.002s) 2022-11-23T02:16:57.9237324Z test_wrapper (__main__.TestEinsumOverride) ... ok (0.004s) 2022-11-23T02:16:57.9237728Z test_gradcheck (__main__.TestGradCheckOverride) ... ok (0.018s) 2022-11-23T02:16:57.9238146Z test_newones (__main__.TestGradNewOnesOverride) ... ok (0.002s) 2022-11-23T02:16:57.9238522Z test_getitem (__main__.TestIndexing) ... ok (0.000s) 2022-11-23T02:16:57.9238870Z test_getitem_subclass (__main__.TestIndexing) ... ok (0.000s) 2022-11-23T02:16:57.9239230Z test_setitem (__main__.TestIndexing) ... ok (0.000s) 2022-11-23T02:16:57.9239589Z test_setitem_subclass (__main__.TestIndexing) ... ok (0.000s) 2022-11-23T02:16:57.9240102Z test_setitem_val (__main__.TestIndexing) ... ok (0.006s) 2022-11-23T02:16:57.9240457Z test_iterator (__main__.TestIterator) ... ok (0.000s) 2022-11-23T02:16:57.9240805Z test_max (__main__.TestNamedTuple) ... ok (0.000s) 2022-11-23T02:16:57.9241132Z test_pickle (__main__.TestPickle) ... ok (0.000s) 2022-11-23T02:16:57.9241490Z test_rnn (__main__.TestRNN) ... ok (0.000s) 2022-11-23T02:16:57.9242165Z test_resolve_name (__main__.TestResolveName) ... ok (0.107s) 2022-11-23T02:16:57.9242559Z test_all_same_mode (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-11-23T02:16:57.9242948Z test_basic (__main__.TestTorchFunctionMode) ... ok (0.002s) 2022-11-23T02:16:57.9243359Z test_disable_enable_subclass (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-11-23T02:16:57.9243783Z test_disable_subclass_not_mode (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-11-23T02:16:57.9244230Z test_distributions_bernoulli (__main__.TestTorchFunctionMode) ... ok (0.002s) 2022-11-23T02:16:57.9244693Z test_error_using_class_method_on_mode (__main__.TestTorchFunctionMode) ... ok (0.003s) 2022-11-23T02:16:57.9245127Z test_factory_override (__main__.TestTorchFunctionMode) ... ok (0.000s) 2022-11-23T02:16:57.9245528Z test_get_cur_mode (__main__.TestTorchFunctionMode) ... ok (0.000s) 2022-11-23T02:16:57.9245930Z test_get_mode_stack (__main__.TestTorchFunctionMode) ... ok (0.000s) 2022-11-23T02:16:57.9246355Z test_mode_notimplemented_loop (__main__.TestTorchFunctionMode) ... ok (0.006s) 2022-11-23T02:16:57.9246782Z test_modes_handle_first (__main__.TestTorchFunctionMode) ... ok (0.000s) 2022-11-23T02:16:57.9247236Z test_modes_return_notimplemented (__main__.TestTorchFunctionMode) ... ok (0.000s) 2022-11-23T02:16:57.9247746Z test_nested_modes_with_python_has_torch_function (__main__.TestTorchFunctionMode) ... ok (0.000s) 2022-11-23T02:16:57.9248229Z test_nested_same_mode (__main__.TestTorchFunctionMode) ... ok (0.000s) 2022-11-23T02:16:57.9248637Z test_nn_parse_to (__main__.TestTorchFunctionMode) ... ok (0.010s) 2022-11-23T02:16:57.9249063Z test_reentrant_mode_idiom (__main__.TestTorchFunctionMode) ... ok (0.002s) 2022-11-23T02:16:57.9249481Z test_restacking_with_ancestor (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-11-23T02:16:57.9249901Z test_subclass_hash (__main__.TestTorchFunctionMode) ... ok (0.002s) 2022-11-23T02:16:57.9250420Z test_with_mode (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-11-23T02:16:57.9250845Z test_with_mode_created_separately (__main__.TestTorchFunctionMode) ... ok (0.002s) 2022-11-23T02:16:57.9251284Z test_with_nested_modes (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-11-23T02:16:57.9251704Z test_Tensor___add__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9252124Z test_Tensor___and__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9252529Z test_Tensor___array__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9252969Z test_Tensor___array_wrap__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9253432Z test_Tensor___bool__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9253859Z test_Tensor___complex__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9254331Z test_Tensor___contains__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9254808Z test_Tensor___cuda_array_interface_____get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9255270Z test_Tensor___deepcopy__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9255700Z test_Tensor___div__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9256131Z test_Tensor___dlpack__ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:16:57.9256567Z test_Tensor___dlpack_device__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9257084Z test_Tensor___eq__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9257424Z test_Tensor___float__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9257747Z test_Tensor___floordiv__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9258055Z test_Tensor___format__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9258369Z test_Tensor___ge__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9258684Z test_Tensor___getitem__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9258999Z test_Tensor___gt__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9259308Z test_Tensor___iadd__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9259662Z test_Tensor___iand__ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:16:57.9259960Z test_Tensor___idiv__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9260321Z test_Tensor___ifloordiv__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9260644Z test_Tensor___ilshift__ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:16:57.9260957Z test_Tensor___imod__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9261265Z test_Tensor___imul__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9261576Z test_Tensor___index__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9261875Z test_Tensor___int__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9262187Z test_Tensor___invert__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9262497Z test_Tensor___ior__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9262810Z test_Tensor___irshift__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9263126Z test_Tensor___isub__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9263434Z test_Tensor___ixor__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9263737Z test_Tensor___le__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9264034Z test_Tensor___len__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9264340Z test_Tensor___long__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9264708Z test_Tensor___lshift__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9265021Z test_Tensor___lt__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9265335Z test_Tensor___matmul__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9265691Z test_Tensor___mod__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9265986Z test_Tensor___mul__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9266335Z test_Tensor___ne__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9266648Z test_Tensor___nonzero__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9266961Z test_Tensor___or__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9267271Z test_Tensor___radd__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9267584Z test_Tensor___rand__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9267878Z test_Tensor___rdiv__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9268200Z test_Tensor___reduce_ex__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9268519Z test_Tensor___repr__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9268837Z test_Tensor___reversed__ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:16:57.9269174Z test_Tensor___rfloordiv__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9269548Z test_Tensor___rlshift__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9269855Z test_Tensor___rmatmul__ (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T02:16:57.9270174Z test_Tensor___rmod__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9270488Z test_Tensor___rmul__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9270803Z test_Tensor___ror__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9271118Z test_Tensor___rpow__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9271432Z test_Tensor___rrshift__ (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T02:16:57.9271798Z test_Tensor___rshift__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9272101Z test_Tensor___rsub__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9272456Z test_Tensor___rxor__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9272774Z test_Tensor___setitem__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9273100Z test_Tensor___setstate__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9273420Z test_Tensor___sub__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9273741Z test_Tensor___truediv__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9274046Z test_Tensor___xor__ (__main__.TestTorchFunctionOverride) ... ok (0.011s) 2022-11-23T02:16:57.9274386Z test_Tensor__autocast_to_full_precision (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9274759Z test_Tensor__autocast_to_reduced_precision (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9275111Z test_Tensor__coalesced_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9275434Z test_Tensor__dimI (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:16:57.9275747Z test_Tensor__dimV (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9276052Z test_Tensor__indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9276375Z test_Tensor__is_view (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9276705Z test_Tensor__nested_tensor_size (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9277082Z test_Tensor__nnz (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9277393Z test_Tensor__storage (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9277748Z test_Tensor__to_dense (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9278080Z test_Tensor__update_names (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9278429Z test_Tensor__values (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9278748Z test_Tensor_abs (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9279057Z test_Tensor_abs_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9279372Z test_Tensor_absolute (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9279693Z test_Tensor_absolute_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9280008Z test_Tensor_acos (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9280307Z test_Tensor_acos_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9280617Z test_Tensor_acosh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9280930Z test_Tensor_acosh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9281240Z test_Tensor_add (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9281547Z test_Tensor_add_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9281978Z test_Tensor_addbmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9282287Z test_Tensor_addbmm_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9282603Z test_Tensor_addcdiv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9282919Z test_Tensor_addcdiv_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9283239Z test_Tensor_addcmul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9283552Z test_Tensor_addcmul_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9283906Z test_Tensor_addmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9284209Z test_Tensor_addmm_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9284561Z test_Tensor_addmv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9284872Z test_Tensor_addmv_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9285187Z test_Tensor_addr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9285497Z test_Tensor_addr_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9285808Z test_Tensor_adjoint (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9286111Z test_Tensor_align_as (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9286434Z test_Tensor_align_to (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9286742Z test_Tensor_all (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:16:57.9287054Z test_Tensor_allclose (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9287369Z test_Tensor_amax (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T02:16:57.9287676Z test_Tensor_amin (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9287975Z test_Tensor_aminmax (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9288291Z test_Tensor_angle (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9288600Z test_Tensor_any (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9288911Z test_Tensor_apply_ (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T02:16:57.9289227Z test_Tensor_arccos (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9289605Z test_Tensor_arccos_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9289962Z test_Tensor_arccosh (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9290263Z test_Tensor_arccosh_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9290623Z test_Tensor_arcsin (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9290936Z test_Tensor_arcsin_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9291246Z test_Tensor_arcsinh (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9291554Z test_Tensor_arcsinh_ (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T02:16:57.9291866Z test_Tensor_arctan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9292168Z test_Tensor_arctan2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9292476Z test_Tensor_arctan2_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9292790Z test_Tensor_arctan_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9293097Z test_Tensor_arctanh (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:16:57.9293410Z test_Tensor_arctanh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9293720Z test_Tensor_argmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9294015Z test_Tensor_argmin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9294372Z test_Tensor_argsort (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9294694Z test_Tensor_argwhere (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9295016Z test_Tensor_as_strided (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9295340Z test_Tensor_as_strided_ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:16:57.9295675Z test_Tensor_as_strided_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9296034Z test_Tensor_asin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9296344Z test_Tensor_asin_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9296691Z test_Tensor_asinh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9297008Z test_Tensor_asinh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9297318Z test_Tensor_atan (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:16:57.9297629Z test_Tensor_atan2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9297927Z test_Tensor_atan2_ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:16:57.9298234Z test_Tensor_atan_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9298542Z test_Tensor_atanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9298853Z test_Tensor_atanh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9299169Z test_Tensor_backward (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9299488Z test_Tensor_baddbmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9299804Z test_Tensor_baddbmm_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9300111Z test_Tensor_bernoulli (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9300436Z test_Tensor_bernoulli_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9300758Z test_Tensor_bfloat16 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9301077Z test_Tensor_bincount (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9301397Z test_Tensor_bitwise_and (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9301721Z test_Tensor_bitwise_and_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9302132Z test_Tensor_bitwise_left_shift (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9302509Z test_Tensor_bitwise_left_shift_ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:16:57.9302848Z test_Tensor_bitwise_not (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9303173Z test_Tensor_bitwise_not_ (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T02:16:57.9303494Z test_Tensor_bitwise_or (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9303820Z test_Tensor_bitwise_or_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9304142Z test_Tensor_bitwise_right_shift (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9304487Z test_Tensor_bitwise_right_shift_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9304822Z test_Tensor_bitwise_xor (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T02:16:57.9305148Z test_Tensor_bitwise_xor_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9305459Z test_Tensor_bmm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9305768Z test_Tensor_bool (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9306086Z test_Tensor_broadcast_to (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9306397Z test_Tensor_byte (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9306758Z test_Tensor_cauchy_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9307084Z test_Tensor_ccol_indices (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9307405Z test_Tensor_cdouble (__main__.TestTorchFunctionOverride) ... ok (0.011s) 2022-11-23T02:16:57.9307717Z test_Tensor_ceil (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9308071Z test_Tensor_ceil_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9308372Z test_Tensor_cfloat (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9308724Z test_Tensor_chalf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9309037Z test_Tensor_char (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9309347Z test_Tensor_cholesky (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9309678Z test_Tensor_cholesky_inverse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9310014Z test_Tensor_cholesky_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9310324Z test_Tensor_chunk (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9310635Z test_Tensor_clamp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9310946Z test_Tensor_clamp_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9311270Z test_Tensor_clamp_max (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:16:57.9311593Z test_Tensor_clamp_max_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9311914Z test_Tensor_clamp_min (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9312220Z test_Tensor_clamp_min_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9312536Z test_Tensor_clip (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9312848Z test_Tensor_clip_ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:16:57.9313166Z test_Tensor_clone (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9313486Z test_Tensor_coalesce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9313812Z test_Tensor_col_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9314162Z test_Tensor_conj (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9315166Z test_Tensor_conj_physical (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:16:57.9315508Z test_Tensor_conj_physical_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9315841Z test_Tensor_contiguous (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T02:16:57.9316167Z test_Tensor_copy_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9316491Z test_Tensor_copysign (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9316821Z test_Tensor_copysign_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9317133Z test_Tensor_corrcoef (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9317450Z test_Tensor_cos (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T02:16:57.9317761Z test_Tensor_cos_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9318073Z test_Tensor_cosh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9318388Z test_Tensor_cosh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9318714Z test_Tensor_count_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9319027Z test_Tensor_cov (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9319338Z test_Tensor_cpu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9319651Z test_Tensor_cross (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9320078Z test_Tensor_crow_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9320406Z test_Tensor_cuda (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9320761Z test_Tensor_cummax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9321068Z test_Tensor_cummin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9321393Z test_Tensor_cumprod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9321717Z test_Tensor_cumprod_ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:16:57.9322094Z test_Tensor_cumsum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9322408Z test_Tensor_cumsum_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9322729Z test_Tensor_data_ptr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9323035Z test_Tensor_deg2rad (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9323356Z test_Tensor_deg2rad_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9323679Z test_Tensor_dense_dim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9324004Z test_Tensor_dequantize (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9324327Z test_Tensor_det (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9324644Z test_Tensor_detach (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9324942Z test_Tensor_detach_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9325259Z test_Tensor_diag (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9325574Z test_Tensor_diag_embed (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9325896Z test_Tensor_diagflat (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9326261Z test_Tensor_diagonal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9326594Z test_Tensor_diagonal_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9326959Z test_Tensor_diff (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9327262Z test_Tensor_digamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9327578Z test_Tensor_digamma_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9327943Z test_Tensor_dim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9328251Z test_Tensor_dist (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9328555Z test_Tensor_div (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:16:57.9328862Z test_Tensor_div_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9329163Z test_Tensor_divide (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9329482Z test_Tensor_divide_ (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T02:16:57.9329794Z test_Tensor_dot (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9330106Z test_Tensor_double (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9330416Z test_Tensor_dsplit (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9330737Z test_Tensor_element_size (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T02:16:57.9331039Z test_Tensor_eq (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9331344Z test_Tensor_eq_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9331651Z test_Tensor_equal (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9331957Z test_Tensor_erf (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9332305Z test_Tensor_erf_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9332761Z test_Tensor_erfc (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9333124Z test_Tensor_erfc_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9333501Z test_Tensor_erfinv (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9333874Z test_Tensor_erfinv_ (__main__.TestTorchFunctionOverride) ... ok (0.011s) 2022-11-23T02:16:57.9334244Z test_Tensor_exp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9334611Z test_Tensor_exp2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9334974Z test_Tensor_exp2_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9335297Z test_Tensor_exp_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9335657Z test_Tensor_expand (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9336024Z test_Tensor_expand_as (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:16:57.9336394Z test_Tensor_expm1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9353516Z test_Tensor_expm1_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9354052Z test_Tensor_exponential_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9354441Z test_Tensor_fill_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9354826Z test_Tensor_fill_diagonal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9355200Z test_Tensor_fix (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9355555Z test_Tensor_fix_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9355915Z test_Tensor_flatten (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9356244Z test_Tensor_flip (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9356645Z test_Tensor_fliplr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9357042Z test_Tensor_flipud (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9357413Z test_Tensor_float (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:16:57.9357781Z test_Tensor_float_power (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9358153Z test_Tensor_float_power_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9358660Z test_Tensor_floor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9358981Z test_Tensor_floor_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9359344Z test_Tensor_floor_divide (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9359714Z test_Tensor_floor_divide_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9360077Z test_Tensor_fmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9360432Z test_Tensor_fmin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9360783Z test_Tensor_fmod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9361102Z test_Tensor_fmod_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9361450Z test_Tensor_frac (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:16:57.9361800Z test_Tensor_frac_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9362227Z test_Tensor_frexp (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9362626Z test_Tensor_gather (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T02:16:57.9362982Z test_Tensor_gcd (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9363344Z test_Tensor_gcd_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9363691Z test_Tensor_ge (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9364038Z test_Tensor_ge_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9364481Z test_Tensor_geometric_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9364850Z test_Tensor_geqrf (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9365201Z test_Tensor_ger (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9365529Z test_Tensor_get_device (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9365898Z test_Tensor_greater (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9366259Z test_Tensor_greater_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9366627Z test_Tensor_greater_equal (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9367003Z test_Tensor_greater_equal_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9367361Z test_Tensor_gt (__main__.TestTorchFunctionOverride) ... ok (0.011s) 2022-11-23T02:16:57.9367678Z test_Tensor_gt_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9368026Z test_Tensor_half (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9368391Z test_Tensor_hardshrink (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9368796Z test_Tensor_has_names (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:16:57.9369268Z test_Tensor_heaviside (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9369639Z test_Tensor_heaviside_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9369968Z test_Tensor_histc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9370328Z test_Tensor_histogram (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9370688Z test_Tensor_hsplit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9371044Z test_Tensor_hypot (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:16:57.9371403Z test_Tensor_hypot_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9371747Z test_Tensor_i0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9372093Z test_Tensor_i0_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9372411Z test_Tensor_igamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9372769Z test_Tensor_igamma_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9373196Z test_Tensor_igammac (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9373555Z test_Tensor_igammac_ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:16:57.9373921Z test_Tensor_index_add (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9374285Z test_Tensor_index_add_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9374658Z test_Tensor_index_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9375617Z test_Tensor_index_copy_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9375983Z test_Tensor_index_fill (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9376346Z test_Tensor_index_fill_ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:16:57.9376712Z test_Tensor_index_put (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9377077Z test_Tensor_index_put_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9377413Z test_Tensor_index_reduce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9377787Z test_Tensor_index_reduce_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9378159Z test_Tensor_index_select (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:16:57.9378522Z test_Tensor_indices (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9378942Z test_Tensor_inner (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9379300Z test_Tensor_int (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T02:16:57.9379657Z test_Tensor_int_repr (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9379985Z test_Tensor_inverse (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9380339Z test_Tensor_ipu (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9380746Z test_Tensor_is_coalesced (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9381118Z test_Tensor_is_complex (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T02:16:57.9381518Z test_Tensor_is_conj (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9381884Z test_Tensor_is_contiguous (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9382236Z test_Tensor_is_distributed (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9382619Z test_Tensor_is_floating_point (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9382997Z test_Tensor_is_inference (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9383360Z test_Tensor_is_neg (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9383722Z test_Tensor_is_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9384092Z test_Tensor_is_pinned (__main__.TestTorchFunctionOverride) ... ok (0.011s) 2022-11-23T02:16:57.9384430Z test_Tensor_is_same_size (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9384788Z test_Tensor_is_set_to (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9385147Z test_Tensor_is_shared (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9385504Z test_Tensor_is_signed (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:16:57.9385869Z test_Tensor_isclose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9386232Z test_Tensor_isfinite (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9386594Z test_Tensor_isinf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9386916Z test_Tensor_isnan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9387275Z test_Tensor_isneginf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9387693Z test_Tensor_isposinf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9388056Z test_Tensor_isreal (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:16:57.9388415Z test_Tensor_istft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9388770Z test_Tensor_item (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9389091Z test_Tensor_kron (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9389450Z test_Tensor_kthvalue (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9389800Z test_Tensor_lcm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9390148Z test_Tensor_lcm_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9390499Z test_Tensor_ldexp (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:16:57.9390861Z test_Tensor_ldexp_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9391218Z test_Tensor_le (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9391533Z test_Tensor_le_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9391925Z test_Tensor_lerp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9392319Z test_Tensor_lerp_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9392677Z test_Tensor_less (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9393080Z test_Tensor_less_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9393438Z test_Tensor_less_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9393770Z test_Tensor_less_equal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9394128Z test_Tensor_lgamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9394485Z test_Tensor_lgamma_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9394842Z test_Tensor_log (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9395191Z test_Tensor_log10 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9395541Z test_Tensor_log10_ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:16:57.9395861Z test_Tensor_log1p (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9396214Z test_Tensor_log1p_ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:16:57.9396562Z test_Tensor_log2 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9396913Z test_Tensor_log2_ (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T02:16:57.9397261Z test_Tensor_log_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9397618Z test_Tensor_log_normal_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9397954Z test_Tensor_log_softmax (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9398322Z test_Tensor_logaddexp (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9398690Z test_Tensor_logaddexp2 (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T02:16:57.9399039Z test_Tensor_logcumsumexp (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9399358Z test_Tensor_logdet (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9399674Z test_Tensor_logical_and (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9399993Z test_Tensor_logical_and_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9400318Z test_Tensor_logical_not (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9400638Z test_Tensor_logical_not_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9400958Z test_Tensor_logical_or (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9401321Z test_Tensor_logical_or_ (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T02:16:57.9401630Z test_Tensor_logical_xor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9402050Z test_Tensor_logical_xor_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9402364Z test_Tensor_logit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9402691Z test_Tensor_logit_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9403027Z test_Tensor_logsumexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9403359Z test_Tensor_long (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9403680Z test_Tensor_lt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9404001Z test_Tensor_lt_ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:16:57.9404298Z test_Tensor_lu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9404621Z test_Tensor_lu_solve (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9404943Z test_Tensor_map2_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9405265Z test_Tensor_map_ (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T02:16:57.9405594Z test_Tensor_masked_fill (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9405928Z test_Tensor_masked_fill_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9406831Z test_Tensor_masked_scatter (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9407197Z test_Tensor_masked_scatter_ (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T02:16:57.9407545Z test_Tensor_masked_select (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9407930Z test_Tensor_matmul (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9408267Z test_Tensor_matrix_exp (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9408650Z test_Tensor_matrix_power (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9408961Z test_Tensor_max (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9409290Z test_Tensor_maximum (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9409617Z test_Tensor_mean (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9409939Z test_Tensor_median (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9410264Z test_Tensor_min (__main__.TestTorchFunctionOverride) ... ok (0.011s) 2022-11-23T02:16:57.9410582Z test_Tensor_minimum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9410905Z test_Tensor_mm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9411209Z test_Tensor_mode (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9411536Z test_Tensor_moveaxis (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9411862Z test_Tensor_movedim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9412185Z test_Tensor_msort (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9412504Z test_Tensor_mul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9412823Z test_Tensor_mul_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9413137Z test_Tensor_multinomial (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9413475Z test_Tensor_multiply (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9413809Z test_Tensor_multiply_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9414132Z test_Tensor_mv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9414453Z test_Tensor_mvlgamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9414848Z test_Tensor_mvlgamma_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9415168Z test_Tensor_nan_to_num (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9415501Z test_Tensor_nan_to_num_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9415831Z test_Tensor_nanmean (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9416164Z test_Tensor_nanmedian (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9416508Z test_Tensor_nanquantile (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9416839Z test_Tensor_nansum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9417150Z test_Tensor_narrow (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9417480Z test_Tensor_narrow_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9417822Z test_Tensor_ndimension (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9418147Z test_Tensor_ne (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9418468Z test_Tensor_ne_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9418781Z test_Tensor_neg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9419085Z test_Tensor_neg_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9419408Z test_Tensor_negative (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9419793Z test_Tensor_negative_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9420126Z test_Tensor_nelement (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:16:57.9420457Z test_Tensor_nextafter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9420789Z test_Tensor_nextafter_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9421125Z test_Tensor_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:16:57.9421435Z test_Tensor_norm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9421765Z test_Tensor_normal_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9422095Z test_Tensor_not_equal (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T02:16:57.9422426Z test_Tensor_not_equal_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9422751Z test_Tensor_numel (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9423075Z test_Tensor_numpy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9423384Z test_Tensor_orgqr (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T02:16:57.9423708Z test_Tensor_ormqr (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9424028Z test_Tensor_outer (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9424355Z test_Tensor_permute (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9424686Z test_Tensor_pin_memory (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9425022Z test_Tensor_pinverse (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9425339Z test_Tensor_polygamma (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9425676Z test_Tensor_polygamma_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9426010Z test_Tensor_positive (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9426340Z test_Tensor_pow (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T02:16:57.9426661Z test_Tensor_pow_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9426984Z test_Tensor_prelu (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9427290Z test_Tensor_prod (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9427655Z test_Tensor_put (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9427972Z test_Tensor_put_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9428309Z test_Tensor_q_per_channel_axis (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9428665Z test_Tensor_q_per_channel_scales (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9429028Z test_Tensor_q_per_channel_zero_points (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T02:16:57.9429359Z test_Tensor_q_scale (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9429695Z test_Tensor_q_zero_point (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9430020Z test_Tensor_qr (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9430343Z test_Tensor_qscheme (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9430679Z test_Tensor_quantile (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9431009Z test_Tensor_rad2deg (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9431337Z test_Tensor_rad2deg_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9431645Z test_Tensor_random_ (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T02:16:57.9431973Z test_Tensor_ravel (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9432303Z test_Tensor_reciprocal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9432688Z test_Tensor_reciprocal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9433035Z test_Tensor_record_stream (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9433375Z test_Tensor_refine_names (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9433699Z test_Tensor_register_hook (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9434033Z test_Tensor_relu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9434352Z test_Tensor_relu_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9434680Z test_Tensor_remainder (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9435016Z test_Tensor_remainder_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9435348Z test_Tensor_rename (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9435661Z test_Tensor_rename_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9435990Z test_Tensor_renorm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9436315Z test_Tensor_renorm_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9436639Z test_Tensor_repeat (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9436981Z test_Tensor_repeat_interleave (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9437338Z test_Tensor_requires_grad_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9437659Z test_Tensor_reshape (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9437988Z test_Tensor_reshape_as (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9438303Z test_Tensor_resize (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9438610Z test_Tensor_resize_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9438980Z test_Tensor_resize_as (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9439308Z test_Tensor_resize_as_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9439683Z test_Tensor_resize_as_sparse_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9440009Z test_Tensor_resolve_conj (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9440390Z test_Tensor_resolve_neg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9440722Z test_Tensor_retain_grad (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9441041Z test_Tensor_roll (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9441353Z test_Tensor_rot90 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9441667Z test_Tensor_round (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9442041Z test_Tensor_round_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9442364Z test_Tensor_row_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9442683Z test_Tensor_rsqrt (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:16:57.9442996Z test_Tensor_rsqrt_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9443319Z test_Tensor_scatter (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9443644Z test_Tensor_scatter_ (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T02:16:57.9443959Z test_Tensor_scatter_add (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9444294Z test_Tensor_scatter_add_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9444628Z test_Tensor_scatter_reduce (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9444967Z test_Tensor_scatter_reduce_ (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T02:16:57.9445344Z test_Tensor_select (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9445674Z test_Tensor_select_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9445999Z test_Tensor_set_ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:16:57.9446297Z test_Tensor_sgn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9446609Z test_Tensor_sgn_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9446932Z test_Tensor_share_memory_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9447257Z test_Tensor_short (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9447576Z test_Tensor_sigmoid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9447900Z test_Tensor_sigmoid_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9448204Z test_Tensor_sign (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:16:57.9448519Z test_Tensor_sign_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9448832Z test_Tensor_signbit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9449142Z test_Tensor_sin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9449454Z test_Tensor_sin_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9449766Z test_Tensor_sinc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9450063Z test_Tensor_sinc_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9450375Z test_Tensor_sinh (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:16:57.9450684Z test_Tensor_sinh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9450994Z test_Tensor_size (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9451318Z test_Tensor_slice_scatter (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:16:57.9451646Z test_Tensor_slogdet (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9451952Z test_Tensor_smm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9452265Z test_Tensor_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9452576Z test_Tensor_sort (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9452945Z test_Tensor_sparse_dim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9453275Z test_Tensor_sparse_mask (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:16:57.9453604Z test_Tensor_sparse_resize_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9453938Z test_Tensor_sparse_resize_and_clear_ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:16:57.9454269Z test_Tensor_split (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9454598Z test_Tensor_split_with_sizes (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T02:16:57.9454923Z test_Tensor_sqrt (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9455236Z test_Tensor_sqrt_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9455550Z test_Tensor_square (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9455873Z test_Tensor_square_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9456179Z test_Tensor_squeeze (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T02:16:57.9456498Z test_Tensor_squeeze_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9456820Z test_Tensor_sspaddmm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9457138Z test_Tensor_std (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9457452Z test_Tensor_stft (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9457815Z test_Tensor_storage (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9458132Z test_Tensor_storage_offset (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9458468Z test_Tensor_storage_type (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9458787Z test_Tensor_sub (__main__.TestTorchFunctionOverride) ... ok (0.011s) 2022-11-23T02:16:57.9459099Z test_Tensor_sub_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9459413Z test_Tensor_subtract (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9459739Z test_Tensor_subtract_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9460046Z test_Tensor_sum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9460365Z test_Tensor_sum_to_size (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9460679Z test_Tensor_svd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9460998Z test_Tensor_swapaxes (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9461324Z test_Tensor_swapaxes_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9461646Z test_Tensor_swapdims (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9461959Z test_Tensor_swapdims_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9462279Z test_Tensor_symeig (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9462590Z test_Tensor_t (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9462895Z test_Tensor_t_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9463203Z test_Tensor_take (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9463531Z test_Tensor_take_along_dim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9463840Z test_Tensor_tan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9464149Z test_Tensor_tan_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9464457Z test_Tensor_tanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9464767Z test_Tensor_tanh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9465092Z test_Tensor_tensor_split (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9465464Z test_Tensor_tile (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:16:57.9465760Z test_Tensor_to (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9466073Z test_Tensor_to_dense (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9466394Z test_Tensor_to_mkldnn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9466717Z test_Tensor_to_sparse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9467037Z test_Tensor_tolist (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9467351Z test_Tensor_topk (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9467666Z test_Tensor_trace (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:16:57.9467973Z test_Tensor_transpose (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9468299Z test_Tensor_transpose_ (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T02:16:57.9468639Z test_Tensor_triangular_solve (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9468965Z test_Tensor_tril (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9469275Z test_Tensor_tril_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9469587Z test_Tensor_triu (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9469887Z test_Tensor_triu_ (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T02:16:57.9470251Z test_Tensor_true_divide (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9470582Z test_Tensor_true_divide_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9470902Z test_Tensor_trunc (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9471216Z test_Tensor_trunc_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9471537Z test_Tensor_type (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9471843Z test_Tensor_type_as (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9472163Z test_Tensor_unbind (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9472477Z test_Tensor_unfold (__main__.TestTorchFunctionOverride) ... ok (0.011s) 2022-11-23T02:16:57.9472794Z test_Tensor_uniform_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9473110Z test_Tensor_unique (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9473448Z test_Tensor_unique_consecutive (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9473774Z test_Tensor_unsafe_chunk (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9474107Z test_Tensor_unsafe_split (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9474446Z test_Tensor_unsafe_split_with_sizes (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9474785Z test_Tensor_unsqueeze (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9475107Z test_Tensor_unsqueeze_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9475426Z test_Tensor_values (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9475738Z test_Tensor_var (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9476035Z test_Tensor_vdot (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:16:57.9476349Z test_Tensor_view (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9476662Z test_Tensor_view_as (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9476979Z test_Tensor_vsplit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9477294Z test_Tensor_where (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9477609Z test_Tensor_xlogy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9477955Z test_Tensor_xlogy_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9478267Z test_Tensor_xpu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9478578Z test_Tensor_zero_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9478904Z test__TensorBase_H___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9479233Z test__TensorBase_T___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9479585Z test__TensorBase__backward_hooks___get__ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:16:57.9479928Z test__TensorBase__base___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9480264Z test__TensorBase__cdata___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9480603Z test__TensorBase__grad___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9480947Z test__TensorBase__grad_fn___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9481291Z test__TensorBase__version___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9481636Z test__TensorBase_data___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9482042Z test__TensorBase_device___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9482377Z test__TensorBase_dtype___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9482776Z test__TensorBase_grad___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9483118Z test__TensorBase_grad_fn___get__ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:16:57.9483459Z test__TensorBase_imag___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9483797Z test__TensorBase_is_cpu___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9484143Z test__TensorBase_is_cuda___get__ (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T02:16:57.9484471Z test__TensorBase_is_ipu___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9484814Z test__TensorBase_is_leaf___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9485152Z test__TensorBase_is_meta___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9485498Z test__TensorBase_is_mkldnn___get__ (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T02:16:57.9485839Z test__TensorBase_is_mps___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9486180Z test__TensorBase_is_nested___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9486521Z test__TensorBase_is_ort___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9486857Z test__TensorBase_is_quantized___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9487206Z test__TensorBase_is_sparse___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9487555Z test__TensorBase_is_sparse_csr___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9487905Z test__TensorBase_is_vulkan___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9488244Z test__TensorBase_is_xpu___get__ (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T02:16:57.9488586Z test__TensorBase_layout___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9488922Z test__TensorBase_mH___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9489243Z test__TensorBase_mT___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9489577Z test__TensorBase_name___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9489961Z test__TensorBase_names___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9490295Z test__TensorBase_ndim___get__ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:16:57.9490634Z test__TensorBase_output_nr___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9490975Z test__TensorBase_real___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9491311Z test__TensorBase_requires_grad___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9491672Z test__TensorBase_retains_grad___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9492020Z test__TensorBase_shape___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9492363Z test__TensorBase_volatile___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9492683Z test_base (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9492983Z test_grad (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:16:57.9493305Z test_has_torch_function_non_sequence (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9493632Z test_mean_semantics (__main__.TestTorchFunctionOverride) 2022-11-23T02:16:57.9493934Z Test that a function with one argument can be overrided ... ok (0.002s) 2022-11-23T02:16:57.9494229Z test_mm_semantics (__main__.TestTorchFunctionOverride) 2022-11-23T02:16:57.9494582Z Test that a function with multiple arguments can be overrided ... ok (0.003s) 2022-11-23T02:16:57.9494900Z test_pow_rpow (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:16:57.9495249Z test_precedence_semantics (__main__.TestTorchFunctionOverride) 2022-11-23T02:16:57.9495564Z Test semantics for __torch_function__ for functions that take ... ok (0.004s) 2022-11-23T02:16:57.9495923Z test_tensor_subclass_propagation (__main__.TestTorchFunctionOverride) 2022-11-23T02:16:57.9496241Z this test exercises the functionality described in ... ok (0.002s) 2022-11-23T02:16:57.9496559Z test_torch__C__fft_fft_fft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9496894Z test_torch__C__fft_fft_fft2 (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:16:57.9497222Z test_torch__C__fft_fft_fftn (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9497546Z test_torch__C__fft_fft_fftshift (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9497884Z test_torch__C__fft_fft_hfft (__main__.TestTorchFunctionOverride) ... ok (0.004s) 2022-11-23T02:16:57.9498216Z test_torch__C__fft_fft_hfft2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9498548Z test_torch__C__fft_fft_hfftn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9498874Z test_torch__C__fft_fft_ifft (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:16:57.9499202Z test_torch__C__fft_fft_ifft2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9499514Z test_torch__C__fft_fft_ifftn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9499848Z test_torch__C__fft_fft_ifftshift (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9500183Z test_torch__C__fft_fft_ihfft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9500512Z test_torch__C__fft_fft_ihfft2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9500844Z test_torch__C__fft_fft_ihfftn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9501173Z test_torch__C__fft_fft_irfft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9501498Z test_torch__C__fft_fft_irfft2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9501810Z test_torch__C__fft_fft_irfftn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9502198Z test_torch__C__fft_fft_rfft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9502527Z test_torch__C__fft_fft_rfft2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9502857Z test_torch__C__fft_fft_rfftn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9503199Z test_torch__C__linalg_linalg_cholesky (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9503560Z test_torch__C__linalg_linalg_cholesky_ex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9503908Z test_torch__C__linalg_linalg_cond (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9504260Z test_torch__C__linalg_linalg_cross (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9504607Z test_torch__C__linalg_linalg_det (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9504958Z test_torch__C__linalg_linalg_diagonal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9505311Z test_torch__C__linalg_linalg_eig (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9505660Z test_torch__C__linalg_linalg_eigh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9506009Z test_torch__C__linalg_linalg_eigvals (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9506351Z test_torch__C__linalg_linalg_eigvalsh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9506780Z test_torch__C__linalg_linalg_householder_product (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9507150Z test_torch__C__linalg_linalg_inv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9507495Z test_torch__C__linalg_linalg_inv_ex (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:16:57.9507848Z test_torch__C__linalg_linalg_ldl_factor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9508212Z test_torch__C__linalg_linalg_ldl_factor_ex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9508577Z test_torch__C__linalg_linalg_ldl_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9508911Z test_torch__C__linalg_linalg_lstsq (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9509254Z test_torch__C__linalg_linalg_lu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9509603Z test_torch__C__linalg_linalg_lu_factor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9509964Z test_torch__C__linalg_linalg_lu_factor_ex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9510323Z test_torch__C__linalg_linalg_lu_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9510673Z test_torch__C__linalg_linalg_matmul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9511013Z test_torch__C__linalg_linalg_matrix_exp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9511375Z test_torch__C__linalg_linalg_matrix_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9511736Z test_torch__C__linalg_linalg_matrix_power (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9512102Z test_torch__C__linalg_linalg_matrix_rank (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9512458Z test_torch__C__linalg_linalg_multi_dot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9512807Z test_torch__C__linalg_linalg_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9513151Z test_torch__C__linalg_linalg_pinv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9513480Z test_torch__C__linalg_linalg_qr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9513832Z test_torch__C__linalg_linalg_slogdet (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9514224Z test_torch__C__linalg_linalg_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9514571Z test_torch__C__linalg_linalg_solve_ex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9514935Z test_torch__C__linalg_linalg_solve_triangular (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9515291Z test_torch__C__linalg_linalg_svd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9515641Z test_torch__C__linalg_linalg_svdvals (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9515982Z test_torch__C__linalg_linalg_tensorinv (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:16:57.9516343Z test_torch__C__linalg_linalg_tensorsolve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9516698Z test_torch__C__linalg_linalg_vander (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9517049Z test_torch__C__linalg_linalg_vecdot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9517400Z test_torch__C__linalg_linalg_vector_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9517748Z test_torch__C__nn_avg_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9518080Z test_torch__C__nn_avg_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9518392Z test_torch__C__nn_gelu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9518757Z test_torch__C__nn_linear (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9519093Z test_torch__C__nn_log_sigmoid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9519424Z test_torch__C__nn_one_hot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9519753Z test_torch__C__nn_softplus (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9520088Z test_torch__C__nn_softshrink (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:16:57.9520425Z test_torch__C__special_special_airy_ai (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9520786Z test_torch__C__special_special_bessel_j0 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9521146Z test_torch__C__special_special_bessel_j1 (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T02:16:57.9521507Z test_torch__C__special_special_bessel_y0 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9521934Z test_torch__C__special_special_bessel_y1 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9522315Z test_torch__C__special_special_chebyshev_polynomial_t (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9522712Z test_torch__C__special_special_chebyshev_polynomial_u (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9523094Z test_torch__C__special_special_chebyshev_polynomial_v (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T02:16:57.9523481Z test_torch__C__special_special_chebyshev_polynomial_w (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9523858Z test_torch__C__special_special_digamma (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9524213Z test_torch__C__special_special_entr (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9524569Z test_torch__C__special_special_erf (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9524920Z test_torch__C__special_special_erfc (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9525276Z test_torch__C__special_special_erfcx (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9525618Z test_torch__C__special_special_erfinv (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9526030Z test_torch__C__special_special_exp2 (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T02:16:57.9526381Z test_torch__C__special_special_expit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9526734Z test_torch__C__special_special_expm1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9527086Z test_torch__C__special_special_gammainc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9527456Z test_torch__C__special_special_gammaincc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9527823Z test_torch__C__special_special_gammaln (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9528188Z test_torch__C__special_special_hermite_polynomial_h (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9528583Z test_torch__C__special_special_hermite_polynomial_he (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9528956Z test_torch__C__special_special_i0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9529303Z test_torch__C__special_special_i0e (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9529649Z test_torch__C__special_special_i1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9529995Z test_torch__C__special_special_i1e (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9530355Z test_torch__C__special_special_laguerre_polynomial_l (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9530797Z test_torch__C__special_special_legendre_polynomial_p (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9531177Z test_torch__C__special_special_log1p (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9531534Z test_torch__C__special_special_log_ndtr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9531899Z test_torch__C__special_special_log_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9532257Z test_torch__C__special_special_logit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9532618Z test_torch__C__special_special_logsumexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9532981Z test_torch__C__special_special_modified_bessel_i0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9533364Z test_torch__C__special_special_modified_bessel_i1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9533743Z test_torch__C__special_special_modified_bessel_k0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9534123Z test_torch__C__special_special_modified_bessel_k1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9534497Z test_torch__C__special_special_multigammaln (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9534861Z test_torch__C__special_special_ndtr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9535217Z test_torch__C__special_special_ndtri (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9535566Z test_torch__C__special_special_polygamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9535921Z test_torch__C__special_special_psi (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9536275Z test_torch__C__special_special_round (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9536655Z test_torch__C__special_special_scaled_modified_bessel_k0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9537054Z test_torch__C__special_special_scaled_modified_bessel_k1 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9537461Z test_torch__C__special_special_shifted_chebyshev_polynomial_t (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:16:57.9538442Z test_torch__C__special_special_shifted_chebyshev_polynomial_u (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9538849Z test_torch__C__special_special_shifted_chebyshev_polynomial_v (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T02:16:57.9539236Z test_torch__C__special_special_shifted_chebyshev_polynomial_w (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9539615Z test_torch__C__special_special_sinc (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9539981Z test_torch__C__special_special_softmax (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9540356Z test_torch__C__special_special_spherical_bessel_j0 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9540728Z test_torch__C__special_special_xlog1py (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T02:16:57.9541089Z test_torch__C__special_special_xlogy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9541446Z test_torch__C__special_special_zeta (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9541773Z test_torch__assert_async (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9542099Z test_torch__conj_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9542430Z test_torch__fw_primal_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9542760Z test_torch__indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9543146Z test_torch__lobpcg_lobpcg (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9543493Z test_torch__lowrank_pca_lowrank (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9543829Z test_torch__lowrank_svd_lowrank (__main__.TestTorchFunctionOverride) ... ok (0.011s) 2022-11-23T02:16:57.9544171Z test_torch__make_dual_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9544509Z test_torch__neg_view_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9544848Z test_torch__reshape_alias_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9545187Z test_torch__rowwise_prune (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9545536Z test_torch__sparse_broadcast_to_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9545866Z test_torch__values_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9546189Z test_torch_abs (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9546507Z test_torch_absolute (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9546826Z test_torch_acos (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9547140Z test_torch_acosh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9547475Z test_torch_adaptive_avg_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9547824Z test_torch_adaptive_max_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9548132Z test_torch_add (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9548447Z test_torch_addbmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9548763Z test_torch_addcdiv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9549083Z test_torch_addcmul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9549401Z test_torch_addmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9549715Z test_torch_addmv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9550016Z test_torch_addr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9550331Z test_torch_adjoint (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9551075Z test_torch_affine_grid_generator (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9551415Z test_torch_alias_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9551734Z test_torch_all (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9552051Z test_torch_allclose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9552372Z test_torch_alpha_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9552699Z test_torch_amax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9553008Z test_torch_amin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9553323Z test_torch_aminmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9553638Z test_torch_angle (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9553954Z test_torch_any (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:16:57.9554254Z test_torch_arccos (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9554573Z test_torch_arccosh (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9554889Z test_torch_arcsin (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9555201Z test_torch_arcsinh (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9555514Z test_torch_arctan (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9555879Z test_torch_arctan2 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9556180Z test_torch_arctanh (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T02:16:57.9556494Z test_torch_argmax (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9556808Z test_torch_argmin (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9557125Z test_torch_argsort (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9557445Z test_torch_argwhere (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9557774Z test_torch_as_strided_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9558120Z test_torch_as_strided_scatter (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9558432Z test_torch_asin (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9558741Z test_torch_asinh (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9559052Z test_torch_atan (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T02:16:57.9559359Z test_torch_atan2 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9559669Z test_torch_atanh (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9559993Z test_torch_avg_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9560303Z test_torch_baddbmm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9560625Z test_torch_batch_norm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9560963Z test_torch_batch_norm_backward_elemt (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9561323Z test_torch_batch_norm_backward_reduce (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9561675Z test_torch_batch_norm_elemt (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9562091Z test_torch_batch_norm_gather_stats (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T02:16:57.9562446Z test_torch_batch_norm_gather_stats_with_counts (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9562797Z test_torch_batch_norm_stats (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9563137Z test_torch_batch_norm_update_stats (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9563862Z test_torch_bernoulli (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9564184Z test_torch_bilinear (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9564537Z test_torch_binary_cross_entropy_with_logits (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9564878Z test_torch_bincount (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9565187Z test_torch_binomial (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T02:16:57.9565514Z test_torch_bitwise_and (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9565854Z test_torch_bitwise_left_shift (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9566186Z test_torch_bitwise_not (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9566511Z test_torch_bitwise_or (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9566849Z test_torch_bitwise_right_shift (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9567171Z test_torch_bitwise_xor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9567485Z test_torch_bmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9567808Z test_torch_broadcast_to (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9568134Z test_torch_bucketize (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9568449Z test_torch_cat (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9568828Z test_torch_ccol_indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9569144Z test_torch_ceil (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9569452Z test_torch_celu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9569775Z test_torch_channel_shuffle (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9570107Z test_torch_cholesky (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9570436Z test_torch_cholesky_inverse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9570772Z test_torch_cholesky_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9571119Z test_torch_choose_qparams_optimized (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9571445Z test_torch_chunk (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9571761Z test_torch_clamp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9572078Z test_torch_clamp_max (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9572395Z test_torch_clamp_min (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9572709Z test_torch_clip (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9573024Z test_torch_clone (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9573341Z test_torch_col_indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9573677Z test_torch_column_stack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9574008Z test_torch_combinations (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9574331Z test_torch_complex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9574647Z test_torch_concat (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9574971Z test_torch_concatenate (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:16:57.9575279Z test_torch_conj (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9575598Z test_torch_conj_physical (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T02:16:57.9575935Z test_torch_constant_pad_nd (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9576630Z test_torch_conv1d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9576950Z test_torch_conv2d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9577262Z test_torch_conv3d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9577569Z test_torch_conv_tbc (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T02:16:57.9577898Z test_torch_conv_transpose1d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9578240Z test_torch_conv_transpose2d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9578574Z test_torch_conv_transpose3d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9578908Z test_torch_convolution (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9579239Z test_torch_copysign (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9579566Z test_torch_corrcoef (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9579864Z test_torch_cos (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9580173Z test_torch_cosh (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9580503Z test_torch_cosine_embedding_loss (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T02:16:57.9580851Z test_torch_cosine_similarity (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9581186Z test_torch_count_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9581553Z test_torch_cov (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9581852Z test_torch_cross (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9582177Z test_torch_crow_indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9582505Z test_torch_ctc_loss (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9582821Z test_torch_cummax (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9583134Z test_torch_cummin (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9583454Z test_torch_cumprod (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T02:16:57.9583761Z test_torch_cumsum (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9584097Z test_torch_cumulative_trapezoid (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9584437Z test_torch_deg2rad (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9584763Z test_torch_dequantize (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9585086Z test_torch_det (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9585398Z test_torch_detach (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9585709Z test_torch_detach_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9586030Z test_torch_diag (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9586347Z test_torch_diag_embed (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T02:16:57.9586668Z test_torch_diagflat (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9586991Z test_torch_diagonal (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9587321Z test_torch_diagonal_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9587660Z test_torch_diagonal_scatter (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9587973Z test_torch_diff (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9588287Z test_torch_digamma (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9588600Z test_torch_dist (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9589269Z test_torch_div (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T02:16:57.9589587Z test_torch_divide (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9589901Z test_torch_dot (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9590203Z test_torch_dropout (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9590518Z test_torch_dsmm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9590831Z test_torch_dsplit (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9591152Z test_torch_dstack (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9591475Z test_torch_embedding (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9591809Z test_torch_embedding_bag (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9592127Z test_torch_empty_like (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T02:16:57.9592444Z test_torch_eq (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9592751Z test_torch_equal (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9593056Z test_torch_erf (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9593362Z test_torch_erfc (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9593673Z test_torch_erfinv (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9593970Z test_torch_exp (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9594324Z test_torch_exp2 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9594648Z test_torch_expand_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9594964Z test_torch_expm1 (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T02:16:57.9595313Z test_torch_fake_quantize_per_channel_affine (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9595688Z test_torch_fake_quantize_per_tensor_affine (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9596059Z test_torch_fbgemm_linear_fp16_weight (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9596493Z test_torch_fbgemm_linear_fp16_weight_fp32_activation (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9596902Z test_torch_fbgemm_linear_int8_weight (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9597279Z test_torch_fbgemm_linear_int8_weight_fp32_activation (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9597654Z test_torch_fbgemm_linear_quantize_weight (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9598020Z test_torch_fbgemm_pack_gemm_matrix_fp16 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9598385Z test_torch_fbgemm_pack_quantized_matrix (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T02:16:57.9598734Z test_torch_feature_alpha_dropout (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9599081Z test_torch_feature_dropout (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9599401Z test_torch_fix (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9599713Z test_torch_flatten (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9600026Z test_torch_flip (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9600341Z test_torch_fliplr (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9600658Z test_torch_flipud (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9600967Z test_torch_float_power (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9601287Z test_torch_floor (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T02:16:57.9601614Z test_torch_floor_divide (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9602461Z test_torch_fmax (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9602813Z test_torch_fmin (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9603127Z test_torch_fmod (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9603424Z test_torch_frac (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9603735Z test_torch_frexp (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9603899Z test_torch_frobenius_norm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9604049Z test_torch_full_like (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9604215Z test_torch_functional_atleast_1d (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T02:16:57.9604377Z test_torch_functional_atleast_2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9604547Z test_torch_functional_atleast_3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9604712Z test_torch_functional_block_diag (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9604891Z test_torch_functional_broadcast_tensors (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9605067Z test_torch_functional_cartesian_prod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9605228Z test_torch_functional_cdist (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9605779Z test_torch_functional_chain_matmul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9605952Z test_torch_functional_einsum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9606112Z test_torch_functional_lu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9606281Z test_torch_functional_meshgrid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9606431Z test_torch_functional_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9606592Z test_torch_functional_split (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9606751Z test_torch_functional_stft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9606917Z test_torch_functional_tensordot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9607080Z test_torch_functional_unique (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9607258Z test_torch_functional_unique_consecutive (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9607434Z test_torch_fused_moving_avg_obs_fake_quant (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9607584Z test_torch_gather (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9607728Z test_torch_gcd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9607874Z test_torch_ge (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9608020Z test_torch_geqrf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9608207Z test_torch_ger (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9608359Z test_torch_gradient (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9608507Z test_torch_greater (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9608664Z test_torch_greater_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9608821Z test_torch_grid_sampler (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9608988Z test_torch_grid_sampler_2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9609183Z test_torch_grid_sampler_3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9609324Z test_torch_group_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9609815Z test_torch_gru (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9609966Z test_torch_gru_cell (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9610110Z test_torch_gt (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9610264Z test_torch_hardshrink (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T02:16:57.9610415Z test_torch_heaviside (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9610583Z test_torch_hinge_embedding_loss (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9610730Z test_torch_histc (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9610882Z test_torch_histogram (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9611040Z test_torch_histogramdd (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T02:16:57.9611186Z test_torch_hsmm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9611336Z test_torch_hsplit (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9611480Z test_torch_hstack (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9611626Z test_torch_hypot (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9611770Z test_torch_i0 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9611916Z test_torch_igamma (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9612113Z test_torch_igammac (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9612248Z test_torch_imag (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9612398Z test_torch_index_add (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T02:16:57.9612549Z test_torch_index_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9612702Z test_torch_index_fill (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9612853Z test_torch_index_put (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9613008Z test_torch_index_reduce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9613164Z test_torch_index_select (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9613318Z test_torch_indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9613464Z test_torch_inner (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9613624Z test_torch_instance_norm (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:16:57.9613775Z test_torch_int_repr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9613924Z test_torch_inverse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9614074Z test_torch_is_complex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9614222Z test_torch_is_conj (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9614421Z test_torch_is_distributed (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9614586Z test_torch_is_floating_point (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9614744Z test_torch_is_inference (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9614916Z test_torch_is_neg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9615073Z test_torch_is_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9615225Z test_torch_is_same_size (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9615372Z test_torch_is_signed (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9615520Z test_torch_isclose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9615670Z test_torch_isfinite (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9616150Z test_torch_isin (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:16:57.9616297Z test_torch_isinf (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9616441Z test_torch_isnan (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T02:16:57.9616589Z test_torch_isneginf (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9616739Z test_torch_isposinf (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9616888Z test_torch_isreal (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9617035Z test_torch_istft (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9617182Z test_torch_kl_div (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T02:16:57.9617326Z test_torch_kron (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9617480Z test_torch_kthvalue (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9617631Z test_torch_layer_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9617764Z test_torch_lcm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9617909Z test_torch_ldexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9618050Z test_torch_le (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9618198Z test_torch_lerp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9618383Z test_torch_less (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9618538Z test_torch_less_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9618685Z test_torch_lgamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9618826Z test_torch_log (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9618970Z test_torch_log10 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9619112Z test_torch_log1p (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9619256Z test_torch_log2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9619411Z test_torch_log_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9619562Z test_torch_logaddexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9619716Z test_torch_logaddexp2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9619875Z test_torch_logcumsumexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9620024Z test_torch_logdet (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9620168Z test_torch_logical_and (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9620360Z test_torch_logical_not (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9620515Z test_torch_logical_or (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9620669Z test_torch_logical_xor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9620817Z test_torch_logit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9621005Z test_torch_logsumexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9621149Z test_torch_lstm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9621299Z test_torch_lstm_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9621443Z test_torch_lt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9621593Z test_torch_lu_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9621743Z test_torch_lu_unpack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9621908Z test_torch_margin_ranking_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9622393Z test_torch_masked_fill (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9622553Z test_torch_masked_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9622709Z test_torch_masked_select (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9622857Z test_torch_matmul (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:16:57.9623012Z test_torch_matrix_exp (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9623157Z test_torch_matrix_power (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9623302Z test_torch_max (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T02:16:57.9623457Z test_torch_max_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9623629Z test_torch_max_pool1d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9623784Z test_torch_max_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9623937Z test_torch_max_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9624086Z test_torch_maximum (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T02:16:57.9624233Z test_torch_mean (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9624382Z test_torch_median (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9624524Z test_torch_min (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9624713Z test_torch_minimum (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9624876Z test_torch_miopen_batch_norm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9625042Z test_torch_miopen_convolution (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9625219Z test_torch_miopen_convolution_add_relu (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9625389Z test_torch_miopen_convolution_relu (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9625568Z test_torch_miopen_convolution_transpose (__main__.TestTorchFunctionOverride) ... ok (0.011s) 2022-11-23T02:16:57.9625749Z test_torch_miopen_depthwise_convolution (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9625901Z test_torch_miopen_rnn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9626031Z test_torch_mode (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9626187Z test_torch_moveaxis (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9626378Z test_torch_movedim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9626526Z test_torch_msort (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9626671Z test_torch_mul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9626830Z test_torch_multinomial (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9627016Z test_torch_multiply (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9627159Z test_torch_mv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9627307Z test_torch_mvlgamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9627457Z test_torch_nan_to_num (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9627604Z test_torch_nanmean (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9627758Z test_torch_nanmedian (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9627914Z test_torch_nanquantile (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9628060Z test_torch_nansum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9628205Z test_torch_narrow (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9628696Z test_torch_narrow_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9628859Z test_torch_native_batch_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9629014Z test_torch_native_channel_shuffle (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9629174Z test_torch_native_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9629339Z test_torch_native_group_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9629500Z test_torch_native_layer_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9629653Z test_torch_native_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9629796Z test_torch_ne (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9629939Z test_torch_neg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9630094Z test_torch_negative (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9630248Z test_torch_nextafter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9630419Z test_torch_nn_functional__threshold (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9630609Z test_torch_nn_functional_adaptive_avg_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9630788Z test_torch_nn_functional_adaptive_avg_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9631014Z test_torch_nn_functional_adaptive_max_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9631213Z test_torch_nn_functional_adaptive_max_pool1d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9631396Z test_torch_nn_functional_adaptive_max_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:16:57.9631594Z test_torch_nn_functional_adaptive_max_pool2d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9631779Z test_torch_nn_functional_adaptive_max_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9631974Z test_torch_nn_functional_adaptive_max_pool3d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T02:16:57.9632145Z test_torch_nn_functional_affine_grid (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9632361Z test_torch_nn_functional_alpha_dropout (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9632520Z test_torch_nn_functional_batch_norm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9632743Z test_torch_nn_functional_binary_cross_entropy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9632940Z test_torch_nn_functional_binary_cross_entropy_with_logits (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T02:16:57.9633105Z test_torch_nn_functional_celu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9633292Z test_torch_nn_functional_cosine_embedding_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9633464Z test_torch_nn_functional_cross_entropy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9633630Z test_torch_nn_functional_ctc_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9633795Z test_torch_nn_functional_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9633966Z test_torch_nn_functional_dropout1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9634133Z test_torch_nn_functional_dropout2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9634301Z test_torch_nn_functional_dropout3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9634461Z test_torch_nn_functional_elu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9634975Z test_torch_nn_functional_embedding (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9635151Z test_torch_nn_functional_embedding_bag (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9635336Z test_torch_nn_functional_feature_alpha_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9635500Z test_torch_nn_functional_fold (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9635684Z test_torch_nn_functional_fractional_max_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9635886Z test_torch_nn_functional_fractional_max_pool2d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9636072Z test_torch_nn_functional_fractional_max_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9636268Z test_torch_nn_functional_fractional_max_pool3d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9636435Z test_torch_nn_functional_gaussian_nll_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9636597Z test_torch_nn_functional_glu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9636770Z test_torch_nn_functional_grid_sample (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9636940Z test_torch_nn_functional_group_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9637163Z test_torch_nn_functional_gumbel_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9637334Z test_torch_nn_functional_hardtanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9637517Z test_torch_nn_functional_hinge_embedding_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9637683Z test_torch_nn_functional_huber_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9637860Z test_torch_nn_functional_instance_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9638033Z test_torch_nn_functional_interpolate (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9638240Z test_torch_nn_functional_kl_div (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9638408Z test_torch_nn_functional_l1_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9638576Z test_torch_nn_functional_layer_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9638784Z test_torch_nn_functional_leaky_relu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9638968Z test_torch_nn_functional_local_response_norm (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:16:57.9639136Z test_torch_nn_functional_log_softmax (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9639305Z test_torch_nn_functional_lp_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9639471Z test_torch_nn_functional_lp_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T02:16:57.9639656Z test_torch_nn_functional_margin_ranking_loss (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9639823Z test_torch_nn_functional_max_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9639994Z test_torch_nn_functional_max_pool1d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9640162Z test_torch_nn_functional_max_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9640351Z test_torch_nn_functional_max_pool2d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T02:16:57.9640518Z test_torch_nn_functional_max_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9640704Z test_torch_nn_functional_max_pool3d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9641205Z test_torch_nn_functional_max_unpool1d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9641378Z test_torch_nn_functional_max_unpool2d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9641548Z test_torch_nn_functional_max_unpool3d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9641708Z test_torch_nn_functional_mish (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9641942Z test_torch_nn_functional_mse_loss (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9642140Z test_torch_nn_functional_multi_head_attention_forward (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9642319Z test_torch_nn_functional_multi_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.011s) 2022-11-23T02:16:57.9642506Z test_torch_nn_functional_multilabel_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9642699Z test_torch_nn_functional_multilabel_soft_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9642862Z test_torch_nn_functional_nll_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9643031Z test_torch_nn_functional_normalize (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9643195Z test_torch_nn_functional_pad (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9643421Z test_torch_nn_functional_poisson_nll_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9643586Z test_torch_nn_functional_relu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9643749Z test_torch_nn_functional_relu6 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9643895Z test_torch_nn_functional_rrelu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9644105Z test_torch_nn_functional_selu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9644268Z test_torch_nn_functional_silu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9644441Z test_torch_nn_functional_smooth_l1_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9644619Z test_torch_nn_functional_soft_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9644825Z test_torch_nn_functional_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9644994Z test_torch_nn_functional_softmin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9645160Z test_torch_nn_functional_softsign (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9645329Z test_torch_nn_functional_tanhshrink (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9645512Z test_torch_nn_functional_triplet_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9645711Z test_torch_nn_functional_triplet_margin_with_distance_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9645877Z test_torch_nn_functional_unfold (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9646037Z test_torch_nn_init_constant_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9646203Z test_torch_nn_init_kaiming_uniform_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9646363Z test_torch_nn_init_normal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9646522Z test_torch_nn_init_uniform_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9646673Z test_torch_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9646831Z test_torch_norm_except_dim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9647579Z test_torch_not_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9647722Z test_torch_nuclear_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9647871Z test_torch_numel (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9648020Z test_torch_ones_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9648165Z test_torch_orgqr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9648306Z test_torch_ormqr (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9648447Z test_torch_outer (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:16:57.9648614Z test_torch_pairwise_distance (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9648758Z test_torch_pdist (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T02:16:57.9648906Z test_torch_permute (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9649066Z test_torch_permute_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9649215Z test_torch_pinverse (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9649373Z test_torch_pixel_shuffle (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9649531Z test_torch_pixel_unshuffle (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T02:16:57.9649680Z test_torch_poisson (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9649893Z test_torch_poisson_nll_loss (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9650041Z test_torch_polar (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9650238Z test_torch_polygamma (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9650378Z test_torch_positive (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9650522Z test_torch_pow (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9650707Z test_torch_prelu (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9650856Z test_torch_prod (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9651003Z test_torch_put (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T02:16:57.9651199Z test_torch_q_per_channel_axis (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9651367Z test_torch_q_per_channel_scales (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9651577Z test_torch_q_per_channel_zero_points (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9651728Z test_torch_q_scale (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9651881Z test_torch_q_zero_point (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9652061Z test_torch_qr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9652215Z test_torch_quantile (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9652381Z test_torch_quantize_per_channel (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9652581Z test_torch_quantize_per_tensor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9652758Z test_torch_quantize_per_tensor_dynamic (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9652960Z test_torch_quantized_batch_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9653128Z test_torch_quantized_gru_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9653290Z test_torch_quantized_lstm_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9653477Z test_torch_quantized_max_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9653642Z test_torch_quantized_max_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9654224Z test_torch_quantized_rnn_relu_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9654431Z test_torch_quantized_rnn_tanh_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9654581Z test_torch_rad2deg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9654771Z test_torch_rand_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9654928Z test_torch_randint_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9655084Z test_torch_randn_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9655265Z test_torch_ravel (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9655414Z test_torch_real (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9655573Z test_torch_reciprocal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9655755Z test_torch_relu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9655908Z test_torch_remainder (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9656063Z test_torch_renorm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9656260Z test_torch_repeat_interleave (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9656410Z test_torch_reshape (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9656567Z test_torch_resolve_conj (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9656802Z test_torch_resolve_neg (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:16:57.9656941Z test_torch_rnn_relu (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9657097Z test_torch_rnn_relu_cell (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T02:16:57.9657285Z test_torch_rnn_tanh (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9657444Z test_torch_rnn_tanh_cell (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9657586Z test_torch_roll (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9657769Z test_torch_rot90 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9657919Z test_torch_round (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T02:16:57.9658084Z test_torch_row_indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9658265Z test_torch_row_stack (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9658411Z test_torch_rrelu (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9658589Z test_torch_rsqrt (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9658736Z test_torch_rsub (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9658887Z test_torch_saddmm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9659077Z test_torch_scatter (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9659234Z test_torch_scatter_add (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9659392Z test_torch_scatter_reduce (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T02:16:57.9659585Z test_torch_searchsorted (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9659734Z test_torch_segment_reduce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9659883Z test_torch_select (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9660073Z test_torch_select_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9660228Z test_torch_select_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9660410Z test_torch_selu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9660609Z test_torch_sgn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9660758Z test_torch_sigmoid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9660937Z test_torch_sign (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9661085Z test_torch_signbit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9661228Z test_torch_sin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9661407Z test_torch_sinc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9661553Z test_torch_sinh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9661708Z test_torch_slice_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9661898Z test_torch_slice_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9662048Z test_torch_slogdet (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9662231Z test_torch_smm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9662379Z test_torch_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9662510Z test_torch_sort (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9662699Z test_torch_split_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9662860Z test_torch_split_with_sizes (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9663026Z test_torch_split_with_sizes_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9663245Z test_torch_sqrt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9663397Z test_torch_square (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9663547Z test_torch_squeeze (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9663736Z test_torch_squeeze_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9663886Z test_torch_stack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9664067Z test_torch_std (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9664219Z test_torch_std_mean (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9664362Z test_torch_sub (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9664547Z test_torch_subtract (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9664692Z test_torch_sum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9664834Z test_torch_svd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9665019Z test_torch_swapaxes (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9665171Z test_torch_swapdims (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9665305Z test_torch_symeig (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9665485Z test_torch_t (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:16:57.9665631Z test_torch_t_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9665775Z test_torch_take (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9665969Z test_torch_take_along_dim (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T02:16:57.9666113Z test_torch_tan (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9666255Z test_torch_tanh (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9666448Z test_torch_tensor_split (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9666601Z test_torch_threshold (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9666780Z test_torch_tile (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9666926Z test_torch_topk (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9667116Z test_torch_trace (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9667301Z test_torch_transpose (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9667463Z test_torch_transpose_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9667617Z test_torch_trapezoid (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9667797Z test_torch_trapz (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9667952Z test_torch_triangular_solve (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9668095Z test_torch_tril (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9668295Z test_torch_triplet_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9668437Z test_torch_triu (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9668627Z test_torch_true_divide (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9668775Z test_torch_trunc (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9668922Z test_torch_unbind (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9669111Z test_torch_unbind_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9669268Z test_torch_unflatten (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9669418Z test_torch_unfold_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9669648Z test_torch_unsafe_chunk (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:16:57.9669806Z test_torch_unsafe_split (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9670009Z test_torch_unsafe_split_with_sizes (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9670162Z test_torch_unsqueeze (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9670324Z test_torch_unsqueeze_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9670512Z test_torch_values_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9670656Z test_torch_var (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9670803Z test_torch_var_mean (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9670934Z test_torch_vdot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9671133Z test_torch_view_as_complex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9671305Z test_torch_view_as_complex_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9671457Z test_torch_view_as_real (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9671655Z test_torch_view_as_real_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9671810Z test_torch_view_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9671959Z test_torch_vsplit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9672140Z test_torch_vstack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9672286Z test_torch_where (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9672467Z test_torch_xlogy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9672624Z test_torch_zeros_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:16:57.9672779Z test_user_implementation_raises (__main__.TestTorchFunctionOverride) 2022-11-23T02:16:57.9672986Z Test that errors raised in user implementations propagate correctly ... ok (0.001s) 2022-11-23T02:16:57.9673158Z test_warn_on_invalid_torch_function (__main__.TestTorchFunctionWarning) ... ok (0.010s) 2022-11-23T02:16:57.9673306Z test_wrap_torch_function (__main__.TestWrapTorchFunction) ... ok (0.001s) 2022-11-23T02:16:57.9673396Z 2022-11-23T02:16:57.9673546Z ---------------------------------------------------------------------- 2022-11-23T02:16:57.9673628Z Ran 1415 tests in 2.297s 2022-11-23T02:16:57.9673633Z 2022-11-23T02:16:57.9673692Z OK 2022-11-23T02:16:57.9673697Z 2022-11-23T02:16:57.9673772Z Generating XML reports... 2022-11-23T02:16:57.9674070Z Generated XML report: test-reports\python-unittest\test_overrides\TEST-TestBroadcastAllOverride-20221123021655.xml 2022-11-23T02:16:57.9674359Z Generated XML report: test-reports\python-unittest\test_overrides\TEST-TestDisabledTorchFunction-20221123021655.xml 2022-11-23T02:16:57.9674600Z Generated XML report: test-reports\python-unittest\test_overrides\TEST-TestEinsumOverride-20221123021655.xml 2022-11-23T02:16:57.9674877Z Generated XML report: test-reports\python-unittest\test_overrides\TEST-TestGradCheckOverride-20221123021655.xml 2022-11-23T02:16:57.9675117Z Generated XML report: test-reports\python-unittest\test_overrides\TEST-TestGradNewOnesOverride-20221123021655.xml 2022-11-23T02:16:57.9675365Z Generated XML report: test-reports\python-unittest\test_overrides\TEST-TestIndexing-20221123021655.xml 2022-11-23T02:16:57.9675575Z Generated XML report: test-reports\python-unittest\test_overrides\TEST-TestIterator-20221123021655.xml 2022-11-23T02:16:57.9675824Z Generated XML report: test-reports\python-unittest\test_overrides\TEST-TestNamedTuple-20221123021655.xml 2022-11-23T02:16:57.9676035Z Generated XML report: test-reports\python-unittest\test_overrides\TEST-TestPickle-20221123021655.xml 2022-11-23T02:16:57.9676312Z Generated XML report: test-reports\python-unittest\test_overrides\TEST-TestRNN-20221123021655.xml 2022-11-23T02:16:57.9676537Z Generated XML report: test-reports\python-unittest\test_overrides\TEST-TestResolveName-20221123021655.xml 2022-11-23T02:16:57.9676814Z Generated XML report: test-reports\python-unittest\test_overrides\TEST-TestTorchFunctionMode-20221123021655.xml 2022-11-23T02:16:57.9677102Z Generated XML report: test-reports\python-unittest\test_overrides\TEST-TestTorchFunctionOverride-20221123021655.xml 2022-11-23T02:16:57.9677351Z Generated XML report: test-reports\python-unittest\test_overrides\TEST-TestTorchFunctionWarning-20221123021655.xml 2022-11-23T02:16:57.9677624Z Generated XML report: test-reports\python-unittest\test_overrides\TEST-TestWrapTorchFunction-20221123021655.xml 2022-11-23T02:16:57.9677631Z 2022-11-23T02:16:57.9677973Z ##[endgroup] 2022-11-23T02:16:57.9678254Z FINISHED PRINTING LOG FILE of test_overrides (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_overrides_h_si9uvu) 2022-11-23T02:16:57.9678260Z 2022-11-23T02:16:57.9678371Z Running test_prims ... [2022-11-23 02:16:57.926008] 2022-11-23T02:16:57.9678675Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_prims.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:16:57.926612] 2022-11-23T02:17:01.6564815Z 2022-11-23T02:17:01.6565323Z Expand the folded group to see the log file of test_prims 2022-11-23T02:17:01.6566047Z ##[group]PRINTING LOG FILE of test_prims (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_prims_38c3wa4z) 2022-11-23T02:17:01.6566854Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:01.6567512Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:17:01.6567661Z 2022-11-23T02:17:01.6567735Z Running tests... 2022-11-23T02:17:01.6567986Z ---------------------------------------------------------------------- 2022-11-23T02:17:01.6568309Z Test results will be stored in test-reports\python-unittest\test_prims 2022-11-23T02:17:01.6568608Z test_mul_complex (__main__.TestPrimsBasic) ... ok (0.003s) 2022-11-23T02:17:01.6569067Z test_torch_ops (__main__.TestPrimsBasic) ... ok (0.004s) 2022-11-23T02:17:01.6569216Z 2022-11-23T02:17:01.6569358Z ---------------------------------------------------------------------- 2022-11-23T02:17:01.6569587Z Ran 2 tests in 0.015s 2022-11-23T02:17:01.6569700Z 2022-11-23T02:17:01.6569760Z OK 2022-11-23T02:17:01.6569850Z 2022-11-23T02:17:01.6569938Z Generating XML reports... 2022-11-23T02:17:01.6570280Z Generated XML report: test-reports\python-unittest\test_prims\TEST-TestPrimsBasic-20221123021701.xml 2022-11-23T02:17:01.6570518Z 2022-11-23T02:17:01.6570745Z ##[endgroup] 2022-11-23T02:17:01.6571057Z FINISHED PRINTING LOG FILE of test_prims (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_prims_38c3wa4z) 2022-11-23T02:17:01.6571293Z 2022-11-23T02:17:01.6571412Z Running test_reductions ... [2022-11-23 02:17:01.656142] 2022-11-23T02:17:01.6575436Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_reductions.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:17:01.656142] 2022-11-23T02:17:05.4554590Z 2022-11-23T02:17:05.4555048Z Expand the folded group to see the log file of test_reductions 2022-11-23T02:17:05.4555756Z ##[group]PRINTING LOG FILE of test_reductions (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_reductions_sjtflakp) 2022-11-23T02:17:05.4556796Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:05.4557456Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:17:05.4557602Z 2022-11-23T02:17:05.4557680Z Running tests... 2022-11-23T02:17:05.4557936Z ---------------------------------------------------------------------- 2022-11-23T02:17:05.4558121Z 2022-11-23T02:17:05.4558264Z ---------------------------------------------------------------------- 2022-11-23T02:17:05.4558485Z Ran 0 tests in 0.000s 2022-11-23T02:17:05.4558599Z 2022-11-23T02:17:05.4558658Z OK 2022-11-23T02:17:05.4558747Z 2022-11-23T02:17:05.4558835Z Generating XML reports... 2022-11-23T02:17:05.4559109Z Test results will be stored in test-reports\python-unittest\test_reductions 2022-11-23T02:17:05.4559296Z 2022-11-23T02:17:05.4559516Z ##[endgroup] 2022-11-23T02:17:05.4559849Z FINISHED PRINTING LOG FILE of test_reductions (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_reductions_sjtflakp) 2022-11-23T02:17:05.4560103Z 2022-11-23T02:17:05.4560221Z Running test_show_pickle ... [2022-11-23 02:17:05.446839] 2022-11-23T02:17:05.4565484Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_show_pickle.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:17:05.446839] 2022-11-23T02:17:07.8686987Z 2022-11-23T02:17:07.8687668Z Expand the folded group to see the log file of test_show_pickle 2022-11-23T02:17:07.8688409Z ##[group]PRINTING LOG FILE of test_show_pickle (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_show_pickle_o4egzjvj) 2022-11-23T02:17:07.8689249Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:07.8689952Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:17:07.8690099Z 2022-11-23T02:17:07.8690173Z Running tests... 2022-11-23T02:17:07.8690429Z ---------------------------------------------------------------------- 2022-11-23T02:17:07.8690921Z Test results will be stored in test-reports\python-unittest\test_show_pickle 2022-11-23T02:17:07.8691282Z test_scripted_model (__main__.TestShowPickle) ... skip: Can't re-open temp file on Windows (0.001s) 2022-11-23T02:17:07.8691482Z 2022-11-23T02:17:07.8691630Z ---------------------------------------------------------------------- 2022-11-23T02:17:07.8691871Z Ran 1 test in 0.000s 2022-11-23T02:17:07.8691986Z 2022-11-23T02:17:07.8692056Z OK (skipped=1) 2022-11-23T02:17:07.8692163Z 2022-11-23T02:17:07.8692251Z Generating XML reports... 2022-11-23T02:17:07.8692586Z Generated XML report: test-reports\python-unittest\test_show_pickle\TEST-TestShowPickle-20221123021707.xml 2022-11-23T02:17:07.8692832Z 2022-11-23T02:17:07.8693056Z ##[endgroup] 2022-11-23T02:17:07.8693396Z FINISHED PRINTING LOG FILE of test_show_pickle (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_show_pickle_o4egzjvj) 2022-11-23T02:17:07.8693649Z 2022-11-23T02:17:07.8693768Z Running test_sparse_csr ... [2022-11-23 02:17:07.860699] 2022-11-23T02:17:07.8697364Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_sparse_csr.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:17:07.860699] 2022-11-23T02:17:12.1948940Z 2022-11-23T02:17:12.1949568Z Expand the folded group to see the log file of test_sparse_csr 2022-11-23T02:17:12.1950396Z ##[group]PRINTING LOG FILE of test_sparse_csr (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_sparse_csr_ix5x7xtx) 2022-11-23T02:17:12.1951397Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.1952057Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:17:12.1952211Z 2022-11-23T02:17:12.1952284Z Running tests... 2022-11-23T02:17:12.1952538Z ---------------------------------------------------------------------- 2022-11-23T02:17:12.1952867Z Test results will be stored in test-reports\python-unittest\test_sparse_csr 2022-11-23T02:17:12.1953197Z test_make_crow_indices (__main__.TestSparseCSRSampler) ... ok (0.495s) 2022-11-23T02:17:12.1953371Z 2022-11-23T02:17:12.1953514Z ---------------------------------------------------------------------- 2022-11-23T02:17:12.1953740Z Ran 1 test in 0.500s 2022-11-23T02:17:12.1953851Z 2022-11-23T02:17:12.1953910Z OK 2022-11-23T02:17:12.1954002Z 2022-11-23T02:17:12.1954088Z Generating XML reports... 2022-11-23T02:17:12.1954455Z Generated XML report: test-reports\python-unittest\test_sparse_csr\TEST-TestSparseCSRSampler-20221123021711.xml 2022-11-23T02:17:12.1954717Z 2022-11-23T02:17:12.1954938Z ##[endgroup] 2022-11-23T02:17:12.1955266Z FINISHED PRINTING LOG FILE of test_sparse_csr (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_sparse_csr_ix5x7xtx) 2022-11-23T02:17:12.1955521Z 2022-11-23T02:17:12.1955649Z Running test_tensor_creation_ops ... [2022-11-23 02:17:12.193485] 2022-11-23T02:17:12.1959637Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_tensor_creation_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:17:12.193485] 2022-11-23T02:17:15.1941371Z 2022-11-23T02:17:15.1942053Z Expand the folded group to see the log file of test_tensor_creation_ops 2022-11-23T02:17:15.1942834Z ##[group]PRINTING LOG FILE of test_tensor_creation_ops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_tensor_creation_ops_swh0wwq1) 2022-11-23T02:17:15.1943674Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:15.1944521Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:17:15.1944667Z 2022-11-23T02:17:15.1944739Z Running tests... 2022-11-23T02:17:15.1944994Z ---------------------------------------------------------------------- 2022-11-23T02:17:15.1945166Z 2022-11-23T02:17:15.1945307Z ---------------------------------------------------------------------- 2022-11-23T02:17:15.1945528Z Ran 0 tests in 0.000s 2022-11-23T02:17:15.1945641Z 2022-11-23T02:17:15.1945699Z OK 2022-11-23T02:17:15.1945791Z 2022-11-23T02:17:15.1945880Z Generating XML reports... 2022-11-23T02:17:15.1946171Z Test results will be stored in test-reports\python-unittest\test_tensor_creation_ops 2022-11-23T02:17:15.1946369Z 2022-11-23T02:17:15.1946588Z ##[endgroup] 2022-11-23T02:17:15.1946951Z FINISHED PRINTING LOG FILE of test_tensor_creation_ops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_tensor_creation_ops_swh0wwq1) 2022-11-23T02:17:15.1947224Z 2022-11-23T02:17:15.1947330Z Running test_tensorexpr ... [2022-11-23 02:17:15.188471] 2022-11-23T02:17:15.1952102Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_tensorexpr.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:17:15.188471] 2022-11-23T02:17:47.6648493Z 2022-11-23T02:17:47.6648878Z Expand the folded group to see the log file of test_tensorexpr 2022-11-23T02:17:47.6649843Z ##[group]PRINTING LOG FILE of test_tensorexpr (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_tensorexpr_czb3w6o4) 2022-11-23T02:17:47.6650794Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:47.6651477Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:17:47.6651638Z 2022-11-23T02:17:47.6651719Z Running tests... 2022-11-23T02:17:47.6653038Z ---------------------------------------------------------------------- 2022-11-23T02:17:47.6653438Z Test results will be stored in test-reports\python-unittest\test_tensorexpr 2022-11-23T02:17:47.6653785Z test_add_const_rhs (__main__.TestTensorExprFuser) ... ok (0.463s) 2022-11-23T02:17:47.6654095Z test_add_sub (__main__.TestTensorExprFuser) ... ok (0.031s) 2022-11-23T02:17:47.6654517Z test_alias_analysis_input_and_module (__main__.TestTensorExprFuser) ... ok (0.062s) 2022-11-23T02:17:47.6655010Z test_alias_analysis_inputs (__main__.TestTensorExprFuser) ... ok (0.015s) 2022-11-23T02:17:47.6655442Z test_alias_analysis_module (__main__.TestTensorExprFuser) ... ok (1.194s) 2022-11-23T02:17:47.6655733Z test_all_combos (__main__.TestTensorExprFuser) ... ok (0.047s) 2022-11-23T02:17:47.6656046Z test_alpha (__main__.TestTensorExprFuser) ... ok (0.011s) 2022-11-23T02:17:47.6656349Z test_binary_ops (__main__.TestTensorExprFuser) ... ok (0.418s) 2022-11-23T02:17:47.6656653Z test_bitwise_ops (__main__.TestTensorExprFuser) ... ok (0.065s) 2022-11-23T02:17:47.6656986Z test_broadcast (__main__.TestTensorExprFuser) ... ok (0.079s) 2022-11-23T02:17:47.6657291Z test_broadcast3 (__main__.TestTensorExprFuser) ... ok (0.562s) 2022-11-23T02:17:47.6657595Z test_broadcast_2 (__main__.TestTensorExprFuser) ... ok (0.019s) 2022-11-23T02:17:47.6657907Z test_broadcast_big2 (__main__.TestTensorExprFuser) ... ok (2.244s) 2022-11-23T02:17:47.6658186Z test_cat (__main__.TestTensorExprFuser) ... ok (1.712s) 2022-11-23T02:17:47.6658486Z test_cat_empty_tensors (__main__.TestTensorExprFuser) ... ok (0.278s) 2022-11-23T02:17:47.6658806Z test_cat_negative_dim (__main__.TestTensorExprFuser) ... ok (0.250s) 2022-11-23T02:17:47.6659181Z test_cat_only (__main__.TestTensorExprFuser) ... skip: cat is broken with fusion group inlining disabled (0.000s) 2022-11-23T02:17:47.6659715Z test_cat_promote_inputs (__main__.TestTensorExprFuser) ... ok (0.264s) 2022-11-23T02:17:47.6660029Z test_cat_with_constant_dim (__main__.TestTensorExprFuser) ... ok (0.022s) 2022-11-23T02:17:47.6660307Z test_char (__main__.TestTensorExprFuser) ... ok (0.016s) 2022-11-23T02:17:47.6660584Z test_chunk (__main__.TestTensorExprFuser) ... ok (0.097s) 2022-11-23T02:17:47.6660860Z test_clamp (__main__.TestTensorExprFuser) ... ok (0.047s) 2022-11-23T02:17:47.6661138Z test_constant (__main__.TestTensorExprFuser) ... ok (0.019s) 2022-11-23T02:17:47.6661418Z test_double (__main__.TestTensorExprFuser) ... ok (0.019s) 2022-11-23T02:17:47.6661709Z test_double_intrinsics (__main__.TestTensorExprFuser) ... ok (0.015s) 2022-11-23T02:17:47.6662050Z test_dynamic_shape (__main__.TestTensorExprFuser) ... skip: dynamic shapes are not quite there yet (0.002s) 2022-11-23T02:17:47.6662377Z test_easy (__main__.TestTensorExprFuser) ... ok (0.027s) 2022-11-23T02:17:47.6662643Z test_eq (__main__.TestTensorExprFuser) ... ok (0.035s) 2022-11-23T02:17:47.6662917Z test_exp_pow (__main__.TestTensorExprFuser) ... ok (0.018s) 2022-11-23T02:17:47.6663196Z test_four_arg (__main__.TestTensorExprFuser) ... ok (0.038s) 2022-11-23T02:17:47.6663470Z test_ge (__main__.TestTensorExprFuser) ... ok (0.020s) 2022-11-23T02:17:47.6663726Z test_gt (__main__.TestTensorExprFuser) ... ok (0.023s) 2022-11-23T02:17:47.6664026Z test_guard_fails (__main__.TestTensorExprFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:17:47.6664429Z test_half_bn_relu (__main__.TestTensorExprFuser) ... ok (0.002s) 2022-11-23T02:17:47.6664721Z test_half_gelu (__main__.TestTensorExprFuser) ... ok (0.005s) 2022-11-23T02:17:47.6665019Z test_int64_promotion (__main__.TestTensorExprFuser) ... ok (0.012s) 2022-11-23T02:17:47.6665327Z test_int_output (__main__.TestTensorExprFuser) ... ok (0.011s) 2022-11-23T02:17:47.6665602Z test_le (__main__.TestTensorExprFuser) ... ok (0.022s) 2022-11-23T02:17:47.6665875Z test_loop (__main__.TestTensorExprFuser) ... ok (0.142s) 2022-11-23T02:17:47.6666149Z test_lt (__main__.TestTensorExprFuser) ... ok (0.014s) 2022-11-23T02:17:47.6666422Z test_mask (__main__.TestTensorExprFuser) ... ok (0.017s) 2022-11-23T02:17:47.6666701Z test_min_max (__main__.TestTensorExprFuser) ... ok (0.032s) 2022-11-23T02:17:47.6666993Z test_min_max_reduction (__main__.TestTensorExprFuser) ... ok (0.012s) 2022-11-23T02:17:47.6667289Z test_min_max_reduction2 (__main__.TestTensorExprFuser) ... ok (0.012s) 2022-11-23T02:17:47.6667605Z test_min_max_reduction_dim1 (__main__.TestTensorExprFuser) ... ok (0.011s) 2022-11-23T02:17:47.6667923Z test_min_max_reduction_dim1_2 (__main__.TestTensorExprFuser) ... ok (0.031s) 2022-11-23T02:17:47.6668224Z test_multi_rand (__main__.TestTensorExprFuser) ... ok (0.010s) 2022-11-23T02:17:47.6668515Z test_multioutput (__main__.TestTensorExprFuser) ... ok (0.054s) 2022-11-23T02:17:47.6668823Z test_multiple_outputs (__main__.TestTensorExprFuser) ... ok (0.040s) 2022-11-23T02:17:47.6669099Z test_nans (__main__.TestTensorExprFuser) ... ok (0.016s) 2022-11-23T02:17:47.6669363Z test_ne (__main__.TestTensorExprFuser) ... ok (0.020s) 2022-11-23T02:17:47.6669639Z test_promotion (__main__.TestTensorExprFuser) ... ok (0.036s) 2022-11-23T02:17:47.6669941Z test_propagated_mem_layout (__main__.TestTensorExprFuser) ... ok (10.969s) 2022-11-23T02:17:47.6670242Z test_rand_like (__main__.TestTensorExprFuser) ... ok (0.420s) 2022-11-23T02:17:47.6670529Z test_rank_two (__main__.TestTensorExprFuser) ... ok (0.166s) 2022-11-23T02:17:47.6670792Z test_relu (__main__.TestTensorExprFuser) ... ok (0.073s) 2022-11-23T02:17:47.6671070Z test_remainder (__main__.TestTensorExprFuser) ... ok (0.108s) 2022-11-23T02:17:47.6671346Z test_reps (__main__.TestTensorExprFuser) ... ok (0.430s) 2022-11-23T02:17:47.6671623Z test_scalar (__main__.TestTensorExprFuser) ... ok (0.022s) 2022-11-23T02:17:47.6671962Z test_short (__main__.TestTensorExprFuser) ... ok (0.013s) 2022-11-23T02:17:47.6672237Z test_simple_add (__main__.TestTensorExprFuser) ... ok (0.014s) 2022-11-23T02:17:47.6672504Z test_slice (__main__.TestTensorExprFuser) ... ok (5.206s) 2022-11-23T02:17:47.6672790Z test_sliced_stride (__main__.TestTensorExprFuser) ... ok (0.046s) 2022-11-23T02:17:47.6673083Z test_softmax_cpu (__main__.TestTensorExprFuser) ... ok (0.122s) 2022-11-23T02:17:47.6673397Z test_softmax_cuda (__main__.TestTensorExprFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:17:47.6673731Z test_strided_output_preserved (__main__.TestTensorExprFuser) ... ok (0.035s) 2022-11-23T02:17:47.6674035Z test_three_arg (__main__.TestTensorExprFuser) ... ok (0.030s) 2022-11-23T02:17:47.6674310Z test_three_arg2 (__main__.TestTensorExprFuser) ... ok (0.144s) 2022-11-23T02:17:47.6674595Z test_transpose (__main__.TestTensorExprFuser) ... ok (0.030s) 2022-11-23T02:17:47.6674888Z test_unary_ops (__main__.TestTensorExprFuser) ... ok (0.868s) 2022-11-23T02:17:47.6675176Z test_unsqueeze (__main__.TestTensorExprFuser) ... ok (2.399s) 2022-11-23T02:17:47.6675459Z test_where (__main__.TestTensorExprFuser) ... ok (0.031s) 2022-11-23T02:17:47.6675617Z 2022-11-23T02:17:47.6675766Z ---------------------------------------------------------------------- 2022-11-23T02:17:47.6676002Z Ran 72 tests in 29.735s 2022-11-23T02:17:47.6676118Z 2022-11-23T02:17:47.6676191Z OK (skipped=4) 2022-11-23T02:17:47.6676302Z 2022-11-23T02:17:47.6676392Z Generating XML reports... 2022-11-23T02:17:47.6677394Z Generated XML report: test-reports\python-unittest\test_tensorexpr\TEST-TestTensorExprFuser-20221123021717.xml 2022-11-23T02:17:47.6677678Z 2022-11-23T02:17:47.6678084Z ##[endgroup] 2022-11-23T02:17:47.6678447Z FINISHED PRINTING LOG FILE of test_tensorexpr (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_tensorexpr_czb3w6o4) 2022-11-23T02:17:47.6678710Z 2022-11-23T02:17:47.6678825Z Running test_torch ... [2022-11-23 02:17:47.660500] 2022-11-23T02:17:47.6679227Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_torch.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:17:47.660500] 2022-11-23T02:17:53.7992140Z 2022-11-23T02:17:53.7992600Z Expand the folded group to see the log file of test_torch 2022-11-23T02:17:53.7993320Z ##[group]PRINTING LOG FILE of test_torch (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_torch_t3xw_jpt) 2022-11-23T02:17:53.7995498Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:53.7996176Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:17:53.7996382Z 2022-11-23T02:17:53.7996506Z Running tests... 2022-11-23T02:17:53.7996804Z ---------------------------------------------------------------------- 2022-11-23T02:17:53.7997148Z Test results will be stored in test-reports\python-unittest\test_torch 2022-11-23T02:17:53.7997554Z test_basic_vitals (__main__.TestBasicVitalSigns) ... ok (0.013s) 2022-11-23T02:17:53.7997856Z test_basic_vitals_read_write (__main__.TestBasicVitalSigns) ... ok (0.001s) 2022-11-23T02:17:53.7998189Z test_dataloader_vitals (__main__.TestBasicVitalSigns) ... ok (0.002s) 2022-11-23T02:17:53.7998523Z test_RNGState (__main__.TestTorch) ... ok (0.002s) 2022-11-23T02:17:53.8007781Z test_RNGStateAliasing (__main__.TestTorch) ... ok (0.002s) 2022-11-23T02:17:53.8008090Z test_RNG_after_pickle (__main__.TestTorch) ... ok (0.002s) 2022-11-23T02:17:53.8008339Z test_Size (__main__.TestTorch) ... ok (0.002s) 2022-11-23T02:17:53.8008573Z test_Size_iter (__main__.TestTorch) ... ok (0.002s) 2022-11-23T02:17:53.8009037Z test_Size_scalar (__main__.TestTorch) ... ok (0.001s) 2022-11-23T02:17:53.8009300Z test_add_meta_scalar (__main__.TestTorch) ... ok (0.002s) 2022-11-23T02:17:53.8009580Z test_allow_tensor_metadata_change (__main__.TestTorch) ... ok (0.001s) 2022-11-23T02:17:53.8009846Z test_apply (__main__.TestTorch) ... ok (0.001s) 2022-11-23T02:17:53.8010077Z test_as_subclass (__main__.TestTorch) ... ok (0.005s) 2022-11-23T02:17:53.8010330Z test_assert_async (__main__.TestTorch) ... ok (0.671s) 2022-11-23T02:17:53.8010598Z test_backward_hooks_traverse (__main__.TestTorch) ... ok (0.076s) 2022-11-23T02:17:53.8010892Z test_batch_norm_cpu_inference (__main__.TestTorch) ... ok (0.009s) 2022-11-23T02:17:53.8011880Z test_bmm_multithreaded (__main__.TestTorch) ... C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:8462: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [1, 23, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T02:17:53.8012677Z torch.bmm(b1, b2, out=res2) 2022-11-23T02:17:53.8013557Z C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:8462: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [1, 0, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T02:17:53.8014273Z torch.bmm(b1, b2, out=res2) 2022-11-23T02:17:53.8015052Z C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:8462: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [1, 0, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T02:17:53.8015772Z torch.bmm(b1, b2, out=res2) 2022-11-23T02:17:53.8016551Z C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:8462: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [0, 23, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T02:17:53.8017308Z torch.bmm(b1, b2, out=res2) 2022-11-23T02:17:53.8018128Z C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:8462: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [0, 23, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T02:17:53.8018849Z torch.bmm(b1, b2, out=res2) 2022-11-23T02:17:53.8019624Z C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:8462: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [0, 0, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T02:17:53.8020383Z torch.bmm(b1, b2, out=res2) 2022-11-23T02:17:53.8021155Z C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:8462: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [0, 0, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T02:17:53.8021876Z torch.bmm(b1, b2, out=res2) 2022-11-23T02:17:53.8022693Z C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:8462: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [10, 23, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T02:17:53.8023448Z torch.bmm(b1, b2, out=res2) 2022-11-23T02:17:53.8024242Z C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:8462: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [10, 0, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T02:17:53.8024961Z torch.bmm(b1, b2, out=res2) 2022-11-23T02:17:53.8025734Z C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:8462: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [10, 0, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T02:17:53.8026453Z torch.bmm(b1, b2, out=res2) 2022-11-23T02:17:53.8027215Z C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:8462: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [0, 23, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T02:17:53.8027940Z torch.bmm(b1, b2, out=res2) 2022-11-23T02:17:53.8028719Z C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:8462: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [0, 23, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T02:17:53.8029564Z torch.bmm(b1, b2, out=res2) 2022-11-23T02:17:53.8030315Z C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:8462: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [0, 0, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T02:17:53.8031032Z torch.bmm(b1, b2, out=res2) 2022-11-23T02:17:53.8031794Z C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:8462: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [0, 0, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T02:17:53.8032512Z torch.bmm(b1, b2, out=res2) 2022-11-23T02:17:53.8032693Z ok (0.993s) 2022-11-23T02:17:53.8032912Z test_boxMullerState (__main__.TestTorch) ... ok (0.003s) 2022-11-23T02:17:53.8033275Z test_c10_layer_norm (__main__.TestTorch) ... skip: Pytorch is compiled without Caffe2 (0.001s) 2022-11-23T02:17:53.8033561Z test_cat_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-11-23T02:17:53.8033816Z test_chunk_neg_dim (__main__.TestTorch) ... ok (0.008s) 2022-11-23T02:17:53.8034075Z test_conj_neg_tolist (__main__.TestTorch) ... ok (0.000s) 2022-11-23T02:17:53.8034326Z test_contains (__main__.TestTorch) ... ok (0.006s) 2022-11-23T02:17:53.8034585Z test_copy_broadcast (__main__.TestTorch) ... ok (0.000s) 2022-11-23T02:17:53.8034840Z test_copy_dtypes (__main__.TestTorch) ... ok (0.000s) 2022-11-23T02:17:53.8035131Z test_copy_float16 (__main__.TestTorch) ... ok (0.012s) 2022-11-23T02:17:53.8035389Z test_copy_many_to_one (__main__.TestTorch) ... ok (0.002s) 2022-11-23T02:17:53.8036017Z test_copy_transpose (__main__.TestTorch) ... C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:7647: 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:17:53.8036581Z x = torch.arange(100 * 100).reshape(100, 100).to(dtype=torch.complex32).t() 2022-11-23T02:17:53.8036810Z ok (0.005s) 2022-11-23T02:17:53.8037081Z test_cuda_not_built (__main__.TestTorch) ... skip: CUDA is built, can't test CUDA not built error (0.001s) 2022-11-23T02:17:53.8037388Z test_cummax_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-11-23T02:17:53.8037634Z test_cummin_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-11-23T02:17:53.8037892Z test_cumprod_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-11-23T02:17:53.8038149Z test_cumsum_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-11-23T02:17:53.8038394Z test_cxx_flags (__main__.TestTorch) ... ok (0.001s) 2022-11-23T02:17:53.8038671Z test_dead_weak_ref (__main__.TestTorch) ... [TORCH_VITAL] CUDA.used False 2022-11-23T02:17:53.8038955Z [TORCH_VITAL] Dataloader.basic_unit_test TEST_VALUE_STRING 2022-11-23T02:17:53.8039198Z [TORCH_VITAL] CUDA.used False 2022-11-23T02:17:53.8039449Z [TORCH_VITAL] Dataloader.basic_unit_test TEST_VALUE_STRING 2022-11-23T02:17:53.8039686Z [TORCH_VITAL] CUDA.used False 2022-11-23T02:17:53.8039932Z [TORCH_VITAL] Dataloader.basic_unit_test TEST_VALUE_STRING 2022-11-23T02:17:53.8040188Z [TORCH_VITAL] Dataloader.enabled True 2022-11-23T02:17:53.8040816Z [W C:\actions-runner\_work\pytorch\pytorch\torch\csrc\autograd\python_variable.cpp:318] Warning: Deallocating Tensor that still has live PyObject references. This probably happened because you took out a weak reference to Tensor and didn't call _fix_weakref() after dereferencing it. Subsequent accesses to this tensor via the PyObject will now fail. (function decref) 2022-11-23T02:17:53.8041482Z ok (0.002s) 2022-11-23T02:17:53.8041763Z test_deepcopy_gradient (__main__.TestTorch) ... ok (0.002s) 2022-11-23T02:17:53.8042039Z test_deepcopy_parameter (__main__.TestTorch) ... ok (0.002s) 2022-11-23T02:17:53.8042317Z test_deterministic_flag (__main__.TestTorch) ... ok (0.002s) 2022-11-23T02:17:53.8042575Z test_device (__main__.TestTorch) ... ok (0.010s) 2022-11-23T02:17:53.8042811Z test_dir (__main__.TestTorch) ... ok (0.000s) 2022-11-23T02:17:53.8043030Z test_doc (__main__.TestTorch) ... ok (0.000s) 2022-11-23T02:17:53.8043257Z test_doc_template (__main__.TestTorch) 2022-11-23T02:17:53.8043547Z Test that all public API doc strings use the same standard template for ... ok (0.020s) 2022-11-23T02:17:53.8043847Z test_dot_data_use (__main__.TestTorch) ... ok (0.012s) 2022-11-23T02:17:53.8044105Z test_dtype_is_signed (__main__.TestTorch) ... ok (0.003s) 2022-11-23T02:17:53.8044748Z test_element_size (__main__.TestTorch) ... 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:17:53.8045335Z warnings.warn(message, UserWarning) 2022-11-23T02:17:53.8045524Z ok (0.004s) 2022-11-23T02:17:53.8045735Z test_empty_meta (__main__.TestTorch) ... ok (0.002s) 2022-11-23T02:17:53.8045997Z test_empty_storage_view (__main__.TestTorch) ... ok (0.001s) 2022-11-23T02:17:53.8046244Z test_equal (__main__.TestTorch) ... ok (0.003s) 2022-11-23T02:17:53.8046510Z test_error_msg_type_translation (__main__.TestTorch) ... ok (0.002s) 2022-11-23T02:17:53.8046772Z test_fill_diagonal (__main__.TestTorch) ... ok (0.004s) 2022-11-23T02:17:53.8047186Z test_format_scalar_meta (__main__.TestTorch) ... ok (0.001s) 2022-11-23T02:17:53.8047444Z test_from_buffer (__main__.TestTorch) ... ok (0.004s) 2022-11-23T02:17:53.8047727Z test_from_file (__main__.TestTorch) ... ok (0.018s) 2022-11-23T02:17:53.8047979Z test_gather_neg_dim (__main__.TestTorch) ... ok (0.010s) 2022-11-23T02:17:53.8048243Z test_generator_cpu (__main__.TestTorch) ... ok (0.000s) 2022-11-23T02:17:53.8048514Z test_has_internal_overlap (__main__.TestTorch) ... ok (0.000s) 2022-11-23T02:17:53.8048779Z test_has_storage (__main__.TestTorch) ... ok (0.000s) 2022-11-23T02:17:53.8049025Z test_index_add (__main__.TestTorch) ... ok (0.036s) 2022-11-23T02:17:53.8049271Z test_index_add_all_dtypes (__main__.TestTorch) ... ok (0.009s) 2022-11-23T02:17:53.8049539Z test_index_add_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-11-23T02:17:53.8049809Z test_index_copy_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-11-23T02:17:53.8050073Z test_index_fill_neg_dim (__main__.TestTorch) ... ok (0.007s) 2022-11-23T02:17:53.8050339Z test_index_select_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-11-23T02:17:53.8050619Z test_invalid_generator_raises (__main__.TestTorch) ... ok (0.002s) 2022-11-23T02:17:53.8050872Z test_is_nonzero (__main__.TestTorch) ... ok (0.004s) 2022-11-23T02:17:53.8051470Z test_is_same_size (__main__.TestTorch) ... C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:5704: UserWarning: The PyTorch API of nested tensors is in prototype stage and will change in the near future. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\NestedTensorImpl.cpp:179.) 2022-11-23T02:17:53.8052074Z nt1 = torch.nested.nested_tensor([torch.ones(2, 4), torch.ones(3, 4), torch.ones(5, 4)]) 2022-11-23T02:17:53.8052319Z ok (0.005s) 2022-11-23T02:17:53.8052521Z test_iter (__main__.TestTorch) ... ok (0.003s) 2022-11-23T02:17:53.8052829Z test_kthvalue_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-11-23T02:17:53.8053149Z test_logcumsumexp_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-11-23T02:17:53.8053401Z test_manual_seed (__main__.TestTorch) ... ok (0.008s) 2022-11-23T02:17:53.8053690Z test_map (__main__.TestTorch) ... ok (0.003s) 2022-11-23T02:17:53.8053926Z test_map2 (__main__.TestTorch) ... ok (0.000s) 2022-11-23T02:17:53.8054167Z test_max_neg_dim (__main__.TestTorch) ... ok (0.006s) 2022-11-23T02:17:53.8054404Z test_mean_neg_dim (__main__.TestTorch) ... ok (0.000s) 2022-11-23T02:17:53.8054663Z test_median_neg_dim (__main__.TestTorch) ... ok (0.010s) 2022-11-23T02:17:53.8054915Z test_memory_format (__main__.TestTorch) ... ok (0.002s) 2022-11-23T02:17:53.8055236Z test_memory_format_contiguous_returns_same_tensor_if_already_satisfies (__main__.TestTorch) ... ok (0.002s) 2022-11-23T02:17:53.8055563Z test_memory_format_empty (__main__.TestTorch) ... ok (0.002s) 2022-11-23T02:17:53.8055826Z test_min_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-11-23T02:17:53.8056062Z test_mode_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-11-23T02:17:53.8056379Z test_multinomial_invalid_probs (__main__.TestTorch) ... skip: FIXME: CUDA OOM error on Windows (0.001s) 2022-11-23T02:17:53.8056694Z test_nanmedian_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-11-23T02:17:53.8056951Z test_narrow_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-11-23T02:17:53.8057194Z test_ndim (__main__.TestTorch) ... ok (0.002s) 2022-11-23T02:17:53.8057476Z test_new (__main__.TestTorch) ... ok (0.006s) 2022-11-23T02:17:53.8057723Z test_newaxis_numpy_comparison (__main__.TestTorch) ... ok (0.006s) 2022-11-23T02:17:53.8057992Z test_newindex (__main__.TestTorch) ... ok (0.010s) 2022-11-23T02:17:53.8058240Z test_norm_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-11-23T02:17:53.8058489Z test_normal_shape (__main__.TestTorch) ... ok (0.016s) 2022-11-23T02:17:53.8058738Z test_numel (__main__.TestTorch) ... ok (0.002s) 2022-11-23T02:17:53.8058989Z test_parallel_info (__main__.TestTorch) ... ok (0.001s) 2022-11-23T02:17:53.8059283Z test_parsing_double (__main__.TestTorch) ... ok (0.003s) 2022-11-23T02:17:53.8059540Z test_parsing_int64 (__main__.TestTorch) ... ok (0.001s) 2022-11-23T02:17:53.8060192Z test_parsing_intlist (__main__.TestTorch) ... C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:6185: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here. 2022-11-23T02:17:53.8060872Z Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations 2022-11-23T02:17:53.8061261Z self.assertRaises(TypeError, lambda: torch.ones((np.float(3.), torch.tensor(4)))) 2022-11-23T02:17:53.8061516Z ok (0.005s) 2022-11-23T02:17:53.8061722Z test_permute (__main__.TestTorch) ... ok (0.000s) 2022-11-23T02:17:53.8061952Z test_pickle (__main__.TestTorch) ... ok (0.006s) 2022-11-23T02:17:53.8062202Z test_pickle_dtype (__main__.TestTorch) ... ok (0.000s) 2022-11-23T02:17:53.8062464Z test_pickle_function (__main__.TestTorch) ... ok (0.000s) 2022-11-23T02:17:53.8062728Z test_pickle_parameter (__main__.TestTorch) ... ok (0.000s) 2022-11-23T02:17:53.8063017Z test_pickle_parameter_no_requires_grad (__main__.TestTorch) ... ok (0.000s) 2022-11-23T02:17:53.8063297Z test_pickle_size (__main__.TestTorch) ... ok (0.010s) 2022-11-23T02:17:53.8063540Z test_pin_memory (__main__.TestTorch) ... ok (0.056s) 2022-11-23T02:17:53.8063783Z test_print (__main__.TestTorch) ... ok (0.055s) 2022-11-23T02:17:53.8064029Z test_prod_neg_dim (__main__.TestTorch) ... ok (0.000s) 2022-11-23T02:17:53.8064292Z test_pyobj_preserved (__main__.TestTorch) ... ok (0.000s) 2022-11-23T02:17:53.8064602Z test_qengine (__main__.TestTorch) ... ok (0.000s) 2022-11-23T02:17:53.8064850Z test_renorm_neg_dim (__main__.TestTorch) ... ok (0.010s) 2022-11-23T02:17:53.8065153Z test_resurrected_weak_ref (__main__.TestTorch) ... ok (0.000s) 2022-11-23T02:17:53.8065420Z test_reversed (__main__.TestTorch) ... ok (0.000s) 2022-11-23T02:17:53.8065724Z test_scatter_neg_dim (__main__.TestTorch) ... ok (0.000s) 2022-11-23T02:17:53.8065982Z test_select_neg_dim (__main__.TestTorch) ... ok (0.000s) 2022-11-23T02:17:53.8066287Z test_set_flush_denormal (__main__.TestTorch) ... skip: flush_denormal not supported (0.011s) 2022-11-23T02:17:53.8066607Z test_setting_real_imag_to_a_number (__main__.TestTorch) ... ok (0.001s) 2022-11-23T02:17:53.8066866Z test_show_config (__main__.TestTorch) ... ok (0.001s) 2022-11-23T02:17:53.8067117Z test_size_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-11-23T02:17:53.8067682Z test_sizeof (__main__.TestTorch) ... 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:17:53.8068205Z warnings.warn(message, UserWarning) 2022-11-23T02:17:53.8068401Z ok (0.002s) 2022-11-23T02:17:53.8068606Z test_slice (__main__.TestTorch) ... ok (0.003s) 2022-11-23T02:17:53.8068910Z test_slow_test (__main__.TestTorch) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T02:17:53.8069234Z test_sobolengine_bounds (__main__.TestTorch) ... ok (0.002s) 2022-11-23T02:17:53.8069580Z test_sobolengine_bounds_scrambled (__main__.TestTorch) ... ok (0.066s) 2022-11-23T02:17:53.8069872Z test_sobolengine_continuing (__main__.TestTorch) ... ok (0.002s) 2022-11-23T02:17:53.8070175Z test_sobolengine_continuing_scrambled (__main__.TestTorch) ... ok (0.002s) 2022-11-23T02:17:53.8070480Z test_sobolengine_distribution (__main__.TestTorch) ... ok (0.005s) 2022-11-23T02:17:53.8070783Z test_sobolengine_distribution_scrambled (__main__.TestTorch) ... ok (0.007s) 2022-11-23T02:17:53.8071114Z test_sobolengine_draw (__main__.TestTorch) ... ok (0.000s) 2022-11-23T02:17:53.8071389Z test_sobolengine_draw_base2 (__main__.TestTorch) ... ok (0.000s) 2022-11-23T02:17:53.8071728Z test_sobolengine_draw_base2_scrambled (__main__.TestTorch) ... ok (0.006s) 2022-11-23T02:17:53.8072027Z test_sobolengine_draw_scrambled (__main__.TestTorch) ... ok (0.000s) 2022-11-23T02:17:53.8072316Z test_sobolengine_fast_forward (__main__.TestTorch) ... ok (0.000s) 2022-11-23T02:17:53.8072618Z test_sobolengine_fast_forward_scrambled (__main__.TestTorch) ... ok (0.000s) 2022-11-23T02:17:53.8072904Z test_sobolengine_first_point (__main__.TestTorch) ... ok (0.012s) 2022-11-23T02:17:53.8073188Z test_sobolengine_high_dim (__main__.TestTorch) ... ok (0.003s) 2022-11-23T02:17:53.8073463Z test_sobolengine_raise (__main__.TestTorch) ... ok (0.002s) 2022-11-23T02:17:53.8073736Z test_sobolengine_reset (__main__.TestTorch) ... ok (0.002s) 2022-11-23T02:17:53.8074021Z test_sobolengine_reset_scrambled (__main__.TestTorch) ... ok (0.002s) 2022-11-23T02:17:53.8074294Z test_sort_neg_dim (__main__.TestTorch) ... ok (0.005s) 2022-11-23T02:17:53.8074536Z test_split_neg_dim (__main__.TestTorch) ... ok (0.006s) 2022-11-23T02:17:53.8074792Z test_squeeze_neg_dim (__main__.TestTorch) ... ok (0.006s) 2022-11-23T02:17:53.8075044Z test_std_neg_dim (__main__.TestTorch) ... ok (0.005s) 2022-11-23T02:17:53.8075295Z test_storage_casts (__main__.TestTorch) ... ok (0.014s) 2022-11-23T02:17:53.8075552Z test_storage_error (__main__.TestTorch) ... ok (0.026s) 2022-11-23T02:17:53.8075813Z test_storage_error_no_attribute (__main__.TestTorch) ... ok (0.000s) 2022-11-23T02:17:53.8076094Z test_structseq_repr (__main__.TestTorch) ... ok (0.003s) 2022-11-23T02:17:53.8076360Z test_subclass_preserved (__main__.TestTorch) ... ok (0.000s) 2022-11-23T02:17:53.8076679Z test_subclass_tensors (__main__.TestTorch) ... ok (0.003s) 2022-11-23T02:17:53.8076932Z test_sum_neg_dim (__main__.TestTorch) ... ok (0.000s) 2022-11-23T02:17:53.8077233Z test_t_not_2d_error (__main__.TestTorch) ... ok (0.000s) 2022-11-23T02:17:53.8077479Z test_tensor_base_init (__main__.TestTorch) ... ok (0.010s) 2022-11-23T02:17:53.8077739Z test_tensor_base_new (__main__.TestTorch) ... ok (0.002s) 2022-11-23T02:17:53.8078045Z test_tensor_ctor_scalar (__main__.TestTorch) ... ok (0.002s) 2022-11-23T02:17:53.8078313Z test_tensor_cycle_via_dict (__main__.TestTorch) ... ok (0.144s) 2022-11-23T02:17:53.8078585Z test_tensor_cycle_via_slots (__main__.TestTorch) ... ok (0.076s) 2022-11-23T02:17:53.8078858Z test_tensor_dict_dealloc (__main__.TestTorch) ... ok (0.000s) 2022-11-23T02:17:53.8079127Z test_tensor_finalizer_dealloc (__main__.TestTorch) ... ok (0.000s) 2022-11-23T02:17:53.8079390Z test_tensor_set (__main__.TestTorch) ... ok (0.000s) 2022-11-23T02:17:53.8079647Z test_tensor_set_errors (__main__.TestTorch) ... ok (0.012s) 2022-11-23T02:17:53.8079912Z test_tensor_slot_dealloc (__main__.TestTorch) ... ok (0.002s) 2022-11-23T02:17:53.8080185Z test_tensor_weakref_dealloc (__main__.TestTorch) ... ok (0.002s) 2022-11-23T02:17:53.8080472Z test_tensoriterator_output_setup (__main__.TestTorch) ... ok (0.150s) 2022-11-23T02:17:53.8081236Z test_to (__main__.TestTorch) ... C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:7733: UserWarning: Sparse CSR tensor support is in beta state. If you miss a functionality in the sparse tensor support, please submit a feature request to https://github.com/pytorch/pytorch/issues. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\SparseCsrTensorImpl.cpp:56.) 2022-11-23T02:17:53.8081892Z a = torch.tensor([[0, 1, 2], [2, 0, 3]]).to_sparse_csr() 2022-11-23T02:17:53.8082094Z ok (0.004s) 2022-11-23T02:17:53.8082308Z test_to_with_tensor (__main__.TestTorch) ... ok (0.002s) 2022-11-23T02:17:53.8082569Z test_topk_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-11-23T02:17:53.8082829Z test_torch_from_file (__main__.TestTorch) ... ok (0.012s) 2022-11-23T02:17:53.8083093Z test_transpose_neg_dim (__main__.TestTorch) ... ok (0.010s) 2022-11-23T02:17:53.8083333Z test_type (__main__.TestTorch) ... ok (0.000s) 2022-11-23T02:17:53.8083634Z test_type_alias (__main__.TestTorch) ... ok (0.000s) 2022-11-23T02:17:53.8083905Z test_type_conversion_via_dtype_name (__main__.TestTorch) ... ok (0.010s) 2022-11-23T02:17:53.8084265Z test_typed_storage_deprecation_warning (__main__.TestTorch) ... ok (0.000s) 2022-11-23T02:17:53.8084960Z test_typed_storage_internal_no_warning (__main__.TestTorch) ... 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:17:53.8085520Z warnings.warn(message, UserWarning) 2022-11-23T02:17:53.8085719Z ok (0.011s) 2022-11-23T02:17:53.8085921Z test_unbind_neg_dim (__main__.TestTorch) ... ok (0.005s) 2022-11-23T02:17:53.8086174Z test_unflatten (__main__.TestTorch) ... ok (0.013s) 2022-11-23T02:17:53.8086434Z test_unfold_neg_dim (__main__.TestTorch) ... ok (0.005s) 2022-11-23T02:17:53.8086693Z test_unsqueeze_neg_dim (__main__.TestTorch) ... ok (0.008s) 2022-11-23T02:17:53.8086968Z test_upsample_nearest1d_meta (__main__.TestTorch) ... ok (0.005s) 2022-11-23T02:17:53.8087255Z test_upsample_nearest2d_meta (__main__.TestTorch) ... ok (0.003s) 2022-11-23T02:17:53.8087512Z test_var_neg_dim (__main__.TestTorch) ... ok (0.006s) 2022-11-23T02:17:53.8087771Z test_wildcard_import (__main__.TestTorch) ... ok (0.000s) 2022-11-23T02:17:53.8087924Z 2022-11-23T02:17:53.8088073Z ---------------------------------------------------------------------- 2022-11-23T02:17:53.8088320Z Ran 177 tests in 2.985s 2022-11-23T02:17:53.8088492Z 2022-11-23T02:17:53.8088565Z OK (skipped=5) 2022-11-23T02:17:53.8088671Z 2022-11-23T02:17:53.8088759Z Generating XML reports... 2022-11-23T02:17:53.8089096Z Generated XML report: test-reports\python-unittest\test_torch\TEST-TestBasicVitalSigns-20221123021750.xml 2022-11-23T02:17:53.8089598Z Generated XML report: test-reports\python-unittest\test_torch\TEST-TestTorch-20221123021750.xml 2022-11-23T02:17:53.8089951Z [TORCH_VITAL] CUDA.used False 2022-11-23T02:17:53.8090211Z [TORCH_VITAL] Dataloader.basic_unit_test TEST_VALUE_STRING 2022-11-23T02:17:53.8090471Z [TORCH_VITAL] Dataloader.enabled True 2022-11-23T02:17:53.8090613Z 2022-11-23T02:17:53.8090932Z ##[endgroup] 2022-11-23T02:17:53.8091272Z FINISHED PRINTING LOG FILE of test_torch (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_torch_t3xw_jpt) 2022-11-23T02:17:53.8091514Z 2022-11-23T02:17:53.8091619Z Running doctests ... [2022-11-23 02:17:53.800007] 2022-11-23T02:18:01.1134644Z Start doctest_module('C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch') 2022-11-23T02:18:01.1135045Z Listing tests 2022-11-23T02:18:01.1135474Z 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:18:01.1136033Z Caused by: DoctestParseError('Failed to parse doctest in _package_groups') 2022-11-23T02:18:01.1136226Z 2022-11-23T02:18:01.1136400Z The API to apply Tensor Parallelism (TP) in PyTorch. We parallelize module 2022-11-23T02:18:01.1136725Z or sub_modules based on a parallelize_plan which contains the parallel_style 2022-11-23T02:18:01.1137277Z which indicates how user want the module or sub_module to be parallelized. 2022-11-23T02:18:01.1137644Z User can also specify different parallel_style per module fully qualifed name (FQN). 2022-11-23T02:18:01.1138067Z The API supports 2D parallelism natively by accepting an n-dimension device_mesh 2022-11-23T02:18:01.1138567Z and users just need to specify the dimension where we perform tensor parallelism on. 2022-11-23T02:18:01.1138838Z 2022-11-23T02:18:01.1138989Z Args: 2022-11-23T02:18:01.1139245Z module (nn.Module): 2022-11-23T02:18:01.1139555Z :class:`nn.Module` object to be parallelized. 2022-11-23T02:18:01.1139902Z device_mesh (DeviceMesh): 2022-11-23T02:18:01.1140283Z :class:`DeviceMesh` object which describes the mesh topology 2022-11-23T02:18:01.1140641Z of devices for the DTensor. 2022-11-23T02:18:01.1141050Z parallelize_plan (Union[ParallelStyle, Dict[str, ParallelStyle]]): 2022-11-23T02:18:01.1141485Z The plan used to parallelize the module. It can be either a 2022-11-23T02:18:01.1141866Z :class:`ParallelStyle` object which contains how 2022-11-23T02:18:01.1142277Z we prepare input/output for Tensor Parallelism or it can be a 2022-11-23T02:18:01.1142731Z dict of module FQN and its corresponding :class:`ParallelStyle` object. 2022-11-23T02:18:01.1143097Z tp_mesh_dim (int): 2022-11-23T02:18:01.1143428Z the dimension of ``device_mesh`` where we perform 2022-11-23T02:18:01.1143760Z Tensor Parallelism on. 2022-11-23T02:18:01.1143915Z 2022-11-23T02:18:01.1144012Z Return: 2022-11-23T02:18:01.1144311Z A :class:`nn.Module` object parallelized. 2022-11-23T02:18:01.1144515Z 2022-11-23T02:18:01.1144645Z Example:: 2022-11-23T02:18:01.1144930Z >>> # xdoctest: +SKIP("distributed") 2022-11-23T02:18:01.1145264Z >>> from from torch.distributed._tensor.parallel import parallelize_module, PairwiseParallel 2022-11-23T02:18:01.1145524Z >>> 2022-11-23T02:18:01.1145707Z >>> # Define the module. 2022-11-23T02:18:01.1145903Z >>> m = Model(...) 2022-11-23T02:18:01.1146142Z >>> m = parallelize_module(m, PairwiseParallel()) 2022-11-23T02:18:01.1146427Z >>> 2022-11-23T02:18:01.1146526Z 2022-11-23T02:18:01.1146604Z .. warning:: 2022-11-23T02:18:01.1146851Z ``PairwiseParallel`` comes with constraints for now. If you need finer 2022-11-23T02:18:01.1147318Z granularity, you need to pass in a dict of module FQN and parallel style instead. 2022-11-23T02:18:01.1148429Z 2022-11-23T02:18:01.1149189Z Original Error: SyntaxError('invalid syntax', ('', 2, 6, 'from from torch.distributed._tensor.parallel import parallelize_module, PairwiseParallel\n')) 2022-11-23T02:18:01.1149477Z 2022-11-23T02:18:01.1149674Z from from torch.distributed._tensor.parallel import parallelize_module, PairwiseParallel 2022-11-23T02:18:01.1149951Z ^ 2022-11-23T02:18:01.1150356Z 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:18:01.1150825Z Caused by: DoctestParseError('Failed to parse doctest in _package_groups') 2022-11-23T02:18:01.1151109Z A generic diagnostic engine based on SARIF. 2022-11-23T02:18:01.1151256Z 2022-11-23T02:18:01.1151445Z This class is the main interface for diagnostics. It manages the creation of diagnostic contexts. 2022-11-23T02:18:01.1151813Z A DiagnosticContext provides the entry point for recording Diagnostics. 2022-11-23T02:18:01.1152125Z See infra.DiagnosticContext for more details. 2022-11-23T02:18:01.1152284Z 2022-11-23T02:18:01.1152359Z Examples: 2022-11-23T02:18:01.1152562Z Step 1: Create a set of rules. 2022-11-23T02:18:01.1152800Z >>> rules = infra.RuleCollection.from_list( 2022-11-23T02:18:01.1153056Z ... "CustomRuleCollection", 2022-11-23T02:18:01.1153261Z ... [ 2022-11-23T02:18:01.1153563Z ... infra.Rule( 2022-11-23T02:18:01.1154974Z ... id="r1", 2022-11-23T02:18:01.1155158Z ... name="rule-1", 2022-11-23T02:18:01.1155405Z ... message_default_template="Mising xxx", 2022-11-23T02:18:01.1155623Z ... ), 2022-11-23T02:18:01.1155799Z ... ], 2022-11-23T02:18:01.1155972Z ... ) 2022-11-23T02:18:01.1156080Z 2022-11-23T02:18:01.1156192Z Step 2: Create a diagnostic engine. 2022-11-23T02:18:01.1156413Z >>> engine = DiagnosticEngine() 2022-11-23T02:18:01.1156552Z 2022-11-23T02:18:01.1156668Z Step 3: Start a new diagnostic context. 2022-11-23T02:18:01.1156983Z >>> with engine.create_diagnostic_context("torch.onnx.export", version="1.0") as context: 2022-11-23T02:18:01.1157179Z 2022-11-23T02:18:01.1157290Z Step 4: Add diagnostics in your code. 2022-11-23T02:18:01.1157569Z ... context.diagnose(rules.rule1, infra.Level.ERROR) 2022-11-23T02:18:01.1157741Z 2022-11-23T02:18:01.1157856Z Step 5: Afterwards, get the SARIF log. 2022-11-23T02:18:01.1158079Z >>> sarif_log = engine.sarif_log() 2022-11-23T02:18:01.1158276Z 2022-11-23T02:18:01.1158649Z 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:18:01.1158938Z 2022-11-23T02:18:01.1159110Z with engine.create_diagnostic_context("torch.onnx.export", version="1.0") as context: 2022-11-23T02:18:01.1159415Z ^ 2022-11-23T02:18:01.1160961Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\__init__.py is_tensor:0 2022-11-23T02:18:01.1161431Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\__init__.py set_default_tensor_type:0 2022-11-23T02:18:01.1161912Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\__init__.py set_default_dtype:0 2022-11-23T02:18:01.1162379Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\__init__.py use_deterministic_algorithms:0 2022-11-23T02:18:01.1162864Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py broadcast_tensors:0 2022-11-23T02:18:01.1163460Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py broadcast_shapes:0 2022-11-23T02:18:01.1163914Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py split:0 2022-11-23T02:18:01.1164364Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py einsum:0 2022-11-23T02:18:01.1164805Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py meshgrid:0 2022-11-23T02:18:01.1165333Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py _unique_impl:0 2022-11-23T02:18:01.1166971Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py _unique_consecutive_impl:0 2022-11-23T02:18:01.1167459Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py tensordot:0 2022-11-23T02:18:01.1167928Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py cartesian_prod:0 2022-11-23T02:18:01.1168386Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py block_diag:0 2022-11-23T02:18:01.1168843Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py cdist:0 2022-11-23T02:18:01.1169294Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py atleast_1d:0 2022-11-23T02:18:01.1169831Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py atleast_2d:0 2022-11-23T02:18:01.1170292Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py atleast_3d:0 2022-11-23T02:18:01.1170715Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py norm:0 2022-11-23T02:18:01.1171167Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py chain_matmul:0 2022-11-23T02:18:01.1172327Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py _lu_impl:0 2022-11-23T02:18:01.1173237Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\hub.py list:0 2022-11-23T02:18:01.1173660Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\hub.py help:0 2022-11-23T02:18:01.1174072Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\hub.py load:0 2022-11-23T02:18:01.1174500Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\hub.py _load_local:0 2022-11-23T02:18:01.1174931Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\hub.py download_url_to_file:0 2022-11-23T02:18:01.1175692Z 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:18:01.1176150Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\library.py Library.define:0 2022-11-23T02:18:01.1176606Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\library.py Library.impl:0 2022-11-23T02:18:01.1177071Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\overrides.py get_ignored_functions:0 2022-11-23T02:18:01.1178707Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\overrides.py get_testing_overrides:0 2022-11-23T02:18:01.1179202Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\overrides.py wrap_torch_function:0 2022-11-23T02:18:01.1179680Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\overrides.py handle_torch_function:0 2022-11-23T02:18:01.1180922Z 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:18:01.1181382Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\overrides.py is_tensor_like:0 2022-11-23T02:18:01.1181852Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\quasirandom.py SobolEngine:0 2022-11-23T02:18:01.1182311Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\serialization.py save:0 2022-11-23T02:18:01.1182758Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\serialization.py load:0 2022-11-23T02:18:01.1183215Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\torch_version.py TorchVersion:0 2022-11-23T02:18:01.1184935Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_C.cp39-win_amd64.pyd Generator:0 2022-11-23T02:18:01.1185416Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_C.cp39-win_amd64.pyd _LinAlgError:0 2022-11-23T02:18:01.1185898Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_namedtensor_internals.py update_names:0 2022-11-23T02:18:01.1186355Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py Tensor.register_hook:0 2022-11-23T02:18:01.1186922Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py Tensor.refine_names:0 2022-11-23T02:18:01.1187390Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py Tensor.align_to:0 2022-11-23T02:18:01.1187845Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py Tensor.rename:0 2022-11-23T02:18:01.1188315Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py Tensor.to_sparse_coo:0 2022-11-23T02:18:01.1188781Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor_str.py set_printoptions:0 2022-11-23T02:18:01.1189235Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_vmap_internals.py vmap:0 2022-11-23T02:18:01.1190840Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\futures\__init__.py Future.then:0 2022-11-23T02:18:01.1191326Z 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:18:01.1191819Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\futures\__init__.py Future.set_result:0 2022-11-23T02:18:01.1192303Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\futures\__init__.py Future.set_exception:0 2022-11-23T02:18:01.1192788Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\futures\__init__.py collect_all:0 2022-11-23T02:18:01.1193238Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\__init__.py annotate:0 2022-11-23T02:18:01.1193682Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\__init__.py strict_fusion:0 2022-11-23T02:18:01.1194159Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\monitor\__init__.py TensorboardEventHandler:0 2022-11-23T02:18:01.1194653Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nested\__init__.py as_nested_tensor:0 2022-11-23T02:18:01.1195083Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\sparse\__init__.py sum:0 2022-11-23T02:18:01.1196723Z 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:18:01.1197364Z 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:18:01.1197921Z 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:18:01.1198450Z 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:18:01.1198950Z 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:18:01.1199438Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\functional.py conv1d:0 2022-11-23T02:18:01.1199912Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\functional.py conv2d:0 2022-11-23T02:18:01.1200366Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\functional.py conv3d:0 2022-11-23T02:18:01.1200855Z 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:18:01.1202542Z 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:18:01.1203122Z 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:18:01.1203634Z 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:18:01.1204129Z 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:18:01.1204661Z 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:18:01.1205274Z 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:18:01.1205806Z 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:18:01.1206316Z 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:18:01.1206819Z 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:18:01.1208488Z 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:18:01.1208992Z 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:18:01.1209503Z 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:18:01.1210015Z 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:18:01.1210523Z 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:18:01.1211021Z 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:18:01.1211478Z 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:18:01.1212039Z 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:18:01.1212540Z 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:18:01.1214226Z 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:18:01.1214743Z 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:18:01.1215254Z 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:18:01.1215785Z 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:18:01.1216328Z 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:18:01.1216881Z 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:18:01.1217384Z 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:18:01.1217946Z 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:18:01.1218454Z 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:18:01.1220271Z 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:18:01.1220846Z 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:18:01.1221461Z 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:18:01.1222119Z 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:18:01.1222749Z 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:18:01.1223314Z 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:18:01.1223847Z 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:18:01.1224371Z 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:18:01.1226070Z 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:18:01.1226607Z 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:18:01.1227102Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\observer.py _with_args:0 2022-11-23T02:18:01.1227606Z 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:18:01.1228186Z 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:18:01.1228681Z 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:18:01.1229184Z 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:18:01.1229677Z 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:18:01.1230166Z 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:18:01.1231884Z 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:18:01.1232411Z 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:18:01.1232910Z 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:18:01.1233411Z 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:18:01.1233977Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\utils.py _normalize_kwargs:0 2022-11-23T02:18:01.1234478Z 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:18:01.1234992Z 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:18:01.1235546Z 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:18:01.1236149Z 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:18:01.1238006Z 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:18:01.1238708Z 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:18:01.1239402Z 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:18:01.1240001Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\anomaly_mode.py detect_anomaly:0 2022-11-23T02:18:01.1240477Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\forward_ad.py make_dual:0 2022-11-23T02:18:01.1240950Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\forward_ad.py unpack_dual:0 2022-11-23T02:18:01.1241413Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\forward_ad.py dual_level:0 2022-11-23T02:18:01.1241909Z 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:18:01.1243567Z 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:18:01.1244159Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\function.py FunctionCtx.mark_dirty:0 2022-11-23T02:18:01.1244693Z 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:18:01.1245305Z 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:18:01.1245805Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\function.py Function:0 2022-11-23T02:18:01.1246280Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\functional.py vjp:0 2022-11-23T02:18:01.1246967Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\functional.py jvp:0 2022-11-23T02:18:01.1247692Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\functional.py jacobian:0 2022-11-23T02:18:01.1250106Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\functional.py hessian:0 2022-11-23T02:18:01.1250781Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\functional.py vhp:0 2022-11-23T02:18:01.1251451Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\functional.py hvp:0 2022-11-23T02:18:01.1252315Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\grad_mode.py no_grad:0 2022-11-23T02:18:01.1252798Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\grad_mode.py enable_grad:0 2022-11-23T02:18:01.1253285Z 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:18:01.1253774Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\grad_mode.py inference_mode:0 2022-11-23T02:18:01.1255543Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\graph.py saved_tensors_hooks:0 2022-11-23T02:18:01.1256028Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\graph.py save_on_cpu:0 2022-11-23T02:18:01.1256503Z 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:18:01.1257005Z 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:18:01.1257512Z 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:18:01.1257999Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\profiler.py profile:0 2022-11-23T02:18:01.1258479Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\profiler.py record_function:0 2022-11-23T02:18:01.1258947Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\profiler.py emit_itt:0 2022-11-23T02:18:01.1259412Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\profiler.py emit_nvtx:0 2022-11-23T02:18:01.1259881Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\jiterator.py _create_jit_fn:0 2022-11-23T02:18:01.1261520Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\jiterator.py _create_jit_fn:1 2022-11-23T02:18:01.1261984Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\jiterator.py _create_jit_fn:2 2022-11-23T02:18:01.1262581Z 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:18:01.1263070Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\argparse_util.py env:0 2022-11-23T02:18:01.1263559Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\argparse_util.py check_env:0 2022-11-23T02:18:01.1264058Z 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:18:01.1264567Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py all_reduce:0 2022-11-23T02:18:01.1265067Z 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:18:01.1265568Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py gather_object:0 2022-11-23T02:18:01.1267246Z 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:18:01.1267783Z 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:18:01.1268284Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py all_gather:0 2022-11-23T02:18:01.1269477Z 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:18:01.1270026Z 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:18:01.1270527Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py scatter:0 2022-11-23T02:18:01.1271040Z 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:18:01.1271552Z 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:18:01.1273279Z 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:18:01.1273795Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py monitored_barrier:0 2022-11-23T02:18:01.1274300Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py new_subgroups:0 2022-11-23T02:18:01.1274830Z 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:18:01.1275338Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\launch.py __doc__:0 2022-11-23T02:18:01.1275798Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\run.py __doc__:0 2022-11-23T02:18:01.1276274Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\autograd\__init__.py context:0 2022-11-23T02:18:01.1276756Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\algorithms\join.py Join:0 2022-11-23T02:18:01.1277276Z 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:18:01.1278980Z 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:18:01.1279658Z 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:18:01.1280234Z 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:18:01.1280804Z 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:18:01.1281375Z 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:18:01.1281951Z 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:18:01.1282533Z 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:18:01.1283109Z 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:18:01.1284894Z 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:18:01.1285584Z 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:18:01.1286198Z 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:18:01.1286793Z 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:18:01.1287429Z 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:18:01.1288019Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\checkpoint\planner.py SavePlanner:0 2022-11-23T02:18:01.1288544Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\checkpoint\planner.py LoadPlanner:0 2022-11-23T02:18:01.1289074Z 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:18:01.1290782Z 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:18:01.1291348Z 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:18:01.1291889Z 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:18:01.1292421Z 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:18:01.1292957Z 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:18:01.1293533Z 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:18:01.1294149Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\fsdp\api.py StateDictType:0 2022-11-23T02:18:01.1294656Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\fsdp\api.py FullStateDictConfig:0 2022-11-23T02:18:01.1295215Z 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:18:01.1297020Z 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:18:01.1297657Z 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:18:01.1298309Z 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:18:01.1298969Z 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:18:01.1299629Z 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:18:01.1300310Z 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:18:01.1300826Z 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:18:01.1302504Z 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:18:01.1303078Z 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:18:01.1303633Z 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:18:01.1304183Z 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:18:01.1304753Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\optim\optimizer.py DistributedOptimizer:0 2022-11-23T02:18:01.1305319Z 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:18:01.1305878Z 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:18:01.1306433Z 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:18:01.1306989Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\pipeline\sync\pipe.py WithDevice:0 2022-11-23T02:18:01.1308626Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\pipeline\sync\pipe.py Pipe:0 2022-11-23T02:18:01.1309112Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\rpc\api.py _wait_all:0 2022-11-23T02:18:01.1309586Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\rpc\api.py shutdown:0 2022-11-23T02:18:01.1310055Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\rpc\api.py remote:0 2022-11-23T02:18:01.1310606Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\rpc\api.py rpc_sync:0 2022-11-23T02:18:01.1311077Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\rpc\api.py rpc_async:0 2022-11-23T02:18:01.1311567Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\rpc\functions.py async_execution:0 2022-11-23T02:18:01.1312135Z 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:18:01.1312712Z 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:18:01.1314453Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_composable\checkpoint_activation.py checkpoint:0 2022-11-23T02:18:01.1314992Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_composable\contract.py contract:0 2022-11-23T02:18:01.1315506Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_composable\replicate.py replicate:0 2022-11-23T02:18:01.1316026Z 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:18:01.1316639Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_composable\_ddp.py DistributedDataParallel:0 2022-11-23T02:18:01.1317219Z 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:18:01.1317799Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_composable\_ddp.py DistributedDataParallel.join:0 2022-11-23T02:18:01.1318388Z 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:18:01.1320132Z 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:18:01.1320756Z 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:18:01.1321363Z 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:18:01.1321923Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_shard\partial_tensor.py _PartialTensor:0 2022-11-23T02:18:01.1322478Z 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:18:01.1323031Z 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:18:01.1323572Z 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:18:01.1324133Z 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:18:01.1325877Z 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:18:01.1326536Z 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:18:01.1327079Z 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:18:01.1327598Z 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:18:01.1328147Z 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:18:01.1328665Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\bernoulli.py Bernoulli:0 2022-11-23T02:18:01.1329135Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\beta.py Beta:0 2022-11-23T02:18:01.1329604Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\binomial.py Binomial:0 2022-11-23T02:18:01.1330092Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\categorical.py Categorical:0 2022-11-23T02:18:01.1331267Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\cauchy.py Cauchy:0 2022-11-23T02:18:01.1332281Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\chi2.py Chi2:0 2022-11-23T02:18:01.1332769Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\constraints.py _DependentProperty:0 2022-11-23T02:18:01.1333316Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\continuous_bernoulli.py ContinuousBernoulli:0 2022-11-23T02:18:01.1333837Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\dirichlet.py Dirichlet:0 2022-11-23T02:18:01.1334332Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\exponential.py Exponential:0 2022-11-23T02:18:01.1334849Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\fishersnedecor.py FisherSnedecor:0 2022-11-23T02:18:01.1335340Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\gamma.py Gamma:0 2022-11-23T02:18:01.1335815Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\geometric.py Geometric:0 2022-11-23T02:18:01.1336292Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\gumbel.py Gumbel:0 2022-11-23T02:18:01.1337921Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\half_cauchy.py HalfCauchy:0 2022-11-23T02:18:01.1338419Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\half_normal.py HalfNormal:0 2022-11-23T02:18:01.1338915Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\independent.py Independent:0 2022-11-23T02:18:01.1339420Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\kumaraswamy.py Kumaraswamy:0 2022-11-23T02:18:01.1339908Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\laplace.py Laplace:0 2022-11-23T02:18:01.1340398Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\lkj_cholesky.py LKJCholesky:0 2022-11-23T02:18:01.1340904Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\logistic_normal.py LogisticNormal:0 2022-11-23T02:18:01.1341485Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\log_normal.py LogNormal:0 2022-11-23T02:18:01.1342028Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\lowrank_multivariate_normal.py LowRankMultivariateNormal:0 2022-11-23T02:18:01.1343727Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\mixture_same_family.py MixtureSameFamily:0 2022-11-23T02:18:01.1344253Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\multinomial.py Multinomial:0 2022-11-23T02:18:01.1344780Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\multivariate_normal.py MultivariateNormal:0 2022-11-23T02:18:01.1345288Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\normal.py Normal:0 2022-11-23T02:18:01.1345793Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\one_hot_categorical.py OneHotCategorical:0 2022-11-23T02:18:01.1346298Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\pareto.py Pareto:0 2022-11-23T02:18:01.1346771Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\poisson.py Poisson:0 2022-11-23T02:18:01.1347355Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\relaxed_bernoulli.py RelaxedBernoulli:0 2022-11-23T02:18:01.1347921Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\relaxed_categorical.py RelaxedOneHotCategorical:0 2022-11-23T02:18:01.1349595Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\studentT.py StudentT:0 2022-11-23T02:18:01.1350093Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\transforms.py CatTransform:0 2022-11-23T02:18:01.1350599Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\transforms.py StackTransform:0 2022-11-23T02:18:01.1351143Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\transforms.py CumulativeDistributionTransform:0 2022-11-23T02:18:01.1351668Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\uniform.py Uniform:0 2022-11-23T02:18:01.1352150Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\von_mises.py VonMises:0 2022-11-23T02:18:01.1352627Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\weibull.py Weibull:0 2022-11-23T02:18:01.1353106Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\wishart.py Wishart:0 2022-11-23T02:18:01.1353542Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\graph.py _snake_case:0 2022-11-23T02:18:01.1355201Z 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:18:01.1355700Z 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:18:01.1356178Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\interpreter.py Interpreter:0 2022-11-23T02:18:01.1356658Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\interpreter.py Transformer:0 2022-11-23T02:18:01.1357143Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\subgraph_rewriter.py replace_pattern:0 2022-11-23T02:18:01.1357708Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\tensor_type.py TensorType:0 2022-11-23T02:18:01.1358174Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\tensor_type.py is_consistent:0 2022-11-23T02:18:01.1358625Z 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:18:01.1359135Z 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:18:01.1359662Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\core.py reify:0 2022-11-23T02:18:01.1361344Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\match.py VarDispatcher:0 2022-11-23T02:18:01.1361866Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\more.py unifiable:0 2022-11-23T02:18:01.1362387Z 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:18:01.1362901Z 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:18:01.1363418Z 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:18:01.1364025Z 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:18:01.1364553Z 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:18:01.1365166Z 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:18:01.1365698Z 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:18:01.1367406Z 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:18:01.1367949Z 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:18:01.1368489Z 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:18:01.1369024Z 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:18:01.1369557Z 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:18:01.1370085Z 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:18:01.1370608Z 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:18:01.1371144Z 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:18:01.1372818Z 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:18:01.1373367Z 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:18:01.1373985Z 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:18:01.1374501Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\utils.py _toposort:0 2022-11-23T02:18:01.1375017Z 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:18:01.1375535Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\utils.py freeze:0 2022-11-23T02:18:01.1376055Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\variable.py variables:0 2022-11-23T02:18:01.1376577Z 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:18:01.1377155Z 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:18:01.1378922Z 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:18:01.1379532Z 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:18:01.1380219Z 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:18:01.1380835Z 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:18:01.1381421Z 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:18:01.1381985Z 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:18:01.1382552Z 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:18:01.1383118Z 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:18:01.1384821Z 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:18:01.1385394Z 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:18:01.1385974Z 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:18:01.1386504Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\passes\shape_prop.py ShapeProp:0 2022-11-23T02:18:01.1386985Z 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:18:01.1387504Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\_check.py AttributeTypeIsSupportedChecker:0 2022-11-23T02:18:01.1388009Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\_serialization.py save:0 2022-11-23T02:18:01.1388468Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\_serialization.py load:0 2022-11-23T02:18:01.1389029Z 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:18:01.1390693Z 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:18:01.1391202Z 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:18:01.1391717Z 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:18:01.1392216Z 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:18:01.1392718Z 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:18:01.1393226Z 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:18:01.1393733Z 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:18:01.1394220Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py gumbel_softmax:0 2022-11-23T02:18:01.1394752Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py embedding:0 2022-11-23T02:18:01.1396358Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py embedding_bag:0 2022-11-23T02:18:01.1396830Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py ctc_loss:0 2022-11-23T02:18:01.1397291Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py nll_loss:0 2022-11-23T02:18:01.1397753Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py cross_entropy:0 2022-11-23T02:18:01.1398227Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py binary_cross_entropy:0 2022-11-23T02:18:01.1398720Z 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:18:01.1399202Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\grad.py conv1d_input:0 2022-11-23T02:18:01.1399629Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\grad.py conv1d_weight:0 2022-11-23T02:18:01.1400074Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\grad.py conv2d_input:0 2022-11-23T02:18:01.1400515Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\grad.py conv2d_weight:0 2022-11-23T02:18:01.1402091Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\grad.py conv3d_input:0 2022-11-23T02:18:01.1402548Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\grad.py conv3d_weight:0 2022-11-23T02:18:01.1402998Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py calculate_gain:0 2022-11-23T02:18:01.1403442Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py uniform_:0 2022-11-23T02:18:01.1403870Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py normal_:0 2022-11-23T02:18:01.1404297Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py trunc_normal_:0 2022-11-23T02:18:01.1404867Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py constant_:0 2022-11-23T02:18:01.1405302Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py ones_:0 2022-11-23T02:18:01.1405731Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py zeros_:0 2022-11-23T02:18:01.1406153Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py eye_:0 2022-11-23T02:18:01.1406578Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py dirac_:0 2022-11-23T02:18:01.1408196Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py xavier_uniform_:0 2022-11-23T02:18:01.1408630Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py xavier_normal_:0 2022-11-23T02:18:01.1409087Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py kaiming_uniform_:0 2022-11-23T02:18:01.1409534Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py kaiming_normal_:0 2022-11-23T02:18:01.1409985Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py orthogonal_:0 2022-11-23T02:18:01.1410419Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py sparse_:0 2022-11-23T02:18:01.1410955Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py Threshold:0 2022-11-23T02:18:01.1411438Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py ReLU:0 2022-11-23T02:18:01.1411912Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py RReLU:0 2022-11-23T02:18:01.1412374Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py Hardtanh:0 2022-11-23T02:18:01.1413562Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py ReLU6:0 2022-11-23T02:18:01.1414501Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py Sigmoid:0 2022-11-23T02:18:01.1414978Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py Hardsigmoid:0 2022-11-23T02:18:01.1415461Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py Tanh:0 2022-11-23T02:18:01.1415930Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py SiLU:0 2022-11-23T02:18:01.1416389Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py Mish:0 2022-11-23T02:18:01.1416862Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py Hardswish:0 2022-11-23T02:18:01.1417321Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py ELU:0 2022-11-23T02:18:01.1417783Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py CELU:0 2022-11-23T02:18:01.1418244Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py SELU:0 2022-11-23T02:18:01.1418703Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py GLU:0 2022-11-23T02:18:01.1420317Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py GELU:0 2022-11-23T02:18:01.1420793Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py Hardshrink:0 2022-11-23T02:18:01.1421367Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py LeakyReLU:0 2022-11-23T02:18:01.1421844Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py LogSigmoid:0 2022-11-23T02:18:01.1422302Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py Softplus:0 2022-11-23T02:18:01.1422788Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py Softshrink:0 2022-11-23T02:18:01.1423279Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py MultiheadAttention:0 2022-11-23T02:18:01.1423773Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py PReLU:0 2022-11-23T02:18:01.1424244Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py Softsign:0 2022-11-23T02:18:01.1425873Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py Tanhshrink:0 2022-11-23T02:18:01.1426355Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py Softmin:0 2022-11-23T02:18:01.1426828Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py Softmax:0 2022-11-23T02:18:01.1427354Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py Softmax2d:0 2022-11-23T02:18:01.1427846Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py LogSoftmax:0 2022-11-23T02:18:01.1428323Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\batchnorm.py BatchNorm1d:0 2022-11-23T02:18:01.1428805Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\batchnorm.py BatchNorm2d:0 2022-11-23T02:18:01.1429279Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\batchnorm.py BatchNorm3d:0 2022-11-23T02:18:01.1429765Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\batchnorm.py SyncBatchNorm:0 2022-11-23T02:18:01.1430287Z 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:18:01.1431997Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\channelshuffle.py ChannelShuffle:0 2022-11-23T02:18:01.1432475Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\container.py Sequential:0 2022-11-23T02:18:01.1432957Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\container.py ModuleList:0 2022-11-23T02:18:01.1433430Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\container.py ModuleDict:0 2022-11-23T02:18:01.1433919Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\container.py ParameterList:0 2022-11-23T02:18:01.1434404Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\container.py ParameterDict:0 2022-11-23T02:18:01.1434898Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\distance.py PairwiseDistance:0 2022-11-23T02:18:01.1435389Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\distance.py CosineSimilarity:0 2022-11-23T02:18:01.1435874Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\dropout.py Dropout:0 2022-11-23T02:18:01.1438287Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\dropout.py Dropout1d:0 2022-11-23T02:18:01.1438744Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\dropout.py Dropout2d:0 2022-11-23T02:18:01.1439213Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\dropout.py Dropout3d:0 2022-11-23T02:18:01.1439689Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\dropout.py AlphaDropout:0 2022-11-23T02:18:01.1440190Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\dropout.py FeatureAlphaDropout:0 2022-11-23T02:18:01.1440673Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\flatten.py Flatten:0 2022-11-23T02:18:01.1441131Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\flatten.py Unflatten:0 2022-11-23T02:18:01.1441592Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\fold.py Fold:0 2022-11-23T02:18:01.1442039Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\fold.py Unfold:0 2022-11-23T02:18:01.1443680Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\instancenorm.py InstanceNorm1d:0 2022-11-23T02:18:01.1444278Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\instancenorm.py InstanceNorm2d:0 2022-11-23T02:18:01.1444792Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\instancenorm.py InstanceNorm3d:0 2022-11-23T02:18:01.1445348Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\lazy.py LazyModuleMixin:0 2022-11-23T02:18:01.1445819Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\linear.py Identity:0 2022-11-23T02:18:01.1446280Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\linear.py Linear:0 2022-11-23T02:18:01.1446735Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\linear.py Bilinear:0 2022-11-23T02:18:01.1447193Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py L1Loss:0 2022-11-23T02:18:01.1447626Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py NLLLoss:0 2022-11-23T02:18:01.1449246Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py PoissonNLLLoss:0 2022-11-23T02:18:01.1449743Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py GaussianNLLLoss:0 2022-11-23T02:18:01.1450221Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py KLDivLoss:0 2022-11-23T02:18:01.1450678Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py MSELoss:0 2022-11-23T02:18:01.1451128Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py BCELoss:0 2022-11-23T02:18:01.1451597Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py BCEWithLogitsLoss:0 2022-11-23T02:18:01.1452071Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py MultiLabelMarginLoss:0 2022-11-23T02:18:01.1452564Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py CrossEntropyLoss:0 2022-11-23T02:18:01.1453140Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py MarginRankingLoss:0 2022-11-23T02:18:01.1453621Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py MultiMarginLoss:0 2022-11-23T02:18:01.1455267Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py TripletMarginLoss:0 2022-11-23T02:18:01.1455796Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py TripletMarginWithDistanceLoss:0 2022-11-23T02:18:01.1456300Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py CTCLoss:0 2022-11-23T02:18:01.1456780Z 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:18:01.1457268Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py Module.apply:0 2022-11-23T02:18:01.1457736Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py Module.to:0 2022-11-23T02:18:01.1458213Z 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:18:01.1458695Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py Module.parameters:0 2022-11-23T02:18:01.1459268Z 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:18:01.1460461Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py Module.buffers:0 2022-11-23T02:18:01.1461431Z 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:18:01.1461931Z 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:18:01.1462421Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py Module.modules:0 2022-11-23T02:18:01.1462892Z 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:18:01.1463405Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\normalization.py LocalResponseNorm:0 2022-11-23T02:18:01.1463912Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\normalization.py LayerNorm:0 2022-11-23T02:18:01.1464398Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\normalization.py GroupNorm:0 2022-11-23T02:18:01.1464887Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\padding.py ConstantPad1d:0 2022-11-23T02:18:01.1465363Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\padding.py ConstantPad2d:0 2022-11-23T02:18:01.1466990Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\padding.py ConstantPad3d:0 2022-11-23T02:18:01.1467484Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\padding.py ReflectionPad1d:0 2022-11-23T02:18:01.1467954Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\padding.py ReflectionPad2d:0 2022-11-23T02:18:01.1468435Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\padding.py ReflectionPad3d:0 2022-11-23T02:18:01.1468923Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\padding.py ReplicationPad1d:0 2022-11-23T02:18:01.1469501Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\padding.py ReplicationPad2d:0 2022-11-23T02:18:01.1469992Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\padding.py ReplicationPad3d:0 2022-11-23T02:18:01.1470485Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\padding.py ZeroPad2d:0 2022-11-23T02:18:01.1470979Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pixelshuffle.py PixelShuffle:0 2022-11-23T02:18:01.1472188Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pixelshuffle.py PixelUnshuffle:0 2022-11-23T02:18:01.1473131Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py MaxPool1d:0 2022-11-23T02:18:01.1473605Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py MaxPool2d:0 2022-11-23T02:18:01.1474076Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py MaxPool3d:0 2022-11-23T02:18:01.1474551Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py MaxUnpool1d:0 2022-11-23T02:18:01.1475027Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py MaxUnpool2d:0 2022-11-23T02:18:01.1475575Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py MaxUnpool3d:0 2022-11-23T02:18:01.1476035Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py AvgPool1d:0 2022-11-23T02:18:01.1476503Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py AvgPool2d:0 2022-11-23T02:18:01.1476949Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py AvgPool3d:0 2022-11-23T02:18:01.1478589Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py FractionalMaxPool2d:0 2022-11-23T02:18:01.1479106Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py FractionalMaxPool3d:0 2022-11-23T02:18:01.1479600Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py LPPool1d:0 2022-11-23T02:18:01.1480070Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py LPPool2d:0 2022-11-23T02:18:01.1480558Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py AdaptiveMaxPool1d:0 2022-11-23T02:18:01.1481062Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py AdaptiveMaxPool2d:0 2022-11-23T02:18:01.1481564Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py AdaptiveMaxPool3d:0 2022-11-23T02:18:01.1482060Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py AdaptiveAvgPool1d:0 2022-11-23T02:18:01.1482536Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py AdaptiveAvgPool2d:0 2022-11-23T02:18:01.1483031Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py AdaptiveAvgPool3d:0 2022-11-23T02:18:01.1484645Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\rnn.py RNN:0 2022-11-23T02:18:01.1485164Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\rnn.py LSTM:0 2022-11-23T02:18:01.1485687Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\rnn.py GRU:0 2022-11-23T02:18:01.1486125Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\rnn.py RNNCell:0 2022-11-23T02:18:01.1486579Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\rnn.py LSTMCell:0 2022-11-23T02:18:01.1487009Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\rnn.py GRUCell:0 2022-11-23T02:18:01.1487477Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\sparse.py Embedding:0 2022-11-23T02:18:01.1487972Z 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:18:01.1488468Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\sparse.py EmbeddingBag:0 2022-11-23T02:18:01.1488976Z 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:18:01.1489486Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\transformer.py Transformer:0 2022-11-23T02:18:01.1489991Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\transformer.py Transformer.forward:0 2022-11-23T02:18:01.1490561Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\transformer.py TransformerEncoder:0 2022-11-23T02:18:01.1491074Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\transformer.py TransformerDecoder:0 2022-11-23T02:18:01.1491589Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\transformer.py TransformerEncoderLayer:0 2022-11-23T02:18:01.1492127Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\transformer.py TransformerDecoderLayer:0 2022-11-23T02:18:01.1492631Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\upsampling.py Upsample:0 2022-11-23T02:18:01.1493132Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\upsampling.py UpsamplingNearest2d:0 2022-11-23T02:18:01.1493654Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\upsampling.py UpsamplingBilinear2d:0 2022-11-23T02:18:01.1495381Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\parallel\data_parallel.py DataParallel:0 2022-11-23T02:18:01.1495918Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\parallel\distributed.py DistributedDataParallel:0 2022-11-23T02:18:01.1496479Z 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:18:01.1497031Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\parallel\distributed.py DistributedDataParallel.join:0 2022-11-23T02:18:01.1497615Z 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:18:01.1498215Z 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:18:01.1498816Z 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:18:01.1499416Z 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:18:01.1500144Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\init.py skip_init:0 2022-11-23T02:18:01.1500646Z 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:18:01.1501169Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\parametrizations.py orthogonal:0 2022-11-23T02:18:01.1501683Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\parametrizations.py spectral_norm:0 2022-11-23T02:18:01.1502200Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\parametrize.py register_parametrization:0 2022-11-23T02:18:01.1502668Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\prune.py identity:0 2022-11-23T02:18:01.1503137Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\prune.py random_unstructured:0 2022-11-23T02:18:01.1503609Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\prune.py l1_unstructured:0 2022-11-23T02:18:01.1504083Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\prune.py random_structured:0 2022-11-23T02:18:01.1504705Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\prune.py ln_structured:0 2022-11-23T02:18:01.1505192Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\prune.py global_unstructured:0 2022-11-23T02:18:01.1505674Z 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:18:01.1506136Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\prune.py remove:0 2022-11-23T02:18:01.1506570Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\prune.py is_pruned:0 2022-11-23T02:18:01.1507036Z 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:18:01.1507498Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\rnn.py pad_sequence:0 2022-11-23T02:18:01.1507956Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\rnn.py unpad_sequence:0 2022-11-23T02:18:01.1508417Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\rnn.py pack_sequence:0 2022-11-23T02:18:01.1508875Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\rnn.py unpack_sequence:0 2022-11-23T02:18:01.1509352Z 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:18:01.1509846Z 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:18:01.1511570Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\stateless.py functional_call:0 2022-11-23T02:18:01.1512053Z 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:18:01.1512537Z 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:18:01.1513042Z 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:18:01.1513556Z 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:18:01.1514299Z 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:18:01.1514829Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_type_utils.py JitScalarType:0 2022-11-23T02:18:01.1515307Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py LambdaLR:0 2022-11-23T02:18:01.1515779Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py MultiplicativeLR:0 2022-11-23T02:18:01.1516259Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py StepLR:0 2022-11-23T02:18:01.1516731Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py MultiStepLR:0 2022-11-23T02:18:01.1517214Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py ConstantLR:0 2022-11-23T02:18:01.1517680Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py LinearLR:0 2022-11-23T02:18:01.1518149Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py SequentialLR:0 2022-11-23T02:18:01.1519314Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py PolynomialLR:0 2022-11-23T02:18:01.1519832Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py ChainedScheduler:0 2022-11-23T02:18:01.1520336Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py ReduceLROnPlateau:0 2022-11-23T02:18:01.1520808Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py CyclicLR:0 2022-11-23T02:18:01.1521327Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py CosineAnnealingWarmRestarts.step:0 2022-11-23T02:18:01.1521894Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py CosineAnnealingWarmRestarts.step:1 2022-11-23T02:18:01.1522408Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py OneCycleLR:0 2022-11-23T02:18:01.1522858Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\sgd.py SGD:0 2022-11-23T02:18:01.1523308Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\swa_utils.py AveragedModel:0 2022-11-23T02:18:01.1523774Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\swa_utils.py AveragedModel:1 2022-11-23T02:18:01.1524232Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\swa_utils.py update_bn:0 2022-11-23T02:18:01.1524674Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\swa_utils.py SWALR:0 2022-11-23T02:18:01.1525239Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\package\glob_group.py GlobGroup:0 2022-11-23T02:18:01.1525710Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py profile:0 2022-11-23T02:18:01.1526186Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_comparison.py assert_close:0 2022-11-23T02:18:01.1526660Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_creation.py make_tensor:0 2022-11-23T02:18:01.1527328Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py parametrize:0 2022-11-23T02:18:01.1527857Z 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:18:01.1528391Z 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:18:01.1528908Z 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:18:01.1529471Z 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:18:01.1530022Z 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:18:01.1530547Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\checkpoint.py checkpoint_sequential:0 2022-11-23T02:18:01.1531042Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\cpp_extension.py CppExtension:0 2022-11-23T02:18:01.1531529Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\cpp_extension.py CUDAExtension:0 2022-11-23T02:18:01.1532156Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\cpp_extension.py CUDAExtension:1 2022-11-23T02:18:01.1532643Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\cpp_extension.py load:0 2022-11-23T02:18:01.1533115Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\cpp_extension.py load_inline:0 2022-11-23T02:18:01.1533559Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\dlpack.py from_dlpack:0 2022-11-23T02:18:01.1534063Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\throughput_benchmark.py ThroughputBenchmark:0 2022-11-23T02:18:01.1534578Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\dataset.py IterableDataset:0 2022-11-23T02:18:01.1535055Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\dataset.py random_split:0 2022-11-23T02:18:01.1535556Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\distributed.py DistributedSampler:0 2022-11-23T02:18:01.1536076Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\sampler.py WeightedRandomSampler:0 2022-11-23T02:18:01.1536576Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\sampler.py BatchSampler:0 2022-11-23T02:18:01.1537076Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\datapipe.py IterDataPipe:0 2022-11-23T02:18:01.1537578Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\datapipe.py MapDataPipe:0 2022-11-23T02:18:01.1538112Z 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:18:01.1538664Z 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:18:01.1539227Z 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:18:01.1539789Z 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:18:01.1540506Z 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:18:01.1542348Z 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:18:01.1542920Z 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:18:01.1543504Z 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:18:01.1544052Z 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:18:01.1544613Z 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:18:01.1545185Z 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:18:01.1545741Z 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:18:01.1546465Z 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:18:01.1547029Z 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:18:01.1547573Z 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:18:01.1548152Z 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:18:01.1548736Z 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:18:01.1549293Z 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:18:01.1549835Z 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:18:01.1550397Z 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:18:01.1550950Z 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:18:01.1551497Z 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:18:01.1552065Z 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:18:01.1552615Z 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:18:01.1553129Z 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:18:01.1553677Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\_utils\collate.py collate:0 2022-11-23T02:18:01.1554161Z 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:18:01.1554810Z 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:18:01.1555324Z 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:18:01.1555848Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py SummaryWriter.__init__:0 2022-11-23T02:18:01.1556376Z 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:18:01.1556910Z 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:18:01.1557438Z 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:18:01.1557971Z 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:18:01.1558507Z 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:18:01.1559036Z 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:18:01.1559693Z 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:18:01.1560223Z 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:18:01.1560749Z 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:18:01.1561280Z 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:18:01.1561843Z 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:18:01.1562429Z 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:18:01.1562985Z 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:18:01.1563516Z 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:18:01.1564023Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_prims\context.py NvfuserPrimsMode:0 2022-11-23T02:18:01.1564485Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_prims\context.py TorchRefsMode:0 2022-11-23T02:18:01.5005008Z 2022-11-23T02:18:01.5005595Z (base) C:\actions-runner\_work\pytorch\pytorch\test>if ERRORLEVEL 1 goto fail 2022-11-23T02:18:01.5007321Z 2022-11-23T02:18:01.5007517Z (base) C:\actions-runner\_work\pytorch\pytorch\test>popd 2022-11-23T02:18:01.5014050Z 2022-11-23T02:18:01.5014378Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2022-11-23T02:18:01.5036657Z + /c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers/test_custom_script_ops.bat 2022-11-23T02:18:01.5220808Z 2022-11-23T02:18:01.5221347Z 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:18:01.5232923Z 2022-11-23T02:18:01.5233556Z 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:18:01.5234045Z call C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts/pytorch_env_restore.bat 2022-11-23T02:18:01.5234320Z exit /b 0 2022-11-23T02:18:01.5234482Z ) 2022-11-23T02:18:02.1118249Z "Executing CMake for custom_operator test..." 2022-11-23T02:18:04.6316630Z -- The C compiler identification is MSVC 19.28.29337.0 2022-11-23T02:18:04.9167756Z -- The CXX compiler identification is MSVC 19.28.29337.0 2022-11-23T02:18:05.0741046Z -- Detecting C compiler ABI info 2022-11-23T02:18:06.1956573Z -- Detecting C compiler ABI info - done 2022-11-23T02:18:06.1981437Z -- 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:18:06.2042313Z -- Detecting C compile features 2022-11-23T02:18:06.2115818Z -- Detecting C compile features - done 2022-11-23T02:18:06.2643272Z -- Detecting CXX compiler ABI info 2022-11-23T02:18:06.6138902Z -- Detecting CXX compiler ABI info - done 2022-11-23T02:18:06.6163368Z -- 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:18:06.6167944Z -- Detecting CXX compile features 2022-11-23T02:18:06.6176084Z -- Detecting CXX compile features - done 2022-11-23T02:18:06.6707359Z -- Looking for pthread.h 2022-11-23T02:18:06.7586872Z -- Looking for pthread.h - not found 2022-11-23T02:18:06.7602979Z -- Found Threads: TRUE 2022-11-23T02:18:07.0182293Z -- Found CUDA: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.7 (found version "11.7") 2022-11-23T02:18:13.0179370Z -- The CUDA compiler identification is NVIDIA 11.7.64 2022-11-23T02:18:13.0605021Z -- Detecting CUDA compiler ABI info 2022-11-23T02:18:14.9927182Z -- Detecting CUDA compiler ABI info - done 2022-11-23T02:18:15.0300963Z -- Check for working CUDA compiler: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.7/bin/nvcc.exe - skipped 2022-11-23T02:18:15.0305479Z -- Detecting CUDA compile features 2022-11-23T02:18:15.0314705Z -- Detecting CUDA compile features - done 2022-11-23T02:18:15.0340274Z -- Caffe2: CUDA detected: 11.7 2022-11-23T02:18:15.0340643Z -- Caffe2: CUDA nvcc is: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.7/bin/nvcc.exe 2022-11-23T02:18:15.0341021Z -- Caffe2: CUDA toolkit directory: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.7 2022-11-23T02:18:15.8984844Z -- Caffe2: Header version is: 11.7 2022-11-23T02:18:15.9028786Z -- Found CUDNN: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.7/lib/x64/cudnn.lib 2022-11-23T02:18:15.9085186Z -- 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:18:15.9737181Z -- C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.7/lib/x64/nvrtc.lib shorthash is dd482e34 2022-11-23T02:18:15.9742240Z 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:18:15.9742704Z In the future we will require one to explicitly pass TORCH_CUDA_ARCH_LIST 2022-11-23T02:18:15.9743030Z to cmake instead of implicitly setting it as an env variable. This will 2022-11-23T02:18:15.9743331Z become a FATAL_ERROR in future version of pytorch. 2022-11-23T02:18:15.9743579Z Call Stack (most recent call first): 2022-11-23T02:18:15.9743946Z 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:18:15.9744401Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/share/cmake/Caffe2/Caffe2Config.cmake:92 (include) 2022-11-23T02:18:15.9745064Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/share/cmake/Torch/TorchConfig.cmake:68 (find_package) 2022-11-23T02:18:15.9745435Z CMakeLists.txt:9 (find_package) 2022-11-23T02:18:15.9745572Z 2022-11-23T02:18:15.9745577Z 2022-11-23T02:18:15.9745729Z -- Added CUDA NVCC flags for: -gencode;arch=compute_70,code=sm_70 2022-11-23T02:18:16.2474463Z -- Found Torch: C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/lib/torch.lib 2022-11-23T02:18:16.2477847Z -- Configuring done 2022-11-23T02:18:16.3402698Z -- Generating done 2022-11-23T02:18:16.3583593Z -- Build files have been written to: C:/actions-runner/_work/pytorch/pytorch/test/custom_operator/build 2022-11-23T02:18:16.3668284Z "Executing Ninja for custom_operator test..." 2022-11-23T02:18:24.1745503Z [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:18:24.1748684Z 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:18:24.1750643Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:24.1751151Z with 2022-11-23T02:18:24.1751368Z [ 2022-11-23T02:18:24.1751593Z T=c10::SymInt 2022-11-23T02:18:24.1751826Z ] 2022-11-23T02:18:24.1752383Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:24.1752893Z with 2022-11-23T02:18:24.1753118Z [ 2022-11-23T02:18:24.1753338Z T=c10::SymInt 2022-11-23T02:18:24.1753570Z ] 2022-11-23T02:18:24.1754227Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:24.1754685Z with 2022-11-23T02:18:24.1754839Z [ 2022-11-23T02:18:24.1755004Z T=c10::SymInt 2022-11-23T02:18:24.1755158Z ] 2022-11-23T02:18:24.1755625Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:24.1756052Z with 2022-11-23T02:18:24.1756203Z [ 2022-11-23T02:18:24.1756372Z T=c10::SymInt 2022-11-23T02:18:24.1756542Z ] 2022-11-23T02:18:24.1756935Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:24.1757564Z 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:18:24.1758209Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:24.1758765Z with 2022-11-23T02:18:24.1758933Z [ 2022-11-23T02:18:24.1759109Z T=c10::SymInt 2022-11-23T02:18:24.1759284Z ] 2022-11-23T02:18:24.1759645Z 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:18:24.1760281Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:24.1760702Z with 2022-11-23T02:18:24.1760869Z [ 2022-11-23T02:18:24.1761047Z T=std::string 2022-11-23T02:18:24.1761221Z ] 2022-11-23T02:18:24.1761612Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:24.1761992Z with 2022-11-23T02:18:24.1762160Z [ 2022-11-23T02:18:24.1762337Z T=std::string 2022-11-23T02:18:24.1762514Z ] 2022-11-23T02:18:24.1762958Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:24.1763430Z with 2022-11-23T02:18:24.1763596Z [ 2022-11-23T02:18:24.1763772Z T=std::string 2022-11-23T02:18:24.1763943Z ] 2022-11-23T02:18:24.1764409Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:24.1764843Z with 2022-11-23T02:18:24.1764990Z [ 2022-11-23T02:18:24.1765161Z T=std::string 2022-11-23T02:18:24.1765334Z ] 2022-11-23T02:18:24.1765792Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:24.1766551Z 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:18:24.1767207Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:24.1767607Z with 2022-11-23T02:18:24.1767764Z [ 2022-11-23T02:18:24.1767946Z T=std::string 2022-11-23T02:18:24.1768128Z ] 2022-11-23T02:18:24.1768528Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:24.1768894Z with 2022-11-23T02:18:24.1769065Z [ 2022-11-23T02:18:24.1769237Z T=c10::QualifiedName 2022-11-23T02:18:24.1769426Z ] 2022-11-23T02:18:24.1769843Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:24.1770218Z with 2022-11-23T02:18:24.1770384Z [ 2022-11-23T02:18:24.1770554Z T=c10::QualifiedName 2022-11-23T02:18:24.1770739Z ] 2022-11-23T02:18:24.1771192Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:24.1771733Z with 2022-11-23T02:18:24.1771903Z [ 2022-11-23T02:18:24.1772093Z T=c10::QualifiedName 2022-11-23T02:18:24.1772306Z ] 2022-11-23T02:18:24.1772786Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:24.1773228Z with 2022-11-23T02:18:24.1773399Z [ 2022-11-23T02:18:24.1773588Z T=c10::QualifiedName 2022-11-23T02:18:24.1773779Z ] 2022-11-23T02:18:24.1774186Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:24.1774845Z 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:18:24.1775497Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:24.1775900Z with 2022-11-23T02:18:24.1776068Z [ 2022-11-23T02:18:24.1776327Z T=c10::QualifiedName 2022-11-23T02:18:24.1776514Z ] 2022-11-23T02:18:24.1776892Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:24.1777261Z with 2022-11-23T02:18:24.1777479Z [ 2022-11-23T02:18:24.1777668Z T=at::TensorBase 2022-11-23T02:18:24.1777848Z ] 2022-11-23T02:18:24.1778283Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:24.1778654Z with 2022-11-23T02:18:24.1788587Z [ 2022-11-23T02:18:24.1788815Z T=at::TensorBase 2022-11-23T02:18:24.1788994Z ] 2022-11-23T02:18:24.1789521Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:24.1789974Z with 2022-11-23T02:18:24.1790131Z [ 2022-11-23T02:18:24.1790307Z T=at::TensorBase 2022-11-23T02:18:24.1790473Z ] 2022-11-23T02:18:24.1790942Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:24.1791366Z with 2022-11-23T02:18:24.1791520Z [ 2022-11-23T02:18:24.1791688Z T=at::TensorBase 2022-11-23T02:18:24.1791856Z ] 2022-11-23T02:18:24.1792264Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:24.1792902Z 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:18:24.1793541Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:24.1794044Z with 2022-11-23T02:18:24.1794202Z [ 2022-11-23T02:18:24.1794377Z T=at::TensorBase 2022-11-23T02:18:24.1794548Z ] 2022-11-23T02:18:24.1794984Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:24.1795343Z with 2022-11-23T02:18:24.1795529Z [ 2022-11-23T02:18:24.1795696Z T=at::Tensor 2022-11-23T02:18:24.1795861Z ] 2022-11-23T02:18:24.1796263Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:24.1796630Z with 2022-11-23T02:18:24.1796770Z [ 2022-11-23T02:18:24.1796934Z T=at::Tensor 2022-11-23T02:18:24.1797098Z ] 2022-11-23T02:18:24.1797537Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:24.1797937Z with 2022-11-23T02:18:24.1798090Z [ 2022-11-23T02:18:24.1798241Z T=at::Tensor 2022-11-23T02:18:24.1798403Z ] 2022-11-23T02:18:24.1798941Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:24.1799373Z with 2022-11-23T02:18:24.1799529Z [ 2022-11-23T02:18:24.1799695Z T=at::Tensor 2022-11-23T02:18:24.1799847Z ] 2022-11-23T02:18:24.1800253Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:24.1800922Z 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:18:24.1801604Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:24.1801984Z with 2022-11-23T02:18:24.1802138Z [ 2022-11-23T02:18:24.1802305Z T=at::Tensor 2022-11-23T02:18:24.1802456Z ] 2022-11-23T02:18:24.1802840Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:24.1803191Z with 2022-11-23T02:18:24.1803347Z [ 2022-11-23T02:18:24.1803515Z T=at::Generator 2022-11-23T02:18:24.1803669Z ] 2022-11-23T02:18:24.1804065Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:24.1804429Z with 2022-11-23T02:18:24.1804581Z [ 2022-11-23T02:18:24.1804748Z T=at::Generator 2022-11-23T02:18:24.1804911Z ] 2022-11-23T02:18:24.1805334Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:24.1805730Z with 2022-11-23T02:18:24.1805882Z [ 2022-11-23T02:18:24.1806121Z T=at::Generator 2022-11-23T02:18:24.1806361Z ] 2022-11-23T02:18:24.1806863Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:24.1807325Z with 2022-11-23T02:18:24.1807479Z [ 2022-11-23T02:18:24.1807650Z T=at::Generator 2022-11-23T02:18:24.1807819Z ] 2022-11-23T02:18:24.1808220Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:24.1808841Z 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:18:24.1809479Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:24.1809854Z with 2022-11-23T02:18:24.1810012Z [ 2022-11-23T02:18:24.1810181Z T=at::Generator 2022-11-23T02:18:24.1810348Z ] 2022-11-23T02:18:24.1810735Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:24.1811086Z with 2022-11-23T02:18:24.1811228Z [ 2022-11-23T02:18:24.1811454Z T=c10::Scalar 2022-11-23T02:18:24.1811623Z ] 2022-11-23T02:18:24.1812023Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:24.1812444Z with 2022-11-23T02:18:24.1812588Z [ 2022-11-23T02:18:24.1812755Z T=c10::Scalar 2022-11-23T02:18:24.1812967Z ] 2022-11-23T02:18:24.1813405Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:24.1813801Z with 2022-11-23T02:18:24.1813952Z [ 2022-11-23T02:18:24.1814101Z T=c10::Scalar 2022-11-23T02:18:24.1814262Z ] 2022-11-23T02:18:24.1814723Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:24.1815139Z with 2022-11-23T02:18:24.1815288Z [ 2022-11-23T02:18:24.1815450Z T=c10::Scalar 2022-11-23T02:18:24.1815597Z ] 2022-11-23T02:18:24.1816001Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:24.1816613Z 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:18:24.1817244Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:24.1817632Z with 2022-11-23T02:18:24.1817789Z [ 2022-11-23T02:18:24.1817944Z T=c10::Scalar 2022-11-23T02:18:24.1818110Z ] 2022-11-23T02:18:24.1818543Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:24.1819019Z with 2022-11-23T02:18:24.1819179Z [ 2022-11-23T02:18:24.1819401Z T=std::shared_ptr 2022-11-23T02:18:24.1819593Z ] 2022-11-23T02:18:24.1819992Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:24.1820362Z with 2022-11-23T02:18:24.1820516Z [ 2022-11-23T02:18:24.1820738Z T=std::shared_ptr 2022-11-23T02:18:24.1820950Z ] 2022-11-23T02:18:24.1821374Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:24.1821779Z with 2022-11-23T02:18:24.1821938Z [ 2022-11-23T02:18:24.1822154Z T=std::shared_ptr 2022-11-23T02:18:24.1822356Z ] 2022-11-23T02:18:24.1822818Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:24.1823237Z with 2022-11-23T02:18:24.1823392Z [ 2022-11-23T02:18:24.1823607Z T=std::shared_ptr 2022-11-23T02:18:24.1823873Z ] 2022-11-23T02:18:24.1824371Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:24.1825110Z 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:18:24.1825774Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:24.1826163Z with 2022-11-23T02:18:24.1826308Z [ 2022-11-23T02:18:24.1826529Z T=std::shared_ptr 2022-11-23T02:18:24.1826735Z ] 2022-11-23T02:18:24.1827128Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:24.1827487Z with 2022-11-23T02:18:24.1827630Z [ 2022-11-23T02:18:24.1827846Z T=std::weak_ptr 2022-11-23T02:18:24.1828051Z ] 2022-11-23T02:18:24.1828459Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:24.1828826Z with 2022-11-23T02:18:24.1828980Z [ 2022-11-23T02:18:24.1829182Z T=std::weak_ptr 2022-11-23T02:18:24.1829383Z ] 2022-11-23T02:18:24.1829867Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:24.1830272Z with 2022-11-23T02:18:24.1830474Z [ 2022-11-23T02:18:24.1830687Z T=std::weak_ptr 2022-11-23T02:18:24.1830876Z ] 2022-11-23T02:18:24.1831333Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:24.1832439Z with 2022-11-23T02:18:24.1832596Z [ 2022-11-23T02:18:24.1832814Z T=std::weak_ptr 2022-11-23T02:18:24.1833021Z ] 2022-11-23T02:18:24.1833455Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:24.1834146Z 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:18:24.1834814Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:24.1835201Z with 2022-11-23T02:18:24.1835360Z [ 2022-11-23T02:18:24.1835576Z T=std::weak_ptr 2022-11-23T02:18:24.1835836Z ] 2022-11-23T02:18:24.1836255Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:24.1836619Z with 2022-11-23T02:18:24.1836844Z [ 2022-11-23T02:18:24.1837087Z T=std::vector> 2022-11-23T02:18:24.1837317Z ] 2022-11-23T02:18:24.1837720Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:24.1838091Z with 2022-11-23T02:18:24.1838236Z [ 2022-11-23T02:18:24.1838479Z T=std::vector> 2022-11-23T02:18:24.1838705Z ] 2022-11-23T02:18:24.1839141Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:24.1839546Z with 2022-11-23T02:18:24.1839701Z [ 2022-11-23T02:18:24.1839931Z T=std::vector> 2022-11-23T02:18:24.1840156Z ] 2022-11-23T02:18:24.1840623Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:24.1841052Z with 2022-11-23T02:18:24.1841206Z [ 2022-11-23T02:18:24.1841490Z T=std::vector> 2022-11-23T02:18:24.1841711Z ] 2022-11-23T02:18:24.1842219Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:24.1842942Z 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:18:24.1843617Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:24.1844073Z with 2022-11-23T02:18:24.1844231Z [ 2022-11-23T02:18:24.1844473Z T=std::vector> 2022-11-23T02:18:24.1844683Z ] 2022-11-23T02:18:24.1845081Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:24.1845433Z with 2022-11-23T02:18:24.1845591Z [ 2022-11-23T02:18:24.1845797Z T=std::vector> 2022-11-23T02:18:24.1846090Z ] 2022-11-23T02:18:24.1846482Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:24.1846852Z with 2022-11-23T02:18:24.1847009Z [ 2022-11-23T02:18:24.1847220Z T=std::vector> 2022-11-23T02:18:24.1847465Z ] 2022-11-23T02:18:24.1847950Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:24.1848339Z with 2022-11-23T02:18:24.1848496Z [ 2022-11-23T02:18:24.1848703Z T=std::vector> 2022-11-23T02:18:24.1848896Z ] 2022-11-23T02:18:24.1849435Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:24.1849862Z with 2022-11-23T02:18:24.1850006Z [ 2022-11-23T02:18:24.1850212Z T=std::vector> 2022-11-23T02:18:24.1850410Z ] 2022-11-23T02:18:24.1850847Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:24.1851523Z 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:18:24.1852179Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:24.1852567Z with 2022-11-23T02:18:24.1852728Z [ 2022-11-23T02:18:24.1852927Z T=std::vector> 2022-11-23T02:18:24.1853172Z ] 2022-11-23T02:18:24.1853565Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:24.1853964Z with 2022-11-23T02:18:24.1854118Z [ 2022-11-23T02:18:24.1854363Z T=std::vector,std::allocator>> 2022-11-23T02:18:24.1854596Z ] 2022-11-23T02:18:24.1855004Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:24.1855379Z with 2022-11-23T02:18:24.1855534Z [ 2022-11-23T02:18:24.1855787Z T=std::vector,std::allocator>> 2022-11-23T02:18:24.1856020Z ] 2022-11-23T02:18:24.1856444Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:24.1856931Z with 2022-11-23T02:18:24.1857090Z [ 2022-11-23T02:18:24.1857343Z T=std::vector,std::allocator>> 2022-11-23T02:18:24.1857574Z ] 2022-11-23T02:18:24.1858037Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:24.1858457Z with 2022-11-23T02:18:24.1858617Z [ 2022-11-23T02:18:24.1858868Z T=std::vector,std::allocator>> 2022-11-23T02:18:24.1859151Z ] 2022-11-23T02:18:24.1859667Z C:\actions-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:18:24.1860421Z 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:18:24.1861157Z 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:18:24.1861795Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:24.1862189Z with 2022-11-23T02:18:24.1862336Z [ 2022-11-23T02:18:24.1862592Z T=std::vector,std::allocator>> 2022-11-23T02:18:24.1862827Z ] 2022-11-23T02:18:24.1863218Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:24.1863574Z with 2022-11-23T02:18:24.1863733Z [ 2022-11-23T02:18:24.1863967Z T=std::vector,std::allocator>> 2022-11-23T02:18:24.1864201Z ] 2022-11-23T02:18:24.1864601Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:24.1865016Z with 2022-11-23T02:18:24.1865174Z [ 2022-11-23T02:18:24.1865469Z T=std::vector,std::allocator>> 2022-11-23T02:18:24.1865683Z ] 2022-11-23T02:18:24.1866124Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:24.1866526Z with 2022-11-23T02:18:24.1866685Z [ 2022-11-23T02:18:24.1866928Z T=std::vector,std::allocator>> 2022-11-23T02:18:24.1867159Z ] 2022-11-23T02:18:24.1867615Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:24.1868045Z with 2022-11-23T02:18:24.1868201Z [ 2022-11-23T02:18:24.1868510Z T=std::vector,std::allocator>> 2022-11-23T02:18:24.1868734Z ] 2022-11-23T02:18:24.1869203Z C:\actions-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:18:24.1869982Z 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:18:24.1870699Z 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:18:24.1871376Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:24.1871756Z with 2022-11-23T02:18:24.1871913Z [ 2022-11-23T02:18:24.1872159Z T=std::vector,std::allocator>> 2022-11-23T02:18:24.1872388Z ] 2022-11-23T02:18:24.1872774Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:24.1873206Z with 2022-11-23T02:18:24.1873347Z [ 2022-11-23T02:18:24.1873561Z T=std::vector> 2022-11-23T02:18:24.1873767Z ] 2022-11-23T02:18:24.1874173Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:24.1874541Z with 2022-11-23T02:18:24.1874698Z [ 2022-11-23T02:18:24.1874899Z T=std::vector> 2022-11-23T02:18:24.1875101Z ] 2022-11-23T02:18:24.1875635Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:24.1876033Z with 2022-11-23T02:18:24.1876189Z [ 2022-11-23T02:18:24.1876393Z T=std::vector> 2022-11-23T02:18:24.1876649Z ] 2022-11-23T02:18:24.1877116Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:24.1877597Z with 2022-11-23T02:18:24.1877752Z [ 2022-11-23T02:18:24.1877961Z T=std::vector> 2022-11-23T02:18:24.1878146Z ] 2022-11-23T02:18:24.1878581Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:24.1879254Z 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:18:24.1879903Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:24.1880289Z with 2022-11-23T02:18:24.1880518Z [ 2022-11-23T02:18:24.1880734Z T=std::vector> 2022-11-23T02:18:24.1880934Z ] 2022-11-23T02:18:24.1881309Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:24.1881661Z with 2022-11-23T02:18:24.1881821Z [ 2022-11-23T02:18:24.1882062Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:18:24.1882292Z ] 2022-11-23T02:18:24.1882753Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:24.1883113Z with 2022-11-23T02:18:24.1883315Z [ 2022-11-23T02:18:24.1883552Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:18:24.1883775Z ] 2022-11-23T02:18:24.1884208Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:24.1884613Z with 2022-11-23T02:18:24.1884759Z [ 2022-11-23T02:18:24.1884998Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:18:24.1885219Z ] 2022-11-23T02:18:24.1885745Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:24.1886242Z with 2022-11-23T02:18:24.1886396Z [ 2022-11-23T02:18:24.1886621Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:18:24.1886851Z ] 2022-11-23T02:18:24.1887309Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:24.1888051Z 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:18:24.1888837Z 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:18:24.1889573Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:24.1889961Z with 2022-11-23T02:18:24.1890117Z [ 2022-11-23T02:18:24.1890358Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:18:24.1890571Z ] 2022-11-23T02:18:24.1890959Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:24.1891316Z with 2022-11-23T02:18:24.1891470Z [ 2022-11-23T02:18:24.1891708Z T=c10::impl::InlineStreamGuard 2022-11-23T02:18:24.1891923Z ] 2022-11-23T02:18:24.1892322Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:24.1892694Z with 2022-11-23T02:18:24.1892927Z [ 2022-11-23T02:18:24.1893166Z T=c10::impl::InlineStreamGuard 2022-11-23T02:18:24.1893395Z ] 2022-11-23T02:18:24.1893822Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:24.1894224Z with 2022-11-23T02:18:24.1894429Z [ 2022-11-23T02:18:24.1894668Z T=c10::impl::InlineStreamGuard 2022-11-23T02:18:24.1894940Z ] 2022-11-23T02:18:24.1895404Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:24.1895836Z with 2022-11-23T02:18:24.1895980Z [ 2022-11-23T02:18:24.1896220Z T=c10::impl::InlineStreamGuard 2022-11-23T02:18:24.1896445Z ] 2022-11-23T02:18:24.1896903Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:24.1898324Z 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:18:24.1899088Z 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:18:24.1899779Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:24.1900224Z with 2022-11-23T02:18:24.1900371Z [ 2022-11-23T02:18:24.1900622Z T=c10::impl::InlineStreamGuard 2022-11-23T02:18:24.1900893Z ] 2022-11-23T02:18:24.1901285Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:24.1901640Z with 2022-11-23T02:18:24.1901796Z [ 2022-11-23T02:18:24.1901974Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:18:24.1902164Z ] 2022-11-23T02:18:24.1902559Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:24.1902936Z with 2022-11-23T02:18:24.1903092Z [ 2022-11-23T02:18:24.1903282Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:18:24.1903455Z ] 2022-11-23T02:18:24.1903887Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:24.1904288Z with 2022-11-23T02:18:24.1904442Z [ 2022-11-23T02:18:24.1904637Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:18:24.1904827Z ] 2022-11-23T02:18:24.1905276Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:24.1905707Z with 2022-11-23T02:18:24.1905972Z [ 2022-11-23T02:18:24.1906181Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:18:24.1906367Z ] 2022-11-23T02:18:24.1906835Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:24.1907472Z 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:18:24.1907857Z with 2022-11-23T02:18:24.1908013Z [ 2022-11-23T02:18:24.1908207Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:18:24.1908394Z ] 2022-11-23T02:18:24.1908851Z 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:18:24.1909545Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:24.1909925Z with 2022-11-23T02:18:24.1910080Z [ 2022-11-23T02:18:24.1910271Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:18:24.1910456Z ] 2022-11-23T02:18:24.1910903Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:24.1911263Z with 2022-11-23T02:18:24.1911407Z [ 2022-11-23T02:18:24.1911682Z T=std::vector> 2022-11-23T02:18:24.1911985Z ] 2022-11-23T02:18:24.1912430Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:24.1912801Z with 2022-11-23T02:18:24.1912955Z [ 2022-11-23T02:18:24.1913213Z T=std::vector> 2022-11-23T02:18:24.1913460Z ] 2022-11-23T02:18:24.1913900Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:24.1914304Z with 2022-11-23T02:18:24.1914462Z [ 2022-11-23T02:18:24.1914733Z T=std::vector> 2022-11-23T02:18:24.1914972Z ] 2022-11-23T02:18:24.1915438Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:24.1915857Z with 2022-11-23T02:18:24.1916011Z [ 2022-11-23T02:18:24.1916281Z T=std::vector> 2022-11-23T02:18:24.1916531Z ] 2022-11-23T02:18:24.1917027Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:24.1917859Z 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:18:24.1918686Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:24.1919060Z with 2022-11-23T02:18:24.1919219Z [ 2022-11-23T02:18:24.1919492Z T=std::vector> 2022-11-23T02:18:24.1919746Z ] 2022-11-23T02:18:24.1920141Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:24.1920499Z with 2022-11-23T02:18:24.1920644Z [ 2022-11-23T02:18:24.1920816Z T=c10::DimVector 2022-11-23T02:18:24.1920982Z ] 2022-11-23T02:18:24.1921382Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:24.1921748Z with 2022-11-23T02:18:24.1921887Z [ 2022-11-23T02:18:24.1922057Z T=c10::DimVector 2022-11-23T02:18:24.1922226Z ] 2022-11-23T02:18:24.1922721Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:24.1923121Z with 2022-11-23T02:18:24.1923276Z [ 2022-11-23T02:18:24.1923478Z T=c10::DimVector 2022-11-23T02:18:24.1923658Z ] 2022-11-23T02:18:24.1924165Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:24.1924594Z with 2022-11-23T02:18:24.1924749Z [ 2022-11-23T02:18:24.1924919Z T=c10::DimVector 2022-11-23T02:18:24.1925071Z ] 2022-11-23T02:18:24.1925477Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:24.1926205Z 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:18:24.1926847Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:24.1927237Z with 2022-11-23T02:18:24.1927393Z [ 2022-11-23T02:18:24.1927564Z T=c10::DimVector 2022-11-23T02:18:24.1927721Z ] 2022-11-23T02:18:24.1928104Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:24.1928459Z with 2022-11-23T02:18:24.1928615Z [ 2022-11-23T02:18:24.1928801Z T=torch::autograd::ViewInfo 2022-11-23T02:18:24.1928986Z ] 2022-11-23T02:18:24.1929418Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:24.1929818Z with 2022-11-23T02:18:24.1929989Z [ 2022-11-23T02:18:24.1930174Z T=torch::autograd::ViewInfo 2022-11-23T02:18:24.1930355Z ] 2022-11-23T02:18:24.1930857Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:24.1931260Z with 2022-11-23T02:18:24.1931415Z [ 2022-11-23T02:18:24.1931599Z T=torch::autograd::ViewInfo 2022-11-23T02:18:24.1931778Z ] 2022-11-23T02:18:24.1932243Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:24.1932671Z with 2022-11-23T02:18:24.1932815Z [ 2022-11-23T02:18:24.1932999Z T=torch::autograd::ViewInfo 2022-11-23T02:18:24.1933178Z ] 2022-11-23T02:18:24.1933598Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:24.1934257Z 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:18:24.1934917Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:24.1935404Z with 2022-11-23T02:18:24.1935551Z [ 2022-11-23T02:18:24.1935786Z T=torch::autograd::ViewInfo 2022-11-23T02:18:24.1935970Z ] 2022-11-23T02:18:24.1936359Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:24.1936722Z with 2022-11-23T02:18:24.1936866Z [ 2022-11-23T02:18:24.1937088Z T=std::vector> 2022-11-23T02:18:24.1937297Z ] 2022-11-23T02:18:24.1937696Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:24.1938065Z with 2022-11-23T02:18:24.1938222Z [ 2022-11-23T02:18:24.1938429Z T=std::vector> 2022-11-23T02:18:24.1938643Z ] 2022-11-23T02:18:24.1939079Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:24.1939484Z with 2022-11-23T02:18:24.1939638Z [ 2022-11-23T02:18:24.1939858Z T=std::vector> 2022-11-23T02:18:24.1940052Z ] 2022-11-23T02:18:24.1940514Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:24.1940984Z with 2022-11-23T02:18:24.1941146Z [ 2022-11-23T02:18:24.1941366Z T=std::vector> 2022-11-23T02:18:24.1941619Z ] 2022-11-23T02:18:24.1942047Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:24.1942426Z with 2022-11-23T02:18:24.1942583Z [ 2022-11-23T02:18:24.1942750Z T=c10::SymInt 2022-11-23T02:18:24.1942982Z ] 2022-11-23T02:18:24.1943401Z 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:18:24.1943787Z with 2022-11-23T02:18:24.1943931Z [ 2022-11-23T02:18:24.1944097Z T=c10::SymInt 2022-11-23T02:18:24.1944259Z ] 2022-11-23T02:18:24.1944705Z 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:18:24.1945457Z 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:18:24.1946174Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:24.1946563Z with 2022-11-23T02:18:24.1946706Z [ 2022-11-23T02:18:24.1946976Z T=std::vector> 2022-11-23T02:18:24.1947185Z ] 2022-11-23T02:18:24.1947669Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:24.1948027Z with 2022-11-23T02:18:24.1948441Z [ 2022-11-23T02:18:24.1948604Z T=c10::IValue 2022-11-23T02:18:24.1948769Z ] 2022-11-23T02:18:24.1949170Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:24.1949539Z with 2022-11-23T02:18:24.1949694Z [ 2022-11-23T02:18:24.1949862Z T=c10::IValue 2022-11-23T02:18:24.1950013Z ] 2022-11-23T02:18:24.1950448Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:24.1950848Z with 2022-11-23T02:18:24.1951001Z [ 2022-11-23T02:18:24.1951169Z T=c10::IValue 2022-11-23T02:18:24.1951317Z ] 2022-11-23T02:18:24.1951778Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:24.1952207Z with 2022-11-23T02:18:24.1952360Z [ 2022-11-23T02:18:24.1952524Z T=c10::IValue 2022-11-23T02:18:24.1952733Z ] 2022-11-23T02:18:24.1953124Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:24.1953793Z 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:18:24.1954432Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:24.1954816Z with 2022-11-23T02:18:24.1954973Z [ 2022-11-23T02:18:24.1955138Z T=c10::IValue 2022-11-23T02:18:24.1955384Z ] 2022-11-23T02:18:24.1955753Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:24.1956107Z with 2022-11-23T02:18:24.1956264Z [ 2022-11-23T02:18:24.1956438Z T=c10::AliasInfo 2022-11-23T02:18:24.1956607Z ] 2022-11-23T02:18:24.1957008Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:24.1957368Z with 2022-11-23T02:18:24.1957523Z [ 2022-11-23T02:18:24.1957692Z T=c10::AliasInfo 2022-11-23T02:18:24.1957857Z ] 2022-11-23T02:18:24.1958292Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:24.1958746Z with 2022-11-23T02:18:24.1958891Z [ 2022-11-23T02:18:24.1959104Z T=c10::AliasInfo 2022-11-23T02:18:24.1959272Z ] 2022-11-23T02:18:24.1959731Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:24.1960153Z with 2022-11-23T02:18:24.1960307Z [ 2022-11-23T02:18:24.1960524Z T=c10::AliasInfo 2022-11-23T02:18:24.1960691Z ] 2022-11-23T02:18:24.1961094Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:24.1961726Z 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:18:24.1962369Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:24.1962757Z with 2022-11-23T02:18:24.1962916Z [ 2022-11-23T02:18:24.1963076Z T=c10::AliasInfo 2022-11-23T02:18:24.1963248Z ] 2022-11-23T02:18:24.1963633Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:24.1963991Z with 2022-11-23T02:18:24.1964150Z [ 2022-11-23T02:18:24.1964376Z T=c10::impl::AnnotatedSchema 2022-11-23T02:18:24.1964563Z ] 2022-11-23T02:18:24.1965006Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:24.1965375Z with 2022-11-23T02:18:24.1965530Z [ 2022-11-23T02:18:24.1965717Z T=c10::impl::AnnotatedSchema 2022-11-23T02:18:24.1965889Z ] 2022-11-23T02:18:24.1966427Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:24.1966836Z with 2022-11-23T02:18:24.1966992Z [ 2022-11-23T02:18:24.1967179Z T=c10::impl::AnnotatedSchema 2022-11-23T02:18:24.1967364Z ] 2022-11-23T02:18:24.1967811Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:24.1968310Z with 2022-11-23T02:18:24.1968471Z [ 2022-11-23T02:18:24.1968658Z T=c10::impl::AnnotatedSchema 2022-11-23T02:18:24.1968840Z ] 2022-11-23T02:18:24.1969267Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:24.1969934Z 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:18:24.1970666Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:24.1971103Z with 2022-11-23T02:18:24.1971261Z [ 2022-11-23T02:18:24.1971452Z T=c10::impl::AnnotatedSchema 2022-11-23T02:18:24.1971634Z ] 2022-11-23T02:18:24.1972018Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:24.1972362Z with 2022-11-23T02:18:24.1972520Z [ 2022-11-23T02:18:24.1972755Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:18:24.1973036Z ] 2022-11-23T02:18:24.1973432Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:24.1973797Z with 2022-11-23T02:18:24.1973940Z [ 2022-11-23T02:18:24.1974170Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:18:24.1974388Z ] 2022-11-23T02:18:24.1974822Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:24.1975225Z with 2022-11-23T02:18:24.1975380Z [ 2022-11-23T02:18:24.1975594Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:18:24.1975806Z ] 2022-11-23T02:18:24.1976317Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:24.1976788Z with 2022-11-23T02:18:24.1976944Z [ 2022-11-23T02:18:24.1977171Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:18:24.1977377Z ] 2022-11-23T02:18:24.1977830Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:24.1978557Z 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:18:24.1979248Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:24.1979636Z with 2022-11-23T02:18:24.1979794Z [ 2022-11-23T02:18:24.1980025Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:18:24.1980301Z ] 2022-11-23T02:18:24.1980698Z 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:18:24.1981248Z 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:18:24.1981793Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:24.1982198Z with 2022-11-23T02:18:24.1982355Z [ 2022-11-23T02:18:24.1982581Z T=at::StepCallbacks 2022-11-23T02:18:24.1982746Z ] 2022-11-23T02:18:24.1983147Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:24.1983526Z with 2022-11-23T02:18:24.1983685Z [ 2022-11-23T02:18:24.1983862Z T=at::StepCallbacks 2022-11-23T02:18:24.1984035Z ] 2022-11-23T02:18:24.1984455Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:24.1984848Z with 2022-11-23T02:18:24.1985006Z [ 2022-11-23T02:18:24.1985250Z T=at::StepCallbacks 2022-11-23T02:18:24.1985427Z ] 2022-11-23T02:18:24.1985890Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:24.1986303Z with 2022-11-23T02:18:24.1986463Z [ 2022-11-23T02:18:24.1986638Z T=at::StepCallbacks 2022-11-23T02:18:24.1986813Z ] 2022-11-23T02:18:24.1987226Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:24.1987924Z 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:18:24.1988627Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:24.1988995Z with 2022-11-23T02:18:24.1989152Z [ 2022-11-23T02:18:24.1989334Z T=at::StepCallbacks 2022-11-23T02:18:24.1989510Z ] 2022-11-23T02:18:24.1989893Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:24.1990249Z with 2022-11-23T02:18:24.1990394Z [ 2022-11-23T02:18:24.1990622Z T=c10::either 2022-11-23T02:18:24.1990835Z ] 2022-11-23T02:18:24.1991237Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:24.1991604Z with 2022-11-23T02:18:24.1991745Z [ 2022-11-23T02:18:24.1991969Z T=c10::either 2022-11-23T02:18:24.1992180Z ] 2022-11-23T02:18:24.1992615Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:24.1993082Z with 2022-11-23T02:18:24.1993234Z [ 2022-11-23T02:18:24.1993448Z T=c10::either 2022-11-23T02:18:24.1993708Z ] 2022-11-23T02:18:24.1994212Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:24.1994635Z with 2022-11-23T02:18:24.1994790Z [ 2022-11-23T02:18:24.1995013Z T=c10::either 2022-11-23T02:18:24.1995214Z ] 2022-11-23T02:18:24.1995653Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:24.1996379Z 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:18:24.1997139Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:24.1997527Z with 2022-11-23T02:18:24.1997683Z [ 2022-11-23T02:18:24.1997907Z T=c10::either 2022-11-23T02:18:24.1998119Z ] 2022-11-23T02:18:24.1998489Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:24.1998853Z with 2022-11-23T02:18:24.1999010Z [ 2022-11-23T02:18:24.1999189Z T=torch::jit::Operator 2022-11-23T02:18:24.1999365Z ] 2022-11-23T02:18:24.1999809Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:24.2000212Z with 2022-11-23T02:18:24.2000368Z [ 2022-11-23T02:18:24.2000545Z T=torch::jit::Operator 2022-11-23T02:18:24.2000719Z ] 2022-11-23T02:18:24.2001155Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:24.2001551Z with 2022-11-23T02:18:24.2001695Z [ 2022-11-23T02:18:24.2001872Z T=torch::jit::Operator 2022-11-23T02:18:24.2002046Z ] 2022-11-23T02:18:24.2002505Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:24.2002933Z with 2022-11-23T02:18:24.2003088Z [ 2022-11-23T02:18:24.2003251Z T=torch::jit::Operator 2022-11-23T02:18:24.2003425Z ] 2022-11-23T02:18:24.2003839Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:24.2004493Z 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:18:24.2005252Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:24.2005647Z with 2022-11-23T02:18:24.2005849Z [ 2022-11-23T02:18:24.2006096Z T=torch::jit::Operator 2022-11-23T02:18:24.2006278Z ] 2022-11-23T02:18:24.2006664Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:24.2007023Z with 2022-11-23T02:18:24.2007179Z [ 2022-11-23T02:18:24.2007373Z T=std::tuple 2022-11-23T02:18:24.2007568Z ] 2022-11-23T02:18:24.2007968Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:24.2008338Z with 2022-11-23T02:18:24.2008492Z [ 2022-11-23T02:18:24.2008695Z T=std::tuple 2022-11-23T02:18:24.2008878Z ] 2022-11-23T02:18:24.2009313Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:24.2009710Z with 2022-11-23T02:18:24.2009928Z [ 2022-11-23T02:18:24.2010135Z T=std::tuple 2022-11-23T02:18:24.2010330Z ] 2022-11-23T02:18:24.2010780Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:24.2011208Z with 2022-11-23T02:18:24.2011364Z [ 2022-11-23T02:18:24.2011568Z T=std::tuple 2022-11-23T02:18:24.2011762Z ] 2022-11-23T02:18:24.2012189Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:24.2012876Z 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:18:24.2013550Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:24.2013928Z with 2022-11-23T02:18:24.2014086Z [ 2022-11-23T02:18:24.2014292Z T=std::tuple 2022-11-23T02:18:24.2014485Z ] 2022-11-23T02:18:24.2014869Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:24.2015227Z with 2022-11-23T02:18:24.2015370Z [ 2022-11-23T02:18:24.2015553Z T=torch::jit::SourceRange 2022-11-23T02:18:24.2015734Z ] 2022-11-23T02:18:24.2016182Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:24.2016546Z with 2022-11-23T02:18:24.2016732Z [ 2022-11-23T02:18:24.2016914Z T=torch::jit::SourceRange 2022-11-23T02:18:24.2017163Z ] 2022-11-23T02:18:24.2017597Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:24.2017997Z with 2022-11-23T02:18:24.2018151Z [ 2022-11-23T02:18:24.2018321Z T=torch::jit::SourceRange 2022-11-23T02:18:24.2018499Z ] 2022-11-23T02:18:24.2018964Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:24.2019388Z with 2022-11-23T02:18:24.2019542Z [ 2022-11-23T02:18:24.2019724Z T=torch::jit::SourceRange 2022-11-23T02:18:24.2019891Z ] 2022-11-23T02:18:24.2020304Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:24.2020968Z 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:18:24.2021679Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:24.2022066Z with 2022-11-23T02:18:24.2022222Z [ 2022-11-23T02:18:24.2022404Z T=torch::jit::SourceRange 2022-11-23T02:18:24.2022573Z ] 2022-11-23T02:18:24.2022954Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:24.2023312Z with 2022-11-23T02:18:24.2023468Z [ 2022-11-23T02:18:24.2023669Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:18:24.2023863Z ] 2022-11-23T02:18:24.2024245Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:24.2024610Z with 2022-11-23T02:18:24.2024764Z [ 2022-11-23T02:18:24.2024961Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:18:24.2025155Z ] 2022-11-23T02:18:24.2025585Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:24.2025965Z with 2022-11-23T02:18:24.2026122Z [ 2022-11-23T02:18:24.2026324Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:18:24.2026516Z ] 2022-11-23T02:18:24.2026976Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:24.2027406Z with 2022-11-23T02:18:24.2027549Z [ 2022-11-23T02:18:24.2027750Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:18:24.2027940Z ] 2022-11-23T02:18:24.2028374Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:24.2029049Z 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:18:24.2030328Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:24.2030711Z with 2022-11-23T02:18:24.2030856Z [ 2022-11-23T02:18:24.2031059Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:18:24.2031255Z ] 2022-11-23T02:18:24.2031640Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:24.2031998Z with 2022-11-23T02:18:24.2032155Z [ 2022-11-23T02:18:24.2032413Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:18:24.2032605Z ] 2022-11-23T02:18:24.2033052Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:24.2033426Z with 2022-11-23T02:18:24.2033580Z [ 2022-11-23T02:18:24.2033777Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:18:24.2033956Z ] 2022-11-23T02:18:24.2034389Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:24.2034848Z with 2022-11-23T02:18:24.2035010Z [ 2022-11-23T02:18:24.2035205Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:18:24.2035382Z ] 2022-11-23T02:18:24.2035843Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:24.2036273Z with 2022-11-23T02:18:24.2036429Z [ 2022-11-23T02:18:24.2036623Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:18:24.2036817Z ] 2022-11-23T02:18:24.2037245Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:24.2037905Z 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:18:24.2038565Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:24.2038955Z with 2022-11-23T02:18:24.2039110Z [ 2022-11-23T02:18:24.2039306Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:18:24.2039499Z ] 2022-11-23T02:18:24.2039885Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:24.2040228Z with 2022-11-23T02:18:24.2040383Z [ 2022-11-23T02:18:24.2040561Z T=torch::jit::ScopePtr 2022-11-23T02:18:24.2040737Z ] 2022-11-23T02:18:24.2041142Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:24.2041509Z with 2022-11-23T02:18:24.2041651Z [ 2022-11-23T02:18:24.2041828Z T=torch::jit::ScopePtr 2022-11-23T02:18:24.2042005Z ] 2022-11-23T02:18:24.2042504Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:24.2042904Z with 2022-11-23T02:18:24.2043048Z [ 2022-11-23T02:18:24.2043229Z T=torch::jit::ScopePtr 2022-11-23T02:18:24.2043405Z ] 2022-11-23T02:18:24.2043869Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:24.2044296Z with 2022-11-23T02:18:24.2044453Z [ 2022-11-23T02:18:24.2044621Z T=torch::jit::ScopePtr 2022-11-23T02:18:24.2044796Z ] 2022-11-23T02:18:24.2045209Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:24.2045855Z 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:18:24.2046590Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:24.2047033Z with 2022-11-23T02:18:24.2047194Z [ 2022-11-23T02:18:24.2047361Z T=torch::jit::ScopePtr 2022-11-23T02:18:24.2047536Z ] 2022-11-23T02:18:24.2047917Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:24.2048273Z with 2022-11-23T02:18:24.2048436Z [ 2022-11-23T02:18:24.2048619Z T=at::ThreadLocalState 2022-11-23T02:18:24.2048787Z ] 2022-11-23T02:18:24.2049191Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:24.2049556Z with 2022-11-23T02:18:24.2049710Z [ 2022-11-23T02:18:24.2049889Z T=at::ThreadLocalState 2022-11-23T02:18:24.2050069Z ] 2022-11-23T02:18:24.2050493Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:24.2050887Z with 2022-11-23T02:18:24.2051042Z [ 2022-11-23T02:18:24.2051222Z T=at::ThreadLocalState 2022-11-23T02:18:24.2051400Z ] 2022-11-23T02:18:24.2051863Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:24.2052273Z with 2022-11-23T02:18:24.2052430Z [ 2022-11-23T02:18:24.2052614Z T=at::ThreadLocalState 2022-11-23T02:18:24.2052791Z ] 2022-11-23T02:18:24.2053213Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:24.2053872Z 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:18:24.2054593Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:24.2054966Z with 2022-11-23T02:18:24.2055125Z [ 2022-11-23T02:18:24.2055308Z T=at::ThreadLocalState 2022-11-23T02:18:24.2055489Z ] 2022-11-23T02:18:24.2055874Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:24.2056234Z with 2022-11-23T02:18:24.2056378Z [ 2022-11-23T02:18:24.2056581Z T=std::shared_ptr 2022-11-23T02:18:24.2056774Z ] 2022-11-23T02:18:24.2057172Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:24.2057541Z with 2022-11-23T02:18:24.2057684Z [ 2022-11-23T02:18:24.2057886Z T=std::shared_ptr 2022-11-23T02:18:24.2058076Z ] 2022-11-23T02:18:24.2058509Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:24.2058908Z with 2022-11-23T02:18:24.2059061Z [ 2022-11-23T02:18:24.2059297Z T=std::shared_ptr 2022-11-23T02:18:24.2059495Z ] 2022-11-23T02:18:24.2059956Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:24.2060381Z with 2022-11-23T02:18:24.2060537Z [ 2022-11-23T02:18:24.2060737Z T=std::shared_ptr 2022-11-23T02:18:24.2060914Z ] 2022-11-23T02:18:24.2061336Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:24.2061990Z 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:18:24.2062662Z 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:18:24.2063403Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:24.2063841Z with 2022-11-23T02:18:24.2063998Z [ 2022-11-23T02:18:24.2064200Z T=std::shared_ptr 2022-11-23T02:18:24.2064382Z ] 2022-11-23T02:18:24.2064766Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:24.2065123Z with 2022-11-23T02:18:24.2065291Z [ 2022-11-23T02:18:24.2065478Z T=torch::jit::GraphExecutor 2022-11-23T02:18:24.2065663Z ] 2022-11-23T02:18:24.2066048Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:24.2066487Z with 2022-11-23T02:18:24.2066642Z [ 2022-11-23T02:18:24.2066830Z T=torch::jit::GraphExecutor 2022-11-23T02:18:24.2067010Z ] 2022-11-23T02:18:24.2067450Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:24.2067840Z with 2022-11-23T02:18:24.2067994Z [ 2022-11-23T02:18:24.2068179Z T=torch::jit::GraphExecutor 2022-11-23T02:18:24.2068358Z ] 2022-11-23T02:18:24.2068819Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:24.2069240Z with 2022-11-23T02:18:24.2069381Z [ 2022-11-23T02:18:24.2069567Z T=torch::jit::GraphExecutor 2022-11-23T02:18:24.2069749Z ] 2022-11-23T02:18:24.2070169Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:24.2070815Z 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:18:24.2071529Z 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:18:24.2072201Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:24.2072593Z with 2022-11-23T02:18:24.2072738Z [ 2022-11-23T02:18:24.2072925Z T=torch::jit::GraphExecutor 2022-11-23T02:18:24.2073108Z ] 2022-11-23T02:18:24.2073487Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:24.2073845Z with 2022-11-23T02:18:24.2074000Z [ 2022-11-23T02:18:24.2074164Z T=torch::jit::Method 2022-11-23T02:18:24.2074339Z ] 2022-11-23T02:18:24.2074744Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:24.2075107Z with 2022-11-23T02:18:24.2075261Z [ 2022-11-23T02:18:24.2075428Z T=torch::jit::Method 2022-11-23T02:18:24.2075599Z ] 2022-11-23T02:18:24.2076033Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:24.2076429Z with 2022-11-23T02:18:24.2076584Z [ 2022-11-23T02:18:24.2076756Z T=torch::jit::Method 2022-11-23T02:18:24.2076917Z ] 2022-11-23T02:18:24.2077380Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:24.2077802Z with 2022-11-23T02:18:24.2077958Z [ 2022-11-23T02:18:24.2078136Z T=torch::jit::Method 2022-11-23T02:18:24.2078311Z ] 2022-11-23T02:18:24.2078757Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:24.2079390Z 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:18:24.2080037Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:24.2080422Z with 2022-11-23T02:18:24.2080578Z [ 2022-11-23T02:18:24.2080755Z T=torch::jit::Method 2022-11-23T02:18:24.2080929Z ] 2022-11-23T02:18:24.2081224Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:24.2081277Z with 2022-11-23T02:18:24.2081337Z [ 2022-11-23T02:18:24.2081468Z T=std::vector> 2022-11-23T02:18:24.2081528Z ] 2022-11-23T02:18:24.2081835Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:24.2081899Z with 2022-11-23T02:18:24.2081959Z [ 2022-11-23T02:18:24.2082137Z T=std::vector> 2022-11-23T02:18:24.2082198Z ] 2022-11-23T02:18:24.2082546Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:24.2082611Z with 2022-11-23T02:18:24.2082674Z [ 2022-11-23T02:18:24.2082805Z T=std::vector> 2022-11-23T02:18:24.2082865Z ] 2022-11-23T02:18:24.2083236Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:24.2083299Z with 2022-11-23T02:18:24.2083345Z [ 2022-11-23T02:18:24.2083478Z T=std::vector> 2022-11-23T02:18:24.2083540Z ] 2022-11-23T02:18:24.2083894Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:24.2084250Z 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:18:24.2084581Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:24.2084647Z with 2022-11-23T02:18:24.2084708Z [ 2022-11-23T02:18:24.2084842Z T=std::vector> 2022-11-23T02:18:24.2084902Z ] 2022-11-23T02:18:24.2085198Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:24.2085263Z with 2022-11-23T02:18:24.2085323Z [ 2022-11-23T02:18:24.2085461Z T=torch::jit::NamedValue 2022-11-23T02:18:24.2085522Z ] 2022-11-23T02:18:24.2085825Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:24.2085888Z with 2022-11-23T02:18:24.2086024Z [ 2022-11-23T02:18:24.2086106Z T=torch::jit::NamedValue 2022-11-23T02:18:24.2086168Z ] 2022-11-23T02:18:24.2086518Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:24.2086584Z with 2022-11-23T02:18:24.2086644Z [ 2022-11-23T02:18:24.2086737Z T=torch::jit::NamedValue 2022-11-23T02:18:24.2086803Z ] 2022-11-23T02:18:24.2087175Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:24.2087243Z with 2022-11-23T02:18:24.2087304Z [ 2022-11-23T02:18:24.2087398Z T=torch::jit::NamedValue 2022-11-23T02:18:24.2087459Z ] 2022-11-23T02:18:24.2087788Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:24.2088685Z 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:18:24.2089027Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:24.2089095Z with 2022-11-23T02:18:24.2089158Z [ 2022-11-23T02:18:24.2089252Z T=torch::jit::NamedValue 2022-11-23T02:18:24.2089299Z ] 2022-11-23T02:18:24.3846994Z [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:18:24.3847389Z 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:18:24.3847838Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:24.3847935Z with 2022-11-23T02:18:24.3848028Z [ 2022-11-23T02:18:24.3848146Z T=c10::SymInt 2022-11-23T02:18:24.3848239Z ] 2022-11-23T02:18:24.3848671Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:24.3848765Z with 2022-11-23T02:18:24.3849071Z [ 2022-11-23T02:18:24.3849185Z T=c10::SymInt 2022-11-23T02:18:24.3849274Z ] 2022-11-23T02:18:24.3849743Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:24.3849840Z with 2022-11-23T02:18:24.3849925Z [ 2022-11-23T02:18:24.3850029Z T=c10::SymInt 2022-11-23T02:18:24.3850119Z ] 2022-11-23T02:18:24.3850629Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:24.3850716Z with 2022-11-23T02:18:24.3850809Z [ 2022-11-23T02:18:24.3850919Z T=c10::SymInt 2022-11-23T02:18:24.3851005Z ] 2022-11-23T02:18:24.3851595Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:24.3852012Z 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:18:24.3852546Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:24.3852641Z with 2022-11-23T02:18:24.3852730Z [ 2022-11-23T02:18:24.3852823Z T=c10::SymInt 2022-11-23T02:18:24.3852909Z ] 2022-11-23T02:18:24.3853295Z 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:18:24.3853702Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:24.3853793Z with 2022-11-23T02:18:24.3853883Z [ 2022-11-23T02:18:24.3853989Z T=std::string 2022-11-23T02:18:24.3854077Z ] 2022-11-23T02:18:24.3854501Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:24.3854592Z with 2022-11-23T02:18:24.3854679Z [ 2022-11-23T02:18:24.3854786Z T=std::string 2022-11-23T02:18:24.3854870Z ] 2022-11-23T02:18:24.3855330Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:24.3855423Z with 2022-11-23T02:18:24.3855511Z [ 2022-11-23T02:18:24.3855610Z T=std::string 2022-11-23T02:18:24.3855698Z ] 2022-11-23T02:18:24.3856195Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:24.3856287Z with 2022-11-23T02:18:24.3856374Z [ 2022-11-23T02:18:24.3856478Z T=std::string 2022-11-23T02:18:24.3856573Z ] 2022-11-23T02:18:24.3857004Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:24.3857518Z 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:18:24.3857959Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:24.3858053Z with 2022-11-23T02:18:24.3858144Z [ 2022-11-23T02:18:24.3858252Z T=std::string 2022-11-23T02:18:24.3858338Z ] 2022-11-23T02:18:24.3858745Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:24.3858835Z with 2022-11-23T02:18:24.3858932Z [ 2022-11-23T02:18:24.3859038Z T=c10::QualifiedName 2022-11-23T02:18:24.3859131Z ] 2022-11-23T02:18:24.3859550Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:24.3859640Z with 2022-11-23T02:18:24.3859727Z [ 2022-11-23T02:18:24.3859849Z T=c10::QualifiedName 2022-11-23T02:18:24.3859942Z ] 2022-11-23T02:18:24.3860470Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:24.3860561Z with 2022-11-23T02:18:24.3860647Z [ 2022-11-23T02:18:24.3860765Z T=c10::QualifiedName 2022-11-23T02:18:24.3860851Z ] 2022-11-23T02:18:24.3861362Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:24.3861460Z with 2022-11-23T02:18:24.3861547Z [ 2022-11-23T02:18:24.3861669Z T=c10::QualifiedName 2022-11-23T02:18:24.3861723Z ] 2022-11-23T02:18:24.3862044Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:24.3862368Z 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:18:24.3862691Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:24.3862757Z with 2022-11-23T02:18:24.3862819Z [ 2022-11-23T02:18:24.3862905Z T=c10::QualifiedName 2022-11-23T02:18:24.3862967Z ] 2022-11-23T02:18:24.3863258Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:24.3863321Z with 2022-11-23T02:18:24.3863381Z [ 2022-11-23T02:18:24.3863463Z T=at::TensorBase 2022-11-23T02:18:24.3863523Z ] 2022-11-23T02:18:24.3863830Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:24.3863893Z with 2022-11-23T02:18:24.3863952Z [ 2022-11-23T02:18:24.3864034Z T=at::TensorBase 2022-11-23T02:18:24.3864081Z ] 2022-11-23T02:18:24.3864480Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:24.3864543Z with 2022-11-23T02:18:24.3864605Z [ 2022-11-23T02:18:24.3864686Z T=at::TensorBase 2022-11-23T02:18:24.3864745Z ] 2022-11-23T02:18:24.3865111Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:24.3865175Z with 2022-11-23T02:18:24.3865234Z [ 2022-11-23T02:18:24.3865313Z T=at::TensorBase 2022-11-23T02:18:24.3865373Z ] 2022-11-23T02:18:24.3865691Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:24.3866011Z 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:18:24.3866336Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:24.3866401Z with 2022-11-23T02:18:24.3866510Z [ 2022-11-23T02:18:24.3866599Z T=at::TensorBase 2022-11-23T02:18:24.3866647Z ] 2022-11-23T02:18:24.3866935Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:24.3867001Z with 2022-11-23T02:18:24.3867061Z [ 2022-11-23T02:18:24.3867137Z T=at::Tensor 2022-11-23T02:18:24.3867197Z ] 2022-11-23T02:18:24.3867504Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:24.3867570Z with 2022-11-23T02:18:24.3867629Z [ 2022-11-23T02:18:24.3867704Z T=at::Tensor 2022-11-23T02:18:24.3867767Z ] 2022-11-23T02:18:24.3868116Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:24.3868180Z with 2022-11-23T02:18:24.3868242Z [ 2022-11-23T02:18:24.3868317Z T=at::Tensor 2022-11-23T02:18:24.3868363Z ] 2022-11-23T02:18:24.3868732Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:24.3868797Z with 2022-11-23T02:18:24.3868858Z [ 2022-11-23T02:18:24.3868933Z T=at::Tensor 2022-11-23T02:18:24.3868994Z ] 2022-11-23T02:18:24.3869304Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:24.3869614Z 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:18:24.3869938Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:24.3870046Z with 2022-11-23T02:18:24.3870106Z [ 2022-11-23T02:18:24.3870182Z T=at::Tensor 2022-11-23T02:18:24.3870243Z ] 2022-11-23T02:18:24.3870535Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:24.3870598Z with 2022-11-23T02:18:24.3870658Z [ 2022-11-23T02:18:24.3870742Z T=at::Generator 2022-11-23T02:18:24.3870789Z ] 2022-11-23T02:18:24.3871095Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:24.3871158Z with 2022-11-23T02:18:24.3871220Z [ 2022-11-23T02:18:24.3871300Z T=at::Generator 2022-11-23T02:18:24.3871360Z ] 2022-11-23T02:18:24.3871700Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:24.3871763Z with 2022-11-23T02:18:24.3871823Z [ 2022-11-23T02:18:24.3871904Z T=at::Generator 2022-11-23T02:18:24.3871964Z ] 2022-11-23T02:18:24.3872377Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:24.3872442Z with 2022-11-23T02:18:24.3872504Z [ 2022-11-23T02:18:24.3872587Z T=at::Generator 2022-11-23T02:18:24.3872633Z ] 2022-11-23T02:18:24.3872950Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:24.3873269Z 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:18:24.3873595Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:24.3873660Z with 2022-11-23T02:18:24.3873722Z [ 2022-11-23T02:18:24.3873800Z T=at::Generator 2022-11-23T02:18:24.3873861Z ] 2022-11-23T02:18:24.3874154Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:24.3874220Z with 2022-11-23T02:18:24.3874279Z [ 2022-11-23T02:18:24.3874357Z T=c10::Scalar 2022-11-23T02:18:24.3874416Z ] 2022-11-23T02:18:24.3874719Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:24.3874782Z with 2022-11-23T02:18:24.3874842Z [ 2022-11-23T02:18:24.3874917Z T=c10::Scalar 2022-11-23T02:18:24.3874965Z ] 2022-11-23T02:18:24.3875315Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:24.3875378Z with 2022-11-23T02:18:24.3875438Z [ 2022-11-23T02:18:24.3875560Z T=c10::Scalar 2022-11-23T02:18:24.3875620Z ] 2022-11-23T02:18:24.3875987Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:24.3876051Z with 2022-11-23T02:18:24.3876111Z [ 2022-11-23T02:18:24.3876186Z T=c10::Scalar 2022-11-23T02:18:24.3876246Z ] 2022-11-23T02:18:24.3876557Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:24.3876868Z 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:18:24.3877192Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:24.3877257Z with 2022-11-23T02:18:24.3877318Z [ 2022-11-23T02:18:24.3877392Z T=c10::Scalar 2022-11-23T02:18:24.3877441Z ] 2022-11-23T02:18:24.3877736Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:24.3877799Z with 2022-11-23T02:18:24.3877898Z [ 2022-11-23T02:18:24.3878030Z T=std::shared_ptr 2022-11-23T02:18:24.3878091Z ] 2022-11-23T02:18:24.3878398Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:24.3878464Z with 2022-11-23T02:18:24.3878523Z [ 2022-11-23T02:18:24.3878650Z T=std::shared_ptr 2022-11-23T02:18:24.3878710Z ] 2022-11-23T02:18:24.3879050Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:24.3879112Z with 2022-11-23T02:18:24.3879173Z [ 2022-11-23T02:18:24.3879300Z T=std::shared_ptr 2022-11-23T02:18:24.3879349Z ] 2022-11-23T02:18:24.3879719Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:24.3879786Z with 2022-11-23T02:18:24.3879846Z [ 2022-11-23T02:18:24.3879970Z T=std::shared_ptr 2022-11-23T02:18:24.3880029Z ] 2022-11-23T02:18:24.3880385Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:24.3880732Z 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:18:24.3881056Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:24.3881121Z with 2022-11-23T02:18:24.3881225Z [ 2022-11-23T02:18:24.3881352Z T=std::shared_ptr 2022-11-23T02:18:24.3881412Z ] 2022-11-23T02:18:24.3881707Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:24.3881770Z with 2022-11-23T02:18:24.3881830Z [ 2022-11-23T02:18:24.3881956Z T=std::weak_ptr 2022-11-23T02:18:24.3882017Z ] 2022-11-23T02:18:24.3882325Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:24.3882393Z with 2022-11-23T02:18:24.3882439Z [ 2022-11-23T02:18:24.3882564Z T=std::weak_ptr 2022-11-23T02:18:24.3882624Z ] 2022-11-23T02:18:24.3882973Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:24.3883036Z with 2022-11-23T02:18:24.3883097Z [ 2022-11-23T02:18:24.3883222Z T=std::weak_ptr 2022-11-23T02:18:24.3883282Z ] 2022-11-23T02:18:24.3883692Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:24.3883757Z with 2022-11-23T02:18:24.3883820Z [ 2022-11-23T02:18:24.3883941Z T=std::weak_ptr 2022-11-23T02:18:24.3884003Z ] 2022-11-23T02:18:24.3884349Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:24.3884692Z 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:18:24.3885024Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:24.3885090Z with 2022-11-23T02:18:24.3885150Z [ 2022-11-23T02:18:24.3885259Z T=std::weak_ptr 2022-11-23T02:18:24.3885322Z ] 2022-11-23T02:18:24.3885613Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:24.3885679Z with 2022-11-23T02:18:24.3885741Z [ 2022-11-23T02:18:24.3885892Z T=std::vector> 2022-11-23T02:18:24.3886035Z ] 2022-11-23T02:18:24.3886347Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:24.3886413Z with 2022-11-23T02:18:24.3886478Z [ 2022-11-23T02:18:24.3886633Z T=std::vector> 2022-11-23T02:18:24.3886695Z ] 2022-11-23T02:18:24.3887037Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:24.3887159Z with 2022-11-23T02:18:24.3887218Z [ 2022-11-23T02:18:24.3887365Z T=std::vector> 2022-11-23T02:18:24.3887412Z ] 2022-11-23T02:18:24.3887779Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:24.3887848Z with 2022-11-23T02:18:24.3887910Z [ 2022-11-23T02:18:24.3888060Z T=std::vector> 2022-11-23T02:18:24.3888122Z ] 2022-11-23T02:18:24.3888491Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:24.3888853Z 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:18:24.3889179Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:24.3889244Z with 2022-11-23T02:18:24.3889306Z [ 2022-11-23T02:18:24.3889496Z T=std::vector> 2022-11-23T02:18:24.3889559Z ] 2022-11-23T02:18:24.3889855Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:24.3889922Z with 2022-11-23T02:18:24.3889981Z [ 2022-11-23T02:18:24.3890098Z T=std::vector> 2022-11-23T02:18:24.3890158Z ] 2022-11-23T02:18:24.3890463Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:24.3890530Z with 2022-11-23T02:18:24.3890631Z [ 2022-11-23T02:18:24.3890751Z T=std::vector> 2022-11-23T02:18:24.3890812Z ] 2022-11-23T02:18:24.3891155Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:24.3891224Z with 2022-11-23T02:18:24.3891319Z [ 2022-11-23T02:18:24.3891437Z T=std::vector> 2022-11-23T02:18:24.3891500Z ] 2022-11-23T02:18:24.3891866Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:24.3891930Z with 2022-11-23T02:18:24.3891990Z [ 2022-11-23T02:18:24.3892106Z T=std::vector> 2022-11-23T02:18:24.3892168Z ] 2022-11-23T02:18:24.3892511Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:24.3892846Z 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:18:24.3893221Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:24.3893289Z with 2022-11-23T02:18:24.3893351Z [ 2022-11-23T02:18:24.3893453Z T=std::vector> 2022-11-23T02:18:24.3893513Z ] 2022-11-23T02:18:24.3893812Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:24.3893875Z with 2022-11-23T02:18:24.3893935Z [ 2022-11-23T02:18:24.3894404Z T=std::vector,std::allocator>> 2022-11-23T02:18:24.3894465Z ] 2022-11-23T02:18:24.3894774Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:24.3894842Z with 2022-11-23T02:18:24.3894902Z [ 2022-11-23T02:18:24.3895063Z T=std::vector,std::allocator>> 2022-11-23T02:18:24.3895126Z ] 2022-11-23T02:18:24.3895529Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:24.3895595Z with 2022-11-23T02:18:24.3895655Z [ 2022-11-23T02:18:24.3895811Z T=std::vector,std::allocator>> 2022-11-23T02:18:24.3895866Z ] 2022-11-23T02:18:24.3896236Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:24.3896302Z with 2022-11-23T02:18:24.3896361Z [ 2022-11-23T02:18:24.3896521Z T=std::vector,std::allocator>> 2022-11-23T02:18:24.3896619Z ] 2022-11-23T02:18:24.3897001Z C:\actions-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:18:24.3897405Z 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:18:24.3897725Z 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:18:24.3898047Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:24.3898110Z with 2022-11-23T02:18:24.3898168Z [ 2022-11-23T02:18:24.3898329Z T=std::vector,std::allocator>> 2022-11-23T02:18:24.3898389Z ] 2022-11-23T02:18:24.3898670Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:24.3898731Z with 2022-11-23T02:18:24.3898840Z [ 2022-11-23T02:18:24.3898996Z T=std::vector,std::allocator>> 2022-11-23T02:18:24.3899056Z ] 2022-11-23T02:18:24.3899361Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:24.3899422Z with 2022-11-23T02:18:24.3899482Z [ 2022-11-23T02:18:24.3899636Z T=std::vector,std::allocator>> 2022-11-23T02:18:24.3899696Z ] 2022-11-23T02:18:24.3900043Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:24.3900102Z with 2022-11-23T02:18:24.3900160Z [ 2022-11-23T02:18:24.3900310Z T=std::vector,std::allocator>> 2022-11-23T02:18:24.3900368Z ] 2022-11-23T02:18:24.3900737Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:24.3900798Z with 2022-11-23T02:18:24.3900855Z [ 2022-11-23T02:18:24.3900992Z T=std::vector,std::allocator>> 2022-11-23T02:18:24.3901090Z ] 2022-11-23T02:18:24.3901457Z C:\actions-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:18:24.3901822Z 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:18:24.3902129Z 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:18:24.3902492Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:24.3902557Z with 2022-11-23T02:18:24.3902616Z [ 2022-11-23T02:18:24.3902768Z T=std::vector,std::allocator>> 2022-11-23T02:18:24.3902827Z ] 2022-11-23T02:18:24.3903157Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:24.3903223Z with 2022-11-23T02:18:24.3903282Z [ 2022-11-23T02:18:24.3903405Z T=std::vector> 2022-11-23T02:18:24.3903464Z ] 2022-11-23T02:18:24.3903773Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:24.3903835Z with 2022-11-23T02:18:24.3903895Z [ 2022-11-23T02:18:24.3904015Z T=std::vector> 2022-11-23T02:18:24.3904073Z ] 2022-11-23T02:18:24.3904405Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:24.3904516Z with 2022-11-23T02:18:24.3904573Z [ 2022-11-23T02:18:24.3904692Z T=std::vector> 2022-11-23T02:18:24.3904752Z ] 2022-11-23T02:18:24.3905116Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:24.3905178Z with 2022-11-23T02:18:24.3905238Z [ 2022-11-23T02:18:24.3905356Z T=std::vector> 2022-11-23T02:18:24.3905414Z ] 2022-11-23T02:18:24.3905756Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:24.3906096Z 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:18:24.3906417Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:24.3906482Z with 2022-11-23T02:18:24.3906541Z [ 2022-11-23T02:18:24.3906704Z T=std::vector> 2022-11-23T02:18:24.3906764Z ] 2022-11-23T02:18:24.3907054Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:24.3907115Z with 2022-11-23T02:18:24.3907161Z [ 2022-11-23T02:18:24.3907311Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:18:24.3907370Z ] 2022-11-23T02:18:24.3907674Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:24.3907736Z with 2022-11-23T02:18:24.3907793Z [ 2022-11-23T02:18:24.3907935Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:18:24.3907994Z ] 2022-11-23T02:18:24.3908382Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:24.3908448Z with 2022-11-23T02:18:24.3908506Z [ 2022-11-23T02:18:24.3908648Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:18:24.3908710Z ] 2022-11-23T02:18:24.3909114Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:24.3909178Z with 2022-11-23T02:18:24.3909235Z [ 2022-11-23T02:18:24.3909379Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:18:24.3909426Z ] 2022-11-23T02:18:24.3909787Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:24.3910171Z 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:18:24.3911187Z 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:18:24.3911514Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:24.3911579Z with 2022-11-23T02:18:24.3911642Z [ 2022-11-23T02:18:24.3911785Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:18:24.3911846Z ] 2022-11-23T02:18:24.3912143Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:24.3912208Z with 2022-11-23T02:18:24.3912268Z [ 2022-11-23T02:18:24.3912412Z T=c10::impl::InlineStreamGuard 2022-11-23T02:18:24.3912471Z ] 2022-11-23T02:18:24.3912779Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:24.3912841Z with 2022-11-23T02:18:24.3912900Z [ 2022-11-23T02:18:24.3913095Z T=c10::impl::InlineStreamGuard 2022-11-23T02:18:24.3913156Z ] 2022-11-23T02:18:24.3913503Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:24.3913563Z with 2022-11-23T02:18:24.3913613Z [ 2022-11-23T02:18:24.3913757Z T=c10::impl::InlineStreamGuard 2022-11-23T02:18:24.3913815Z ] 2022-11-23T02:18:24.3914236Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:24.3914300Z with 2022-11-23T02:18:24.3914358Z [ 2022-11-23T02:18:24.3914501Z T=c10::impl::InlineStreamGuard 2022-11-23T02:18:24.3914561Z ] 2022-11-23T02:18:24.3914965Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:24.3915349Z 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:18:24.3915716Z 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:18:24.3916042Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:24.3916108Z with 2022-11-23T02:18:24.3916170Z [ 2022-11-23T02:18:24.3916316Z T=c10::impl::InlineStreamGuard 2022-11-23T02:18:24.3916377Z ] 2022-11-23T02:18:24.3916676Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:24.3916788Z with 2022-11-23T02:18:24.3916849Z [ 2022-11-23T02:18:24.3916957Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:18:24.3917005Z ] 2022-11-23T02:18:24.3917311Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:24.3917375Z with 2022-11-23T02:18:24.3917436Z [ 2022-11-23T02:18:24.3917542Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:18:24.3917605Z ] 2022-11-23T02:18:24.3917948Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:24.3918016Z with 2022-11-23T02:18:24.3918077Z [ 2022-11-23T02:18:24.3918177Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:18:24.3918237Z ] 2022-11-23T02:18:24.3918609Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:24.3918672Z with 2022-11-23T02:18:24.3918732Z [ 2022-11-23T02:18:24.3918832Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:18:24.3918919Z ] 2022-11-23T02:18:24.3919256Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:24.3919576Z 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:18:24.3919643Z with 2022-11-23T02:18:24.3919705Z [ 2022-11-23T02:18:24.3919808Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:18:24.3919871Z ] 2022-11-23T02:18:24.3920276Z 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:18:24.3920639Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:24.3920705Z with 2022-11-23T02:18:24.3920767Z [ 2022-11-23T02:18:24.3920869Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:18:24.3920932Z ] 2022-11-23T02:18:24.3921230Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:24.3921295Z with 2022-11-23T02:18:24.3921355Z [ 2022-11-23T02:18:24.3921550Z T=std::vector> 2022-11-23T02:18:24.3921635Z ] 2022-11-23T02:18:24.3921953Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:24.3922004Z with 2022-11-23T02:18:24.3922064Z [ 2022-11-23T02:18:24.3922247Z T=std::vector> 2022-11-23T02:18:24.3922310Z ] 2022-11-23T02:18:24.3922660Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:24.3922778Z with 2022-11-23T02:18:24.3922839Z [ 2022-11-23T02:18:24.3923017Z T=std::vector> 2022-11-23T02:18:24.3923079Z ] 2022-11-23T02:18:24.3923451Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:24.3923517Z with 2022-11-23T02:18:24.3923574Z [ 2022-11-23T02:18:24.3923754Z T=std::vector> 2022-11-23T02:18:24.3923812Z ] 2022-11-23T02:18:24.3924218Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:24.3924614Z 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:18:24.3924979Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:24.3925043Z with 2022-11-23T02:18:24.3925104Z [ 2022-11-23T02:18:24.3925285Z T=std::vector> 2022-11-23T02:18:24.3925348Z ] 2022-11-23T02:18:24.3925638Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:24.3925689Z with 2022-11-23T02:18:24.3925748Z [ 2022-11-23T02:18:24.3925827Z T=c10::DimVector 2022-11-23T02:18:24.3925885Z ] 2022-11-23T02:18:24.3926308Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:24.3926372Z with 2022-11-23T02:18:24.3926430Z [ 2022-11-23T02:18:24.3941352Z T=c10::DimVector 2022-11-23T02:18:24.3941553Z ] 2022-11-23T02:18:24.3941965Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:24.3942049Z with 2022-11-23T02:18:24.3942117Z [ 2022-11-23T02:18:24.3942206Z T=c10::DimVector 2022-11-23T02:18:24.3942269Z ] 2022-11-23T02:18:24.3942656Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:24.3942729Z with 2022-11-23T02:18:24.3942791Z [ 2022-11-23T02:18:24.3942873Z T=c10::DimVector 2022-11-23T02:18:24.3942934Z ] 2022-11-23T02:18:24.3943252Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:24.3943735Z 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:18:24.3944125Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:24.3944191Z with 2022-11-23T02:18:24.3944253Z [ 2022-11-23T02:18:24.3944336Z T=c10::DimVector 2022-11-23T02:18:24.3944400Z ] 2022-11-23T02:18:24.3944719Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:24.3944787Z with 2022-11-23T02:18:24.3944849Z [ 2022-11-23T02:18:24.3944946Z T=torch::autograd::ViewInfo 2022-11-23T02:18:24.3945013Z ] 2022-11-23T02:18:24.3945319Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:24.3945383Z with 2022-11-23T02:18:24.3945444Z [ 2022-11-23T02:18:24.3945539Z T=torch::autograd::ViewInfo 2022-11-23T02:18:24.3945600Z ] 2022-11-23T02:18:24.3946020Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:24.3946083Z with 2022-11-23T02:18:24.3946144Z [ 2022-11-23T02:18:24.3946239Z T=torch::autograd::ViewInfo 2022-11-23T02:18:24.3946301Z ] 2022-11-23T02:18:24.3946672Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:24.3946726Z with 2022-11-23T02:18:24.3946786Z [ 2022-11-23T02:18:24.3946882Z T=torch::autograd::ViewInfo 2022-11-23T02:18:24.3946943Z ] 2022-11-23T02:18:24.3947275Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:24.3947614Z 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:18:24.3947948Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:24.3948016Z with 2022-11-23T02:18:24.3948077Z [ 2022-11-23T02:18:24.3948173Z T=torch::autograd::ViewInfo 2022-11-23T02:18:24.3948234Z ] 2022-11-23T02:18:24.3948527Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:24.3948591Z with 2022-11-23T02:18:24.3948652Z [ 2022-11-23T02:18:24.3948786Z T=std::vector> 2022-11-23T02:18:24.3948849Z ] 2022-11-23T02:18:24.3949158Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:24.3949222Z with 2022-11-23T02:18:24.3949314Z [ 2022-11-23T02:18:24.3949444Z T=std::vector> 2022-11-23T02:18:24.3949507Z ] 2022-11-23T02:18:24.3949891Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:24.3949957Z with 2022-11-23T02:18:24.3950018Z [ 2022-11-23T02:18:24.3950149Z T=std::vector> 2022-11-23T02:18:24.3950214Z ] 2022-11-23T02:18:24.3950619Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:24.3950685Z with 2022-11-23T02:18:24.3950748Z [ 2022-11-23T02:18:24.3950877Z T=std::vector> 2022-11-23T02:18:24.3950938Z ] 2022-11-23T02:18:24.3951279Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:24.3951343Z with 2022-11-23T02:18:24.3951401Z [ 2022-11-23T02:18:24.3951467Z T=c10::SymInt 2022-11-23T02:18:24.3951529Z ] 2022-11-23T02:18:24.3951904Z 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:18:24.3951969Z with 2022-11-23T02:18:24.3952034Z [ 2022-11-23T02:18:24.3952111Z T=c10::SymInt 2022-11-23T02:18:24.3952172Z ] 2022-11-23T02:18:24.3952527Z 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:18:24.3952936Z 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:18:24.3953268Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:24.3953333Z with 2022-11-23T02:18:24.3953395Z [ 2022-11-23T02:18:24.3953525Z T=std::vector> 2022-11-23T02:18:24.3953586Z ] 2022-11-23T02:18:24.3953883Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:24.3953947Z with 2022-11-23T02:18:24.3954007Z [ 2022-11-23T02:18:24.3954085Z T=c10::IValue 2022-11-23T02:18:24.3954132Z ] 2022-11-23T02:18:24.3954438Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:24.3954503Z with 2022-11-23T02:18:24.3954562Z [ 2022-11-23T02:18:24.3954639Z T=c10::IValue 2022-11-23T02:18:24.3954698Z ] 2022-11-23T02:18:24.3955043Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:24.3955147Z with 2022-11-23T02:18:24.3955208Z [ 2022-11-23T02:18:24.3955283Z T=c10::IValue 2022-11-23T02:18:24.3955343Z ] 2022-11-23T02:18:24.3955755Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:24.3955822Z with 2022-11-23T02:18:24.3955882Z [ 2022-11-23T02:18:24.3955960Z T=c10::IValue 2022-11-23T02:18:24.3956007Z ] 2022-11-23T02:18:24.3956353Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:24.3956672Z 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:18:24.3957001Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:24.3957068Z with 2022-11-23T02:18:24.3957131Z [ 2022-11-23T02:18:24.3957208Z T=c10::IValue 2022-11-23T02:18:24.3957270Z ] 2022-11-23T02:18:24.3958163Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:24.3958237Z with 2022-11-23T02:18:24.3958298Z [ 2022-11-23T02:18:24.3958383Z T=c10::AliasInfo 2022-11-23T02:18:24.3958444Z ] 2022-11-23T02:18:24.3958756Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:24.3958823Z with 2022-11-23T02:18:24.3958883Z [ 2022-11-23T02:18:24.3958966Z T=c10::AliasInfo 2022-11-23T02:18:24.3959012Z ] 2022-11-23T02:18:24.3959359Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:24.3959426Z with 2022-11-23T02:18:24.3959487Z [ 2022-11-23T02:18:24.3959567Z T=c10::AliasInfo 2022-11-23T02:18:24.3959627Z ] 2022-11-23T02:18:24.3959999Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:24.3960066Z with 2022-11-23T02:18:24.3960125Z [ 2022-11-23T02:18:24.3960204Z T=c10::AliasInfo 2022-11-23T02:18:24.3960264Z ] 2022-11-23T02:18:24.3960576Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:24.3960903Z 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:18:24.3961232Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:24.3961296Z with 2022-11-23T02:18:24.3961454Z [ 2022-11-23T02:18:24.3961538Z T=c10::AliasInfo 2022-11-23T02:18:24.3961585Z ] 2022-11-23T02:18:24.3961880Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:24.3961983Z with 2022-11-23T02:18:24.3962044Z [ 2022-11-23T02:18:24.3962148Z T=c10::impl::AnnotatedSchema 2022-11-23T02:18:24.3962209Z ] 2022-11-23T02:18:24.3962522Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:24.3962586Z with 2022-11-23T02:18:24.3962646Z [ 2022-11-23T02:18:24.3962747Z T=c10::impl::AnnotatedSchema 2022-11-23T02:18:24.3962806Z ] 2022-11-23T02:18:24.3963153Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:24.3963219Z with 2022-11-23T02:18:24.3963279Z [ 2022-11-23T02:18:24.3963379Z T=c10::impl::AnnotatedSchema 2022-11-23T02:18:24.3963427Z ] 2022-11-23T02:18:24.3963841Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:24.3963913Z with 2022-11-23T02:18:24.3963976Z [ 2022-11-23T02:18:24.3964075Z T=c10::impl::AnnotatedSchema 2022-11-23T02:18:24.3964137Z ] 2022-11-23T02:18:24.3964469Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:24.3964824Z 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:18:24.3965147Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:24.3965211Z with 2022-11-23T02:18:24.3965275Z [ 2022-11-23T02:18:24.3965377Z T=c10::impl::AnnotatedSchema 2022-11-23T02:18:24.3965438Z ] 2022-11-23T02:18:24.3965729Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:24.3965796Z with 2022-11-23T02:18:24.3965857Z [ 2022-11-23T02:18:24.3966076Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:18:24.3966139Z ] 2022-11-23T02:18:24.3966435Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:24.3966500Z with 2022-11-23T02:18:24.3966561Z [ 2022-11-23T02:18:24.3966697Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:18:24.3966759Z ] 2022-11-23T02:18:24.3967107Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:24.3967171Z with 2022-11-23T02:18:24.3967270Z [ 2022-11-23T02:18:24.3967409Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:18:24.3967521Z ] 2022-11-23T02:18:24.3967925Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:24.3967991Z with 2022-11-23T02:18:24.3968052Z [ 2022-11-23T02:18:24.3968190Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:18:24.3968250Z ] 2022-11-23T02:18:24.3968612Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:24.3968995Z 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:18:24.3969327Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:24.3969391Z with 2022-11-23T02:18:24.3969452Z [ 2022-11-23T02:18:24.3969588Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:18:24.3969635Z ] 2022-11-23T02:18:24.3969981Z 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:18:24.3970234Z 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:18:24.3970530Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:24.3970597Z with 2022-11-23T02:18:24.3970659Z [ 2022-11-23T02:18:24.3970748Z T=at::StepCallbacks 2022-11-23T02:18:24.3970809Z ] 2022-11-23T02:18:24.3971119Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:24.3971183Z with 2022-11-23T02:18:24.3971246Z [ 2022-11-23T02:18:24.3971338Z T=at::StepCallbacks 2022-11-23T02:18:24.3971397Z ] 2022-11-23T02:18:24.3971737Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:24.3971802Z with 2022-11-23T02:18:24.3971861Z [ 2022-11-23T02:18:24.3971948Z T=at::StepCallbacks 2022-11-23T02:18:24.3971995Z ] 2022-11-23T02:18:24.3972371Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:24.3972435Z with 2022-11-23T02:18:24.3972497Z [ 2022-11-23T02:18:24.3972584Z T=at::StepCallbacks 2022-11-23T02:18:24.3972648Z ] 2022-11-23T02:18:24.3972966Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:24.3973335Z 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:18:24.3973750Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:24.3973817Z with 2022-11-23T02:18:24.3973876Z [ 2022-11-23T02:18:24.3973964Z T=at::StepCallbacks 2022-11-23T02:18:24.3974026Z ] 2022-11-23T02:18:24.3974321Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:24.3974388Z with 2022-11-23T02:18:24.3974447Z [ 2022-11-23T02:18:24.3974585Z T=c10::either 2022-11-23T02:18:24.3974633Z ] 2022-11-23T02:18:24.3974947Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:24.3975015Z with 2022-11-23T02:18:24.3975075Z [ 2022-11-23T02:18:24.3975211Z T=c10::either 2022-11-23T02:18:24.3975273Z ] 2022-11-23T02:18:24.3975670Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:24.3975736Z with 2022-11-23T02:18:24.3975796Z [ 2022-11-23T02:18:24.3975932Z T=c10::either 2022-11-23T02:18:24.3975991Z ] 2022-11-23T02:18:24.3976360Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:24.3976425Z with 2022-11-23T02:18:24.3976487Z [ 2022-11-23T02:18:24.3976620Z T=c10::either 2022-11-23T02:18:24.3976681Z ] 2022-11-23T02:18:24.3977032Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:24.3977419Z 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:18:24.3977749Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:24.3977816Z with 2022-11-23T02:18:24.3977864Z [ 2022-11-23T02:18:24.3977998Z T=c10::either 2022-11-23T02:18:24.3978060Z ] 2022-11-23T02:18:24.3978352Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:24.3978417Z with 2022-11-23T02:18:24.3978479Z [ 2022-11-23T02:18:24.3978572Z T=torch::jit::Operator 2022-11-23T02:18:24.3978635Z ] 2022-11-23T02:18:24.3978979Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:24.3979095Z with 2022-11-23T02:18:24.3979155Z [ 2022-11-23T02:18:24.3979245Z T=torch::jit::Operator 2022-11-23T02:18:24.3979304Z ] 2022-11-23T02:18:24.3979685Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:24.3979750Z with 2022-11-23T02:18:24.3979798Z [ 2022-11-23T02:18:24.3979887Z T=torch::jit::Operator 2022-11-23T02:18:24.3979947Z ] 2022-11-23T02:18:24.3980320Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:24.3980385Z with 2022-11-23T02:18:24.3980445Z [ 2022-11-23T02:18:24.3980536Z T=torch::jit::Operator 2022-11-23T02:18:24.3980596Z ] 2022-11-23T02:18:24.3980918Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:24.3981255Z 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:18:24.3981626Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:24.3981692Z with 2022-11-23T02:18:24.3981752Z [ 2022-11-23T02:18:24.3981840Z T=torch::jit::Operator 2022-11-23T02:18:24.3981899Z ] 2022-11-23T02:18:24.3982191Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:24.3982254Z with 2022-11-23T02:18:24.3982313Z [ 2022-11-23T02:18:24.3982418Z T=std::tuple 2022-11-23T02:18:24.3982479Z ] 2022-11-23T02:18:24.3982788Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:24.3982853Z with 2022-11-23T02:18:24.3982914Z [ 2022-11-23T02:18:24.3983028Z T=std::tuple 2022-11-23T02:18:24.3983089Z ] 2022-11-23T02:18:24.3983432Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:24.3983497Z with 2022-11-23T02:18:24.3983557Z [ 2022-11-23T02:18:24.3983670Z T=std::tuple 2022-11-23T02:18:24.3983731Z ] 2022-11-23T02:18:24.3984101Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:24.3984168Z with 2022-11-23T02:18:24.3984227Z [ 2022-11-23T02:18:24.3984341Z T=std::tuple 2022-11-23T02:18:24.3984389Z ] 2022-11-23T02:18:24.3984730Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:24.3985165Z 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:18:24.3985533Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:24.3985602Z with 2022-11-23T02:18:24.3985663Z [ 2022-11-23T02:18:24.3985779Z T=std::tuple 2022-11-23T02:18:24.3985840Z ] 2022-11-23T02:18:24.3986131Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:24.3986194Z with 2022-11-23T02:18:24.3986256Z [ 2022-11-23T02:18:24.3986351Z T=torch::jit::SourceRange 2022-11-23T02:18:24.3986414Z ] 2022-11-23T02:18:24.3986724Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:24.3986791Z with 2022-11-23T02:18:24.3986851Z [ 2022-11-23T02:18:24.3986946Z T=torch::jit::SourceRange 2022-11-23T02:18:24.3986993Z ] 2022-11-23T02:18:24.3987378Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:24.3987445Z with 2022-11-23T02:18:24.3987508Z [ 2022-11-23T02:18:24.3987603Z T=torch::jit::SourceRange 2022-11-23T02:18:24.3987663Z ] 2022-11-23T02:18:24.3988035Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:24.3988098Z with 2022-11-23T02:18:24.3988158Z [ 2022-11-23T02:18:24.3988248Z T=torch::jit::SourceRange 2022-11-23T02:18:24.3988308Z ] 2022-11-23T02:18:24.3988639Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:24.3988980Z 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:18:24.3989308Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:24.3989377Z with 2022-11-23T02:18:24.3989438Z [ 2022-11-23T02:18:24.3989531Z T=torch::jit::SourceRange 2022-11-23T02:18:24.3989591Z ] 2022-11-23T02:18:24.3989868Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:24.3989932Z with 2022-11-23T02:18:24.3989995Z [ 2022-11-23T02:18:24.3990111Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:18:24.3990172Z ] 2022-11-23T02:18:24.3990477Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:24.3990587Z with 2022-11-23T02:18:24.3990687Z [ 2022-11-23T02:18:24.3990801Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:18:24.3990861Z ] 2022-11-23T02:18:24.3991244Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:24.3991312Z with 2022-11-23T02:18:24.3991372Z [ 2022-11-23T02:18:24.3991484Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:18:24.3991545Z ] 2022-11-23T02:18:24.3991921Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:24.3991971Z with 2022-11-23T02:18:24.3992033Z [ 2022-11-23T02:18:24.3992143Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:18:24.3992203Z ] 2022-11-23T02:18:24.3992545Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:24.3992888Z 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:18:24.3993258Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:24.3993324Z with 2022-11-23T02:18:24.3993385Z [ 2022-11-23T02:18:24.3993497Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:18:24.3993560Z ] 2022-11-23T02:18:24.3993854Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:24.3993914Z with 2022-11-23T02:18:24.3993975Z [ 2022-11-23T02:18:24.3994085Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:18:24.3994144Z ] 2022-11-23T02:18:24.3994456Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:24.3994521Z with 2022-11-23T02:18:24.3994568Z [ 2022-11-23T02:18:24.3994680Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:18:24.3994742Z ] 2022-11-23T02:18:24.3995088Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:24.3995152Z with 2022-11-23T02:18:24.3995211Z [ 2022-11-23T02:18:24.3995319Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:18:24.3995380Z ] 2022-11-23T02:18:24.3995750Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:24.3995813Z with 2022-11-23T02:18:24.3995875Z [ 2022-11-23T02:18:24.3995982Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:18:24.3996044Z ] 2022-11-23T02:18:24.3996381Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:24.3996802Z 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:18:24.3997166Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:24.3997233Z with 2022-11-23T02:18:24.3997293Z [ 2022-11-23T02:18:24.3997391Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:18:24.3997452Z ] 2022-11-23T02:18:24.3997746Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:24.3997810Z with 2022-11-23T02:18:24.3997869Z [ 2022-11-23T02:18:24.3997963Z T=torch::jit::ScopePtr 2022-11-23T02:18:24.3998024Z ] 2022-11-23T02:18:24.3998329Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:24.3998392Z with 2022-11-23T02:18:24.3998452Z [ 2022-11-23T02:18:24.3998540Z T=torch::jit::ScopePtr 2022-11-23T02:18:24.3998600Z ] 2022-11-23T02:18:24.3998989Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:24.3999053Z with 2022-11-23T02:18:24.3999113Z [ 2022-11-23T02:18:24.3999189Z T=torch::jit::ScopePtr 2022-11-23T02:18:24.3999249Z ] 2022-11-23T02:18:24.3999618Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:24.3999685Z with 2022-11-23T02:18:24.3999747Z [ 2022-11-23T02:18:24.3999832Z T=torch::jit::ScopePtr 2022-11-23T02:18:24.3999894Z ] 2022-11-23T02:18:24.4000218Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:24.4000547Z 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:18:24.4000873Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:24.4000939Z with 2022-11-23T02:18:24.4000999Z [ 2022-11-23T02:18:24.4001085Z T=torch::jit::ScopePtr 2022-11-23T02:18:24.4001148Z ] 2022-11-23T02:18:24.4001438Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:24.4001499Z with 2022-11-23T02:18:24.4001561Z [ 2022-11-23T02:18:24.4001643Z T=at::ThreadLocalState 2022-11-23T02:18:24.4001703Z ] 2022-11-23T02:18:24.4002012Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:24.4002074Z with 2022-11-23T02:18:24.4002134Z [ 2022-11-23T02:18:24.4002274Z T=at::ThreadLocalState 2022-11-23T02:18:24.4002336Z ] 2022-11-23T02:18:24.4002717Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:24.4002781Z with 2022-11-23T02:18:24.4002840Z [ 2022-11-23T02:18:24.4002932Z T=at::ThreadLocalState 2022-11-23T02:18:24.4002991Z ] 2022-11-23T02:18:24.4003404Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:24.4003471Z with 2022-11-23T02:18:24.4003532Z [ 2022-11-23T02:18:24.4003624Z T=at::ThreadLocalState 2022-11-23T02:18:24.4003672Z ] 2022-11-23T02:18:24.4004001Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:24.4004345Z 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:18:24.4004732Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:24.4004796Z with 2022-11-23T02:18:24.4004856Z [ 2022-11-23T02:18:24.4004951Z T=at::ThreadLocalState 2022-11-23T02:18:24.4005054Z ] 2022-11-23T02:18:24.4005423Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:24.4005491Z with 2022-11-23T02:18:24.4005551Z [ 2022-11-23T02:18:24.4005663Z T=std::shared_ptr 2022-11-23T02:18:24.4005726Z ] 2022-11-23T02:18:24.4006098Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:24.4006163Z with 2022-11-23T02:18:24.4006222Z [ 2022-11-23T02:18:24.4006337Z T=std::shared_ptr 2022-11-23T02:18:24.4006384Z ] 2022-11-23T02:18:24.4006733Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:24.4006798Z with 2022-11-23T02:18:24.4006859Z [ 2022-11-23T02:18:24.4006969Z T=std::shared_ptr 2022-11-23T02:18:24.4007029Z ] 2022-11-23T02:18:24.4007395Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:24.4007459Z with 2022-11-23T02:18:24.4007520Z [ 2022-11-23T02:18:24.4007628Z T=std::shared_ptr 2022-11-23T02:18:24.4007690Z ] 2022-11-23T02:18:24.4008030Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:24.4008359Z 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:18:24.4008814Z 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:18:24.4009145Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:24.4009211Z with 2022-11-23T02:18:24.4009270Z [ 2022-11-23T02:18:24.4009381Z T=std::shared_ptr 2022-11-23T02:18:24.4009442Z ] 2022-11-23T02:18:24.4009734Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:24.4009787Z with 2022-11-23T02:18:24.4009848Z [ 2022-11-23T02:18:24.4009986Z T=torch::jit::GraphExecutor 2022-11-23T02:18:24.4010049Z ] 2022-11-23T02:18:24.4010362Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:24.4010426Z with 2022-11-23T02:18:24.4010486Z [ 2022-11-23T02:18:24.4010628Z T=torch::jit::GraphExecutor 2022-11-23T02:18:24.4010696Z ] 2022-11-23T02:18:24.4011038Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:24.4011101Z with 2022-11-23T02:18:24.4011163Z [ 2022-11-23T02:18:24.4011257Z T=torch::jit::GraphExecutor 2022-11-23T02:18:24.4011316Z ] 2022-11-23T02:18:24.4011689Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:24.4011753Z with 2022-11-23T02:18:24.4011800Z [ 2022-11-23T02:18:24.4011895Z T=torch::jit::GraphExecutor 2022-11-23T02:18:24.4011955Z ] 2022-11-23T02:18:24.4012286Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:24.4012608Z 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:18:24.4012963Z 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:18:24.4013289Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:24.4013352Z with 2022-11-23T02:18:24.4013414Z [ 2022-11-23T02:18:24.4013511Z T=torch::jit::GraphExecutor 2022-11-23T02:18:24.4013573Z ] 2022-11-23T02:18:24.4013865Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:24.4013971Z with 2022-11-23T02:18:24.4014031Z [ 2022-11-23T02:18:24.4014118Z T=torch::jit::Method 2022-11-23T02:18:24.4014178Z ] 2022-11-23T02:18:24.4014483Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:24.4014546Z with 2022-11-23T02:18:24.4014594Z [ 2022-11-23T02:18:24.4014681Z T=torch::jit::Method 2022-11-23T02:18:24.4014742Z ] 2022-11-23T02:18:24.4015086Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:24.4015148Z with 2022-11-23T02:18:24.4015208Z [ 2022-11-23T02:18:24.4015294Z T=torch::jit::Method 2022-11-23T02:18:24.4015392Z ] 2022-11-23T02:18:24.4015763Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:24.4015825Z with 2022-11-23T02:18:24.4015883Z [ 2022-11-23T02:18:24.4016003Z T=torch::jit::Method 2022-11-23T02:18:24.4016064Z ] 2022-11-23T02:18:24.4016434Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:24.4016758Z 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:18:24.4017084Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:24.4017152Z with 2022-11-23T02:18:24.4017211Z [ 2022-11-23T02:18:24.4017283Z T=torch::jit::Method 2022-11-23T02:18:24.4017343Z ] 2022-11-23T02:18:24.4017632Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:24.4017694Z with 2022-11-23T02:18:24.4017756Z [ 2022-11-23T02:18:24.4017891Z T=std::vector> 2022-11-23T02:18:24.4017952Z ] 2022-11-23T02:18:24.4018260Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:24.4018326Z with 2022-11-23T02:18:24.4018386Z [ 2022-11-23T02:18:24.4018521Z T=std::vector> 2022-11-23T02:18:24.4018582Z ] 2022-11-23T02:18:24.4018924Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:24.4018986Z with 2022-11-23T02:18:24.4019045Z [ 2022-11-23T02:18:24.4019166Z T=std::vector> 2022-11-23T02:18:24.4019227Z ] 2022-11-23T02:18:24.4019592Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:24.4020237Z with 2022-11-23T02:18:24.4020299Z [ 2022-11-23T02:18:24.4020435Z T=std::vector> 2022-11-23T02:18:24.4020497Z ] 2022-11-23T02:18:24.4020858Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:24.4021216Z 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:18:24.4021585Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:24.4021654Z with 2022-11-23T02:18:24.4021717Z [ 2022-11-23T02:18:24.4021849Z T=std::vector> 2022-11-23T02:18:24.4021908Z ] 2022-11-23T02:18:24.4022239Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:24.4022303Z with 2022-11-23T02:18:24.4022362Z [ 2022-11-23T02:18:24.4022457Z T=torch::jit::NamedValue 2022-11-23T02:18:24.4022519Z ] 2022-11-23T02:18:24.4022866Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:24.4022934Z with 2022-11-23T02:18:24.4022995Z [ 2022-11-23T02:18:24.4023089Z T=torch::jit::NamedValue 2022-11-23T02:18:24.4023149Z ] 2022-11-23T02:18:24.4023497Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:24.4023561Z with 2022-11-23T02:18:24.4023624Z [ 2022-11-23T02:18:24.4023714Z T=torch::jit::NamedValue 2022-11-23T02:18:24.4023775Z ] 2022-11-23T02:18:24.4024144Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:24.4024209Z with 2022-11-23T02:18:24.4024268Z [ 2022-11-23T02:18:24.4024358Z T=torch::jit::NamedValue 2022-11-23T02:18:24.4024420Z ] 2022-11-23T02:18:24.4024746Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:24.4025097Z 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:18:24.4025421Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:24.4025476Z with 2022-11-23T02:18:24.4025539Z [ 2022-11-23T02:18:24.4025629Z T=torch::jit::NamedValue 2022-11-23T02:18:24.4025694Z ] 2022-11-23T02:18:24.5437049Z [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:18:24.6954762Z [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:18:24.6990911Z "Ninja succeeded for custom_operator test." 2022-11-23T02:18:26.6053453Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:26.6054367Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:18:26.8879103Z 2022-11-23T02:18:26.8879598Z Running tests... 2022-11-23T02:18:26.8879949Z Test results will be stored in test-reports\python-unittest\test_custom_ops 2022-11-23T02:18:26.8880310Z ---------------------------------------------------------------------- 2022-11-23T02:18:26.8920338Z test_calling_custom_op (__main__.TestCustomOperators) ... ok (0.004s) 2022-11-23T02:18:26.9572735Z test_calling_custom_op_inside_script_module (__main__.TestCustomOperators) ... ok (0.064s) 2022-11-23T02:18:26.9584202Z test_calling_custom_op_string (__main__.TestCustomOperators) ... ok (0.000s) 2022-11-23T02:18:26.9614166Z 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:18:26.9615315Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-11-23T02:18:26.9629297Z ok (0.003s) 2022-11-23T02:18:26.9640645Z test_calling_custom_op_with_autograd_in_nograd_mode (__main__.TestCustomOperators) ... ok (0.000s) 2022-11-23T02:18:26.9646947Z test_custom_library_is_loaded (__main__.TestCustomOperators) ... ok (0.006s) 2022-11-23T02:18:26.9819085Z test_saving_and_loading_script_module_with_custom_op (__main__.TestCustomOperators) ... ok (0.010s) 2022-11-23T02:18:26.9819385Z 2022-11-23T02:18:26.9819526Z ---------------------------------------------------------------------- 2022-11-23T02:18:26.9819782Z Ran 7 tests in 0.078s 2022-11-23T02:18:26.9819900Z 2022-11-23T02:18:26.9819962Z OK 2022-11-23T02:18:26.9820055Z 2022-11-23T02:18:26.9820143Z Generating XML reports... 2022-11-23T02:18:26.9883379Z Generated XML report: test-reports\python-unittest\test_custom_ops\TEST-TestCustomOperators-20221123021826.xml 2022-11-23T02:18:29.4032755Z + /c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers/test_custom_backend.bat 2022-11-23T02:18:29.4216899Z 2022-11-23T02:18:29.4217571Z 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:18:29.4227573Z 2022-11-23T02:18:29.4227941Z 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:18:29.4228379Z call C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts/pytorch_env_restore.bat 2022-11-23T02:18:29.4228653Z exit /b 0 2022-11-23T02:18:29.4228807Z ) 2022-11-23T02:18:29.8851733Z "Executing CMake for custom_backend test..." 2022-11-23T02:18:30.1151544Z -- The C compiler identification is MSVC 19.28.29337.0 2022-11-23T02:18:30.2965368Z -- The CXX compiler identification is MSVC 19.28.29337.0 2022-11-23T02:18:30.3230088Z -- Detecting C compiler ABI info 2022-11-23T02:18:30.6150106Z -- Detecting C compiler ABI info - done 2022-11-23T02:18:30.6175453Z -- 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:18:30.6182137Z -- Detecting C compile features 2022-11-23T02:18:30.6190605Z -- Detecting C compile features - done 2022-11-23T02:18:30.6287573Z -- Detecting CXX compiler ABI info 2022-11-23T02:18:31.0028117Z -- Detecting CXX compiler ABI info - done 2022-11-23T02:18:31.0051809Z -- 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:18:31.0056818Z -- Detecting CXX compile features 2022-11-23T02:18:31.0064436Z -- Detecting CXX compile features - done 2022-11-23T02:18:31.0213373Z -- Looking for pthread.h 2022-11-23T02:18:31.1072452Z -- Looking for pthread.h - not found 2022-11-23T02:18:31.1089283Z -- Found Threads: TRUE 2022-11-23T02:18:31.1793519Z -- Found CUDA: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.7 (found version "11.7") 2022-11-23T02:18:35.8431110Z -- The CUDA compiler identification is NVIDIA 11.7.64 2022-11-23T02:18:35.8586015Z -- Detecting CUDA compiler ABI info 2022-11-23T02:18:37.7823022Z -- Detecting CUDA compiler ABI info - done 2022-11-23T02:18:37.8110273Z -- Check for working CUDA compiler: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.7/bin/nvcc.exe - skipped 2022-11-23T02:18:37.8115221Z -- Detecting CUDA compile features 2022-11-23T02:18:37.8122091Z -- Detecting CUDA compile features - done 2022-11-23T02:18:37.8145360Z -- Caffe2: CUDA detected: 11.7 2022-11-23T02:18:37.8145692Z -- Caffe2: CUDA nvcc is: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.7/bin/nvcc.exe 2022-11-23T02:18:37.8146048Z -- Caffe2: CUDA toolkit directory: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.7 2022-11-23T02:18:38.1541803Z -- Caffe2: Header version is: 11.7 2022-11-23T02:18:38.1585722Z -- Found CUDNN: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.7/lib/x64/cudnn.lib 2022-11-23T02:18:38.1588645Z -- 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:18:38.2221495Z -- C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.7/lib/x64/nvrtc.lib shorthash is dd482e34 2022-11-23T02:18:38.2224999Z 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:18:38.2225439Z In the future we will require one to explicitly pass TORCH_CUDA_ARCH_LIST 2022-11-23T02:18:38.2225763Z to cmake instead of implicitly setting it as an env variable. This will 2022-11-23T02:18:38.2226078Z become a FATAL_ERROR in future version of pytorch. 2022-11-23T02:18:38.2226328Z Call Stack (most recent call first): 2022-11-23T02:18:38.2226697Z 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:18:38.2227134Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/share/cmake/Caffe2/Caffe2Config.cmake:92 (include) 2022-11-23T02:18:38.2227559Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/share/cmake/Torch/TorchConfig.cmake:68 (find_package) 2022-11-23T02:18:38.2227873Z CMakeLists.txt:9 (find_package) 2022-11-23T02:18:38.2228005Z 2022-11-23T02:18:38.2228011Z 2022-11-23T02:18:38.2228156Z -- Added CUDA NVCC flags for: -gencode;arch=compute_70,code=sm_70 2022-11-23T02:18:38.4596696Z -- Found Torch: C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/lib/torch.lib 2022-11-23T02:18:38.4599461Z -- Configuring done 2022-11-23T02:18:38.4798071Z -- Generating done 2022-11-23T02:18:38.4986278Z -- Build files have been written to: C:/actions-runner/_work/pytorch/pytorch/test/custom_backend/build 2022-11-23T02:18:38.5071006Z "Executing Ninja for custom_backend test..." 2022-11-23T02:18:43.1030632Z [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:18:43.1032733Z 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:18:43.1033604Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:43.1034105Z with 2022-11-23T02:18:43.1034372Z [ 2022-11-23T02:18:43.1034596Z T=std::string 2022-11-23T02:18:43.1034840Z ] 2022-11-23T02:18:43.1035425Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:43.1035927Z with 2022-11-23T02:18:43.1036145Z [ 2022-11-23T02:18:43.1036388Z T=std::string 2022-11-23T02:18:43.1036603Z ] 2022-11-23T02:18:43.1037315Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:43.1037877Z with 2022-11-23T02:18:43.1038086Z [ 2022-11-23T02:18:43.1038318Z T=std::string 2022-11-23T02:18:43.1038542Z ] 2022-11-23T02:18:43.1039177Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:43.1039733Z with 2022-11-23T02:18:43.1039943Z [ 2022-11-23T02:18:43.1040173Z T=std::string 2022-11-23T02:18:43.1040402Z ] 2022-11-23T02:18:43.1040949Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:43.1041793Z 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:18:43.1042653Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:43.1043164Z with 2022-11-23T02:18:43.1043370Z [ 2022-11-23T02:18:43.1043598Z T=std::string 2022-11-23T02:18:43.1043816Z ] 2022-11-23T02:18:43.1044360Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:43.1044824Z with 2022-11-23T02:18:43.1044964Z [ 2022-11-23T02:18:43.1045143Z T=c10::QualifiedName 2022-11-23T02:18:43.1045316Z ] 2022-11-23T02:18:43.1045719Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:43.1046078Z with 2022-11-23T02:18:43.1046228Z [ 2022-11-23T02:18:43.1046471Z T=c10::QualifiedName 2022-11-23T02:18:43.1046642Z ] 2022-11-23T02:18:43.1047153Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:43.1047560Z with 2022-11-23T02:18:43.1047713Z [ 2022-11-23T02:18:43.1047878Z T=c10::QualifiedName 2022-11-23T02:18:43.1048052Z ] 2022-11-23T02:18:43.1048521Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:43.1048945Z with 2022-11-23T02:18:43.1049100Z [ 2022-11-23T02:18:43.1049271Z T=c10::QualifiedName 2022-11-23T02:18:43.1049428Z ] 2022-11-23T02:18:43.1049847Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:43.1050486Z 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:18:43.1051756Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:43.1052158Z with 2022-11-23T02:18:43.1052320Z [ 2022-11-23T02:18:43.1052500Z T=c10::QualifiedName 2022-11-23T02:18:43.1052662Z ] 2022-11-23T02:18:43.1053050Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:43.1053415Z with 2022-11-23T02:18:43.1053568Z [ 2022-11-23T02:18:43.1053733Z T=c10::SymInt 2022-11-23T02:18:43.1053898Z ] 2022-11-23T02:18:43.1054285Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:43.1054648Z with 2022-11-23T02:18:43.1054799Z [ 2022-11-23T02:18:43.1054962Z T=c10::SymInt 2022-11-23T02:18:43.1055126Z ] 2022-11-23T02:18:43.1055561Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:43.1055951Z with 2022-11-23T02:18:43.1056102Z [ 2022-11-23T02:18:43.1056267Z T=c10::SymInt 2022-11-23T02:18:43.1056427Z ] 2022-11-23T02:18:43.1056892Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:43.1057312Z with 2022-11-23T02:18:43.1057452Z [ 2022-11-23T02:18:43.1057614Z T=c10::SymInt 2022-11-23T02:18:43.1057773Z ] 2022-11-23T02:18:43.1058176Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:43.1058800Z 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:18:43.1059503Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:43.1059888Z with 2022-11-23T02:18:43.1060030Z [ 2022-11-23T02:18:43.1060195Z T=c10::SymInt 2022-11-23T02:18:43.1060360Z ] 2022-11-23T02:18:43.1060728Z 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:18:43.1061311Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:43.1061663Z with 2022-11-23T02:18:43.1061803Z [ 2022-11-23T02:18:43.1061972Z T=at::TensorBase 2022-11-23T02:18:43.1062142Z ] 2022-11-23T02:18:43.1062540Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:43.1062908Z with 2022-11-23T02:18:43.1063046Z [ 2022-11-23T02:18:43.1063215Z T=at::TensorBase 2022-11-23T02:18:43.1063382Z ] 2022-11-23T02:18:43.1063874Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:43.1064276Z with 2022-11-23T02:18:43.1064429Z [ 2022-11-23T02:18:43.1064586Z T=at::TensorBase 2022-11-23T02:18:43.1064750Z ] 2022-11-23T02:18:43.1065210Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:43.1065634Z with 2022-11-23T02:18:43.1065790Z [ 2022-11-23T02:18:43.1065963Z T=at::TensorBase 2022-11-23T02:18:43.1066118Z ] 2022-11-23T02:18:43.1066523Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:43.1067162Z 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:18:43.1067806Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:43.1068194Z with 2022-11-23T02:18:43.1068350Z [ 2022-11-23T02:18:43.1068520Z T=at::TensorBase 2022-11-23T02:18:43.1068674Z ] 2022-11-23T02:18:43.1069061Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:43.1069411Z with 2022-11-23T02:18:43.1069563Z [ 2022-11-23T02:18:43.1069727Z T=at::Tensor 2022-11-23T02:18:43.1069875Z ] 2022-11-23T02:18:43.1070274Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:43.1070635Z with 2022-11-23T02:18:43.1070786Z [ 2022-11-23T02:18:43.1070951Z T=at::Tensor 2022-11-23T02:18:43.1071111Z ] 2022-11-23T02:18:43.1071532Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:43.1071999Z with 2022-11-23T02:18:43.1072156Z [ 2022-11-23T02:18:43.1072322Z T=at::Tensor 2022-11-23T02:18:43.1072485Z ] 2022-11-23T02:18:43.1072951Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:43.1073368Z with 2022-11-23T02:18:43.1073522Z [ 2022-11-23T02:18:43.1073686Z T=at::Tensor 2022-11-23T02:18:43.1073846Z ] 2022-11-23T02:18:43.1074245Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:43.1074867Z 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:18:43.1075505Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:43.1076281Z with 2022-11-23T02:18:43.1076425Z [ 2022-11-23T02:18:43.1076655Z T=at::Tensor 2022-11-23T02:18:43.1076829Z ] 2022-11-23T02:18:43.1077216Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:43.1077572Z with 2022-11-23T02:18:43.1077711Z [ 2022-11-23T02:18:43.1077886Z T=at::Generator 2022-11-23T02:18:43.1078055Z ] 2022-11-23T02:18:43.1078458Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:43.1078819Z with 2022-11-23T02:18:43.1078975Z [ 2022-11-23T02:18:43.1079129Z T=at::Generator 2022-11-23T02:18:43.1079296Z ] 2022-11-23T02:18:43.1079740Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:43.1080149Z with 2022-11-23T02:18:43.1080307Z [ 2022-11-23T02:18:43.1080463Z T=at::Generator 2022-11-23T02:18:43.1080633Z ] 2022-11-23T02:18:43.1081100Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:43.1081530Z with 2022-11-23T02:18:43.1081686Z [ 2022-11-23T02:18:43.1081856Z T=at::Generator 2022-11-23T02:18:43.1082012Z ] 2022-11-23T02:18:43.1082421Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:43.1083060Z 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:18:43.1083700Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:43.1084148Z with 2022-11-23T02:18:43.1084308Z [ 2022-11-23T02:18:43.1084478Z T=at::Generator 2022-11-23T02:18:43.1084633Z ] 2022-11-23T02:18:43.1085018Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:43.1085366Z with 2022-11-23T02:18:43.1085522Z [ 2022-11-23T02:18:43.1085691Z T=c10::Scalar 2022-11-23T02:18:43.1085854Z ] 2022-11-23T02:18:43.1086242Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:43.1086606Z with 2022-11-23T02:18:43.1086763Z [ 2022-11-23T02:18:43.1087053Z T=c10::Scalar 2022-11-23T02:18:43.1087219Z ] 2022-11-23T02:18:43.1087660Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:43.1088054Z with 2022-11-23T02:18:43.1088216Z [ 2022-11-23T02:18:43.1088381Z T=c10::Scalar 2022-11-23T02:18:43.1088543Z ] 2022-11-23T02:18:43.1089074Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:43.1089501Z with 2022-11-23T02:18:43.1089641Z [ 2022-11-23T02:18:43.1089806Z T=c10::Scalar 2022-11-23T02:18:43.1089965Z ] 2022-11-23T02:18:43.1090374Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:43.1091011Z 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:18:43.1091647Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:43.1092035Z with 2022-11-23T02:18:43.1092179Z [ 2022-11-23T02:18:43.1092345Z T=c10::Scalar 2022-11-23T02:18:43.1092512Z ] 2022-11-23T02:18:43.1092896Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:43.1093255Z with 2022-11-23T02:18:43.1093398Z [ 2022-11-23T02:18:43.1093639Z T=std::vector> 2022-11-23T02:18:43.1093867Z ] 2022-11-23T02:18:43.1094270Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:43.1094631Z with 2022-11-23T02:18:43.1094787Z [ 2022-11-23T02:18:43.1095016Z T=std::vector> 2022-11-23T02:18:43.1095246Z ] 2022-11-23T02:18:43.1095686Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:43.1096085Z with 2022-11-23T02:18:43.1096327Z [ 2022-11-23T02:18:43.1096571Z T=std::vector> 2022-11-23T02:18:43.1096779Z ] 2022-11-23T02:18:43.1097246Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:43.1097668Z with 2022-11-23T02:18:43.1097825Z [ 2022-11-23T02:18:43.1098062Z T=std::vector> 2022-11-23T02:18:43.1098291Z ] 2022-11-23T02:18:43.1098753Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:43.1099466Z 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:18:43.1100158Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:43.1100538Z with 2022-11-23T02:18:43.1100692Z [ 2022-11-23T02:18:43.1100931Z T=std::vector> 2022-11-23T02:18:43.1101218Z ] 2022-11-23T02:18:43.1101608Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:43.1101948Z with 2022-11-23T02:18:43.1102107Z [ 2022-11-23T02:18:43.1102316Z T=std::vector> 2022-11-23T02:18:43.1102515Z ] 2022-11-23T02:18:43.1102917Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:43.1103282Z with 2022-11-23T02:18:43.1103422Z [ 2022-11-23T02:18:43.1103626Z T=std::vector> 2022-11-23T02:18:43.1103822Z ] 2022-11-23T02:18:43.1104262Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:43.1104667Z with 2022-11-23T02:18:43.1104818Z [ 2022-11-23T02:18:43.1105011Z T=std::vector> 2022-11-23T02:18:43.1105203Z ] 2022-11-23T02:18:43.1105667Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:43.1106084Z with 2022-11-23T02:18:43.1106239Z [ 2022-11-23T02:18:43.1106442Z T=std::vector> 2022-11-23T02:18:43.1106623Z ] 2022-11-23T02:18:43.1107063Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:43.1107736Z 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:18:43.1108385Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:43.1108846Z with 2022-11-23T02:18:43.1109001Z [ 2022-11-23T02:18:43.1109205Z T=std::vector> 2022-11-23T02:18:43.1109386Z ] 2022-11-23T02:18:43.1109773Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:43.1110131Z with 2022-11-23T02:18:43.1110286Z [ 2022-11-23T02:18:43.1110540Z T=std::vector,std::allocator>> 2022-11-23T02:18:43.1110772Z ] 2022-11-23T02:18:43.1111157Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:43.1111526Z with 2022-11-23T02:18:43.1111679Z [ 2022-11-23T02:18:43.1111929Z T=std::vector,std::allocator>> 2022-11-23T02:18:43.1112159Z ] 2022-11-23T02:18:43.1112593Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:43.1112988Z with 2022-11-23T02:18:43.1113185Z [ 2022-11-23T02:18:43.1113444Z T=std::vector,std::allocator>> 2022-11-23T02:18:43.1113676Z ] 2022-11-23T02:18:43.1114139Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:43.1114557Z with 2022-11-23T02:18:43.1114714Z [ 2022-11-23T02:18:43.1114951Z T=std::vector,std::allocator>> 2022-11-23T02:18:43.1115184Z ] 2022-11-23T02:18:43.1115651Z C:\actions-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:18:43.1116388Z 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:18:43.1117064Z 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:18:43.1117704Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:43.1118092Z with 2022-11-23T02:18:43.1118248Z [ 2022-11-23T02:18:43.1118487Z T=std::vector,std::allocator>> 2022-11-23T02:18:43.1118720Z ] 2022-11-23T02:18:43.1119110Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:43.1119465Z with 2022-11-23T02:18:43.1119623Z [ 2022-11-23T02:18:43.1119868Z T=std::vector,std::allocator>> 2022-11-23T02:18:43.1120142Z ] 2022-11-23T02:18:43.1120545Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:43.1120912Z with 2022-11-23T02:18:43.1121066Z [ 2022-11-23T02:18:43.1121312Z T=std::vector,std::allocator>> 2022-11-23T02:18:43.1121538Z ] 2022-11-23T02:18:43.1121980Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:43.1122367Z with 2022-11-23T02:18:43.1122522Z [ 2022-11-23T02:18:43.1122766Z T=std::vector,std::allocator>> 2022-11-23T02:18:43.1122994Z ] 2022-11-23T02:18:43.1123462Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:43.1123888Z with 2022-11-23T02:18:43.1124029Z [ 2022-11-23T02:18:43.1124268Z T=std::vector,std::allocator>> 2022-11-23T02:18:43.1124497Z ] 2022-11-23T02:18:43.1125012Z C:\actions-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:18:43.1125742Z 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:18:43.1126405Z 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:18:43.1127161Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:43.1127550Z with 2022-11-23T02:18:43.1127694Z [ 2022-11-23T02:18:43.1127943Z T=std::vector,std::allocator>> 2022-11-23T02:18:43.1128174Z ] 2022-11-23T02:18:43.1128565Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:43.1128923Z with 2022-11-23T02:18:43.1129076Z [ 2022-11-23T02:18:43.1129279Z T=std::vector> 2022-11-23T02:18:43.1129478Z ] 2022-11-23T02:18:43.1129878Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:43.1130244Z with 2022-11-23T02:18:43.1130398Z [ 2022-11-23T02:18:43.1130611Z T=std::vector> 2022-11-23T02:18:43.1130795Z ] 2022-11-23T02:18:43.1131230Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:43.1131633Z with 2022-11-23T02:18:43.1131854Z [ 2022-11-23T02:18:43.1132068Z T=std::vector> 2022-11-23T02:18:43.1132262Z ] 2022-11-23T02:18:43.1132710Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:43.1133139Z with 2022-11-23T02:18:43.1133293Z [ 2022-11-23T02:18:43.1133503Z T=std::vector> 2022-11-23T02:18:43.1133699Z ] 2022-11-23T02:18:43.1134127Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:43.1134519Z with 2022-11-23T02:18:43.1134661Z [ 2022-11-23T02:18:43.1134820Z T=int64_t 2022-11-23T02:18:43.1134982Z ] 2022-11-23T02:18:43.1135406Z 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:18:43.1135789Z with 2022-11-23T02:18:43.1136004Z [ 2022-11-23T02:18:43.1136173Z T=int64_t 2022-11-23T02:18:43.1136332Z ] 2022-11-23T02:18:43.1136818Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:43.1137243Z with 2022-11-23T02:18:43.1137394Z [ 2022-11-23T02:18:43.1137594Z T=std::vector> 2022-11-23T02:18:43.1137794Z ] 2022-11-23T02:18:43.1138181Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:43.1138534Z with 2022-11-23T02:18:43.1138687Z [ 2022-11-23T02:18:43.1138901Z T=std::shared_ptr 2022-11-23T02:18:43.1139092Z ] 2022-11-23T02:18:43.1139492Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:43.1139861Z with 2022-11-23T02:18:43.1140016Z [ 2022-11-23T02:18:43.1140232Z T=std::shared_ptr 2022-11-23T02:18:43.1140419Z ] 2022-11-23T02:18:43.1140865Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:43.1141259Z with 2022-11-23T02:18:43.1141411Z [ 2022-11-23T02:18:43.1141625Z T=std::shared_ptr 2022-11-23T02:18:43.1141825Z ] 2022-11-23T02:18:43.1142290Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:43.1142697Z with 2022-11-23T02:18:43.1142850Z [ 2022-11-23T02:18:43.1143065Z T=std::shared_ptr 2022-11-23T02:18:43.1143268Z ] 2022-11-23T02:18:43.1143714Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:43.1144398Z 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:18:43.1145123Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:43.1145490Z with 2022-11-23T02:18:43.1145646Z [ 2022-11-23T02:18:43.1145865Z T=std::shared_ptr 2022-11-23T02:18:43.1146070Z ] 2022-11-23T02:18:43.1146451Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:43.1146804Z with 2022-11-23T02:18:43.1146945Z [ 2022-11-23T02:18:43.1147161Z T=std::weak_ptr 2022-11-23T02:18:43.1147363Z ] 2022-11-23T02:18:43.1147768Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:43.1148136Z with 2022-11-23T02:18:43.1148289Z [ 2022-11-23T02:18:43.1148487Z T=std::weak_ptr 2022-11-23T02:18:43.1148690Z ] 2022-11-23T02:18:43.1149183Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:43.1149584Z with 2022-11-23T02:18:43.1149737Z [ 2022-11-23T02:18:43.1149950Z T=std::weak_ptr 2022-11-23T02:18:43.1150138Z ] 2022-11-23T02:18:43.1150602Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:43.1151024Z with 2022-11-23T02:18:43.1151178Z [ 2022-11-23T02:18:43.1151390Z T=std::weak_ptr 2022-11-23T02:18:43.1151594Z ] 2022-11-23T02:18:43.1152019Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:43.1152705Z 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:18:43.1153370Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:43.1153755Z with 2022-11-23T02:18:43.1153911Z [ 2022-11-23T02:18:43.1154126Z T=std::weak_ptr 2022-11-23T02:18:43.1154328Z ] 2022-11-23T02:18:43.1154764Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:43.1155122Z with 2022-11-23T02:18:43.1155276Z [ 2022-11-23T02:18:43.1155514Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:18:43.1155742Z ] 2022-11-23T02:18:43.1156145Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:43.1156569Z with 2022-11-23T02:18:43.1156723Z [ 2022-11-23T02:18:43.1156961Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:18:43.1157182Z ] 2022-11-23T02:18:43.1157621Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:43.1158019Z with 2022-11-23T02:18:43.1158159Z [ 2022-11-23T02:18:43.1158398Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:18:43.1158620Z ] 2022-11-23T02:18:43.1159083Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:43.1159504Z with 2022-11-23T02:18:43.1159657Z [ 2022-11-23T02:18:43.1159879Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:18:43.1160103Z ] 2022-11-23T02:18:43.1160564Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:43.1161360Z 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:18:43.1162104Z 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:18:43.1162798Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:43.1163186Z with 2022-11-23T02:18:43.1163341Z [ 2022-11-23T02:18:43.1163579Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:18:43.1163791Z ] 2022-11-23T02:18:43.1164183Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:43.1164538Z with 2022-11-23T02:18:43.1164692Z [ 2022-11-23T02:18:43.1164928Z T=c10::impl::InlineStreamGuard 2022-11-23T02:18:43.1165151Z ] 2022-11-23T02:18:43.1165538Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:43.1165903Z with 2022-11-23T02:18:43.1166056Z [ 2022-11-23T02:18:43.1166292Z T=c10::impl::InlineStreamGuard 2022-11-23T02:18:43.1166512Z ] 2022-11-23T02:18:43.1167062Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:43.1167454Z with 2022-11-23T02:18:43.1167607Z [ 2022-11-23T02:18:43.1167845Z T=c10::impl::InlineStreamGuard 2022-11-23T02:18:43.1168068Z ] 2022-11-23T02:18:43.1168535Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:43.1169016Z with 2022-11-23T02:18:43.1169154Z [ 2022-11-23T02:18:43.1169397Z T=c10::impl::InlineStreamGuard 2022-11-23T02:18:43.1169620Z ] 2022-11-23T02:18:43.1170084Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:43.1170830Z 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:18:43.1171576Z 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:18:43.1172272Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:43.1172657Z with 2022-11-23T02:18:43.1172799Z [ 2022-11-23T02:18:43.1173040Z T=c10::impl::InlineStreamGuard 2022-11-23T02:18:43.1173316Z ] 2022-11-23T02:18:43.1173704Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:43.1174060Z with 2022-11-23T02:18:43.1174216Z [ 2022-11-23T02:18:43.1174395Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:18:43.1174582Z ] 2022-11-23T02:18:43.1174985Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:43.1175348Z with 2022-11-23T02:18:43.1175504Z [ 2022-11-23T02:18:43.1175694Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:18:43.1175866Z ] 2022-11-23T02:18:43.1176305Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:43.1176703Z with 2022-11-23T02:18:43.1176859Z [ 2022-11-23T02:18:43.1177050Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:18:43.1177234Z ] 2022-11-23T02:18:43.1177686Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:43.1178115Z with 2022-11-23T02:18:43.1178269Z [ 2022-11-23T02:18:43.1178461Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:18:43.1178641Z ] 2022-11-23T02:18:43.1179063Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:43.1179701Z 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:18:43.1180071Z with 2022-11-23T02:18:43.1180225Z [ 2022-11-23T02:18:43.1180417Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:18:43.1181353Z ] 2022-11-23T02:18:43.1181816Z 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:18:43.1182509Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:43.1182885Z with 2022-11-23T02:18:43.1183040Z [ 2022-11-23T02:18:43.1183238Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:18:43.1183426Z ] 2022-11-23T02:18:43.1183811Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:43.1184167Z with 2022-11-23T02:18:43.1184313Z [ 2022-11-23T02:18:43.1184589Z T=std::vector> 2022-11-23T02:18:43.1184843Z ] 2022-11-23T02:18:43.1185251Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:43.1185615Z with 2022-11-23T02:18:43.1185771Z [ 2022-11-23T02:18:43.1186087Z T=std::vector> 2022-11-23T02:18:43.1186337Z ] 2022-11-23T02:18:43.1186783Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:43.1187184Z with 2022-11-23T02:18:43.1187341Z [ 2022-11-23T02:18:43.1187613Z T=std::vector> 2022-11-23T02:18:43.1187847Z ] 2022-11-23T02:18:43.1188316Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:43.1188740Z with 2022-11-23T02:18:43.1188893Z [ 2022-11-23T02:18:43.1189167Z T=std::vector> 2022-11-23T02:18:43.1189414Z ] 2022-11-23T02:18:43.1189910Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:43.1190700Z 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:18:43.1191411Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:43.1191787Z with 2022-11-23T02:18:43.1191946Z [ 2022-11-23T02:18:43.1192219Z T=std::vector> 2022-11-23T02:18:43.1192471Z ] 2022-11-23T02:18:43.1192858Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:43.1193262Z with 2022-11-23T02:18:43.1193400Z [ 2022-11-23T02:18:43.1193570Z T=c10::IValue 2022-11-23T02:18:43.1193734Z ] 2022-11-23T02:18:43.1194132Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:43.1194503Z with 2022-11-23T02:18:43.1194655Z [ 2022-11-23T02:18:43.1194808Z T=c10::IValue 2022-11-23T02:18:43.1194970Z ] 2022-11-23T02:18:43.1195411Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:43.1195808Z with 2022-11-23T02:18:43.1195961Z [ 2022-11-23T02:18:43.1196115Z T=c10::IValue 2022-11-23T02:18:43.1196278Z ] 2022-11-23T02:18:43.1196739Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:43.1197164Z with 2022-11-23T02:18:43.1197318Z [ 2022-11-23T02:18:43.1197479Z T=c10::IValue 2022-11-23T02:18:43.1197628Z ] 2022-11-23T02:18:43.1198072Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:43.1198707Z 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:18:43.1199345Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:43.1199729Z with 2022-11-23T02:18:43.1199885Z [ 2022-11-23T02:18:43.1200051Z T=c10::IValue 2022-11-23T02:18:43.1200201Z ] 2022-11-23T02:18:43.1200586Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:43.1200944Z with 2022-11-23T02:18:43.1201104Z [ 2022-11-23T02:18:43.1201274Z T=c10::AliasInfo 2022-11-23T02:18:43.1201442Z ] 2022-11-23T02:18:43.1201827Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:43.1202193Z with 2022-11-23T02:18:43.1202347Z [ 2022-11-23T02:18:43.1202523Z T=c10::AliasInfo 2022-11-23T02:18:43.1202685Z ] 2022-11-23T02:18:43.1203106Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:43.1203501Z with 2022-11-23T02:18:43.1203654Z [ 2022-11-23T02:18:43.1203821Z T=c10::AliasInfo 2022-11-23T02:18:43.1203985Z ] 2022-11-23T02:18:43.1204449Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:43.1204871Z with 2022-11-23T02:18:43.1205011Z [ 2022-11-23T02:18:43.1205238Z T=c10::AliasInfo 2022-11-23T02:18:43.1205405Z ] 2022-11-23T02:18:43.1205813Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:43.1206448Z 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:18:43.1207206Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:43.1207588Z with 2022-11-23T02:18:43.1207730Z [ 2022-11-23T02:18:43.1207904Z T=c10::AliasInfo 2022-11-23T02:18:43.1208070Z ] 2022-11-23T02:18:43.1208462Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:43.1208815Z with 2022-11-23T02:18:43.1208954Z [ 2022-11-23T02:18:43.1209173Z T=std::vector> 2022-11-23T02:18:43.1209381Z ] 2022-11-23T02:18:43.1209782Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:43.1210215Z with 2022-11-23T02:18:43.1210375Z [ 2022-11-23T02:18:43.1210581Z T=std::vector> 2022-11-23T02:18:43.1210788Z ] 2022-11-23T02:18:43.1211224Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:43.1211620Z with 2022-11-23T02:18:43.1211771Z [ 2022-11-23T02:18:43.1211991Z T=std::vector> 2022-11-23T02:18:43.1212183Z ] 2022-11-23T02:18:43.1212644Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:43.1213072Z with 2022-11-23T02:18:43.1213229Z [ 2022-11-23T02:18:43.1213449Z T=std::vector> 2022-11-23T02:18:43.1213654Z ] 2022-11-23T02:18:43.1214067Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:43.1214457Z with 2022-11-23T02:18:43.1214611Z [ 2022-11-23T02:18:43.1214778Z T=c10::SymInt 2022-11-23T02:18:43.1214943Z ] 2022-11-23T02:18:43.1215363Z 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:18:43.1215736Z with 2022-11-23T02:18:43.1215889Z [ 2022-11-23T02:18:43.1216054Z T=c10::SymInt 2022-11-23T02:18:43.1216219Z ] 2022-11-23T02:18:43.1216666Z 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:18:43.1217426Z 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:18:43.1218204Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:43.1218592Z with 2022-11-23T02:18:43.1218733Z [ 2022-11-23T02:18:43.1218952Z T=std::vector> 2022-11-23T02:18:43.1219161Z ] 2022-11-23T02:18:43.1219548Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:43.1219903Z with 2022-11-23T02:18:43.1220047Z [ 2022-11-23T02:18:43.1220275Z T=c10::either 2022-11-23T02:18:43.1220488Z ] 2022-11-23T02:18:43.1220890Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:43.1221259Z with 2022-11-23T02:18:43.1221412Z [ 2022-11-23T02:18:43.1221619Z T=c10::either 2022-11-23T02:18:43.1221831Z ] 2022-11-23T02:18:43.1222315Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:43.1222710Z with 2022-11-23T02:18:43.1222866Z [ 2022-11-23T02:18:43.1223091Z T=c10::either 2022-11-23T02:18:43.1223289Z ] 2022-11-23T02:18:43.1223756Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:43.1224172Z with 2022-11-23T02:18:43.1224325Z [ 2022-11-23T02:18:43.1224548Z T=c10::either 2022-11-23T02:18:43.1224761Z ] 2022-11-23T02:18:43.1225201Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:43.1225927Z 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:18:43.1226627Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:43.1227004Z with 2022-11-23T02:18:43.1227159Z [ 2022-11-23T02:18:43.1227383Z T=c10::either 2022-11-23T02:18:43.1227595Z ] 2022-11-23T02:18:43.1227986Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:43.1228328Z with 2022-11-23T02:18:43.1228484Z [ 2022-11-23T02:18:43.1228670Z T=torch::autograd::ViewInfo 2022-11-23T02:18:43.1228854Z ] 2022-11-23T02:18:43.1229259Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:43.1229681Z with 2022-11-23T02:18:43.1229822Z [ 2022-11-23T02:18:43.1230006Z T=torch::autograd::ViewInfo 2022-11-23T02:18:43.1230185Z ] 2022-11-23T02:18:43.1230621Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:43.1231014Z with 2022-11-23T02:18:43.1231168Z [ 2022-11-23T02:18:43.1231341Z T=torch::autograd::ViewInfo 2022-11-23T02:18:43.1231522Z ] 2022-11-23T02:18:43.1231984Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:43.1232406Z with 2022-11-23T02:18:43.1232558Z [ 2022-11-23T02:18:43.1232740Z T=torch::autograd::ViewInfo 2022-11-23T02:18:43.1232910Z ] 2022-11-23T02:18:43.1233325Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:43.1234045Z 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:18:43.1234705Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:43.1235167Z with 2022-11-23T02:18:43.1235403Z [ 2022-11-23T02:18:43.1235593Z T=torch::autograd::ViewInfo 2022-11-23T02:18:43.1235762Z ] 2022-11-23T02:18:43.1236144Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:43.1236501Z with 2022-11-23T02:18:43.1236659Z [ 2022-11-23T02:18:43.1236864Z T=std::tuple 2022-11-23T02:18:43.1237046Z ] 2022-11-23T02:18:43.1237454Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:43.1237819Z with 2022-11-23T02:18:43.1238018Z [ 2022-11-23T02:18:43.1238221Z T=std::tuple 2022-11-23T02:18:43.1238415Z ] 2022-11-23T02:18:43.1238878Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:43.1239283Z with 2022-11-23T02:18:43.1239441Z [ 2022-11-23T02:18:43.1239644Z T=std::tuple 2022-11-23T02:18:43.1239835Z ] 2022-11-23T02:18:43.1240297Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:43.1240803Z with 2022-11-23T02:18:43.1240944Z [ 2022-11-23T02:18:43.1241148Z T=std::tuple 2022-11-23T02:18:43.1241338Z ] 2022-11-23T02:18:43.1241771Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:43.1242551Z 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:18:43.1243227Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:43.1243613Z with 2022-11-23T02:18:43.1243754Z [ 2022-11-23T02:18:43.1243960Z T=std::tuple 2022-11-23T02:18:43.1244156Z ] 2022-11-23T02:18:43.1244551Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:43.1244896Z with 2022-11-23T02:18:43.1245051Z [ 2022-11-23T02:18:43.1245235Z T=torch::jit::SourceRange 2022-11-23T02:18:43.1245413Z ] 2022-11-23T02:18:43.1245811Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:43.1246176Z with 2022-11-23T02:18:43.1246316Z [ 2022-11-23T02:18:43.1246495Z T=torch::jit::SourceRange 2022-11-23T02:18:43.1247366Z ] 2022-11-23T02:18:43.1247823Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:43.1248227Z with 2022-11-23T02:18:43.1248382Z [ 2022-11-23T02:18:43.1248555Z T=torch::jit::SourceRange 2022-11-23T02:18:43.1248733Z ] 2022-11-23T02:18:43.1249197Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:43.1249621Z with 2022-11-23T02:18:43.1249773Z [ 2022-11-23T02:18:43.1249953Z T=torch::jit::SourceRange 2022-11-23T02:18:43.1250120Z ] 2022-11-23T02:18:43.1250535Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:43.1251194Z 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:18:43.1251863Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:43.1252241Z with 2022-11-23T02:18:43.1252394Z [ 2022-11-23T02:18:43.1252574Z T=torch::jit::SourceRange 2022-11-23T02:18:43.1252740Z ] 2022-11-23T02:18:43.1253124Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:43.1253477Z with 2022-11-23T02:18:43.1253629Z [ 2022-11-23T02:18:43.1253829Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:18:43.1254007Z ] 2022-11-23T02:18:43.1254405Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:43.1254832Z with 2022-11-23T02:18:43.1254987Z [ 2022-11-23T02:18:43.1255187Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:18:43.1255380Z ] 2022-11-23T02:18:43.1255804Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:43.1256205Z with 2022-11-23T02:18:43.1256362Z [ 2022-11-23T02:18:43.1256561Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:18:43.1256752Z ] 2022-11-23T02:18:43.1257213Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:43.1257639Z with 2022-11-23T02:18:43.1257779Z [ 2022-11-23T02:18:43.1257976Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:18:43.1258164Z ] 2022-11-23T02:18:43.1258595Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:43.1259314Z 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:18:43.1259983Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:43.1260365Z with 2022-11-23T02:18:43.1260508Z [ 2022-11-23T02:18:43.1260706Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:18:43.1260898Z ] 2022-11-23T02:18:43.1261281Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:43.1261640Z with 2022-11-23T02:18:43.1261782Z [ 2022-11-23T02:18:43.1261981Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:18:43.1262179Z ] 2022-11-23T02:18:43.1262685Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:43.1263048Z with 2022-11-23T02:18:43.1263202Z [ 2022-11-23T02:18:43.1263382Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:18:43.1263571Z ] 2022-11-23T02:18:43.1264015Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:43.1264460Z with 2022-11-23T02:18:43.1264614Z [ 2022-11-23T02:18:43.1264814Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:18:43.1264993Z ] 2022-11-23T02:18:43.1265463Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:43.1265893Z with 2022-11-23T02:18:43.1266051Z [ 2022-11-23T02:18:43.1266248Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:18:43.1266445Z ] 2022-11-23T02:18:43.1266868Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:43.1267597Z 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:18:43.1268256Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:43.1268643Z with 2022-11-23T02:18:43.1268800Z [ 2022-11-23T02:18:43.1268999Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:18:43.1269191Z ] 2022-11-23T02:18:43.1269562Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:43.1269923Z with 2022-11-23T02:18:43.1270080Z [ 2022-11-23T02:18:43.1270261Z T=torch::jit::ScopePtr 2022-11-23T02:18:43.1270436Z ] 2022-11-23T02:18:43.1270836Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:43.1271189Z with 2022-11-23T02:18:43.1271346Z [ 2022-11-23T02:18:43.1271527Z T=torch::jit::ScopePtr 2022-11-23T02:18:43.1271699Z ] 2022-11-23T02:18:43.1272186Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:43.1272588Z with 2022-11-23T02:18:43.1272727Z [ 2022-11-23T02:18:43.1272906Z T=torch::jit::ScopePtr 2022-11-23T02:18:43.1273079Z ] 2022-11-23T02:18:43.1273546Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:43.1273968Z with 2022-11-23T02:18:43.1274125Z [ 2022-11-23T02:18:43.1274291Z T=torch::jit::ScopePtr 2022-11-23T02:18:43.1274469Z ] 2022-11-23T02:18:43.1274904Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:43.1288407Z 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:18:43.1289222Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:43.1289618Z with 2022-11-23T02:18:43.1289779Z [ 2022-11-23T02:18:43.1289962Z T=torch::jit::ScopePtr 2022-11-23T02:18:43.1290139Z ] 2022-11-23T02:18:43.1290514Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:43.1290874Z with 2022-11-23T02:18:43.1291028Z [ 2022-11-23T02:18:43.1291218Z T=c10::impl::AnnotatedSchema 2022-11-23T02:18:43.1291403Z ] 2022-11-23T02:18:43.1291804Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:43.1292328Z with 2022-11-23T02:18:43.1292480Z [ 2022-11-23T02:18:43.1292668Z T=c10::impl::AnnotatedSchema 2022-11-23T02:18:43.1292849Z ] 2022-11-23T02:18:43.1293287Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:43.1293699Z with 2022-11-23T02:18:43.1293839Z [ 2022-11-23T02:18:43.1294032Z T=c10::impl::AnnotatedSchema 2022-11-23T02:18:43.1294214Z ] 2022-11-23T02:18:43.1294675Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:43.1295096Z with 2022-11-23T02:18:43.1295250Z [ 2022-11-23T02:18:43.1295422Z T=c10::impl::AnnotatedSchema 2022-11-23T02:18:43.1295600Z ] 2022-11-23T02:18:43.1296024Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:43.1296761Z 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:18:43.1297444Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:43.1297831Z with 2022-11-23T02:18:43.1297986Z [ 2022-11-23T02:18:43.1298160Z T=c10::impl::AnnotatedSchema 2022-11-23T02:18:43.1298346Z ] 2022-11-23T02:18:43.1298734Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:43.1299089Z with 2022-11-23T02:18:43.1299242Z [ 2022-11-23T02:18:43.1299468Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:18:43.1299668Z ] 2022-11-23T02:18:43.1300070Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:43.1300439Z with 2022-11-23T02:18:43.1300590Z [ 2022-11-23T02:18:43.1300817Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:18:43.1301026Z ] 2022-11-23T02:18:43.1301452Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:43.1301849Z with 2022-11-23T02:18:43.1302006Z [ 2022-11-23T02:18:43.1302229Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:18:43.1302438Z ] 2022-11-23T02:18:43.1302902Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:43.1303312Z with 2022-11-23T02:18:43.1303466Z [ 2022-11-23T02:18:43.1303687Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:18:43.1303895Z ] 2022-11-23T02:18:43.1304351Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:43.1305143Z 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:18:43.1305840Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:43.1306228Z with 2022-11-23T02:18:43.1306370Z [ 2022-11-23T02:18:43.1306598Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:18:43.1306809Z ] 2022-11-23T02:18:43.1307207Z 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:18:43.1307761Z 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:18:43.1308305Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:43.1308659Z with 2022-11-23T02:18:43.1308802Z [ 2022-11-23T02:18:43.1308982Z T=at::StepCallbacks 2022-11-23T02:18:43.1309203Z ] 2022-11-23T02:18:43.1309604Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:43.1309970Z with 2022-11-23T02:18:43.1310109Z [ 2022-11-23T02:18:43.1310287Z T=at::StepCallbacks 2022-11-23T02:18:43.1310458Z ] 2022-11-23T02:18:43.1310895Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:43.1311295Z with 2022-11-23T02:18:43.1311447Z [ 2022-11-23T02:18:43.1311610Z T=at::StepCallbacks 2022-11-23T02:18:43.1311782Z ] 2022-11-23T02:18:43.1312248Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:43.1312665Z with 2022-11-23T02:18:43.1312818Z [ 2022-11-23T02:18:43.1312991Z T=at::StepCallbacks 2022-11-23T02:18:43.1313149Z ] 2022-11-23T02:18:43.1313563Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:43.1314207Z 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:18:43.1314864Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:43.1315245Z with 2022-11-23T02:18:43.1315399Z [ 2022-11-23T02:18:43.1315576Z T=at::StepCallbacks 2022-11-23T02:18:43.1315738Z ] 2022-11-23T02:18:43.1316118Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:43.1316528Z with 2022-11-23T02:18:43.1316683Z [ 2022-11-23T02:18:43.1316865Z T=at::ThreadLocalState 2022-11-23T02:18:43.1317043Z ] 2022-11-23T02:18:43.1317449Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:43.1317802Z with 2022-11-23T02:18:43.1317959Z [ 2022-11-23T02:18:43.1318143Z T=at::ThreadLocalState 2022-11-23T02:18:43.1318324Z ] 2022-11-23T02:18:43.1318763Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:43.1319159Z with 2022-11-23T02:18:43.1319302Z [ 2022-11-23T02:18:43.1319486Z T=at::ThreadLocalState 2022-11-23T02:18:43.1319661Z ] 2022-11-23T02:18:43.1320124Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:43.1320548Z with 2022-11-23T02:18:43.1320691Z [ 2022-11-23T02:18:43.1320873Z T=at::ThreadLocalState 2022-11-23T02:18:43.1321050Z ] 2022-11-23T02:18:43.1321518Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:43.1322185Z 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:18:43.1322849Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:43.1323235Z with 2022-11-23T02:18:43.1323393Z [ 2022-11-23T02:18:43.1323565Z T=at::ThreadLocalState 2022-11-23T02:18:43.1323745Z ] 2022-11-23T02:18:43.1324134Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:43.1324487Z with 2022-11-23T02:18:43.1324643Z [ 2022-11-23T02:18:43.1324834Z T=std::shared_ptr 2022-11-23T02:18:43.1325024Z ] 2022-11-23T02:18:43.1325423Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:43.1325794Z with 2022-11-23T02:18:43.1325952Z [ 2022-11-23T02:18:43.1326150Z T=std::shared_ptr 2022-11-23T02:18:43.1326328Z ] 2022-11-23T02:18:43.1326767Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:43.1327297Z with 2022-11-23T02:18:43.1327456Z [ 2022-11-23T02:18:43.1327659Z T=std::shared_ptr 2022-11-23T02:18:43.1327848Z ] 2022-11-23T02:18:43.1328303Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:43.1328802Z with 2022-11-23T02:18:43.1328959Z [ 2022-11-23T02:18:43.1329160Z T=std::shared_ptr 2022-11-23T02:18:43.1329352Z ] 2022-11-23T02:18:43.1329786Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:43.1330454Z 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:18:43.1331120Z 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:18:43.1331790Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:43.1332180Z with 2022-11-23T02:18:43.1332336Z [ 2022-11-23T02:18:43.1332539Z T=std::shared_ptr 2022-11-23T02:18:43.1332730Z ] 2022-11-23T02:18:43.1333165Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:43.1333510Z with 2022-11-23T02:18:43.1333667Z [ 2022-11-23T02:18:43.1333858Z T=torch::jit::GraphExecutor 2022-11-23T02:18:43.1334043Z ] 2022-11-23T02:18:43.1334451Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:43.1334818Z with 2022-11-23T02:18:43.1334961Z [ 2022-11-23T02:18:43.1335147Z T=torch::jit::GraphExecutor 2022-11-23T02:18:43.1335328Z ] 2022-11-23T02:18:43.1335765Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:43.1336163Z with 2022-11-23T02:18:43.1336317Z [ 2022-11-23T02:18:43.1336494Z T=torch::jit::GraphExecutor 2022-11-23T02:18:43.1336674Z ] 2022-11-23T02:18:43.1337134Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:43.1337559Z with 2022-11-23T02:18:43.1337713Z [ 2022-11-23T02:18:43.1337905Z T=torch::jit::GraphExecutor 2022-11-23T02:18:43.1338074Z ] 2022-11-23T02:18:43.1338498Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:43.1339144Z 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:18:43.1339892Z 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:18:43.1340616Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:43.1341064Z with 2022-11-23T02:18:43.1341221Z [ 2022-11-23T02:18:43.1341400Z T=torch::jit::GraphExecutor 2022-11-23T02:18:43.1341585Z ] 2022-11-23T02:18:43.1341970Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:43.1342328Z with 2022-11-23T02:18:43.1342485Z [ 2022-11-23T02:18:43.1342666Z T=torch::jit::Method 2022-11-23T02:18:43.1342830Z ] 2022-11-23T02:18:43.1343235Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:43.1343600Z with 2022-11-23T02:18:43.1343756Z [ 2022-11-23T02:18:43.1343928Z T=torch::jit::Method 2022-11-23T02:18:43.1344101Z ] 2022-11-23T02:18:43.1344523Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:43.1344923Z with 2022-11-23T02:18:43.1345075Z [ 2022-11-23T02:18:43.1345249Z T=torch::jit::Method 2022-11-23T02:18:43.1345423Z ] 2022-11-23T02:18:43.1345975Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:43.1346425Z with 2022-11-23T02:18:43.1346583Z [ 2022-11-23T02:18:43.1346758Z T=torch::jit::Method 2022-11-23T02:18:43.1346931Z ] 2022-11-23T02:18:43.1347348Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:43.1347990Z 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:18:43.1348641Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:43.1349009Z with 2022-11-23T02:18:43.1349165Z [ 2022-11-23T02:18:43.1349341Z T=torch::jit::Method 2022-11-23T02:18:43.1349517Z ] 2022-11-23T02:18:43.1349902Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:43.1350260Z with 2022-11-23T02:18:43.1350402Z [ 2022-11-23T02:18:43.1350624Z T=std::vector> 2022-11-23T02:18:43.1350838Z ] 2022-11-23T02:18:43.1351241Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:43.1351607Z with 2022-11-23T02:18:43.1351810Z [ 2022-11-23T02:18:43.1352020Z T=std::vector> 2022-11-23T02:18:43.1352269Z ] 2022-11-23T02:18:43.1352714Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:43.1353175Z with 2022-11-23T02:18:43.1353328Z [ 2022-11-23T02:18:43.1353551Z T=std::vector> 2022-11-23T02:18:43.1353750Z ] 2022-11-23T02:18:43.1354216Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:43.1354643Z with 2022-11-23T02:18:43.1354800Z [ 2022-11-23T02:18:43.1355025Z T=std::vector> 2022-11-23T02:18:43.1355237Z ] 2022-11-23T02:18:43.1355671Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:43.1356380Z 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:18:43.1357056Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:43.1357439Z with 2022-11-23T02:18:43.1357641Z [ 2022-11-23T02:18:43.1357922Z T=std::vector> 2022-11-23T02:18:43.1358177Z ] 2022-11-23T02:18:43.1358537Z 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:18:43.1359058Z C:\actions-runner\_work\pytorch\pytorch\test\custom_backend\custom_backend.h(89): note: see previous definition of 'getBackendName' 2022-11-23T02:18:43.2679009Z [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:18:46.0497410Z [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:18:46.0499137Z 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:18:46.0499998Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:46.0500484Z with 2022-11-23T02:18:46.0500705Z [ 2022-11-23T02:18:46.0500942Z T=c10::SymInt 2022-11-23T02:18:46.0501153Z ] 2022-11-23T02:18:46.0501968Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:46.0502483Z with 2022-11-23T02:18:46.0502701Z [ 2022-11-23T02:18:46.0502933Z T=c10::SymInt 2022-11-23T02:18:46.0503156Z ] 2022-11-23T02:18:46.0503736Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:46.0504331Z with 2022-11-23T02:18:46.0504577Z [ 2022-11-23T02:18:46.0504809Z T=c10::SymInt 2022-11-23T02:18:46.0505041Z ] 2022-11-23T02:18:46.0505670Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:46.0506228Z with 2022-11-23T02:18:46.0506446Z [ 2022-11-23T02:18:46.0506678Z T=c10::SymInt 2022-11-23T02:18:46.0506897Z ] 2022-11-23T02:18:46.0507440Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:46.0508276Z 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:18:46.0509126Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:46.0509654Z with 2022-11-23T02:18:46.0509895Z [ 2022-11-23T02:18:46.0510131Z T=c10::SymInt 2022-11-23T02:18:46.0510354Z ] 2022-11-23T02:18:46.0510896Z 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:18:46.0511677Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:46.0512288Z with 2022-11-23T02:18:46.0512497Z [ 2022-11-23T02:18:46.0512740Z T=std::string 2022-11-23T02:18:46.0512965Z ] 2022-11-23T02:18:46.0513373Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:46.0513739Z with 2022-11-23T02:18:46.0513884Z [ 2022-11-23T02:18:46.0514053Z T=std::string 2022-11-23T02:18:46.0514216Z ] 2022-11-23T02:18:46.0514653Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:46.0515054Z with 2022-11-23T02:18:46.0515207Z [ 2022-11-23T02:18:46.0515358Z T=std::string 2022-11-23T02:18:46.0515517Z ] 2022-11-23T02:18:46.0516023Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:46.0516488Z with 2022-11-23T02:18:46.0516638Z [ 2022-11-23T02:18:46.0516801Z T=std::string 2022-11-23T02:18:46.0516951Z ] 2022-11-23T02:18:46.0517430Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:46.0518060Z 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:18:46.0518701Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:46.0519085Z with 2022-11-23T02:18:46.0519242Z [ 2022-11-23T02:18:46.0519414Z T=std::string 2022-11-23T02:18:46.0519571Z ] 2022-11-23T02:18:46.0520322Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:46.0520675Z with 2022-11-23T02:18:46.0520830Z [ 2022-11-23T02:18:46.0521009Z T=c10::QualifiedName 2022-11-23T02:18:46.0521172Z ] 2022-11-23T02:18:46.0521576Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:46.0521988Z with 2022-11-23T02:18:46.0522145Z [ 2022-11-23T02:18:46.0522357Z T=c10::QualifiedName 2022-11-23T02:18:46.0522530Z ] 2022-11-23T02:18:46.0522959Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:46.0523358Z with 2022-11-23T02:18:46.0523514Z [ 2022-11-23T02:18:46.0523693Z T=c10::QualifiedName 2022-11-23T02:18:46.0523867Z ] 2022-11-23T02:18:46.0524333Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:46.0525415Z with 2022-11-23T02:18:46.0525560Z [ 2022-11-23T02:18:46.0525743Z T=c10::QualifiedName 2022-11-23T02:18:46.0525921Z ] 2022-11-23T02:18:46.0526338Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:46.0526983Z 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:18:46.0527752Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:46.0528182Z with 2022-11-23T02:18:46.0528326Z [ 2022-11-23T02:18:46.0528513Z T=c10::QualifiedName 2022-11-23T02:18:46.0528692Z ] 2022-11-23T02:18:46.0529089Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:46.0529444Z with 2022-11-23T02:18:46.0529587Z [ 2022-11-23T02:18:46.0529763Z T=at::TensorBase 2022-11-23T02:18:46.0529935Z ] 2022-11-23T02:18:46.0530419Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:46.0530793Z with 2022-11-23T02:18:46.0530951Z [ 2022-11-23T02:18:46.0531113Z T=at::TensorBase 2022-11-23T02:18:46.0531282Z ] 2022-11-23T02:18:46.0531725Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:46.0532122Z with 2022-11-23T02:18:46.0532277Z [ 2022-11-23T02:18:46.0532435Z T=at::TensorBase 2022-11-23T02:18:46.0532607Z ] 2022-11-23T02:18:46.0533072Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:46.0533541Z with 2022-11-23T02:18:46.0533701Z [ 2022-11-23T02:18:46.0533910Z T=at::TensorBase 2022-11-23T02:18:46.0534067Z ] 2022-11-23T02:18:46.0534485Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:46.0535131Z 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:18:46.0535777Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:46.0536166Z with 2022-11-23T02:18:46.0536324Z [ 2022-11-23T02:18:46.0536498Z T=at::TensorBase 2022-11-23T02:18:46.0536658Z ] 2022-11-23T02:18:46.0537044Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:46.0537400Z with 2022-11-23T02:18:46.0537555Z [ 2022-11-23T02:18:46.0537726Z T=at::Tensor 2022-11-23T02:18:46.0537960Z ] 2022-11-23T02:18:46.0538349Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:46.0538718Z with 2022-11-23T02:18:46.0538875Z [ 2022-11-23T02:18:46.0539043Z T=at::Tensor 2022-11-23T02:18:46.0539248Z ] 2022-11-23T02:18:46.0539730Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:46.0540121Z with 2022-11-23T02:18:46.0540275Z [ 2022-11-23T02:18:46.0540440Z T=at::Tensor 2022-11-23T02:18:46.0540607Z ] 2022-11-23T02:18:46.0541072Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:46.0541494Z with 2022-11-23T02:18:46.0541636Z [ 2022-11-23T02:18:46.0541800Z T=at::Tensor 2022-11-23T02:18:46.0541965Z ] 2022-11-23T02:18:46.0542368Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:46.0543051Z 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:18:46.0543694Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:46.0544080Z with 2022-11-23T02:18:46.0544222Z [ 2022-11-23T02:18:46.0544386Z T=at::Tensor 2022-11-23T02:18:46.0544550Z ] 2022-11-23T02:18:46.0544937Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:46.0545336Z with 2022-11-23T02:18:46.0545477Z [ 2022-11-23T02:18:46.0545689Z T=at::Generator 2022-11-23T02:18:46.0545860Z ] 2022-11-23T02:18:46.0546261Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:46.0546631Z with 2022-11-23T02:18:46.0546784Z [ 2022-11-23T02:18:46.0546941Z T=at::Generator 2022-11-23T02:18:46.0547109Z ] 2022-11-23T02:18:46.0547547Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:46.0547948Z with 2022-11-23T02:18:46.0548100Z [ 2022-11-23T02:18:46.0548268Z T=at::Generator 2022-11-23T02:18:46.0548423Z ] 2022-11-23T02:18:46.0548890Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:46.0549316Z with 2022-11-23T02:18:46.0549469Z [ 2022-11-23T02:18:46.0549638Z T=at::Generator 2022-11-23T02:18:46.0549790Z ] 2022-11-23T02:18:46.0550202Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:46.0550938Z 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:18:46.0551621Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:46.0552010Z with 2022-11-23T02:18:46.0552167Z [ 2022-11-23T02:18:46.0552342Z T=at::Generator 2022-11-23T02:18:46.0552496Z ] 2022-11-23T02:18:46.0552881Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:46.0553233Z with 2022-11-23T02:18:46.0553390Z [ 2022-11-23T02:18:46.0553559Z T=c10::Scalar 2022-11-23T02:18:46.0553726Z ] 2022-11-23T02:18:46.0554113Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:46.0554478Z with 2022-11-23T02:18:46.0554631Z [ 2022-11-23T02:18:46.0554793Z T=c10::Scalar 2022-11-23T02:18:46.0554955Z ] 2022-11-23T02:18:46.0555452Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:46.0555840Z with 2022-11-23T02:18:46.0555993Z [ 2022-11-23T02:18:46.0556158Z T=c10::Scalar 2022-11-23T02:18:46.0556324Z ] 2022-11-23T02:18:46.0556828Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:46.0557261Z with 2022-11-23T02:18:46.0557403Z [ 2022-11-23T02:18:46.0557567Z T=c10::Scalar 2022-11-23T02:18:46.0557769Z ] 2022-11-23T02:18:46.0558169Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:46.0558793Z 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:18:46.0559427Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:46.0559815Z with 2022-11-23T02:18:46.0559957Z [ 2022-11-23T02:18:46.0560122Z T=c10::Scalar 2022-11-23T02:18:46.0560287Z ] 2022-11-23T02:18:46.0560668Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:46.0561021Z with 2022-11-23T02:18:46.0561163Z [ 2022-11-23T02:18:46.0561386Z T=std::shared_ptr 2022-11-23T02:18:46.0561595Z ] 2022-11-23T02:18:46.0561998Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:46.0562366Z with 2022-11-23T02:18:46.0562523Z [ 2022-11-23T02:18:46.0562794Z T=std::shared_ptr 2022-11-23T02:18:46.0563001Z ] 2022-11-23T02:18:46.0563479Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:46.0563926Z with 2022-11-23T02:18:46.0564081Z [ 2022-11-23T02:18:46.0564299Z T=std::shared_ptr 2022-11-23T02:18:46.0564489Z ] 2022-11-23T02:18:46.0564963Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:46.0565388Z with 2022-11-23T02:18:46.0565548Z [ 2022-11-23T02:18:46.0565767Z T=std::shared_ptr 2022-11-23T02:18:46.0565973Z ] 2022-11-23T02:18:46.0566407Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:46.0567172Z 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:18:46.0567910Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:46.0568297Z with 2022-11-23T02:18:46.0568453Z [ 2022-11-23T02:18:46.0568672Z T=std::shared_ptr 2022-11-23T02:18:46.0568883Z ] 2022-11-23T02:18:46.0569311Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:46.0569697Z with 2022-11-23T02:18:46.0569853Z [ 2022-11-23T02:18:46.0570070Z T=std::weak_ptr 2022-11-23T02:18:46.0570272Z ] 2022-11-23T02:18:46.0570680Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:46.0571049Z with 2022-11-23T02:18:46.0571191Z [ 2022-11-23T02:18:46.0571407Z T=std::weak_ptr 2022-11-23T02:18:46.0571609Z ] 2022-11-23T02:18:46.0572046Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:46.0572453Z with 2022-11-23T02:18:46.0572597Z [ 2022-11-23T02:18:46.0572811Z T=std::weak_ptr 2022-11-23T02:18:46.0573018Z ] 2022-11-23T02:18:46.0573486Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:46.0573914Z with 2022-11-23T02:18:46.0574069Z [ 2022-11-23T02:18:46.0574273Z T=std::weak_ptr 2022-11-23T02:18:46.0574474Z ] 2022-11-23T02:18:46.0574956Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:46.0575761Z 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:18:46.0576428Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:46.0576814Z with 2022-11-23T02:18:46.0576976Z [ 2022-11-23T02:18:46.0577193Z T=std::weak_ptr 2022-11-23T02:18:46.0577383Z ] 2022-11-23T02:18:46.0577775Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:46.0578139Z with 2022-11-23T02:18:46.0578301Z [ 2022-11-23T02:18:46.0578546Z T=std::vector> 2022-11-23T02:18:46.0578770Z ] 2022-11-23T02:18:46.0579160Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:46.0579525Z with 2022-11-23T02:18:46.0579681Z [ 2022-11-23T02:18:46.0579921Z T=std::vector> 2022-11-23T02:18:46.0580212Z ] 2022-11-23T02:18:46.0580696Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:46.0581089Z with 2022-11-23T02:18:46.0581284Z [ 2022-11-23T02:18:46.0581532Z T=std::vector> 2022-11-23T02:18:46.0581755Z ] 2022-11-23T02:18:46.0582219Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:46.0582646Z with 2022-11-23T02:18:46.0582788Z [ 2022-11-23T02:18:46.0583028Z T=std::vector> 2022-11-23T02:18:46.0583257Z ] 2022-11-23T02:18:46.0583722Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:46.0584448Z 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:18:46.0585138Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:46.0585525Z with 2022-11-23T02:18:46.0585682Z [ 2022-11-23T02:18:46.0585908Z T=std::vector> 2022-11-23T02:18:46.0586136Z ] 2022-11-23T02:18:46.0586559Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:46.0586920Z with 2022-11-23T02:18:46.0587115Z [ 2022-11-23T02:18:46.0587327Z T=std::vector> 2022-11-23T02:18:46.0587578Z ] 2022-11-23T02:18:46.0587981Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:46.0588347Z with 2022-11-23T02:18:46.0588501Z [ 2022-11-23T02:18:46.0588707Z T=std::vector> 2022-11-23T02:18:46.0588886Z ] 2022-11-23T02:18:46.0589328Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:46.0589734Z with 2022-11-23T02:18:46.0589887Z [ 2022-11-23T02:18:46.0590092Z T=std::vector> 2022-11-23T02:18:46.0590288Z ] 2022-11-23T02:18:46.0590736Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:46.0591165Z with 2022-11-23T02:18:46.0591318Z [ 2022-11-23T02:18:46.0591522Z T=std::vector> 2022-11-23T02:18:46.0591720Z ] 2022-11-23T02:18:46.0592801Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:46.0593544Z 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:18:46.0594200Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:46.0594573Z with 2022-11-23T02:18:46.0594728Z [ 2022-11-23T02:18:46.0594937Z T=std::vector> 2022-11-23T02:18:46.0595132Z ] 2022-11-23T02:18:46.0595520Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:46.0595878Z with 2022-11-23T02:18:46.0596021Z [ 2022-11-23T02:18:46.0596277Z T=std::vector,std::allocator>> 2022-11-23T02:18:46.0596510Z ] 2022-11-23T02:18:46.0596911Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:46.0597280Z with 2022-11-23T02:18:46.0597431Z [ 2022-11-23T02:18:46.0597670Z T=std::vector,std::allocator>> 2022-11-23T02:18:46.0597899Z ] 2022-11-23T02:18:46.0598378Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:46.0598784Z with 2022-11-23T02:18:46.0598975Z [ 2022-11-23T02:18:46.0599231Z T=std::vector,std::allocator>> 2022-11-23T02:18:46.0599527Z ] 2022-11-23T02:18:46.0599992Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:46.0600495Z with 2022-11-23T02:18:46.0600650Z [ 2022-11-23T02:18:46.0600905Z T=std::vector,std::allocator>> 2022-11-23T02:18:46.0601143Z ] 2022-11-23T02:18:46.0601615Z C:\actions-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:18:46.0602353Z 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:18:46.0603032Z 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:18:46.0603674Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:46.0604061Z with 2022-11-23T02:18:46.0604259Z [ 2022-11-23T02:18:46.0604515Z T=std::vector,std::allocator>> 2022-11-23T02:18:46.0604784Z ] 2022-11-23T02:18:46.0605240Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:46.0605583Z with 2022-11-23T02:18:46.0605737Z [ 2022-11-23T02:18:46.0605988Z T=std::vector,std::allocator>> 2022-11-23T02:18:46.0606221Z ] 2022-11-23T02:18:46.0606624Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:46.0607066Z with 2022-11-23T02:18:46.0607213Z [ 2022-11-23T02:18:46.0607460Z T=std::vector,std::allocator>> 2022-11-23T02:18:46.0607684Z ] 2022-11-23T02:18:46.0608125Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:46.0608526Z with 2022-11-23T02:18:46.0608681Z [ 2022-11-23T02:18:46.0608912Z T=std::vector,std::allocator>> 2022-11-23T02:18:46.0609143Z ] 2022-11-23T02:18:46.0609613Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:46.0610082Z with 2022-11-23T02:18:46.0610239Z [ 2022-11-23T02:18:46.0610486Z T=std::vector,std::allocator>> 2022-11-23T02:18:46.0610741Z ] 2022-11-23T02:18:46.0611206Z C:\actions-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:18:46.0611938Z 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:18:46.0612671Z 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:18:46.0613304Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:46.0613692Z with 2022-11-23T02:18:46.0613854Z [ 2022-11-23T02:18:46.0614104Z T=std::vector,std::allocator>> 2022-11-23T02:18:46.0614329Z ] 2022-11-23T02:18:46.0614702Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:46.0615062Z with 2022-11-23T02:18:46.0615218Z [ 2022-11-23T02:18:46.0615435Z T=std::vector> 2022-11-23T02:18:46.0615635Z ] 2022-11-23T02:18:46.0616074Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:46.0616473Z with 2022-11-23T02:18:46.0616627Z [ 2022-11-23T02:18:46.0616841Z T=std::vector> 2022-11-23T02:18:46.0617100Z ] 2022-11-23T02:18:46.0617540Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:46.0617942Z with 2022-11-23T02:18:46.0618082Z [ 2022-11-23T02:18:46.0618299Z T=std::vector> 2022-11-23T02:18:46.0618499Z ] 2022-11-23T02:18:46.0618964Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:46.0619393Z with 2022-11-23T02:18:46.0619550Z [ 2022-11-23T02:18:46.0619747Z T=std::vector> 2022-11-23T02:18:46.0619944Z ] 2022-11-23T02:18:46.0620385Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:46.0621058Z 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:18:46.0621763Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:46.0622149Z with 2022-11-23T02:18:46.0622341Z [ 2022-11-23T02:18:46.0622543Z T=std::vector> 2022-11-23T02:18:46.0622747Z ] 2022-11-23T02:18:46.0623136Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:46.0623490Z with 2022-11-23T02:18:46.0623646Z [ 2022-11-23T02:18:46.0623886Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:18:46.0624100Z ] 2022-11-23T02:18:46.0624568Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:46.0624933Z with 2022-11-23T02:18:46.0625089Z [ 2022-11-23T02:18:46.0625329Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:18:46.0625557Z ] 2022-11-23T02:18:46.0625989Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:46.0626387Z with 2022-11-23T02:18:46.0626542Z [ 2022-11-23T02:18:46.0626777Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:18:46.0627003Z ] 2022-11-23T02:18:46.0627469Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:46.0627938Z with 2022-11-23T02:18:46.0628118Z [ 2022-11-23T02:18:46.0628356Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:18:46.0628581Z ] 2022-11-23T02:18:46.0629102Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:46.0629856Z 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:18:46.0630598Z 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:18:46.0631295Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:46.0631675Z with 2022-11-23T02:18:46.0631818Z [ 2022-11-23T02:18:46.0632058Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:18:46.0632287Z ] 2022-11-23T02:18:46.0632681Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:46.0633037Z with 2022-11-23T02:18:46.0633195Z [ 2022-11-23T02:18:46.0633459Z T=c10::impl::InlineStreamGuard 2022-11-23T02:18:46.0633686Z ] 2022-11-23T02:18:46.0634157Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:46.0634529Z with 2022-11-23T02:18:46.0634680Z [ 2022-11-23T02:18:46.0634921Z T=c10::impl::InlineStreamGuard 2022-11-23T02:18:46.0635131Z ] 2022-11-23T02:18:46.0635572Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:46.0635975Z with 2022-11-23T02:18:46.0636130Z [ 2022-11-23T02:18:46.0636366Z T=c10::impl::InlineStreamGuard 2022-11-23T02:18:46.0636651Z ] 2022-11-23T02:18:46.0637104Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:46.0637532Z with 2022-11-23T02:18:46.0637689Z [ 2022-11-23T02:18:46.0637925Z T=c10::impl::InlineStreamGuard 2022-11-23T02:18:46.0638151Z ] 2022-11-23T02:18:46.0638610Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:46.0639392Z 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:18:46.0640170Z 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:18:46.0640847Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:46.0641235Z with 2022-11-23T02:18:46.0641451Z [ 2022-11-23T02:18:46.0641696Z T=c10::impl::InlineStreamGuard 2022-11-23T02:18:46.0641925Z ] 2022-11-23T02:18:46.0642319Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:46.0642674Z with 2022-11-23T02:18:46.0642815Z [ 2022-11-23T02:18:46.0643008Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:18:46.0643196Z ] 2022-11-23T02:18:46.0643598Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:46.0643964Z with 2022-11-23T02:18:46.0644105Z [ 2022-11-23T02:18:46.0644297Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:18:46.0644482Z ] 2022-11-23T02:18:46.0644922Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:46.0645356Z with 2022-11-23T02:18:46.0645548Z [ 2022-11-23T02:18:46.0645730Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:18:46.0645916Z ] 2022-11-23T02:18:46.0646378Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:46.0646805Z with 2022-11-23T02:18:46.0646960Z [ 2022-11-23T02:18:46.0647230Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:18:46.0647403Z ] 2022-11-23T02:18:46.0647830Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:46.0648476Z 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:18:46.0648911Z with 2022-11-23T02:18:46.0649065Z [ 2022-11-23T02:18:46.0649256Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:18:46.0649500Z ] 2022-11-23T02:18:46.0654367Z 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:18:46.0655666Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:46.0656179Z with 2022-11-23T02:18:46.0656340Z [ 2022-11-23T02:18:46.0656542Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:18:46.0656732Z ] 2022-11-23T02:18:46.0657116Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:46.0657489Z with 2022-11-23T02:18:46.0657648Z [ 2022-11-23T02:18:46.0657925Z T=std::vector> 2022-11-23T02:18:46.0658177Z ] 2022-11-23T02:18:46.0658582Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:46.0658940Z with 2022-11-23T02:18:46.0659267Z [ 2022-11-23T02:18:46.0659608Z T=std::vector> 2022-11-23T02:18:46.0659860Z ] 2022-11-23T02:18:46.0660352Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:46.0660764Z with 2022-11-23T02:18:46.0660909Z [ 2022-11-23T02:18:46.0661187Z T=std::vector> 2022-11-23T02:18:46.0661438Z ] 2022-11-23T02:18:46.0661910Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:46.0662340Z with 2022-11-23T02:18:46.0662495Z [ 2022-11-23T02:18:46.0662767Z T=std::vector> 2022-11-23T02:18:46.0663005Z ] 2022-11-23T02:18:46.0663500Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:46.0664300Z 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:18:46.0665020Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:46.0665437Z with 2022-11-23T02:18:46.0665612Z [ 2022-11-23T02:18:46.0665891Z T=std::vector> 2022-11-23T02:18:46.0666187Z ] 2022-11-23T02:18:46.0666657Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:46.0667020Z with 2022-11-23T02:18:46.0667178Z [ 2022-11-23T02:18:46.0667354Z T=c10::DimVector 2022-11-23T02:18:46.0667525Z ] 2022-11-23T02:18:46.0667929Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:46.0668293Z with 2022-11-23T02:18:46.0668447Z [ 2022-11-23T02:18:46.0668621Z T=c10::DimVector 2022-11-23T02:18:46.0668789Z ] 2022-11-23T02:18:46.0669225Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:46.0669627Z with 2022-11-23T02:18:46.0669767Z [ 2022-11-23T02:18:46.0669936Z T=c10::DimVector 2022-11-23T02:18:46.0670103Z ] 2022-11-23T02:18:46.0670568Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:46.0670993Z with 2022-11-23T02:18:46.0671150Z [ 2022-11-23T02:18:46.0671416Z T=c10::DimVector 2022-11-23T02:18:46.0671592Z ] 2022-11-23T02:18:46.0672051Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:46.0672690Z 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:18:46.0673336Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:46.0673720Z with 2022-11-23T02:18:46.0673862Z [ 2022-11-23T02:18:46.0674034Z T=c10::DimVector 2022-11-23T02:18:46.0674203Z ] 2022-11-23T02:18:46.0674592Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:46.0674950Z with 2022-11-23T02:18:46.0675106Z [ 2022-11-23T02:18:46.0675282Z T=torch::autograd::ViewInfo 2022-11-23T02:18:46.0675463Z ] 2022-11-23T02:18:46.0675874Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:46.0676244Z with 2022-11-23T02:18:46.0676400Z [ 2022-11-23T02:18:46.0676583Z T=torch::autograd::ViewInfo 2022-11-23T02:18:46.0676751Z ] 2022-11-23T02:18:46.0677230Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:46.0677636Z with 2022-11-23T02:18:46.0677833Z [ 2022-11-23T02:18:46.0678017Z T=torch::autograd::ViewInfo 2022-11-23T02:18:46.0678199Z ] 2022-11-23T02:18:46.0678653Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:46.0679143Z with 2022-11-23T02:18:46.0679300Z [ 2022-11-23T02:18:46.0679485Z T=torch::autograd::ViewInfo 2022-11-23T02:18:46.0679667Z ] 2022-11-23T02:18:46.0680089Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:46.0680745Z 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:18:46.0681408Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:46.0681792Z with 2022-11-23T02:18:46.0681948Z [ 2022-11-23T02:18:46.0682134Z T=torch::autograd::ViewInfo 2022-11-23T02:18:46.0682318Z ] 2022-11-23T02:18:46.0682708Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:46.0683097Z with 2022-11-23T02:18:46.0683252Z [ 2022-11-23T02:18:46.0683475Z T=std::vector> 2022-11-23T02:18:46.0683728Z ] 2022-11-23T02:18:46.0684188Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:46.0684558Z with 2022-11-23T02:18:46.0684698Z [ 2022-11-23T02:18:46.0684920Z T=std::vector> 2022-11-23T02:18:46.0685128Z ] 2022-11-23T02:18:46.0685566Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:46.0685965Z with 2022-11-23T02:18:46.0686119Z [ 2022-11-23T02:18:46.0686326Z T=std::vector> 2022-11-23T02:18:46.0686534Z ] 2022-11-23T02:18:46.0687065Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:46.0687496Z with 2022-11-23T02:18:46.0687651Z [ 2022-11-23T02:18:46.0687872Z T=std::vector> 2022-11-23T02:18:46.0688071Z ] 2022-11-23T02:18:46.0688509Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:46.0688955Z with 2022-11-23T02:18:46.0689108Z [ 2022-11-23T02:18:46.0689275Z T=c10::SymInt 2022-11-23T02:18:46.0689487Z ] 2022-11-23T02:18:46.0689896Z 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:18:46.0690284Z with 2022-11-23T02:18:46.0690436Z [ 2022-11-23T02:18:46.0690603Z T=c10::SymInt 2022-11-23T02:18:46.0690768Z ] 2022-11-23T02:18:46.0691206Z 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:18:46.0692029Z 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:18:46.0692750Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:46.0693141Z with 2022-11-23T02:18:46.0693298Z [ 2022-11-23T02:18:46.0693522Z T=std::vector> 2022-11-23T02:18:46.0693731Z ] 2022-11-23T02:18:46.0694122Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:46.0694473Z with 2022-11-23T02:18:46.0694664Z [ 2022-11-23T02:18:46.0694846Z T=c10::IValue 2022-11-23T02:18:46.0695012Z ] 2022-11-23T02:18:46.0695459Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:46.0695834Z with 2022-11-23T02:18:46.0695976Z [ 2022-11-23T02:18:46.0696140Z T=c10::IValue 2022-11-23T02:18:46.0696359Z ] 2022-11-23T02:18:46.0696801Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:46.0697206Z with 2022-11-23T02:18:46.0697363Z [ 2022-11-23T02:18:46.0697514Z T=c10::IValue 2022-11-23T02:18:46.0697677Z ] 2022-11-23T02:18:46.0698150Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:46.0698578Z with 2022-11-23T02:18:46.0698730Z [ 2022-11-23T02:18:46.0698881Z T=c10::IValue 2022-11-23T02:18:46.0699043Z ] 2022-11-23T02:18:46.0699446Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:46.0700084Z 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:18:46.0700773Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:46.0701208Z with 2022-11-23T02:18:46.0701366Z [ 2022-11-23T02:18:46.0701524Z T=c10::IValue 2022-11-23T02:18:46.0701689Z ] 2022-11-23T02:18:46.0702079Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:46.0702438Z with 2022-11-23T02:18:46.0702591Z [ 2022-11-23T02:18:46.0702761Z T=c10::AliasInfo 2022-11-23T02:18:46.0702914Z ] 2022-11-23T02:18:46.0703315Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:46.0703740Z with 2022-11-23T02:18:46.0703896Z [ 2022-11-23T02:18:46.0704066Z T=c10::AliasInfo 2022-11-23T02:18:46.0704219Z ] 2022-11-23T02:18:46.0704659Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:46.0705057Z with 2022-11-23T02:18:46.0705216Z [ 2022-11-23T02:18:46.0705386Z T=c10::AliasInfo 2022-11-23T02:18:46.0705560Z ] 2022-11-23T02:18:46.0706008Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:46.0706482Z with 2022-11-23T02:18:46.0706644Z [ 2022-11-23T02:18:46.0706817Z T=c10::AliasInfo 2022-11-23T02:18:46.0707027Z ] 2022-11-23T02:18:46.0707438Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:46.0708076Z 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:18:46.0708757Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:46.0709151Z with 2022-11-23T02:18:46.0709307Z [ 2022-11-23T02:18:46.0709479Z T=c10::AliasInfo 2022-11-23T02:18:46.0709647Z ] 2022-11-23T02:18:46.0710036Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:46.0710382Z with 2022-11-23T02:18:46.0710538Z [ 2022-11-23T02:18:46.0710729Z T=c10::impl::AnnotatedSchema 2022-11-23T02:18:46.0710919Z ] 2022-11-23T02:18:46.0711327Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:46.0711703Z with 2022-11-23T02:18:46.0711847Z [ 2022-11-23T02:18:46.0712039Z T=c10::impl::AnnotatedSchema 2022-11-23T02:18:46.0712274Z ] 2022-11-23T02:18:46.0712754Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:46.0713161Z with 2022-11-23T02:18:46.0713320Z [ 2022-11-23T02:18:46.0713497Z T=c10::impl::AnnotatedSchema 2022-11-23T02:18:46.0713680Z ] 2022-11-23T02:18:46.0714145Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:46.0714568Z with 2022-11-23T02:18:46.0714725Z [ 2022-11-23T02:18:46.0714917Z T=c10::impl::AnnotatedSchema 2022-11-23T02:18:46.0715088Z ] 2022-11-23T02:18:46.0715508Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:46.0716184Z 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:18:46.0716927Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:46.0717317Z with 2022-11-23T02:18:46.0717482Z [ 2022-11-23T02:18:46.0717677Z T=c10::impl::AnnotatedSchema 2022-11-23T02:18:46.0717849Z ] 2022-11-23T02:18:46.0718293Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:46.0718691Z with 2022-11-23T02:18:46.0718848Z [ 2022-11-23T02:18:46.0719080Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:18:46.0719299Z ] 2022-11-23T02:18:46.0719689Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:46.0720066Z with 2022-11-23T02:18:46.0720225Z [ 2022-11-23T02:18:46.0720457Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:18:46.0720672Z ] 2022-11-23T02:18:46.0721169Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:46.0721562Z with 2022-11-23T02:18:46.0721719Z [ 2022-11-23T02:18:46.0721950Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:18:46.0722162Z ] 2022-11-23T02:18:46.0722626Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:46.0723054Z with 2022-11-23T02:18:46.0723195Z [ 2022-11-23T02:18:46.0723422Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:18:46.0723632Z ] 2022-11-23T02:18:46.0724140Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:46.0724923Z 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:18:46.0725625Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:46.0726016Z with 2022-11-23T02:18:46.0726160Z [ 2022-11-23T02:18:46.0726388Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:18:46.0726603Z ] 2022-11-23T02:18:46.0727084Z 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:18:46.0727668Z 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:18:46.0728225Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:46.0729188Z with 2022-11-23T02:18:46.0729336Z [ 2022-11-23T02:18:46.0729519Z T=at::StepCallbacks 2022-11-23T02:18:46.0729698Z ] 2022-11-23T02:18:46.0730107Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:46.0730473Z with 2022-11-23T02:18:46.0730625Z [ 2022-11-23T02:18:46.0730791Z T=at::StepCallbacks 2022-11-23T02:18:46.0730968Z ] 2022-11-23T02:18:46.0731406Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:46.0731811Z with 2022-11-23T02:18:46.0731970Z [ 2022-11-23T02:18:46.0732150Z T=at::StepCallbacks 2022-11-23T02:18:46.0732308Z ] 2022-11-23T02:18:46.0732772Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:46.0733197Z with 2022-11-23T02:18:46.0733355Z [ 2022-11-23T02:18:46.0733534Z T=at::StepCallbacks 2022-11-23T02:18:46.0733693Z ] 2022-11-23T02:18:46.0734172Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:46.0734901Z 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:18:46.0735623Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:46.0736010Z with 2022-11-23T02:18:46.0736166Z [ 2022-11-23T02:18:46.0736346Z T=at::StepCallbacks 2022-11-23T02:18:46.0736509Z ] 2022-11-23T02:18:46.0736899Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:46.0737264Z with 2022-11-23T02:18:46.0737421Z [ 2022-11-23T02:18:46.0737651Z T=c10::either 2022-11-23T02:18:46.0737866Z ] 2022-11-23T02:18:46.0738261Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:46.0738633Z with 2022-11-23T02:18:46.0738787Z [ 2022-11-23T02:18:46.0739014Z T=c10::either 2022-11-23T02:18:46.0739228Z ] 2022-11-23T02:18:46.0739670Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:46.0740070Z with 2022-11-23T02:18:46.0740212Z [ 2022-11-23T02:18:46.0740439Z T=c10::either 2022-11-23T02:18:46.0740653Z ] 2022-11-23T02:18:46.0741119Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:46.0741613Z with 2022-11-23T02:18:46.0741769Z [ 2022-11-23T02:18:46.0741981Z T=c10::either 2022-11-23T02:18:46.0742199Z ] 2022-11-23T02:18:46.0742644Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:46.0743371Z 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:18:46.0744078Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:46.0744465Z with 2022-11-23T02:18:46.0744621Z [ 2022-11-23T02:18:46.0744835Z T=c10::either 2022-11-23T02:18:46.0745055Z ] 2022-11-23T02:18:46.0745446Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:46.0745801Z with 2022-11-23T02:18:46.0745956Z [ 2022-11-23T02:18:46.0746137Z T=torch::jit::Operator 2022-11-23T02:18:46.0746346Z ] 2022-11-23T02:18:46.0746751Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:46.0747125Z with 2022-11-23T02:18:46.0747284Z [ 2022-11-23T02:18:46.0747464Z T=torch::jit::Operator 2022-11-23T02:18:46.0747629Z ] 2022-11-23T02:18:46.0748070Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:46.0748472Z with 2022-11-23T02:18:46.0748628Z [ 2022-11-23T02:18:46.0748805Z T=torch::jit::Operator 2022-11-23T02:18:46.0748984Z ] 2022-11-23T02:18:46.0749455Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:46.0749866Z with 2022-11-23T02:18:46.0750020Z [ 2022-11-23T02:18:46.0750199Z T=torch::jit::Operator 2022-11-23T02:18:46.0750376Z ] 2022-11-23T02:18:46.0750792Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:46.0751571Z 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:18:46.0752247Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:46.0752618Z with 2022-11-23T02:18:46.0752781Z [ 2022-11-23T02:18:46.0752962Z T=torch::jit::Operator 2022-11-23T02:18:46.0753137Z ] 2022-11-23T02:18:46.0753528Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:46.0753955Z with 2022-11-23T02:18:46.0754095Z [ 2022-11-23T02:18:46.0754307Z T=std::tuple 2022-11-23T02:18:46.0754507Z ] 2022-11-23T02:18:46.0754912Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:46.0755285Z with 2022-11-23T02:18:46.0755426Z [ 2022-11-23T02:18:46.0755634Z T=std::tuple 2022-11-23T02:18:46.0755828Z ] 2022-11-23T02:18:46.0756271Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:46.0756676Z with 2022-11-23T02:18:46.0756832Z [ 2022-11-23T02:18:46.0757022Z T=std::tuple 2022-11-23T02:18:46.0757219Z ] 2022-11-23T02:18:46.0757684Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:46.0758110Z with 2022-11-23T02:18:46.0758268Z [ 2022-11-23T02:18:46.0758470Z T=std::tuple 2022-11-23T02:18:46.0758649Z ] 2022-11-23T02:18:46.0759139Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:46.0759838Z 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:18:46.0760513Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:46.0760902Z with 2022-11-23T02:18:46.0761060Z [ 2022-11-23T02:18:46.0761266Z T=std::tuple 2022-11-23T02:18:46.0761464Z ] 2022-11-23T02:18:46.0761843Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:46.0762204Z with 2022-11-23T02:18:46.0762362Z [ 2022-11-23T02:18:46.0762546Z T=torch::jit::SourceRange 2022-11-23T02:18:46.0762727Z ] 2022-11-23T02:18:46.0763118Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:46.0763487Z with 2022-11-23T02:18:46.0763642Z [ 2022-11-23T02:18:46.0763825Z T=torch::jit::SourceRange 2022-11-23T02:18:46.0764002Z ] 2022-11-23T02:18:46.0764440Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:46.0764838Z with 2022-11-23T02:18:46.0764981Z [ 2022-11-23T02:18:46.0765162Z T=torch::jit::SourceRange 2022-11-23T02:18:46.0765345Z ] 2022-11-23T02:18:46.0765808Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:46.0766279Z with 2022-11-23T02:18:46.0766420Z [ 2022-11-23T02:18:46.0766604Z T=torch::jit::SourceRange 2022-11-23T02:18:46.0766782Z ] 2022-11-23T02:18:46.0767300Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:46.0767974Z 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:18:46.0768644Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:46.0769033Z with 2022-11-23T02:18:46.0769175Z [ 2022-11-23T02:18:46.0769362Z T=torch::jit::SourceRange 2022-11-23T02:18:46.0769546Z ] 2022-11-23T02:18:46.0769929Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:46.0770287Z with 2022-11-23T02:18:46.0770443Z [ 2022-11-23T02:18:46.0770640Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:18:46.0770830Z ] 2022-11-23T02:18:46.0771287Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:46.0771656Z with 2022-11-23T02:18:46.0771812Z [ 2022-11-23T02:18:46.0771998Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:18:46.0772194Z ] 2022-11-23T02:18:46.0772632Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:46.0773027Z with 2022-11-23T02:18:46.0773179Z [ 2022-11-23T02:18:46.0773382Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:18:46.0773566Z ] 2022-11-23T02:18:46.0774026Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:46.0774448Z with 2022-11-23T02:18:46.0774598Z [ 2022-11-23T02:18:46.0774799Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:18:46.0774987Z ] 2022-11-23T02:18:46.0775407Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:46.0776081Z 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:18:46.0776752Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:46.0777133Z with 2022-11-23T02:18:46.0777286Z [ 2022-11-23T02:18:46.0777484Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:18:46.0777677Z ] 2022-11-23T02:18:46.0778046Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:46.0778451Z with 2022-11-23T02:18:46.0778606Z [ 2022-11-23T02:18:46.0778800Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:18:46.0778988Z ] 2022-11-23T02:18:46.0779385Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:46.0779749Z with 2022-11-23T02:18:46.0779890Z [ 2022-11-23T02:18:46.0780087Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:18:46.0780274Z ] 2022-11-23T02:18:46.0780713Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:46.0781113Z with 2022-11-23T02:18:46.0781254Z [ 2022-11-23T02:18:46.0781449Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:18:46.0781635Z ] 2022-11-23T02:18:46.0782163Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:46.0782633Z with 2022-11-23T02:18:46.0782786Z [ 2022-11-23T02:18:46.0782967Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:18:46.0783218Z ] 2022-11-23T02:18:46.0783656Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:46.0784334Z 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:18:46.0784991Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:46.0785377Z with 2022-11-23T02:18:46.0785530Z [ 2022-11-23T02:18:46.0785714Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:18:46.0785908Z ] 2022-11-23T02:18:46.0786297Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:46.0786655Z with 2022-11-23T02:18:46.0786805Z [ 2022-11-23T02:18:46.0786982Z T=torch::jit::ScopePtr 2022-11-23T02:18:46.0787140Z ] 2022-11-23T02:18:46.0787538Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:46.0787902Z with 2022-11-23T02:18:46.0788055Z [ 2022-11-23T02:18:46.0788232Z T=torch::jit::ScopePtr 2022-11-23T02:18:46.0788403Z ] 2022-11-23T02:18:46.0788831Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:46.0789234Z with 2022-11-23T02:18:46.0789387Z [ 2022-11-23T02:18:46.0789567Z T=torch::jit::ScopePtr 2022-11-23T02:18:46.0789740Z ] 2022-11-23T02:18:46.0790206Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:46.0790671Z with 2022-11-23T02:18:46.0790826Z [ 2022-11-23T02:18:46.0791004Z T=torch::jit::ScopePtr 2022-11-23T02:18:46.0791179Z ] 2022-11-23T02:18:46.0791595Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:46.0792246Z 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:18:46.0792906Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:46.0793278Z with 2022-11-23T02:18:46.0793436Z [ 2022-11-23T02:18:46.0793614Z T=torch::jit::ScopePtr 2022-11-23T02:18:46.0793793Z ] 2022-11-23T02:18:46.0794183Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:46.0794540Z with 2022-11-23T02:18:46.0794684Z [ 2022-11-23T02:18:46.0794868Z T=at::ThreadLocalState 2022-11-23T02:18:46.0795050Z ] 2022-11-23T02:18:46.0795970Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:46.0796353Z with 2022-11-23T02:18:46.0796499Z [ 2022-11-23T02:18:46.0796682Z T=at::ThreadLocalState 2022-11-23T02:18:46.0796867Z ] 2022-11-23T02:18:46.0797311Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:46.0797715Z with 2022-11-23T02:18:46.0797870Z [ 2022-11-23T02:18:46.0798037Z T=at::ThreadLocalState 2022-11-23T02:18:46.0798212Z ] 2022-11-23T02:18:46.0798681Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:46.0799104Z with 2022-11-23T02:18:46.0799256Z [ 2022-11-23T02:18:46.0799434Z T=at::ThreadLocalState 2022-11-23T02:18:46.0799596Z ] 2022-11-23T02:18:46.0800017Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:46.0800687Z 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:18:46.0801350Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:46.0801736Z with 2022-11-23T02:18:46.0801902Z [ 2022-11-23T02:18:46.0802096Z T=at::ThreadLocalState 2022-11-23T02:18:46.0802269Z ] 2022-11-23T02:18:46.0815297Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:46.0816028Z with 2022-11-23T02:18:46.0816194Z [ 2022-11-23T02:18:46.0816424Z T=std::shared_ptr 2022-11-23T02:18:46.0816620Z ] 2022-11-23T02:18:46.0817037Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:46.0817415Z with 2022-11-23T02:18:46.0817558Z [ 2022-11-23T02:18:46.0817758Z T=std::shared_ptr 2022-11-23T02:18:46.0817946Z ] 2022-11-23T02:18:46.0818392Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:46.0818797Z with 2022-11-23T02:18:46.0818950Z [ 2022-11-23T02:18:46.0819135Z T=std::shared_ptr 2022-11-23T02:18:46.0819322Z ] 2022-11-23T02:18:46.0819787Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:46.0820218Z with 2022-11-23T02:18:46.0820376Z [ 2022-11-23T02:18:46.0820578Z T=std::shared_ptr 2022-11-23T02:18:46.0820756Z ] 2022-11-23T02:18:46.0821260Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:46.0821925Z 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:18:46.0822607Z 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:18:46.0823280Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:46.0823671Z with 2022-11-23T02:18:46.0823836Z [ 2022-11-23T02:18:46.0824043Z T=std::shared_ptr 2022-11-23T02:18:46.0824222Z ] 2022-11-23T02:18:46.0824617Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:46.0824968Z with 2022-11-23T02:18:46.0825120Z [ 2022-11-23T02:18:46.0825303Z T=torch::jit::GraphExecutor 2022-11-23T02:18:46.0825482Z ] 2022-11-23T02:18:46.0825871Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:46.0826230Z with 2022-11-23T02:18:46.0826381Z [ 2022-11-23T02:18:46.0826562Z T=torch::jit::GraphExecutor 2022-11-23T02:18:46.0826741Z ] 2022-11-23T02:18:46.0827167Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:46.0827561Z with 2022-11-23T02:18:46.0827711Z [ 2022-11-23T02:18:46.0827892Z T=torch::jit::GraphExecutor 2022-11-23T02:18:46.0828123Z ] 2022-11-23T02:18:46.0828586Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:46.0829004Z with 2022-11-23T02:18:46.0829143Z [ 2022-11-23T02:18:46.0829329Z T=torch::jit::GraphExecutor 2022-11-23T02:18:46.0829513Z ] 2022-11-23T02:18:46.0829944Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:46.0830593Z 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:18:46.0831261Z 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:18:46.0831927Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:46.0832311Z with 2022-11-23T02:18:46.0832451Z [ 2022-11-23T02:18:46.0832638Z T=torch::jit::GraphExecutor 2022-11-23T02:18:46.0832866Z ] 2022-11-23T02:18:46.0833252Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:46.0833602Z with 2022-11-23T02:18:46.0833743Z [ 2022-11-23T02:18:46.0833921Z T=torch::jit::Method 2022-11-23T02:18:46.0834102Z ] 2022-11-23T02:18:46.0834508Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:46.0834876Z with 2022-11-23T02:18:46.0835032Z [ 2022-11-23T02:18:46.0835196Z T=torch::jit::Method 2022-11-23T02:18:46.0835371Z ] 2022-11-23T02:18:46.0835816Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:46.0836207Z with 2022-11-23T02:18:46.0836357Z [ 2022-11-23T02:18:46.0836527Z T=torch::jit::Method 2022-11-23T02:18:46.0836682Z ] 2022-11-23T02:18:46.0837144Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:46.0837572Z with 2022-11-23T02:18:46.0837729Z [ 2022-11-23T02:18:46.0837904Z T=torch::jit::Method 2022-11-23T02:18:46.0838179Z ] 2022-11-23T02:18:46.0838598Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:46.0839330Z 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:18:46.0840015Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:46.0840464Z with 2022-11-23T02:18:46.0840626Z [ 2022-11-23T02:18:46.0840856Z T=torch::jit::Method 2022-11-23T02:18:46.0841020Z ] 2022-11-23T02:18:46.0841317Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:46.0841382Z with 2022-11-23T02:18:46.0841442Z [ 2022-11-23T02:18:46.0841579Z T=std::vector> 2022-11-23T02:18:46.0841639Z ] 2022-11-23T02:18:46.0841951Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:46.0842015Z with 2022-11-23T02:18:46.0842074Z [ 2022-11-23T02:18:46.0842209Z T=std::vector> 2022-11-23T02:18:46.0842269Z ] 2022-11-23T02:18:46.0842616Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:46.0842678Z with 2022-11-23T02:18:46.0842738Z [ 2022-11-23T02:18:46.0842869Z T=std::vector> 2022-11-23T02:18:46.0842916Z ] 2022-11-23T02:18:46.0843334Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:46.0843398Z with 2022-11-23T02:18:46.0843459Z [ 2022-11-23T02:18:46.0843592Z T=std::vector> 2022-11-23T02:18:46.0843655Z ] 2022-11-23T02:18:46.0844015Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:46.0844372Z 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:18:46.0844697Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:46.0844761Z with 2022-11-23T02:18:46.0844822Z [ 2022-11-23T02:18:46.0844954Z T=std::vector> 2022-11-23T02:18:46.0845017Z ] 2022-11-23T02:18:46.0845314Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:46.0845381Z with 2022-11-23T02:18:46.0845443Z [ 2022-11-23T02:18:46.0845538Z T=torch::jit::NamedValue 2022-11-23T02:18:46.0845598Z ] 2022-11-23T02:18:46.0845916Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:46.0845984Z with 2022-11-23T02:18:46.0846031Z [ 2022-11-23T02:18:46.0846128Z T=torch::jit::NamedValue 2022-11-23T02:18:46.0846190Z ] 2022-11-23T02:18:46.0846535Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:46.0846639Z with 2022-11-23T02:18:46.0846697Z [ 2022-11-23T02:18:46.0846791Z T=torch::jit::NamedValue 2022-11-23T02:18:46.0846850Z ] 2022-11-23T02:18:46.0847294Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:46.0847363Z with 2022-11-23T02:18:46.0847426Z [ 2022-11-23T02:18:46.0847518Z T=torch::jit::NamedValue 2022-11-23T02:18:46.0847580Z ] 2022-11-23T02:18:46.0847908Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:46.0848260Z 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:18:46.0848598Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:46.0848663Z with 2022-11-23T02:18:46.0848711Z [ 2022-11-23T02:18:46.0848845Z T=torch::jit::NamedValue 2022-11-23T02:18:46.0848910Z ] 2022-11-23T02:18:46.2148188Z [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:18:46.2167190Z "Ninja succeeded for custom_backend test." 2022-11-23T02:18:48.1097778Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:48.1100272Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:18:48.3886271Z 2022-11-23T02:18:48.3886868Z Running tests... 2022-11-23T02:18:48.3887257Z ---------------------------------------------------------------------- 2022-11-23T02:18:48.3887622Z Test results will be stored in test-reports\python-unittest\test_custom_backend 2022-11-23T02:18:48.3895113Z test_execute (__main__.TestCustomBackend) 2022-11-23T02:18:48.4621208Z Test execution using the custom backend. ... ok (0.069s) 2022-11-23T02:18:48.4631385Z test_save_load (__main__.TestCustomBackend) 2022-11-23T02:18:48.4942536Z Test that a lowered module can be executed correctly ... ok (0.040s) 2022-11-23T02:18:48.4944694Z 2022-11-23T02:18:48.4945166Z ---------------------------------------------------------------------- 2022-11-23T02:18:48.4945472Z Ran 2 tests in 0.109s 2022-11-23T02:18:48.4945599Z 2022-11-23T02:18:48.4945660Z OK 2022-11-23T02:18:48.4945754Z 2022-11-23T02:18:48.4945851Z Generating XML reports... 2022-11-23T02:18:48.5004001Z Generated XML report: test-reports\python-unittest\test_custom_backend\TEST-TestCustomBackend-20221123021848.xml 2022-11-23T02:18:51.3353240Z [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:18:51.6638044Z + /c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers/test_libtorch.bat 2022-11-23T02:18:51.6817386Z 2022-11-23T02:18:51.6818046Z C:\actions-runner\_work\pytorch\pytorch>if "0" == "0" IF NOT "11.6" == "cpu" exit /b 0 2022-11-23T02:18:51.6837843Z + assert_git_not_dirty 2022-11-23T02:18:51.6838121Z + [[ win-vs2019-cuda11.6-py3 != *rocm* ]] 2022-11-23T02:18:51.6838365Z + [[ win-vs2019-cuda11.6-py3 != *xla* ]] 2022-11-23T02:18:51.6906621Z ++ git status --porcelain 2022-11-23T02:18:52.5743872Z + git_status= 2022-11-23T02:18:52.5744105Z + [[ -n '' ]] 2022-11-23T02:18:52.5744303Z + echo 'TEST PASSED' 2022-11-23T02:18:52.5744487Z TEST PASSED 2022-11-23T02:18:52.5919829Z Prepare all required actions 2022-11-23T02:18:52.5920397Z Getting action download info 2022-11-23T02:18:52.7546403Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2022-11-23T02:18:52.9764315Z ##[group]Run ./.github/actions/get-workflow-job-id 2022-11-23T02:18:52.9764523Z with: 2022-11-23T02:18:52.9764956Z github-token: *** 2022-11-23T02:18:52.9765126Z env: 2022-11-23T02:18:52.9765298Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:18:52.9765555Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:18:52.9765889Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:18:52.9766191Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:18:52.9766483Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:18:52.9766794Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:18:52.9767013Z ##[endgroup] 2022-11-23T02:18:52.9892523Z ##[group]Run nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 2022-11-23T02:18:52.9892772Z with: 2022-11-23T02:18:52.9892932Z shell: bash 2022-11-23T02:18:52.9893093Z timeout_minutes: 10 2022-11-23T02:18:52.9893272Z max_attempts: 5 2022-11-23T02:18:52.9893453Z retry_wait_seconds: 30 2022-11-23T02:18:52.9893845Z 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:18:52.9894319Z polling_interval_seconds: 1 2022-11-23T02:18:52.9894514Z warning_on_retry: true 2022-11-23T02:18:52.9894707Z continue_on_error: false 2022-11-23T02:18:52.9894869Z env: 2022-11-23T02:18:52.9895038Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:18:52.9895295Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:18:52.9895631Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:18:52.9895945Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:18:52.9896241Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:18:52.9896525Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:18:52.9896964Z GITHUB_TOKEN: *** 2022-11-23T02:18:52.9897141Z ##[endgroup] 2022-11-23T02:18:53.0964014Z + python3 -m pip install requests==2.26.0 2022-11-23T02:18:53.7569333Z Collecting requests==2.26.0 2022-11-23T02:18:53.7668028Z Using cached requests-2.26.0-py2.py3-none-any.whl (62 kB) 2022-11-23T02:18:53.8359340Z Collecting urllib3<1.27,>=1.21.1 2022-11-23T02:18:53.8437013Z Using cached urllib3-1.26.12-py2.py3-none-any.whl (140 kB) 2022-11-23T02:18:53.8873984Z Collecting certifi>=2017.4.17 2022-11-23T02:18:53.8946931Z Using cached certifi-2022.9.24-py3-none-any.whl (161 kB) 2022-11-23T02:18:53.9812003Z Collecting charset-normalizer~=2.0.0 2022-11-23T02:18:53.9903931Z Using cached charset_normalizer-2.0.12-py3-none-any.whl (39 kB) 2022-11-23T02:18:54.0202771Z Collecting idna<4,>=2.5 2022-11-23T02:18:54.0274923Z Using cached idna-3.4-py3-none-any.whl (61 kB) 2022-11-23T02:18:54.1349309Z Installing collected packages: urllib3, idna, charset-normalizer, certifi, requests 2022-11-23T02:18:55.0367262Z 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:18:55.1442912Z ++ python3 .github/scripts/get_workflow_job_id.py 3528293554 i-05c3958d34a35372d 2022-11-23T02:18:57.7068184Z + GHA_WORKFLOW_JOB_ID=9655481453 2022-11-23T02:18:57.7068446Z + echo job-id=9655481453 2022-11-23T02:18:58.0979077Z Command completed after 1 attempt(s). 2022-11-23T02:18:58.1233492Z ##[group]Run kill "$MONITOR_SCRIPT_PID" 2022-11-23T02:18:58.1233800Z kill "$MONITOR_SCRIPT_PID" 2022-11-23T02:18:58.1262709Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T02:18:58.1262974Z env: 2022-11-23T02:18:58.1263152Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:18:58.1263420Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:18:58.1263748Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:18:58.1264062Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:18:58.1264347Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:18:58.1264639Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:18:58.1264946Z MONITOR_SCRIPT_PID: 1310 2022-11-23T02:18:58.1265131Z ##[endgroup] 2022-11-23T02:18:58.1648257Z Prepare all required actions 2022-11-23T02:18:58.1648623Z Getting action download info 2022-11-23T02:18:58.3068907Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2022-11-23T02:18:59.1283973Z Download action repository 'actions/upload-artifact@v3' (SHA:83fd05a356d7e2593de66fc9913b3002723633cb) 2022-11-23T02:18:59.4858636Z ##[group]Run ./.github/actions/upload-test-artifacts 2022-11-23T02:18:59.4858862Z with: 2022-11-23T02:18:59.4859077Z file-suffix: test-force_on_cpu-1-1-windows.4xlarge_9655481453 2022-11-23T02:18:59.4859298Z env: 2022-11-23T02:18:59.4859469Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:18:59.4859726Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:18:59.4860050Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:18:59.4860362Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:18:59.4860773Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:18:59.4861067Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:18:59.4861281Z ##[endgroup] 2022-11-23T02:18:59.5009233Z ##[group]Run # -ir => recursive include all files in pattern 2022-11-23T02:18:59.5009547Z # -ir => recursive include all files in pattern 2022-11-23T02:18:59.5009827Z 7z a "test-jsons-$Env:FILE_SUFFIX.zip" -ir'!test\*.json' 2022-11-23T02:18:59.5032721Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T02:18:59.5032992Z env: 2022-11-23T02:18:59.5033172Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:18:59.5033504Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:18:59.5033821Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:18:59.5034194Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:18:59.5034494Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:18:59.5034786Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:18:59.5035082Z FILE_SUFFIX: test-force_on_cpu-1-1-windows.4xlarge_9655481453 2022-11-23T02:18:59.5035311Z ##[endgroup] 2022-11-23T02:18:59.8961376Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T02:18:59.9800323Z Finished 2022-11-23T02:19:00.3824153Z 2022-11-23T02:19:00.3824600Z 7-Zip 22.01 (x64) : Copyright (c) 1999-2022 Igor Pavlov : 2022-07-15 2022-11-23T02:19:00.3824806Z 2022-11-23T02:19:00.3824886Z Scanning the drive: 2022-11-23T02:19:00.3825095Z 5 files, 366191 bytes (358 KiB) 2022-11-23T02:19:00.3825217Z 2022-11-23T02:19:00.3825399Z Creating archive: test-jsons-test-force_on_cpu-1-1-windows.4xlarge_9655481453.zip 2022-11-23T02:19:00.3825598Z 2022-11-23T02:19:00.3825730Z Add new data to archive: 5 files, 366191 bytes (358 KiB) 2022-11-23T02:19:00.3825880Z 2022-11-23T02:19:00.3825885Z 2022-11-23T02:19:00.3825964Z Files read from disk: 5 2022-11-23T02:19:00.3826159Z Archive size: 39272 bytes (39 KiB) 2022-11-23T02:19:00.3826342Z Everything is Ok 2022-11-23T02:19:00.4172030Z ##[group]Run # -ir => recursive include all files in pattern 2022-11-23T02:19:00.4172321Z # -ir => recursive include all files in pattern 2022-11-23T02:19:00.4172620Z 7z a "test-reports-$Env:FILE_SUFFIX.zip" -ir'!test\*.xml' -ir'!test\*.csv' 2022-11-23T02:19:00.4195657Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T02:19:00.4195927Z env: 2022-11-23T02:19:00.4196102Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:19:00.4196361Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:19:00.4196672Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:19:00.4196992Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:19:00.4207684Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:19:00.4208263Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:19:00.4208569Z FILE_SUFFIX: test-force_on_cpu-1-1-windows.4xlarge_9655481453 2022-11-23T02:19:00.4208798Z ##[endgroup] 2022-11-23T02:19:00.7942352Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T02:19:00.8911168Z Finished 2022-11-23T02:19:01.0694023Z 2022-11-23T02:19:01.0694464Z 7-Zip 22.01 (x64) : Copyright (c) 1999-2022 Igor Pavlov : 2022-07-15 2022-11-23T02:19:01.0694692Z 2022-11-23T02:19:01.0694788Z Scanning the drive: 2022-11-23T02:19:01.0694987Z 445 files, 2832920 bytes (2767 KiB) 2022-11-23T02:19:01.0695108Z 2022-11-23T02:19:01.0695297Z Creating archive: test-reports-test-force_on_cpu-1-1-windows.4xlarge_9655481453.zip 2022-11-23T02:19:01.0695490Z 2022-11-23T02:19:01.0695799Z Add new data to archive: 445 files, 2832920 bytes (2767 KiB) 2022-11-23T02:19:01.0695952Z 2022-11-23T02:19:01.0695957Z 2022-11-23T02:19:01.0696046Z Files read from disk: 445 2022-11-23T02:19:01.0696253Z Archive size: 475913 bytes (465 KiB) 2022-11-23T02:19:01.0696454Z Everything is Ok 2022-11-23T02:19:01.1028737Z ##[group]Run # -ir => recursive include all files in pattern 2022-11-23T02:19:01.1029083Z # -ir => recursive include all files in pattern 2022-11-23T02:19:01.1029355Z 7z a "usage-log-$Env:FILE_SUFFIX.zip" 'usage_log.txt' 2022-11-23T02:19:01.1052333Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T02:19:01.1052604Z env: 2022-11-23T02:19:01.1052779Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:19:01.1053023Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:19:01.1053344Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:19:01.1053661Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:19:01.1053956Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:19:01.1054243Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:19:01.1054534Z FILE_SUFFIX: test-force_on_cpu-1-1-windows.4xlarge_9655481453 2022-11-23T02:19:01.1054754Z ##[endgroup] 2022-11-23T02:19:01.4754788Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T02:19:01.5605058Z Finished 2022-11-23T02:19:01.7729210Z 2022-11-23T02:19:01.7729677Z 7-Zip 22.01 (x64) : Copyright (c) 1999-2022 Igor Pavlov : 2022-07-15 2022-11-23T02:19:01.7729871Z 2022-11-23T02:19:01.7729965Z Scanning the drive: 2022-11-23T02:19:01.7730162Z 1 file, 2447380 bytes (2391 KiB) 2022-11-23T02:19:01.7730285Z 2022-11-23T02:19:01.7730466Z Creating archive: usage-log-test-force_on_cpu-1-1-windows.4xlarge_9655481453.zip 2022-11-23T02:19:01.7730652Z 2022-11-23T02:19:01.7730832Z Add new data to archive: 1 file, 2447380 bytes (2391 KiB) 2022-11-23T02:19:01.7730986Z 2022-11-23T02:19:01.7730991Z 2022-11-23T02:19:01.7731073Z Files read from disk: 1 2022-11-23T02:19:01.7731275Z Archive size: 114342 bytes (112 KiB) 2022-11-23T02:19:01.7731510Z Everything is Ok 2022-11-23T02:19:01.8082174Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-11-23T02:19:01.8082382Z with: 2022-11-23T02:19:01.8082585Z s3-prefix: pytorch/pytorch/3528293554/1/artifact 2022-11-23T02:19:01.8082804Z retention-days: 14 2022-11-23T02:19:01.8082995Z if-no-files-found: warn 2022-11-23T02:19:01.8083190Z path: test-jsons-*.zip 2022-11-23T02:19:01.8083357Z name: artifact 2022-11-23T02:19:01.8083534Z s3-bucket: gha-artifacts 2022-11-23T02:19:01.8083722Z region: us-east-1 2022-11-23T02:19:01.8083883Z env: 2022-11-23T02:19:01.8084050Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:19:01.8084290Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:19:01.8085001Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:19:01.8085324Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:19:01.8085617Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:19:01.8085908Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:19:01.8086134Z ##[endgroup] 2022-11-23T02:19:02.7015042Z NOTE: s3-prefix specified, ignoring name parameter 2022-11-23T02:19:02.7015357Z With the provided path, there will be 1 file uploaded 2022-11-23T02:19:02.7015622Z Uploading to s3 prefix: pytorch/pytorch/3528293554/1/artifact 2022-11-23T02:19:02.7030270Z Starting upload of test-jsons-test-force_on_cpu-1-1-windows.4xlarge_9655481453.zip 2022-11-23T02:19:02.8207318Z Finished upload of test-jsons-test-force_on_cpu-1-1-windows.4xlarge_9655481453.zip 2022-11-23T02:19:02.8492823Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-11-23T02:19:02.8493035Z with: 2022-11-23T02:19:02.8493328Z s3-prefix: pytorch/pytorch/3528293554/1/artifact 2022-11-23T02:19:02.8493561Z retention-days: 14 2022-11-23T02:19:02.8493760Z if-no-files-found: error 2022-11-23T02:19:02.8493969Z path: test-reports-*.zip 2022-11-23T02:19:02.8494141Z name: artifact 2022-11-23T02:19:02.8494322Z s3-bucket: gha-artifacts 2022-11-23T02:19:02.8494509Z region: us-east-1 2022-11-23T02:19:02.8494672Z env: 2022-11-23T02:19:02.8494842Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:19:02.8495084Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:19:02.8495417Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:19:02.8495738Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:19:02.8496035Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:19:02.8496331Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:19:02.8496561Z ##[endgroup] 2022-11-23T02:19:03.2564475Z NOTE: s3-prefix specified, ignoring name parameter 2022-11-23T02:19:03.2564764Z With the provided path, there will be 1 file uploaded 2022-11-23T02:19:03.2565040Z Uploading to s3 prefix: pytorch/pytorch/3528293554/1/artifact 2022-11-23T02:19:03.2578589Z Starting upload of test-reports-test-force_on_cpu-1-1-windows.4xlarge_9655481453.zip 2022-11-23T02:19:03.4444407Z Finished upload of test-reports-test-force_on_cpu-1-1-windows.4xlarge_9655481453.zip 2022-11-23T02:19:03.4714097Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-11-23T02:19:03.4714307Z with: 2022-11-23T02:19:03.4714508Z s3-prefix: pytorch/pytorch/3528293554/1/artifact 2022-11-23T02:19:03.4714727Z retention-days: 14 2022-11-23T02:19:03.4714923Z if-no-files-found: ignore 2022-11-23T02:19:03.4715122Z path: usage-log-*.zip 2022-11-23T02:19:03.4715286Z name: artifact 2022-11-23T02:19:03.4715465Z s3-bucket: gha-artifacts 2022-11-23T02:19:03.4715652Z region: us-east-1 2022-11-23T02:19:03.4715820Z env: 2022-11-23T02:19:03.4715987Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:19:03.4716299Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:19:03.4716666Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:19:03.4716986Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:19:03.4717282Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:19:03.4717576Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:19:03.4717802Z ##[endgroup] 2022-11-23T02:19:03.8834585Z NOTE: s3-prefix specified, ignoring name parameter 2022-11-23T02:19:03.8834900Z With the provided path, there will be 1 file uploaded 2022-11-23T02:19:03.8835180Z Uploading to s3 prefix: pytorch/pytorch/3528293554/1/artifact 2022-11-23T02:19:03.8849106Z Starting upload of usage-log-test-force_on_cpu-1-1-windows.4xlarge_9655481453.zip 2022-11-23T02:19:04.0083613Z Finished upload of usage-log-test-force_on_cpu-1-1-windows.4xlarge_9655481453.zip 2022-11-23T02:19:04.0356589Z ##[group]Run .github/scripts/parse_ref.py 2022-11-23T02:19:04.0356886Z .github/scripts/parse_ref.py 2022-11-23T02:19:04.0407309Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T02:19:04.0407577Z env: 2022-11-23T02:19:04.0407753Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:19:04.0408080Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:19:04.0408404Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:19:04.0408717Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:19:04.0409004Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:19:04.0409294Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:19:04.0409518Z ##[endgroup] 2022-11-23T02:19:04.4316983Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T02:19:04.5135539Z Finished 2022-11-23T02:19:04.7234874Z ##[group]Run set -x 2022-11-23T02:19:04.7235128Z set -x 2022-11-23T02:19:04.7235358Z python3 -m pip install -r requirements.txt 2022-11-23T02:19:04.7235613Z python3 -m pip install boto3==1.19.12 2022-11-23T02:19:04.7235914Z python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-11-23T02:19:04.7264292Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T02:19:04.7264560Z env: 2022-11-23T02:19:04.7264740Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:19:04.7265002Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:19:04.7265314Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:19:04.7265627Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:19:04.7265928Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:19:04.7266257Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:19:04.7266495Z AWS_DEFAULT_REGION: us-east-1 2022-11-23T02:19:04.7266678Z BRANCH: 2022-11-23T02:19:04.7266838Z TEST_CONFIG: force_on_cpu 2022-11-23T02:19:04.7267024Z SHARD_NUMBER: 1 2022-11-23T02:19:04.7267238Z BUILD_ENVIRONMENT: win-vs2019-cuda11.6-py3 2022-11-23T02:19:04.7267448Z PR_NUMBER: 2022-11-23T02:19:04.7267633Z PYTORCH_RETRY_TEST_CASES: 1 2022-11-23T02:19:04.7267831Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-11-23T02:19:04.7268055Z SHA1: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T02:19:04.7268248Z TAG: 2022-11-23T02:19:04.7268413Z WORKFLOW_ID: 3528293554 2022-11-23T02:19:04.7268849Z GITHUB_TOKEN: *** 2022-11-23T02:19:04.7269071Z GHA_WORKFLOW_JOB_ID: 9655481453 2022-11-23T02:19:04.7269263Z ##[endgroup] 2022-11-23T02:19:04.7487400Z + python3 -m pip install -r requirements.txt 2022-11-23T02:19:05.3524640Z Collecting astunparse 2022-11-23T02:19:05.3746745Z Downloading astunparse-1.6.3-py2.py3-none-any.whl (12 kB) 2022-11-23T02:19:05.4149532Z Collecting expecttest 2022-11-23T02:19:05.4187169Z Downloading expecttest-0.1.4-py3-none-any.whl (6.5 kB) 2022-11-23T02:19:05.4440496Z Collecting future 2022-11-23T02:19:05.4478889Z Downloading future-0.18.2.tar.gz (829 kB) 2022-11-23T02:19:05.4674469Z ---------------------------------------- 829.2/829.2 kB ? eta 0:00:00 2022-11-23T02:19:05.8379496Z Preparing metadata (setup.py): started 2022-11-23T02:19:06.4116551Z Preparing metadata (setup.py): finished with status 'done' 2022-11-23T02:19:06.8247061Z Collecting hypothesis 2022-11-23T02:19:06.8302747Z Downloading hypothesis-6.58.0-py3-none-any.whl (396 kB) 2022-11-23T02:19:06.8544814Z ------------------------------------- 396.8/396.8 kB 24.2 MB/s eta 0:00:00 2022-11-23T02:19:07.0195357Z Collecting numpy 2022-11-23T02:19:07.0243092Z Downloading numpy-1.23.5-cp311-cp311-win_amd64.whl (14.6 MB) 2022-11-23T02:19:07.1539903Z --------------------------------------- 14.6/14.6 MB 93.8 MB/s eta 0:00:00 2022-11-23T02:19:07.2110836Z 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:19:07.2469225Z Collecting pyyaml 2022-11-23T02:19:07.2617572Z Using cached PyYAML-6.0-cp311-cp311-win_amd64.whl (143 kB) 2022-11-23T02:19:07.2724955Z 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:19:07.2737935Z 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:19:07.2892954Z Collecting six 2022-11-23T02:19:07.2933059Z Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) 2022-11-23T02:19:07.3151654Z Collecting types-dataclasses 2022-11-23T02:19:07.3186033Z Downloading types_dataclasses-0.6.6-py3-none-any.whl (2.9 kB) 2022-11-23T02:19:07.3436256Z Collecting typing_extensions 2022-11-23T02:19:07.3472466Z Downloading typing_extensions-4.4.0-py3-none-any.whl (26 kB) 2022-11-23T02:19:07.3819292Z Collecting sympy 2022-11-23T02:19:07.4071663Z Using cached sympy-1.11.1-py3-none-any.whl (6.5 MB) 2022-11-23T02:19:07.4657730Z Collecting filelock 2022-11-23T02:19:07.4709787Z Downloading filelock-3.8.0-py3-none-any.whl (10 kB) 2022-11-23T02:19:07.5140746Z Collecting networkx 2022-11-23T02:19:07.5256420Z Downloading networkx-2.8.8-py3-none-any.whl (2.0 MB) 2022-11-23T02:19:07.5506627Z ---------------------------------------- 2.0/2.0 MB 125.9 MB/s eta 0:00:00 2022-11-23T02:19:07.5864158Z Collecting jinja2 2022-11-23T02:19:07.5914206Z Downloading Jinja2-3.1.2-py3-none-any.whl (133 kB) 2022-11-23T02:19:07.6186899Z -------------------------------------- 133.1/133.1 kB 8.2 MB/s eta 0:00:00 2022-11-23T02:19:07.6654598Z Collecting wheel<1.0,>=0.23.0 2022-11-23T02:19:07.6728988Z Using cached wheel-0.38.4-py3-none-any.whl (36 kB) 2022-11-23T02:19:07.7328568Z Collecting attrs>=19.2.0 2022-11-23T02:19:07.7367117Z Downloading attrs-22.1.0-py2.py3-none-any.whl (58 kB) 2022-11-23T02:19:07.7446677Z ---------------------------------------- 58.8/58.8 kB ? eta 0:00:00 2022-11-23T02:19:07.7831437Z Collecting sortedcontainers<3.0.0,>=2.1.0 2022-11-23T02:19:07.7886312Z Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 2022-11-23T02:19:07.8435469Z 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:19:07.8447916Z 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:19:07.8472490Z 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:19:07.8494950Z 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:19:07.8784072Z Collecting mpmath>=0.19 2022-11-23T02:19:07.8878221Z Using cached mpmath-1.2.1-py3-none-any.whl (532 kB) 2022-11-23T02:19:07.9855052Z Collecting MarkupSafe>=2.0 2022-11-23T02:19:07.9894023Z Downloading MarkupSafe-2.1.1.tar.gz (18 kB) 2022-11-23T02:19:08.0302631Z Preparing metadata (setup.py): started 2022-11-23T02:19:08.5211476Z Preparing metadata (setup.py): finished with status 'done' 2022-11-23T02:19:08.8446988Z 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:19:44.0852351Z 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:19:44.0859547Z Running setup.py install for MarkupSafe: started 2022-11-23T02:19:46.3005971Z Running setup.py install for MarkupSafe: finished with status 'done' 2022-11-23T02:19:46.3087002Z 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:19:46.3092926Z Running setup.py install for future: started 2022-11-23T02:19:50.4173011Z Running setup.py install for future: finished with status 'done' 2022-11-23T02:19:52.2338331Z 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:19:52.4908462Z + python3 -m pip install boto3==1.19.12 2022-11-23T02:19:53.4098058Z Collecting boto3==1.19.12 2022-11-23T02:19:53.4553741Z Downloading boto3-1.19.12-py3-none-any.whl (131 kB) 2022-11-23T02:19:53.4683495Z -------------------------------------- 131.8/131.8 kB 7.6 MB/s eta 0:00:00 2022-11-23T02:19:53.8324289Z Collecting botocore<1.23.0,>=1.22.12 2022-11-23T02:19:53.8384124Z Downloading botocore-1.22.12-py3-none-any.whl (8.1 MB) 2022-11-23T02:19:53.9305223Z ---------------------------------------- 8.1/8.1 MB 103.7 MB/s eta 0:00:00 2022-11-23T02:19:53.9890972Z Collecting jmespath<1.0.0,>=0.7.1 2022-11-23T02:19:53.9935931Z Downloading jmespath-0.10.0-py2.py3-none-any.whl (24 kB) 2022-11-23T02:19:54.0242317Z Collecting s3transfer<0.6.0,>=0.5.0 2022-11-23T02:19:54.0283564Z Downloading s3transfer-0.5.2-py3-none-any.whl (79 kB) 2022-11-23T02:19:54.0365856Z ---------------------------------------- 79.5/79.5 kB ? eta 0:00:00 2022-11-23T02:19:54.0667215Z Collecting python-dateutil<3.0.0,>=2.1 2022-11-23T02:19:54.0707134Z Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) 2022-11-23T02:19:54.0799500Z ------------------------------------- 247.7/247.7 kB 14.8 MB/s eta 0:00:00 2022-11-23T02:19:54.0933177Z 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:19:54.2319545Z 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:19:54.4687038Z Installing collected packages: python-dateutil, jmespath, botocore, s3transfer, boto3 2022-11-23T02:19:56.9488215Z 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:19:57.0902996Z + python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-11-23T02:20:14.1749802Z [scribe] Scribe access token not provided, sending report via boto3... 2022-11-23T02:20:14.1750060Z 2022-11-23T02:20:14.1750198Z ----- Historic stats comparison result ------ 2022-11-23T02:20:14.1752890Z 2022-11-23T02:20:14.1753237Z job: win-vs2019-cuda11.6-py3 2022-11-23T02:20:14.1753510Z commit: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T02:20:14.1753666Z 2022-11-23T02:20:14.1753836Z Commit graph (base is most recent master ancestor with at least one S3 report): 2022-11-23T02:20:14.1754549Z 2022-11-23T02:20:14.1754836Z : (master) 2022-11-23T02:20:14.1755036Z | 2022-11-23T02:20:14.1755276Z * 1cfd3858ac (HEAD) total time 2390.95s 2022-11-23T02:20:14.1756570Z * 26322544b8 (base) 2 reports, total time 3619.50s � 1678.49s 2022-11-23T02:20:14.1756890Z * 7f4b4d2827 2 reports, total time 3576.42s � 1686.14s 2022-11-23T02:20:14.1757168Z * b50699f247 3 reports, total time 4450.35s � 1898.34s 2022-11-23T02:20:14.1757446Z * 8bf8e4d71e 3 reports, total time 4528.63s � 1983.97s 2022-11-23T02:20:14.1757722Z * ce856cee7e 7 reports, total time 6336.58s � 2273.01s 2022-11-23T02:20:14.1757993Z * 391b593ca2 7 reports, total time 6378.48s � 2342.47s 2022-11-23T02:20:14.1758256Z * 5bba783d21 7 reports, total time 6277.93s � 2268.16s 2022-11-23T02:20:14.1758531Z * ea920a1115 7 reports, total time 6257.12s � 2205.16s 2022-11-23T02:20:14.1758779Z * 74e62a1fef 7 reports, total time 6273.74s � 2219.45s 2022-11-23T02:20:14.1759307Z * 00b7d8ef23 7 reports, total time 6299.57s � 2254.43s 2022-11-23T02:20:14.1759613Z | 2022-11-23T02:20:14.1759775Z : 2022-11-23T02:20:14.1759872Z 2022-11-23T02:20:14.1760003Z Removed (across 20 suites) 0 tests, totaling 0.00s 2022-11-23T02:20:14.1760282Z Modified (across 0 suites) 0 tests, totaling 0.00s 2022-11-23T02:20:14.1760537Z Added (across 390 suites) 11959 tests, totaling +1982.21s 2022-11-23T02:20:14.3100488Z Prepare all required actions 2022-11-23T02:20:14.3153747Z ##[group]Run ./.github/actions/teardown-win 2022-11-23T02:20:14.3153949Z with: 2022-11-23T02:20:14.3154112Z env: 2022-11-23T02:20:14.3154291Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:20:14.3154559Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:20:14.3154898Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:20:14.3155219Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:20:14.3155521Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:20:14.3155818Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:20:14.3156054Z ##[endgroup] 2022-11-23T02:20:14.3266688Z ##[group]Run .github\scripts\wait_for_ssh_to_drain.ps1 2022-11-23T02:20:14.3266977Z .github\scripts\wait_for_ssh_to_drain.ps1 2022-11-23T02:20:14.3289729Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T02:20:14.3290001Z env: 2022-11-23T02:20:14.3290184Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:20:14.3290449Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:20:14.3290782Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:20:14.3291104Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:20:14.3291469Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:20:14.3291774Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:20:14.3292010Z ##[endgroup] 2022-11-23T02:20:14.7223136Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T02:20:14.8052751Z Finished 2022-11-23T02:20:15.2138835Z Holding runner until all ssh sessions have logged out 2022-11-23T02:20:15.2462568Z ##[group]Run .github\scripts\kill_active_ssh_sessions.ps1 2022-11-23T02:20:15.2462870Z .github\scripts\kill_active_ssh_sessions.ps1 2022-11-23T02:20:15.2485747Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T02:20:15.2486021Z env: 2022-11-23T02:20:15.2486188Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:20:15.2486458Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:20:15.2486795Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:20:15.2487113Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:20:15.2487421Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:20:15.2487722Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:20:15.2487940Z ##[endgroup] 2022-11-23T02:20:15.6233154Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T02:20:15.7056457Z Finished 2022-11-23T02:20:15.7724498Z ##[group]Run [ ! -z "${EXTRA_DELETE_DIR}" ] || rm -rf "${EXTRA_DELETE_DIR}" 2022-11-23T02:20:15.7724866Z [ ! -z "${EXTRA_DELETE_DIR}" ] || rm -rf "${EXTRA_DELETE_DIR}" 2022-11-23T02:20:15.7725101Z rm -rf ./* 2022-11-23T02:20:15.7753188Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T02:20:15.7753467Z env: 2022-11-23T02:20:15.7753654Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:20:15.7753907Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:20:15.7754345Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:20:15.7754726Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:20:15.7755028Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:20:15.7755373Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:20:15.7755614Z EXTRA_DELETE_DIR: 2022-11-23T02:20:15.7756903Z ##[endgroup] 2022-11-23T02:20:32.4938840Z Post job cleanup. 2022-11-23T02:20:32.5115948Z Post job cleanup. 2022-11-23T02:20:32.9230122Z Cache hit occurred on the primary key setup-python-Windows-python-3.11.0-pip-cea00ec539b2709af8423a66810a978e4769be06900e3cb8842e8370b70b0daf, not saving cache. 2022-11-23T02:20:32.9490182Z Post job cleanup. 2022-11-23T02:20:32.9668963Z Post job cleanup. 2022-11-23T02:20:36.0707176Z [command]"C:\Program Files\Git\cmd\git.exe" version 2022-11-23T02:20:36.0902251Z git version 2.38.1.windows.1 2022-11-23T02:20:36.0962944Z Copying 'C:\Users\runneruser\.gitconfig' to 'C:\actions-runner\_work\_temp\8fbfa790-24b3-497e-88ed-6e2a992e6bb9\.gitconfig' 2022-11-23T02:20:36.0985179Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\8fbfa790-24b3-497e-88ed-6e2a992e6bb9' before making global git config changes 2022-11-23T02:20:36.0985938Z Adding repository directory to the temporary git global config as a safe directory 2022-11-23T02:20:36.0993553Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\pytorch\pytorch 2022-11-23T02:20:36.1229666Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2022-11-23T02:20:36.1450960Z [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:20:36.5437814Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-11-23T02:20:36.5624116Z http.https://github.com/.extraheader 2022-11-23T02:20:36.5666554Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all http.https://github.com/.extraheader 2022-11-23T02:20:36.5914226Z [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:20:37.0134168Z Cleaning up orphan processes 2022-11-23T02:20:37.0249072Z Terminate orphan process: pid (2024) (mspdbsrv)